Offline Teases (TeaseMe)
Moderator: 1885
- MiloSmurf
- Explorer

- Posts: 22
- Joined: Thu Sep 12, 2013 1:29 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Submissive
Re: Offline Teases (TeaseMe)
Hey everyone,
I've created a new TeaseMe tease: Cock Workout.
You'll find the details in the
- Main thread: http://www.milovana.com/forum/viewtopic.php?f=2&t=13812
- Addon packs thread:http://www.milovana.com/forum/viewtopic.php?f=2&t=13840
- Feedback thread: http://www.milovana.com/forum/viewtopic.php?f=2&t=13841
Do check it out!
Have fun!
MiloSmurf
I've created a new TeaseMe tease: Cock Workout.
You'll find the details in the
- Main thread: http://www.milovana.com/forum/viewtopic.php?f=2&t=13812
- Addon packs thread:http://www.milovana.com/forum/viewtopic.php?f=2&t=13840
- Feedback thread: http://www.milovana.com/forum/viewtopic.php?f=2&t=13841
Do check it out!
Have fun!
MiloSmurf
Re: Offline Teases (TeaseMe)
I like the changes in this version, but it is significantly slower than the original TeaseMe. What's up with that? Loading a big tease (with an xml file larger than 1 MB) takes several seconds, clicking through many pages in succession seems slower, and when I try to download a tease, the program always gets unresponsive for like 10-20 seconds. What could possibly cause this? Did you maybe compile the program in debug mode?ZombieDev wrote:Edit: Update is now available for download (See my original post).
Re: Offline Teases (TeaseMe)
Thanks for letting me know about the performance issues (my computer is too fast for me to notice).
Slow start up times was probably because of the badly optimized sorting algorithm, and should be fixed in the last update.
Unresponsiveness while downloading may be associated with the ID fixer (I could not reproduce any hang ups though). It does take a bit extra processing to scan for broken ids and there's not much I can do about it.
I could not notice any difference in speed while going through pages, and there's nothing I have modified that should have any impact on page changes...
Slow start up times was probably because of the badly optimized sorting algorithm, and should be fixed in the last update.
Unresponsiveness while downloading may be associated with the ID fixer (I could not reproduce any hang ups though). It does take a bit extra processing to scan for broken ids and there's not much I can do about it.
I could not notice any difference in speed while going through pages, and there's nothing I have modified that should have any impact on page changes...
Re: Offline Teases (TeaseMe)
Thanks for the quick update! I may have imagined the last thing, disregard that. :)
While I have you on the line, I could mention that "Guess Who?" ( http://www.milovana.com/webteases/showf ... p?id=11813 ) still doesn't work. There are no reported errors anymore, but when you start playing it, it just goes in a loop after the game says "I've got a girl in mind!". Looking in the debug window, tons of duplicate pages have been produced. For example, almost every page appears twice in the dropdown list, and there are about 20 pages at the end, all with the same name ZDevFixend. This could possibly mean you have a bug in your code (or maybe there are other things wrong with the original script). I'm not asking you to fix the tease for me, but you might want to look into it. :)
While I have you on the line, I could mention that "Guess Who?" ( http://www.milovana.com/webteases/showf ... p?id=11813 ) still doesn't work. There are no reported errors anymore, but when you start playing it, it just goes in a loop after the game says "I've got a girl in mind!". Looking in the debug window, tons of duplicate pages have been produced. For example, almost every page appears twice in the dropdown list, and there are about 20 pages at the end, all with the same name ZDevFixend. This could possibly mean you have a bug in your code (or maybe there are other things wrong with the original script). I'm not asking you to fix the tease for me, but you might want to look into it. :)
Re: Offline Teases (TeaseMe)
I took a look at it and it appears that a lot of pages are duplicated throughout the original script.lestrian wrote:While I have you on the line, I could mention that "Guess Who?" ( http://www.milovana.com/webteases/showf ... p?id=11813 ) still doesn't work.
View the script here: Guess Who?
Just having duplicate pages ids shouldn't be much of a problem though. TeaseMe will just select the first matching id it finds in memory, and it does in fact work to some extent. Which makes me believe there's something else breaking the tease.
Looking in to it further I found that the tease is using a lot of set/unset variables and also a lot of ranges. I'm not sure how well supported these features are in the original TeaseMe, and there could also be some kind of conflict with set/unset and duplicate page ids.
I would have to take a deeper look at this, but I'm pretty confident that it isn't my code breaking it.
Thanks for posting it though, and please do post more broken teases if you find them.
I'll see if I can fix it when I get the time, but don't count on it.
Re: Offline Teases (TeaseMe)
Okay, it might be related to this: http://www.milovana.com/forum/viewtopic ... me#p106095 . "The pornstar is always right" is made by the same dude that made "Guess Who", so they might both use that feature. Do you think it would be possible to make the downloader detect when that feature is being used, and then give a warning/error after downloading?
-
hitchhiker
- Curious Newbie

- Posts: 1
- Joined: Thu Dec 12, 2013 5:59 am
Re: Offline Teases (TeaseMe)
I have been playing with the TeaseMe code for a bit. Posting here a version that contains some updates:
1. Support for javascript
2. Allow video, audio and metronome all to be played on the same page
3. Extensive logging
4. Support for patterns in metronome
5. Slideshow on the same page.
6. Multiple texts on the same page.
7. Allow text panel to collapse
However, the following features had to be removed due to some complications:
1. Support for start-at, stop-at and loop in videos/audios
2. Support for debug mode (Ctrl+Shift+D)
Tease Me
Sample tease
1. Support for javascript
2. Allow video, audio and metronome all to be played on the same page
3. Extensive logging
4. Support for patterns in metronome
5. Slideshow on the same page.
6. Multiple texts on the same page.
7. Allow text panel to collapse
However, the following features had to be removed due to some complications:
1. Support for start-at, stop-at and loop in videos/audios
2. Support for debug mode (Ctrl+Shift+D)
Tease Me
Sample tease
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Offline Teases (TeaseMe)
Are you aware that there is a new version GuideMe, that already does most of this? it was decided to move to java as it is cross platform, we should be able to get it working on mac and linux as a native application.hitchhiker wrote:I have been playing with the TeaseMe code for a bit. Posting here a version that contains some updates:
1. Support for javascript
2. Allow video, audio and metronome all to be played on the same page
3. Extensive logging
4. Support for patterns in metronome
5. Slideshow on the same page.
6. Multiple texts on the same page.
7. Allow text panel to collapse
However, the following features had to be removed due to some complications:
1. Support for start-at, stop-at and loop in videos/audios
2. Support for debug mode (Ctrl+Shift+D)
Tease Me
Sample tease
It may be better to put your efforts into the new version.
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
-
ds13sp21
- Explorer

- Posts: 76
- Joined: Tue Nov 20, 2012 3:30 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Offline Teases (TeaseMe)
how do i take any flash tease i want and put it on tease me?
Re: Offline Teases (TeaseMe)
When choosing a tease: In the bottom part of the window you can copy the URL of any tease you want. Click load and save and it should download all required files.ds13sp21 wrote:how do i take any flash tease i want and put it on tease me?
Cock Hero - Overwatch 3 is out! viewtopic.php?f=25&t=22817
- candriver
- Explorer

- Posts: 96
- Joined: Sat Jun 22, 2013 8:18 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Offline Teases (TeaseMe)
Converted more teases:
Code: Select all
"Amy wants a cocktail" by [url=http://www.milovana.com/webteases/#author=4497][color=#933737]chewit[/color][/url]: [url=http://rg.to/file/bb41ff55ca414feaa8af4ddd70fa6b82/Amy_wants_a_cocktail.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/dj2xmglz9]depositfiles.com[/url]"Days of Denial with Amy 1-6" by [url=http://www.milovana.com/webteases/#author=4497][color=#933737]chewit[/color][/url]: [url=http://rg.to/file/2cba15b944b47bb8ca7eff6a1ca701bd/Days_of_Denial_with_Amy_1-6.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/3xfdnw1x0]depositfiles.com[/url]"Having a drink with Amy" by [url=http://www.milovana.com/webteases/#author=4497][color=#933737]chewit[/color][/url]: [url=http://rg.to/file/1e298fda3374a0852652a82cdefe29f5/Having_a_drink_with_Amy.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/803kk4rlt]depositfiles.com[/url]"Kasia's rooms" by [url=http://www.milovana.com/webteases/#author=4497][color=#933737]chewit[/color][/url]: [url=http://rg.to/file/b2cc4866c57488d969cfea9b975bd1e8/Kasia's_rooms.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/lc0fdtsfz]depositfiles.com[/url]"Locked Up for Kasia" by [url=http://www.milovana.com/webteases/#author=4497][color=#933737]chewit[/color][/url]: [url=http://rg.to/file/c79a3c081ad8907e4833866e0deb6bb5/Locked_Up_for_Kasia.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/xijhnw452]depositfiles.com[/url]"More Days of Denial with Amy 1-9" by [url=http://www.milovana.com/webteases/#author=4497][color=#933737]chewit[/color][/url]: [url=http://rg.to/file/b32e30fc66195305d90345c56052030c/More_Days_of_Denial_with_Amy_1-9.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/5crxhafqy]depositfiles.com[/url]"Pleasure & Pain" by [url=http://www.milovana.com/webteases/#author=3442][color=#933737]byzantine[/color][/url]: [url=http://rg.to/file/8c5259a03152c78f1480909363978028/Pleasure_&_Pain.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/tucjzytg9]depositfiles.com[/url]"Pledge to the Coven - Masculus Claustrum" by [url=http://www.milovana.com/webteases/#author=27708][color=#933737]lmind[/color][/url]: [url=http://rg.to/file/392746ef32f9412648c619e256a3ef64/Pledge_to_the_Coven_-_Masculus_Claustrum.zip.html]rapidgator.net[/url] | [url=http://dfiles.ru/files/k8q8id8rm]depositfiles.com[/url]Seems like a good idea, author names in links above now lead to list of their webteases (would be awesome to see something like that in the first post)Trusfrated wrote:Personally, I think it would be nice to include a link back to a list of the author's teases (where applicable). This would make it simple for new users to get descriptions of old teases, and also encourage rating them.
FlashTease to TeaseMe conversions.
Re: Offline Teases (TeaseMe)
Hitting a problem when a tease wants to use random pages. For eg Blowjob challenge, one line is this
"<Delay target="page(111..113)" seconds="0" style="hidden" />" and i think its supposed to hit a random page. It works on milovana but when i try it on teaseme i get this error
"Error: index was out of range. Must be non-negative and less than the size of the collection. Parameter name:index"
Is this an easy problem to solve?
PS i should mention after much research i've tried taking "page" out and even just putting "111" in as destination and it still fails.
"<Delay target="page(111..113)" seconds="0" style="hidden" />" and i think its supposed to hit a random page. It works on milovana but when i try it on teaseme i get this error
"Error: index was out of range. Must be non-negative and less than the size of the collection. Parameter name:index"
Is this an easy problem to solve?
PS i should mention after much research i've tried taking "page" out and even just putting "111" in as destination and it still fails.
-
philo
- Explorer At Heart

- Posts: 831
- Joined: Sun Jan 08, 2012 3:10 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Offline Teases (TeaseMe)
That looks like it should work, the only thing I can think of is the page is set. There is a set of flags that stop you going to a page, either because you have already visited it or from a set command.basil731 wrote:Hitting a problem when a tease wants to use random pages. For eg Blowjob challenge, one line is this
"<Delay target="page(111..113)" seconds="0" style="hidden" />" and i think its supposed to hit a random page. It works on milovana but when i try it on teaseme i get this error
"Error: index was out of range. Must be non-negative and less than the size of the collection. Parameter name:index"
Is this an easy problem to solve?
PS i should mention after much research i've tried taking "page" out and even just putting "111" in as destination and it still fails.
There is a flag in the xml autopagewhenseen I think try setting that to no/false, which will stop it setting the flag when you visit a page
GuideMe
viewtopic.php?f=26&t=12944
viewtopic.php?f=26&t=12944
Re: Offline Teases (TeaseMe)
Thanks Philo, i managed to get it sorted last night, sort of anyway. I found the hd version, downloaded it and it hit the same problem. I was using the new version, 0.1.6 and it still failed. As a last resort i went back to an older version, 0.1.4 and it worked. I have tried flicking back and fore and it seems the problems only happen with the new version. I even downloaded Guideme which didnt error but on the same page just showed a black screen and stopped instead of carrying on to a random page.philo wrote: That looks like it should work, the only thing I can think of is the page is set. There is a set of flags that stop you going to a page, either because you have already visited it or from a set command.
There is a flag in the xml autopagewhenseen I think try setting that to no/false, which will stop it setting the flag when you visit a page
Thanks again for the reply, will be handy to remember this info though as i daresay others will have the same problem. PS should also mention the same tease has 2 images that wont download for those of you that do try to download it yourself but that's easily sorted, just delete the error messages in the xml and copy 2 pics into the folder with the required name.
Re: Offline Teases (TeaseMe)
Great Program I like it
I was wondering if anyone knew of any teases similar to 'Games Room: Under my Control' for teaseme or even any of the website teases, thanks!
I was wondering if anyone knew of any teases similar to 'Games Room: Under my Control' for teaseme or even any of the website teases, thanks!
