Page 101 of 121
Bug report and possible feature request
Posted: Sat Jan 09, 2021 9:06 pm
by PlayfulGuy
@EroticDevelopment
<Edited Jan 12 to add more notes>
I've been working on my downloader and doing some testing of the new GlobalButton feature for emulating EOS Notifications.
It seems that in EOS when a notification is clicked it is automatically removed, so notifications are a one-shot thing.
In Guideme the GlobalButton stays around until explicitly removed so the behavior is different. In the tease I was testing the EOS version adds a notification, and when you click it the first thing it does is add it back. In Guideme this results in two global buttons with the same label.
Also, if a global button is added using javascript it seems it can only be removed using javascript. You can't add it using javascript then remove it using XML.
But, if a global is added using XML then deleted using javascript it works, but then you can never add that button again.
Last but not least, if a global button is showing and you go to file/open and open a different tease the global button is still there in the new tease when it shouldn't be.
I've attached a sample to demonstrate.
I was also wondering about support for button colors in overRide.addButton and overRide.addGlobalbutton.
The XML nodes support several attributes for button color, font etc. that are not implemented in the overRide functions.
Having these would allow a more complete translation from EOS to Guideme.
Thanks,
PG
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Sun Jan 10, 2021 3:32 pm
by lawman5297
PlayfulGuy wrote: Fri Jan 08, 2021 5:04 pm
When you set or unset flags you provide a comma separated list.
To test them (if-set/if-not-set) you use the + and | to specify And and Or combinations like 1+2 or 1|2.
You can also combine if-set and if-not-set in statements like
Code: Select all
<Text if-set="1|2" if-not-set="3"> 1 or 2 or both is set, 3 is not set</Text>
Complex combinations are not possible directly and may need multiple sections to detect all your conditions.
For example, you can't combine And and Or like
Code: Select all
<Text if-set="1|2+3" > Doesn't work</Text>
So you need to do
Code: Select all
<Text if-set="1+3" > If 1 and 3 are set</Text>
<Text if-set="2+3" > If 2 and 3 are set</Text>
I never knew about using the pipe (|). I was lead astray by another but you have me going down the right path now.
PlayfulGuy wrote: Fri Jan 08, 2021 5:04 pm
Another technique that can be useful is to use a dispatch page with a bunch of delays that select the proper page.
Code: Select all
<Page id="ChoosePhase">
<Delay seconds="0" target="Phase3" if-set="3" />
<Delay seconds="0" target="Phase2" if-set="2" unset="2" set="3" />
<Delay seconds="0" target="Phase1" set="2" />
</Page>
Oh, this is fabulous. I can really use this technique.
Thanks for getting me straightened out on this. I get it now.
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Mon Jan 18, 2021 6:03 pm
by Sexless Dummy
Corvas wrote: Thu Dec 31, 2020 12:28 am
How exactly do we download teases now? I'm trying to download a normal flash tease with the milo download 0.0.9 i had but it's just stuck on start. Tried downloading the tease downloader in philo's sig but it's just a bunch of .dll files and an exe that opens a blank command prompt, not sure how to use it and didn't really see any documentation on it less I missed it. Any help would be much appreciated
Edit Nvm i just realized i had to leave the exe open for a few moments before the downloader pops up, silly me

big thanks for the downloader philo, wasn't able to download teases for a while
So i am currently with a similar problem. I want to download some teases, but i am no longer in posession of that downloader or import-tool i had back then. The only hint about that tool that i could find was here in this thread on the first page (Milovana Importer) but the link seems to be broken and it also says it can download Flash and Webteases but doesn't mention EOS teases. Is there still a way to get my hands on something to download any tease on this site?
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Thu Jan 21, 2021 2:28 pm
by Sexless Dummy
thx

that's what i needed
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Fri Jan 29, 2021 7:42 pm
by bootslicker
Hello to everyone!!!
I have problem with this tease
Will you want to go on? Nezhul
https://milovana.com/webteases/showtease.php?id=10529
I downloaded with this philo downloader
https://mega.nz/file/sY4hWCgY#WTWQdxflh ... iTXR3_QFbE
but when I run it on GuideMe 0.3.4 I can see a random first image on first page press continue and stuck
unfortunately it doesn't work.
EDIT: I have checked the XML of this TEASE and is really strange I could fix the first step but at this point I think that is a problem of the Downloader not of GuideMe because GuideMe do what the XML information tell to do and the XML generated from philo downloader for this tease unfortunately is wrong I'll PM Him too.
Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.3
Posted: Fri Jan 29, 2021 10:01 pm
by d3vi0n
Surprise... I'm still alive

