GuideMe (TeaseMe v2.0) - Current Build 0.4.4
Moderator: 1885
-
desertfox
- Explorer At Heart

- Posts: 365
- Joined: Mon Dec 03, 2012 7:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: None of the above
Re: GuideMe (TeaseMe v2.0): BETA Thread
Thanks a bunch for testing that out! I was starting to have a slight panic attack i'd hit some sort of image limit if people walked around and had too many encounters in one session.
If anybody cares have been using irfanview and their batch operations to do the bulk resizing/renaming for the images and it has been working out pretty nicely.
If anybody cares have been using irfanview and their batch operations to do the bulk resizing/renaming for the images and it has been working out pretty nicely.
Re: GuideMe (TeaseMe v2.0): BETA Thread
Hi, Philo!
Could it be, that the ”flags”-property is broken in the newest version, or do I something wrong?
I think this code
should show random page (do1..3) so that the same page never should come immediately after itself, but there should allways be at least one other page between. But when I run this code in the newest version it happens (quit often) that the same page comes immediatly after itself.
(I think that in previous version, 0.1.3, my code ran as intended.)
Could it be, that the ”flags”-property is broken in the newest version, or do I something wrong?
I think this code
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Tease scriptVersion="v0.1" id="30935">
<Title>Flags test</Title>
<Tags />
<Url></Url>
<Author id="">
<Name></Name>
<Url></Url>
</Author>
<MediaDirectory>test</MediaDirectory>
<Settings>
<AutoSetPageWhenSeen>true</AutoSetPageWhenSeen>
</Settings>
<Variables />
<Pages>
<Page id="start">
<Text>
<p>Start.</p>
</Text>
<Button target="raffle">Yes</Button>
</Page>
<Page id="raffle">
<Text>
</Text>
<Delay target="do(1..3)" seconds="0" />
</Page>
<Page id="do1" unset="do2,do3">
<Text>
<p>Page one.</p>
</Text>
<Delay target="raffle" seconds="2" />
</Page>
<Page id="do2" unset="do1,do3">
<Text>
<p>Page two.</p>
</Text>
<Delay target="raffle" seconds="2" />
</Page>
<Page id="do3" unset="do1,do2">
<Text>
<p>Page three.</p>
</Text>
<Delay target="raffle" seconds="2" />
</Page>
</Pages>
</Tease>(I think that in previous version, 0.1.3, my code ran as intended.)
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0): BETA Thread
You are correct there is a bug, it is only checking the ifSet and ifNotSet flags it is not checking the page itself.WbAlcaeus wrote:Hi, Philo!
Could it be, that the ”flags”-property is broken in the newest version, or do I something wrong?
I think this code
should show random page (do1..3) so that the same page never should come immediately after itself, but there should allways be at least one other page between. But when I run this code in the newest version it happens (quit often) that the same page comes immediatly after itself.Code: Select all
<?xml version="1.0" encoding="utf-8"?> <Tease scriptVersion="v0.1" id="30935"> <Title>Flags test</Title> <Tags /> <Url></Url> <Author id=""> <Name></Name> <Url></Url> </Author> <MediaDirectory>test</MediaDirectory> <Settings> <AutoSetPageWhenSeen>true</AutoSetPageWhenSeen> </Settings> <Variables /> <Pages> <Page id="start"> <Text> <p>Start.</p> </Text> <Button target="raffle">Yes</Button> </Page> <Page id="raffle"> <Text> </Text> <Delay target="do(1..3)" seconds="0" /> </Page> <Page id="do1" unset="do2,do3"> <Text> <p>Page one.</p> </Text> <Delay target="raffle" seconds="2" /> </Page> <Page id="do2" unset="do1,do3"> <Text> <p>Page two.</p> </Text> <Delay target="raffle" seconds="2" /> </Page> <Page id="do3" unset="do1,do2"> <Text> <p>Page three.</p> </Text> <Delay target="raffle" seconds="2" /> </Page> </Pages> </Tease>
(I think that in previous version, 0.1.3, my code ran as intended.)
so this would work
<Page id="do3" unset="do1,do2" ifNotSet="do3">
but not
<Page id="do3" unset="do1,do2">
I have fixed the code, I just need to do a build and release it.
EDIT
Link to version 1.6, this is just the guideme.jar file, over write the 1.5 GuideMe.jar file with this to fix the not checking for the page issue
https://mega.nz/#!9J4BgLQS!xEXfpMa0zFLL ... m_fNn8DbHo
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
Re: GuideMe (TeaseMe v2.0): BETA Thread
Thank You very much, Philo!
B.t.w. I think it would be very useful, if one could start another tease from within a tease, specially if there would be possibility to use some common variables via which these teases could communicate - may be a variable array, which could be freely defined.
I assume, that making GuideMe teases that way modular would make managing big projects easier than it is now. And that way it would also be easier to use same ”subteases” in many different projects.
B.t.w. I think it would be very useful, if one could start another tease from within a tease, specially if there would be possibility to use some common variables via which these teases could communicate - may be a variable array, which could be freely defined.
I assume, that making GuideMe teases that way modular would make managing big projects easier than it is now. And that way it would also be easier to use same ”subteases” in many different projects.
- gausswhat
- Curious Newbie

