Exactly, what I was thinking about. Or store information about the user like age, or other values..Could be handy for keeping track of stuff like edges etc I guess?
Offline Teases (TeaseMe)
Moderator: 1885
-
cd_228
- 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)
-
Mat
- Explorer At Heart

- Posts: 429
- Joined: Sun Feb 26, 2012 8:34 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Offline Teases (TeaseMe)
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
I was trying to download the other 'indiscretion' teases.
http://www.milovana.com/webteases/showf ... p?id=12743
- janmb
- Experimentor

- Posts: 1658
- Joined: Sun Aug 16, 2009 3:25 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Offline Teases (TeaseMe)
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
Should be simple enough for the import feature to replace the : with for example _ though, as soon as Take or Dev gets on it
Yes, I most certainly CAN do it again!
-
tommarr
- Explorer At Heart

- Posts: 148
- Joined: Mon Oct 17, 2011 9:43 am
- Gender: Male
- Sexual Orientation: Straight
Re: Offline Teases (TeaseMe)
Well.. Just delete ":" from the filename when you are saving the tease? This solves problem?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
- janmb
- Experimentor

- Posts: 1658
- Joined: Sun Aug 16, 2009 3:25 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Offline Teases (TeaseMe)
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
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

- Posts: 429
- Joined: Sun Feb 26, 2012 8:34 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Offline Teases (TeaseMe)
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.
I've tried downloading the program again and updating to the latest .net framework and I'm still having the same problem.
- janmb
- Experimentor

- Posts: 1658
- Joined: Sun Aug 16, 2009 3:25 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Offline Teases (TeaseMe)
Weird, I had no trouble saving the tease you listed...
Which version of teaseme and windows are you using?
Which version of teaseme and windows are you using?
Yes, I most certainly CAN do it again!
-
Mat
- Explorer At Heart

- Posts: 429
- Joined: Sun Feb 26, 2012 8:34 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: UK
Re: Offline Teases (TeaseMe)
I'm using teaseme v0.1.1 on Windows XP (with service pack 3)
- janmb
- Experimentor

- Posts: 1658
- Joined: Sun Aug 16, 2009 3:25 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Offline Teases (TeaseMe)
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
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!
Re: Offline Teases (TeaseMe)
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...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
- Takenaga
- Explorer At Heart

- Posts: 456
- Joined: Sun Dec 04, 2011 12:58 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: Netherlands
Re: Offline Teases (TeaseMe)
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):
Using integers:
[/code]
Using strings:
Suggestions for a clean xml grammar that is easy to write and remember are very welcome.
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]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]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.
-
Harry2stroke
- Explorer

- Posts: 53
- Joined: Wed Nov 16, 2011 6:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Offline Teases (TeaseMe)
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
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
Re: Offline Teases (TeaseMe)
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":is it possible to change the sounding of the metronome ?
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" />Make 2 pages with same picture. 1st page with 20 seconds delay, fast bpm and target to the 2nd page: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 ?
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...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
-
Harry2stroke
- Explorer

- Posts: 53
- Joined: Wed Nov 16, 2011 6:50 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Offline Teases (TeaseMe)
ok thx devion
how can u make a value of 500 with the metronome ?
i can do only 250
how can u make a value of 500 with the metronome ?
i can do only 250
Re: Offline Teases (TeaseMe)
Don't know what you mean
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...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
