GuideMe (TeaseMe v2.0) - Current Build 0.4.4

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

desertfox
Explorer At Heart
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

Post by desertfox »

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.
WbAlcaeus
Curious Newbie
Curious Newbie
Posts: 4
Joined: Wed Sep 02, 2015 6:43 pm

Re: GuideMe (TeaseMe v2.0): BETA Thread

Post by WbAlcaeus »

Hi, Philo!

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>
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.)
philo
Explorer At Heart
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

Post by philo »

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

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>
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.)
You are correct there is a bug, it is only checking the ifSet and ifNotSet flags it is not checking the page itself.
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
WbAlcaeus
Curious Newbie
Curious Newbie
Posts: 4
Joined: Wed Sep 02, 2015 6:43 pm

Re: GuideMe (TeaseMe v2.0): BETA Thread

Post by WbAlcaeus »

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.
User avatar
gausswhat
Curious Newbie
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

Post by gausswhat »

I have problem :no:
321.jpg
321.jpg (36.59 KiB) Viewed 2982 times
ranked3
Explorer
Explorer
Posts: 10
Joined: Mon Feb 15, 2016 6:00 pm

Re: GuideMe (TeaseMe v2.0): BETA Thread

Post by ranked3 »

Can you play teaseme teases with guideme?
philo
Explorer At Heart
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

Post by philo »

gausswhat wrote:I have problem :no:
321.jpg
You should talk to a doctor then :lol:

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.
philo
Explorer At Heart
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

Post by philo »

ranked3 wrote:Can you play teaseme teases with guideme?
Yes, guideme was originally a rewrite of teaseme in java to make it easier to run on lynux or mac.
it now does a lot more than teaseme but teaseme teases should run fine.
User avatar
gausswhat
Curious Newbie
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

Post by gausswhat »

philo wrote:
gausswhat wrote:I have problem :no:
321.jpg
You should talk to a doctor then :lol:

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.
Thank you :lol:
ranked3
Explorer
Explorer
Posts: 10
Joined: Mon Feb 15, 2016 6:00 pm

Re: GuideMe (TeaseMe v2.0): BETA Thread

Post by ranked3 »

Is there a list with guideme teases somewhere?
User avatar
PlayfulGuy
Experimentor
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

Post by PlayfulGuy »

ranked3 wrote:Is there a list with guideme teases somewhere?
See the first couple posts in this thread, and any Teaseme tease should work with Guideme as well.
cd_228
Explorer
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

Post by cd_228 »

What editors do you use for GuideME?
Both for the xml and javascript parts?
philo
Explorer At Heart
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

Post by philo »

cd_228 wrote:What editors do you use for GuideME?
Both for the xml and javascript parts?
I tend to use notepad++
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
desertfox
Explorer At Heart
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

Post by desertfox »

cd_228 wrote:What editors do you use for GuideME?
Both for the xml and javascript parts?
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.
User avatar
PlayfulGuy
Experimentor
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

Post by PlayfulGuy »

cd_228 wrote:What editors do you use for GuideME?
Both for the xml and javascript parts?
My favourite is PsPad. It's like Notepad++, and designed specifically with programming in mind. Even has macro ability.
Post Reply