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

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 »

@Sexytimes 5 and jsil12
thx for the contributions. It's awesome to see so many new uploads.

@cumping
may i selfishly recommend "Virtual Sex 1" and "The Challenge" as next teases for you to play? :wave: They are written exclusively for TeaseMe and try to demonstrate whats possible with TeaseMe.
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...
cumping
Explorer
Explorer
Posts: 70
Joined: Sat Nov 03, 2012 2:05 pm
Contact:

Re: Offline Teases (TeaseMe)

Post by cumping »

Hello, can there be any connection between the download of one of the needes software and that my Windows movie maker crashes? :\'-(
climactic
Explorer
Explorer
Posts: 22
Joined: Fri Nov 25, 2011 9:13 pm

Re: Offline Teases (TeaseMe)

Post by climactic »

No matter how many times I download Teaseme, it continues to not work when I try to run it.

I am almost positive that the problem has to do with my Norton suite, because Norton won't even allow me to download it initially, but when I disable Norton temporarily, I am able to download, unpack and run Teaseme just fine. However, once I close Teaseme, and then try to open it later, I get a message that says Teaseme has stopped running.

Has anyone else experienced this problem, and does anyone have a solution?
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 »

I am almost positive that the problem has to do with my Norton suite (...) Has anyone else experienced this problem, and does anyone have a solution?
Sorry... i have a different security suite. No idea why Norton should have a problem with TeaseMe. Another possible reason: Something is gone wrong with your .NET Framework installation?
cumping wrote:Hello, can there be any connection between the download of one of the needes software and that my Windows movie maker crashes? :\'-(
Which software did you install as "needed software"? .NET Framework and K-Lite? Maybe a problem between K-Lite Codec Pack and Windows Movie Maker? The FAQ of K-Lite mentions Movie Maker. Try to uninstall K-Lite and see if the problem is still there. TeaseMe runs without K-Lite. K-Lite is just a codec pack and minimizes the risk of not having a required video/audio codec.
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
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 »

d3vi0n wrote:Sorry... i have a different security suite. No idea why Norton should have a problem with TeaseMe. Another possible reason: Something is gone wrong with your .NET Framework installation?
Norton tends to have a problem with pretty much everything. Sometimes it rather seems like they operate by having a whitelist of ok-ed stuff, and warn/stop everything else. You can pretty much write a 4-line "Hello world" program and get Norton to whine about it.
Yes, I most certainly CAN do it again!
artis
Explorer
Explorer
Posts: 43
Joined: Tue Sep 11, 2012 2:02 pm

Re: Offline Teases (TeaseMe)

Post by artis »

@d3vi0n Can you add peeping on Jordan to the 1st post? Got all the download issues sorted out.

http://www.milovana.com/forum/viewtopic.php?f=2&t=9708
wheresmything
Explorer
Explorer
Posts: 62
Joined: Tue Nov 16, 2010 2:02 pm

Re: Offline Teases (TeaseMe)

Post by wheresmything »

Been playing around with an idea I had and am having trouble getting a part of it to work (and have not been able to find an answer in either the tutorial or this thread).

The concept is this, there are several groups of pages, and I want to be sure that the tease runs through at least 1 page in each group (every page is fine too, though you should never see any page twice). To this end I have turned on the autoset flag to prevent repeat visists to a page. I have also set every page in each group to set a flag (different for each group, running from A - E). The tease should then be able to continue jumping around between all unseen pages in any group without being able to go on to the next section until it has gone to at least 1 page in each section - but I've not been able to get the flagging to work as expected. Here is an example of the xml:

This is what I have for the various groups, just the letter for the flag changes from page to page.

<Page id="Tease1">
<Text>1</Text>
<Video id="Tease_01.wmv"/>
<Delay seconds="15" target="Tease(1..15)" style="hidden" if-not-set="A" set="A"/>
<Button target="Tease(1..15)">Ready?</Button>
</Page>

Then to move on, I have this:

<Page id="Tease15" if-not-set="A+B+C+D+E">
<Text/>
<Video id="decision.wmv"/>
</Page>
</Pages>