What did I miss?
philo wrote: Tue Oct 20, 2020 9:23 pm
I think it is time for me to bite the bullet and admit I am unlikely to work on Guideme. If a group of people / a person wants to take on the project I am more than happy. I would suggest creating a new pinned thread and let this one become un-pinned and to create a new repository forked from the current one to carry it on. I am happy to help where I can and will probably drop by occasionally, but I am unlikely to be active on the project again.
Thx for all the hard work over the years, which made GuideMe so awesome and helpful!

Sad to see you step down, but of course real life always comes first! Wish you all the best for your future!
EroticDevelopment wrote: Thu Oct 22, 2020 3:59 amI'd be happy to have my fork become the primary repository if we no longer have an owner for the existing one.
Thx so much for taking over and helping with the development for GuideMe!
I took the time to at least update the initial post. I hope I didn't miss anything major for it! Please remind me if I did! Like philo I would also suggest that maybe someone who is still active here takes over the updates for this thread (since we can't transfer rights, you might have to unpin this thread and start a new one). Sadly I can't promise to become active again. Real Life keeps me occupied. But I still hope this project continues to grow and stay helpful for this community. Just like philo I am happy to help where I can and will probably drop by occasionally, but I am unlikely to be active on the project again for the foreseeable future.
EDIT: Found a bug with 0.4.3 and 0.4.2 while trying to update my tutorial script. After playing a video the video audio keeps starting in the background every 2nd button press (even when restarting the tease or loading another tease). You have to completely close GuideMe and start it again to get rid of it. In 0.4.1 it works as intended (so I labeled the tutorial for now as tutorial for 0.4.1)
Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.3
Posted: Sat Jan 30, 2021 12:21 am
by d3vi0n
Added 3 Teases to the Content Page... If there are others to add, please point me towards them!
Skirmish RPG
Skirmish RPG by guardianx
Once there was a town named Skirmish. People there lived together in peace and harmony. Love, sex and fapping thrived. But it is no longer so... The town of Skirmish is ravaged by powerful demons and monsters. All the people, young and old are being enslaved. All are under their mercy. With no one to stop them, there will soon be nothing left. The town cries out for a hero... A hero with the sexual prowess to free them from this oppression! You are one of the last few remaining hope left. Can you rise and be the hero your town so desperately needs? Can you save Skirmish before it's too late? Enter the daring world of monsters and high adventure! In this tease you can fap your enemies to death, grow your powers and fap more enemies to death! This a fully realized RPG version of the original Skirmish 'proof-of-concept' tease.
FLESHCRAFT
FLESHCRAFT by computergeek
Fleshcraft is an autoerotic visual novel with RPG elements in which you play the part of a fleshcaster. If you are already familiar with JOI Tease style games, this one is a little bit different. You may want to review the How To Play section before starting. This visual novel was written with intent for a broader audience beyond simply being used by submisives. As such, some aspects of this game is a little different from other tease software programs. Similar to other RPGs, there will be attributes with variables assigned to them. However unlike most RPGs, your orgasm is your health points! When you cum, the game ends! Not to worry too much, your character most likely wont die! When you feel refreshed enough to continue, you can return to the game where you last left off. I do not want to spoil the story too much, but there is logical reasoning behind this approach of tracking health points. The only requirement is that you be honest with yourself and not cheat in the game. You will enjoy it much more this way, I promise!
Spritual Awakening
Spritual Awakening by rayray77
For several days now you experiencing the same dream. It starts with you getting sucked into a giant hole, a spirale. You travel trough this hole, which seems almost endless, with immense speed. Your heart beats faster and faster and just before you reach the end, you wake up. Sweaty, panicing. Your heart beats like crazy... This tease/series is designed to be used with a fleshlight. If you don't have one, just improvise or make your cock as slippery as you can while using both hands to stroke. This tease is intented to be played over a week with daily sessions.

Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Sat Jan 30, 2021 2:23 am
by PlayfulGuy
bootslicker wrote: Fri Jan 29, 2021 7:42 pm
Hello to everyone!!!
I have problem with this tease
Will you want to go on? Nezhul
https://milovana.com/webteases/showtease.php?id=10529
I downloaded with this philo downloader
https://mega.nz/file/sY4hWCgY#WTWQdxflh ... iTXR3_QFbE
but when I run it on GuideMe 0.3.4 I can see a random first image on first page press continue and stuck
unfortunately it doesn't work.
EDIT: I have checked the XML of this TEASE and is really strange I could fix the first step but at this point I think that is a problem of the Downloader not of GuideMe because GuideMe do what the XML information tell to do and the XML generated from philo downloader for this tease unfortunately is wrong I'll PM Him too.
I ran across this recently as well. The attached xml file (zipped) should work properly. There were some corrupted flags in the set/unset commands on the NewSession and NewTask pages.
Cheers!
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Sat Jan 30, 2021 10:10 am
by bootslicker
PlayfulGuy wrote: Sat Jan 30, 2021 2:23 am
bootslicker wrote: Fri Jan 29, 2021 7:42 pm
Hello to everyone!!!
I have problem with this tease
Will you want to go on? Nezhul
https://milovana.com/webteases/showtease.php?id=10529
I downloaded with this philo downloader
https://mega.nz/file/sY4hWCgY#WTWQdxflh ... iTXR3_QFbE
but when I run it on GuideMe 0.3.4 I can see a random first image on first page press continue and stuck
unfortunately it doesn't work.
EDIT: I have checked the XML of this TEASE and is really strange I could fix the first step but at this point I think that is a problem of the Downloader not of GuideMe because GuideMe do what the XML information tell to do and the XML generated from philo downloader for this tease unfortunately is wrong I'll PM Him too.
I ran across this recently as well. The attached xml file (zipped) should work properly. There were some corrupted flags in the set/unset commands on the NewSession and NewTask pages.
Will you want to go on.zip
Cheers!
Thank You!!
did You modify the XML yourself or there is some program that during download parse it correctly ?
about the set/unseat I can say that this happen to me yesterday here on the web tease so is a problem of the tease itself.
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Sat Jan 30, 2021 10:07 pm
by PlayfulGuy
bootslicker wrote: Sat Jan 30, 2021 10:10 am
PlayfulGuy wrote: Sat Jan 30, 2021 2:23 am
bootslicker wrote: Fri Jan 29, 2021 7:42 pm
Hello to everyone!!!
I have problem with this tease
Will you want to go on? Nezhul
https://milovana.com/webteases/showtease.php?id=10529
I downloaded with this philo downloader
https://mega.nz/file/sY4hWCgY#WTWQdxflh ... iTXR3_QFbE
but when I run it on GuideMe 0.3.4 I can see a random first image on first page press continue and stuck
unfortunately it doesn't work.
EDIT: I have checked the XML of this TEASE and is really strange I could fix the first step but at this point I think that is a problem of the Downloader not of GuideMe because GuideMe do what the XML information tell to do and the XML generated from philo downloader for this tease unfortunately is wrong I'll PM Him too.
I ran across this recently as well. The attached xml file (zipped) should work properly. There were some corrupted flags in the set/unset commands on the NewSession and NewTask pages.
Will you want to go on.zip
Cheers!
Thank You!!
did You modify the XML yourself or there is some program that during download parse it correctly ?
about the set/unseat I can say that this happen to me yesterday here on the web tease so is a problem of the tease itself.
I modified the XML myself. And yes, it does seem to be a problem in the tease itself, and not with the downloader.
PG
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Mon Feb 01, 2021 7:00 am
by bootslicker
PlayfulGuy wrote: Sat Jan 30, 2021 10:07 pm
bootslicker wrote: Sat Jan 30, 2021 10:10 am
PlayfulGuy wrote: Sat Jan 30, 2021 2:23 am
I ran across this recently as well. The attached xml file (zipped) should work properly. There were some corrupted flags in the set/unset commands on the NewSession and NewTask pages.
Will you want to go on.zip
Cheers!
Thank You!!
did You modify the XML yourself or there is some program that during download parse it correctly ?
about the set/unseat I can say that this happen to me yesterday here on the web tease so is a problem of the tease itself.
I modified the XML myself. And yes, it does seem to be a problem in the tease itself, and not with the downloader.
PG
Which downloader You use ?
because philo downloader dowload the XML totally wrong You can't go past the first page when You play it.
about the set/unseat that is a problem of the tease itself.
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Mon Feb 08, 2021 6:00 pm
by PlayfulGuy
bootslicker wrote: Mon Feb 01, 2021 7:00 am
PlayfulGuy wrote: Sat Jan 30, 2021 10:07 pm
bootslicker wrote: Sat Jan 30, 2021 10:10 am
Thank You!!
did You modify the XML yourself or there is some program that during download parse it correctly ?
about the set/unseat I can say that this happen to me yesterday here on the web tease so is a problem of the tease itself.
I modified the XML myself. And yes, it does seem to be a problem in the tease itself, and not with the downloader.
PG
Which downloader You use ?
because philo downloader dowload the XML totally wrong You can't go past the first page when You play it.
about the set/unseat that is a problem of the tease itself.
I am currently working on a new downloader that includes support for EOS teases and I used that.
I didn't try philo's downloader.
PG
Re: GuideMe (TeaseMe v2.0) - Current Build 0.3.4
Posted: Fri Feb 12, 2021 9:56 pm
by bobhill
PlayfulGuy wrote: Mon Feb 08, 2021 6:00 pm
I am currently working on a new downloader that includes support for EOS teases and I used that.
I didn't try philo's downloader.
PG
Hi PG!
Will your downloader work on this one?
https://milovana.com/webteases/showtease.php?id=46891
Thank you! BH
Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.3
Posted: Fri Feb 19, 2021 9:23 pm
by JBK
Hi all,
I'm writing a tease (XML). When trying to run it in Guideme 0.4.3 (and 0.4.1 as well) it says "Oops it looks like page startp1 does not exist". It worked for a while, but then suddely stopped working after some editing. I reduced the XML to it's basics but the problem persists. Page "startp1" is clearly in the file. I've been trying to solve this for over 3 hours now.. Please help!
The XML code:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<Tease id="1" scriptVersion="v0.1">
<Title>Estim Maffia Property</Title>
<Url>none</Url>
<Author id="1">
<Name>JBK</Name>
<Url/>
</Author>
<MediaDirectory>Estim Maffia Property</MediaDirectory>
<Settings>
<AutoSetPageWhenSeen>false</AutoSetPageWhenSeen>
</Settings>
<Pages>
<Page id="start">
<Delay seconds="0" style="hidden" target="startp1"/>
</Page>
<Page id="startp1">
<Text><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT COLOR="#FF0000" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:20"><B>!! Required !!</B><FONT style="font-size:18"/></FONT></P>
<P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18">You need a sound based e-stim device for this tease!</FONT></P>
<P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18"><B>Recommended setup:</B>Tri-Phase</FONT></P>
<P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18">Channel placement: A cockhead, B ass, Common balls</FONT></P></TEXTFORMAT></Text>
<Image id="_locations/device.jpg"/>
<Button target="startp2"/>Got it!</Button>
</Page>
</Pages>
</Tease>
Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.3
Posted: Fri Feb 19, 2021 10:22 pm
by FrozenWolf
JBK wrote: Fri Feb 19, 2021 9:23 pm
Hi all,
I'm writing a tease (XML). When trying to run it in Guideme 0.4.3 (and 0.4.1 as well) it says "Oops it looks like page startp1 does not exist". It worked for a while, but then suddely stopped working after some editing. I reduced the XML to it's basics but the problem persists. Page "startp1" is clearly in the file. I've been trying to solve this for over 3 hours now.. Please help!
The XML code:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<Tease id="1" scriptVersion="v0.1">
<Title>Estim Maffia Property</Title>
<Url>none</Url>
<Author id="1">
<Name>JBK</Name>
<Url/>
</Author>
<MediaDirectory>Estim Maffia Property</MediaDirectory>
<Settings>
<AutoSetPageWhenSeen>false</AutoSetPageWhenSeen>
</Settings>
<Pages>
<Page id="start">
<Delay seconds="0" style="hidden" target="startp1"/>
</Page>
<Page id="startp1">
<Text><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT COLOR="#FF0000" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:20"><B>!! Required !!</B><FONT style="font-size:18"/></FONT></P>
<P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18">You need a sound based e-stim device for this tease!</FONT></P>
<P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18"><B>Recommended setup:</B>Tri-Phase</FONT></P>
<P ALIGN="CENTER"><FONT COLOR="#FFFFFF" FACE="FontSans" KERNING="0" LETTERSPACING="0" style="font-size:18">Channel placement: A cockhead, B ass, Common balls</FONT></P></TEXTFORMAT></Text>
<Image id="_locations/device.jpg"/>
<Button target="startp2"/>Got it!</Button>
</Page>
</Pages>
</Tease>
You have a stray "/" in <Button target="startp2"/>.