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

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: Offline Teases (TeaseMe)

Post by cd_228 »

Could be handy for keeping track of stuff like edges etc I guess?
Exactly, what I was thinking about. Or store information about the user like age, or other values..
Mat
Explorer At Heart
Explorer At Heart
Posts: 429
Joined: Sun Feb 26, 2012 8:34 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Offline Teases (TeaseMe)

Post by Mat »

The only problem I'm havng is that I can't download any teases with a colon ':' in their name, when I click save an error message pops up saying invalid filename.

I was trying to download the other 'indiscretion' teases.

http://www.milovana.com/webteases/showf ... p?id=12743
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 »

That makes sense Mat - I believe : is indeed not a legal character in a file name on Windows....

Should be simple enough for the import feature to replace the : with for example _ though, as soon as Take or Dev gets on it :-D
Yes, I most certainly CAN do it again!
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 »

Mat wrote:The only problem I'm havng is that I can't download any teases with a colon ':' in their name, when I click save an error message pops up saying invalid filename.

I was trying to download the other 'indiscretion' teases.

http://www.milovana.com/webteases/showf ... p?id=12743
Well.. Just delete ":" from the filename when you are saving the tease? This solves problem? :-D
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 »

Yep, that works, just tested it. I for one had forgotten that you can choose the file name before saving at all...

You can't change the name in the read-only info boxes when you import the tease, but the file saving dialog lets you alter the name before saving, and doing that (removing the : ) does the trick
Yes, I most certainly CAN do it again!
Mat
Explorer At Heart
Explorer At Heart
Posts: 429
Joined: Sun Feb 26, 2012 8:34 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Offline Teases (TeaseMe)

Post by Mat »

The error I'm getting appears as soon as you click save, just before the 'save as' dialog box opens, so I am unable to choose the name it saves as.

I've tried downloading the program again and updating to the latest .net framework and I'm still having the same problem.
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 »

Weird, I had no trouble saving the tease you listed...

Which version of teaseme and windows are you using?
Yes, I most certainly CAN do it again!
Mat
Explorer At Heart
Explorer At Heart
Posts: 429
Joined: Sun Feb 26, 2012 8:34 pm
Gender: Male
Sexual Orientation: Straight
Location: UK

Re: Offline Teases (TeaseMe)

Post by Mat »

I'm using teaseme v0.1.1 on Windows XP (with service pack 3)
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 »

W7 for my part, otherwise no difference I think.

I selected to download media as well, hit save, dialog opens, changed file name and voila...

If it doesnt work out for you I can grab and zip the entire series for you later
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 »

Hmm... strange... it worked on my system (vista). Maybe reinstall the .NET Framework?
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...
User avatar
Takenaga
Explorer At Heart
Explorer At Heart
Posts: 456
Joined: Sun Dec 04, 2011 12:58 pm
Gender: Male
Sexual Orientation: Straight
Location: Netherlands

Re: Offline Teases (TeaseMe)

Post by Takenaga »

Changing the filename in the SaveDIalog should do the trick; for convenience I changed the source code to remove the invalid characters.

I was experimenting with user-settings (like gender, name of mistress, the way a mistress addresses you, etc.) before. My idea was to allow you to save them and then they can be reused in the teases using variables. I didn't finish that as I was too busy at that time. The XML used something like ${UserName} in the Text and at runtime it will be replaced by the user setting (or the default value in the header of the tease) for a more personalized experience.

I'm struggling how to implement the variables in the xml. Currently set, unset, if-set and if-not-set are supported attributes for using flags. Does anyone have suggestions what the xml should look like when using variables (changing the current XML grammar a bit is allowed, I can use the version attribute to support the old/new grammar)?

This is what I have in mind:

Using flags (bool):

Code: Select all

set = "flag = true"set = "flag"  [color=#008040](shorthand for flag = true, backwards compat.)[/color]       if = "flag == true"if = "flag"   [color=#008040](shorthand for flag == true, backwards compat.)[/color]unset = "flag"    [color=#008040](for backwards compatibility)[/color]if-set = "flag"    [color=#008040](for backwards compatibility)[/color]if-not-set = "flag"   [color=#008040](for backwards compatibility)[/color]
Using integers:

Code: Select all

set = "counter = counter + 1"if = "counter == 10"if = "counter > 5"if = "counter < 10"  [color=#008040](less-than char must be encoded in XML)[/color]
[/code]

Using strings:

Code: Select all

set = "name = 'Milo'"if = "name != 'x'"
 
Suggestions for a clean xml grammar that is easy to write and remember are very welcome.
Try GuideMe or TeaseMe to play Milovana Teases offline or create your own offline teases with highres images and videos... don't forget to support milovana and rate the online teases!
Harry2stroke
Explorer
Explorer
Posts: 53
Joined: Wed Nov 16, 2011 6:50 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Offline Teases (TeaseMe)

Post by Harry2stroke »

hi all

i have a question for the metronome style
is it possible to change the sounding of the metronome ?
if yes, how can i do that ?

and another question
is it possible to change the speed of the metronome within one picture
for example first slow bpm, and after lets say 20 seconds fast bpm without changing to another picture ?

thx for your help
Harry
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 »

is it possible to change the sounding of the metronome ?
You need a different soundfile (mp3 or wav) for that. The default soundfile is "Resources\tick.wav", Open "TeaseMe.exe.config" and change the path value for "MetronomeAudio":

Code: Select all

<!-- Audio file played on each beat of the metronome (path is relative to the application directory).--> <add key="MetronomeAudio" value="Resources\tick.wav" />
is it possible to change the speed of the metronome within one picture. for example first slow bpm, and after lets say 20 seconds fast bpm without changing to another picture ?
Make 2 pages with same picture. 1st page with 20 seconds delay, fast bpm and target to the 2nd page:

Code: Select all

    <Page id="page1">      <Text>instruction</Text>      <Image id="picture.jpg" />      <Delay target="page2" seconds="20" style="hidden" />      <Metronome bpm="250" />    </Page>    <Page id="page1">      <Text>instruction</Text>      <Image id="picture.jpg" />      <Delay target="page3" seconds="40" style="hidden" />      <Metronome bpm="60" />    </Page>
Last edited by d3vi0n on Sun Mar 04, 2012 4:18 pm, edited 1 time in total.
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...
Harry2stroke
Explorer
Explorer
Posts: 53
Joined: Wed Nov 16, 2011 6:50 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: Offline Teases (TeaseMe)

Post by Harry2stroke »

ok thx devion

how can u make a value of 500 with the metronome ?
i can do only 250 :-)
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 »

Don't know what you mean :-D It's 250...
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...
Post Reply