Looking at page Tease15, I would not expect it to be chosen unless the 5 flags were all set, but in testing I've seen that the page comes up regardless of which flags are or are not set. If anyone can help, I'd appreciate it.

As a side note, I chose to use the delaySeconds instead of just having the page move on at the end of the video as there is a problem where every other video would not show (I think it probably has an issue with closing the file while trying to open the next). Something to bear in mind when looking into that part of the code.

Thanks in advance for the help, I'm sure I'm just overlooking something dumb in my logic.
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 »

artis wrote:@d3vi0n Can you add peeping on Jordan to the 1st post?
Done :smile:
wheresmything wrote:To this end I have turned on the autoset flag to prevent repeat visists to a page. I have also set every page in each group to set a flag (different for each group, running from A - E). The tease should then be able to continue jumping around between all unseen pages in any group without being able to go on to the next section until it has gone to at least 1 page in each section.
(...)
Looking at page Tease15, I would not expect it to be chosen unless the 5 flags were all set, but in testing
look again. ;-) Your condition is wrong. if-not-set="A+B+C+D+E" means if-not-set="A AND B AND C AND D AND E". It stays true (and can be chosen) as long as not the 5 flags were all set. The only time it can't be chosen is when all the 5 flags are set. The correct condition would be if-set="A+B+C+D+E". A page with this condition can only be chosen when all of the 5 flags are set. As a side note, i do not use AutoSetPageWhenSeen="true". It just confuses me. I prefer to set the needed flags manually.

I made some more suggestions to improve your structure of the xml and put them into a "test.xml". Download it and try it for yourself. It uses a hidden function "chooseTease" to decide between 5 teases (or the final decision if all teases where visited at least once).
wheresmything wrote:As a side note, I chose to use the delaySeconds instead of just having the page move on at the end of the video as there is a problem where every other video would not show (I think it probably has an issue with closing the file while trying to open the next).
Yeah... thats right. It seems to be a minor bug. The solution with delay seconds only works, when the length of the video is known. It doesn't work for example when you randomly chose a video from a folder. You could avoid that and use a page with an image (maybe as instruction or intro) between two pages with videos.
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...
meson1
Explorer
Explorer
Posts: 93
Joined: Sun Sep 26, 2010 3:28 pm
Gender: Male
Sexual Orientation: Straight

Re: Offline Teases (TeaseMe)

Post by meson1 »

@wheresmything, so let me get this straight. You have pages Tease1 to Tease14, each one of which is designated to be in one of five groups, A,B,C,D or E. Then you have page Tease15 which moves you on. The idea is to loop around within pages 1 to 14 until you have visited one page in each of the five groups at a minimum, yes? Only then does selecting page Tease15 become a possibility, yes?

That being the case, I'll post back with some skeleton code in few a minutes.

[Edit]

Code: Select all

<Page id="TeaseInit" unset="A,B,C,D,E"><Delay seconds="0" target="Tease(1..15)" style="hidden"/></Page> <Page id="Tease1" set="A"><Text>1</Text><Video id="Tease_01.wmv"/><Delay seconds="15" target="Tease(1..15)" style="hidden"/><Button target="Tease(1..15)">Ready?</Button></Page> <Page id="Tease2" set="B"><Text>2</Text><Video id="Tease_02.wmv"/><Delay seconds="15" target="Tease(1..15)" style="hidden"/><Button target="Tease(1..15)">Ready?</Button></Page> ... pages Tease3 to 14 here ... <Page id="Tease15" if-set="A+B+C+D+E"><Text/><Video id="decision.wmv"/></Page>
As you see, D3vion's suggestion for using if-set instead of if-not-set on page Tease15 is what I spotted too. But unless I'm missing something in your requirement, the if-not-set on the delay elements was unnecessary. And moving the set for the group to the page element means it gets set as soon as you visit the page.

The way you had it coded, if the user had pressed the button, the flag for each group wouldn't have been set. And the delays would only have worked the first time you visited each group, but not the subsequent times you visited another page in the same group.