- Posts: 2
- Joined: Thu Mar 10, 2016 2:30 pm
- Gender: Male
- Sexual Orientation: Asexual
- I am a: Slave
Re: GuideMe (TeaseMe v2.0): BETA Thread
I have problem
Re: GuideMe (TeaseMe v2.0): BETA Thread
Can you play teaseme teases with guideme?
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0): BETA Thread
You should talk to a doctor thengausswhat wrote:I have problem![]()
that is just the program to download teases, it isn't meant to be used to play teases.
the browser window is just meant to be an easy way to get the links.
right click on the tease link on the previous web page and paste it into the field beloww the browser window and click the button, it will convert the tease into a file that can be used in teaseme or guideme.
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0): BETA Thread
Yes, guideme was originally a rewrite of teaseme in java to make it easier to run on lynux or mac.ranked3 wrote:Can you play teaseme teases with guideme?
it now does a lot more than teaseme but teaseme teases should run fine.
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
- gausswhat
- Curious Newbie

- Posts: 2
- Joined: Thu Mar 10, 2016 2:30 pm
- Gender: Male
- Sexual Orientation: Asexual
- I am a: Slave
Re: GuideMe (TeaseMe v2.0): BETA Thread
Thank youphilo wrote:You should talk to a doctor thengausswhat wrote:I have problem![]()
![]()
that is just the program to download teases, it isn't meant to be used to play teases.
the browser window is just meant to be an easy way to get the links.
right click on the tease link on the previous web page and paste it into the field beloww the browser window and click the button, it will convert the tease into a file that can be used in teaseme or guideme.
Re: GuideMe (TeaseMe v2.0): BETA Thread
Is there a list with guideme teases somewhere?
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: GuideMe (TeaseMe v2.0): BETA Thread
See the first couple posts in this thread, and any Teaseme tease should work with Guideme as well.ranked3 wrote:Is there a list with guideme teases somewhere?
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
-
cd_228
- Explorer

- Posts: 19
- Joined: Mon May 12, 2008 6:49 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Location: Europe
Re: GuideMe (TeaseMe v2.0): BETA Thread
What editors do you use for GuideME?
Both for the xml and javascript parts?
Both for the xml and javascript parts?
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: GuideMe (TeaseMe v2.0): BETA Thread
I tend to use notepad++cd_228 wrote:What editors do you use for GuideME?
Both for the xml and javascript parts?
Would probably use my offline editor for teaseme to create the xml, but it will lose any guideme stuff if you load it and save it again. So only to create it initially
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
-
desertfox
- Explorer At Heart

- Posts: 365
- Joined: Mon Dec 03, 2012 7:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: None of the above
Re: GuideMe (TeaseMe v2.0): BETA Thread
Sublime text is also pretty good, does a few more things out of the box that might help a touch speeding up tease writing like auto completion and perhaps snippet usage too. Plus the little mini map in the right corner is kind of awesome.cd_228 wrote:What editors do you use for GuideME?
Both for the xml and javascript parts?
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: GuideMe (TeaseMe v2.0): BETA Thread
My favourite is PsPad. It's like Notepad++, and designed specifically with programming in mind. Even has macro ability.cd_228 wrote:What editors do you use for GuideME?
Both for the xml and javascript parts?
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
