Offline Teases (TeaseMe)

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

tommarr
Explorer At Heart
Explorer At Heart
Posts: 148
Joined: Mon Oct 17, 2011 9:43 am
Gender: Male
Sexual Orientation: Straight

Re: Offline Teases (TeaseMe)

Post by tommarr »

I hope we will see more from opiate in future :rolleyes:

Code: Select all

[url=http://www.mediafire.com/?qbe0f25bjg5sn5j]Denial?[/url] [HD] by opiate (12.68 MB)
Also d3vi0n there is an error in "A Very Good Day" by supermokkori on page172 which stops the tease. There should be button but teaseme has failed to import it. Updated xml file can be downloaded here

Odd that no one noticed it before. Are you guys cheating with teaseme? :lol:
Last edited by tommarr on Tue Sep 11, 2012 2:07 pm, edited 1 time in total.
artis
Explorer
Explorer
Posts: 43
Joined: Tue Sep 11, 2012 2:02 pm

Re: Offline Teases (TeaseMe)

Post by artis »

I see on the github site that 0.1.3 has been updated. I'd like to upload some teases with the if-set flag on delays.
v0.1.3 (by Takenaga)
- Added use of conditionals (if-set/if-not-set) on Audio, Delay, Image, Metronome and Video (eg. you can define multiple Images on a page, it will show the one where conditions are met).
- Added start-at/stop-at attributes on Video and Audio to support playing only a certain part.
- Added target attribute on Video and Audio to move to the next page as soon as the audio/video is played (no need to define a delay on the page anymore).
artis
Explorer
Explorer
Posts: 43
Joined: Tue Sep 11, 2012 2:02 pm

Re: Offline Teases (TeaseMe)

Post by artis »

I wanted to post an old tease I modified from StrokeforKayden. It features Rachel Aldanna

Code: Select all

[url=http://www.mediafire.com/?qqnc32tzsmwqb3y]StrokeFor Rachel HD[/url] By Artis (44mb)
Not enough big boob girls on Milovana. Guess I'll have to fix that.
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: Offline Teases (TeaseMe)

Post by philo »

New version of the editor available.
http://code.google.com/p/tease-me-editor/downloads/list
Added a tab where you can edit the raw text as well as the visual text editor tab.
Added some sort functionality to reorder buttons and the pages within the file.
Added a split page button.

I have also added some documentation of what the editor does
http://code.google.com/p/tease-me-editor/w/list
Humblest
Explorer
Explorer
Posts: 99
Joined: Fri Nov 04, 2011 3:54 pm

Re: Offline Teases (TeaseMe)

Post by Humblest »

artis wrote:I wanted to post an old tease I modified from StrokeforKayden. It features Rachel Aldanna

Code: Select all

[url=http://www.mediafire.com/?qqnc32tzsmwqb3y]StrokeFor Rachel HD[/url] By Artis (44mb)
Not enough big boob girls on Milovana. Guess I'll have to fix that.
The tease does not seem to load for me. It produces an error (on line 7, according to the error message) and never starts up.
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: Offline Teases (TeaseMe)

Post by philo »

Humblest wrote:
artis wrote:I wanted to post an old tease I modified from StrokeforKayden. It features Rachel Aldanna

Code: Select all

[url=http://www.mediafire.com/?qqnc32tzsmwqb3y]StrokeFor Rachel HD[/url] By Artis (44mb)
Not enough big boob girls on Milovana. Guess I'll have to fix that.
The tease does not seem to load for me. It produces an error (on line 7, according to the error message) and never starts up.
It does not like the Author URL if you edit the XML file to remove the bit on the end it will work.
<?xml version="1.0" encoding="utf-8"?>
<Tease scriptVersion="v0.1">
<Title>Stroke For Rachel [E]</Title>
<Url></Url>
<Author>
<Name>Artis</Name>
<Url>http://www.milovana.com/forum/viewtopic.php</Url>
</Author>


(It is using a character that is recognised as having a special meaning in XML so needs to be 'escaped' so XML treats it as text)

For “<” use “<”
for “&” use “&”
and for “>”, use “>”
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: Offline Teases (TeaseMe)

Post by philo »

@ Takenaga and d3vi0n
I am thinking of adding the ability to continue a tease from where you got to last time in the android version.
I intend to store the current page and page set unset state in the xml, when you exit, if the nodes exist when the tease is loaded you would get the option to resume or restart the tease.
Have you any preference on where and what names the nodes should use?
Humblest
Explorer
Explorer
Posts: 99
Joined: Fri Nov 04, 2011 3:54 pm

Re: Offline Teases (TeaseMe)

Post by Humblest »

philo wrote:
Humblest wrote:
artis wrote:I wanted to post an old tease I modified from StrokeforKayden. It features Rachel Aldanna

Code: Select all

[url=http://www.mediafire.com/?qqnc32tzsmwqb3y]StrokeFor Rachel HD[/url] By Artis (44mb)
Not enough big boob girls on Milovana. Guess I'll have to fix that.
The tease does not seem to load for me. It produces an error (on line 7, according to the error message) and never starts up.
It does not like the Author URL if you edit the XML file to remove the bit on the end it will work.
<?xml version="1.0" encoding="utf-8"?>
<Tease scriptVersion="v0.1">
<Title>Stroke For Rachel [E]</Title>
<Url></Url>
<Author>
<Name>Artis</Name>
<Url>http://www.milovana.com/forum/viewtopic.php</Url>
</Author>


(It is using a character that is recognised as having a special meaning in XML so needs to be 'escaped' so XML treats it as text)

For “<” use “<”
for “&” use “&”
and for “>”, use “>”
Thanks - this solved the problem. :-)
lynchy
Explorer
Explorer
Posts: 78
Joined: Mon Jun 27, 2011 10:51 am
Gender: Male
Sexual Orientation: Straight
I am a: Submissive
Location: Germany

Re: Offline Teases (TeaseMe)

Post by lynchy »

I finally had some time to redo some of my favourite teases.
Since I couldn´t find most of the pics in "Stroker´s Challenge" in reasonable resolution, I made a fetish-edition of this tease by adding some fine fetish-pics.
Hopefully you will like this version as well.

Code: Select all

[url=http://www.mediafire.com/?et7itqf8um6ag3t]24 - Stroking Challenge[/url] [HD] by Vinc (20,2 MB)[url=http://www.mediafire.com/?m3dbxroigkfc8xc]Are You Man Enough?[/url] [HD] by pc91 (47,3 MB)[url=http://www.mediafire.com/?k9xhabkk051h7hy]Blue For You![/url] [HD] by ruinedoh (69,5 MB)[url=http://www.mediafire.com/?z4649aeyud6ytfb]I will drain you (1/2)[/url] [HD] by Nezhul (110,0 MB)[url=http://www.mediafire.com/?s87q4at0tckotp5]I will drain you (2/2)[/url] [HD] by Nezhul (93,1 MB)[url=http://www.mediafire.com/?zi3bv4x8i62n6nx]Performing for Kelly[/url] [HD] by chewit (16,1 MB)[url=http://www.mediafire.com/?0hqmn4sgi4oaz9b]Some mildly evil Fun[/url] [HD] by UnRelease (26,2 MB)[url=http://www.mediafire.com/?cgn9kyjcae426dc]Stroker´s Challenge - Fetish[/url] [HD] by all2true (73,0 MB)[url=http://www.mediafire.com/?zk88phqjzbp167l]You Got It Bad[/url] [HD] by Sexytimes 5 (15,8 MB)[url=http://www.mediafire.com/?nrnnlufbe8r4n02]You Got It Bad 2[/url] [HD] by Sexytimes 5 (38,2 MB)[url=http://www.mediafire.com/?cbnwo6f1ta2xj53]You Got It Bad 3[/url] [HD] by Sexytimes 5 (24,2 MB)
Princess Penny's Subject Number 11
slavejack
Explorer At Heart
Explorer At Heart
Posts: 263
Joined: Sat Oct 13, 2007 1:03 pm

Re: Offline Teases (TeaseMe)

Post by slavejack »

Can someone post a corrected version of the xml file?

Thanks!
philo wrote:
Humblest wrote:
artis wrote:I wanted to post an old tease I modified from StrokeforKayden. It features Rachel Aldanna

Code: Select all

[url=http://www.mediafire.com/?qqnc32tzsmwqb3y]StrokeFor Rachel HD[/url] By Artis (44mb)
Not enough big boob girls on Milovana. Guess I'll have to fix that.
The tease does not seem to load for me. It produces an error (on line 7, according to the error message) and never starts up.
It does not like the Author URL if you edit the XML file to remove the bit on the end it will work.
<?xml version="1.0" encoding="utf-8"?>
<Tease scriptVersion="v0.1">
<Title>Stroke For Rachel [E]</Title>
<Url></Url>
<Author>
<Name>Artis</Name>
<Url>http://www.milovana.com/forum/viewtopic.php</Url>
</Author>


(It is using a character that is recognised as having a special meaning in XML so needs to be 'escaped' so XML treats it as text)

For “<” use “<”
for “&” use “&”
and for “>”, use “>”
User avatar
Nezhul
Experimentor
Experimentor
Posts: 2373
Joined: Fri Apr 30, 2010 6:22 am
Sexual Orientation: Straight

Re: Offline Teases (TeaseMe)

Post by Nezhul »

lynchy

Just curious, why "I will drain you" comes in two parts? It shouldn't be that big, definitely not as big as some of the other teases already posted.
Check out my new site, and read SexTV story there!
Also I have the DARK section that features feature Erotic Horror.
I also launched a SubscribeStar recently! Please come check it out!
Updated whenever I feel like it. :wave: :love:
Image
User avatar
janmb
Experimentor
Experimentor
Posts: 1658
Joined: Sun Aug 16, 2009 3:25 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Offline Teases (TeaseMe)

Post by janmb »

slavejack wrote:Can someone post a corrected version of the xml file?

Thanks!
StrokeForRachelHD.zip
(2.67 KiB) Downloaded 98 times
Yes, I most certainly CAN do it again!
User avatar
janmb
Experimentor
Experimentor
Posts: 1658
Joined: Sun Aug 16, 2009 3:25 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Offline Teases (TeaseMe)

Post by janmb »

Nezhul wrote:lynchy

Just curious, why "I will drain you" comes in two parts? It shouldn't be that big, definitely not as big as some of the other teases already posted.
From the file sizes, it looks massive indeed. Which probably just means he has found really good quality HD pictures for this remake. Which is a great thing imo - a great tease with top notch pictures... All the better :-D
Yes, I most certainly CAN do it again!
User avatar
d3vi0n
Explorer At Heart
Explorer At Heart
Posts: 563
Joined: Fri Mar 25, 2011 10:42 am

Re: Offline Teases (TeaseMe)

Post by d3vi0n »

:w00t: :lol: so many posts... so many uploads... so many questions... :wave:

One general advice: picture resolutions bigger than desktop resolution doesn't make any sense. It just produces more traffic downloading the tease. I think 1920x1080 pixel is a good size for widescreen pictures in teases at the moment.

@tommarr
damn... i missed that error on "A Very Good Day". :-/ I uploaded a fixed version now (see first post). thx for the bugreport and thx for your new upload.

@artis
The v0.1.3 isn't released yet because there are some bugs with the new features. I didn't hear anything from Takenaga for a while now. Hope he finds some time in the future to check these things out. thx for your first upload for TeaseMe. I replaced the script in your archive with the fixed version from janmb and uploaded it again (see first post for download)

@lynchy
woah... so many new uploads. thx for sharing these fine HD-conversions... i will replace your version of "Some Mildly Evil Fun" with a version including the video.

@philo
nice idea. There is already a tag <Settings> at the beginning of every tease. At the moment it only contains <AutoSetPageWhenSeen>. You could add a new <Save> tag there. My "dream" for TeaseMe is to have a "User Login" including a profile with statistics, achievements and saves for every played tease. It would allow so many great things. But i have no idea how to program these things into TeaseMe. IF these features would exist, a general save in the tease-xml would be a bad idea, because every user should have his "own save" for this tease.
Try GuideMe to play Milovana Teases offline or create your own offline teases with highres images and videos...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible 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

Android Teaseme

Post by philo »

New version

http://code.google.com/p/android-tease- ... loads/list

Some performance improvements.
When you load a tease it will now default to the page you were last on, rather than the start.
So if you are instructed to watch a video, you can exit out watch it and when you go back in it will restart where you exited.

There is a new menu button to restart a tease from the beginning.
Post Reply