Also the TeaseInit page is my thing. I'm a stickler for making sure values are initialised the way I want them. i.e. I want to make sure flags A, B, C, D and E are definitely unset before entering that section of code. :-D
Last edited by meson1 on Wed Nov 07, 2012 8:26 am, edited 1 time in total.
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 »

meson1 wrote:So let me get this straight. You have pages Tease1 to Tease14, each one of which is designated to be in one of five groups, A,B,C,D or E. Then you have page Tease15 which moves you on. The idea is to loop around within pages 1 to 14 until you have visited one page in each of the five groups at a minimum, yes? Only then does selecting page Tease15 become a possibility, yes?
You are right. I missunderstood his concept. Here is another example how i would approach this concept: test2.xml.

First of all: Better don't use generic "A, B, C, D, E" as name for flags or "page13" for page names. Use for example "level1, level2, level3, level4, level5", "veryeasy, easy, medium, hard, insane", "instruction1,instruction2" depending on what the different groups of flags and pages mean.

Second: I prefer to concentrate a random choice like target="instruction(1..15)" in one page instead copying them all over the tease. I would add a hidden function "chooseInstruction" where i put my random choice once for the whole tease. So i have to only edit this single page if i'm adding more pages for instructions later on.

I don't understand why there is a delay (with a condition) and a button on the same page. So maybe i'm gettin your concept still wrong.
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...
cumping
Explorer
Explorer
Posts: 70
Joined: Sat Nov 03, 2012 2:05 pm
Contact:

Re: Offline Teases (TeaseMe)

Post by cumping »

d3vi0n wrote:
cumping wrote:Hello, can there be any connection between the download of one of the needes software and that my Windows movie maker crashes? :\'-(
Which software did you install as "needed software"? .NET Framework and K-Lite? Maybe a problem between K-Lite Codec Pack and Windows Movie Maker? The FAQ of K-Lite mentions Movie Maker. Try to uninstall K-Lite and see if the problem is still there. TeaseMe runs without K-Lite. K-Lite is just a codec pack and minimizes the risk of not having a required video/audio codec.
That was it. Thanks.
cumping
Explorer
Explorer
Posts: 70
Joined: Sat Nov 03, 2012 2:05 pm
Contact:

Re: Offline Teases (TeaseMe)

Post by cumping »

What to do with the 3 downloads and 1 hotfix of VIRTUAL SEX ?

All the folders have same names. My computer don't know what to do and ask me. I renamed the folders with numbers. But what to do next with the parts? Is it like in Chloe to put them all together in one folder? I do not want to start and then something missing when I am aroused...

Sorry, I am not a nerd. I feel so nooby. :blush:
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 »

really?

:huh: :look: :innocent: :wave:

the "3 downloads" are 1 single rar-archive split into 3 parts. Just unpack the "TeaseMe-v0.1.4-Virtual-Sex-1.part1.rar" with winrar and it will automatically unpack the whole archive (all 3 parts). The archive contains the "Virtual Sex 1.xml" script and the media subfolder "/Virtual Sex 1/" (with 47 files). Just copy the xml and the subfolder into the teases-subfolder like any other tease.

The hotfix contains an updated "Virtual Sex 1.xml" and an additional image. Again: install like any other tease and overwrite the old "Virtual Sex 1.xml". If the first page after loading says "[SCRIPT: HOTFIX INSTALLED]" you succesfully loaded the updated script.
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...
cumping
Explorer
Explorer
Posts: 70
Joined: Sat Nov 03, 2012 2:05 pm
Contact:

Re: Offline Teases (TeaseMe)

Post by cumping »

It works but I think maybe some parts missing.

I press Caress her = black screen

Feel my boner = black screen

and then some videos are played 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 »

cumping wrote:It works but I think maybe some parts missing.

I press Caress her = black screen

Feel my boner = black screen

and then some videos are played again.
I was having same problem when this tease was first time released. Did you apply hotfix? Also are you running newest version of teaseme
Post Reply