Page 36 of 83
Re: Offline Teases (TeaseMe)
Posted: Sun Nov 04, 2012 10:26 am
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?

They are written exclusively for TeaseMe and try to demonstrate whats possible with TeaseMe.
Re: Offline Teases (TeaseMe)
Posted: Sun Nov 04, 2012 4:03 pm
by cumping
Hello, can there be any connection between the download of one of the needes software and that my Windows movie maker crashes?

Re: Offline Teases (TeaseMe)
Posted: Sun Nov 04, 2012 4:14 pm
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?
Re: Offline Teases (TeaseMe)
Posted: Sun Nov 04, 2012 5:42 pm
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.
Re: Offline Teases (TeaseMe)
Posted: Sun Nov 04, 2012 6:04 pm
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.
Re: Offline Teases (TeaseMe)
Posted: Tue Nov 06, 2012 3:53 am
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
Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 2:17 am
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.
Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 7:23 am
by d3vi0n
artis wrote:@d3vi0n Can you add peeping on Jordan to the 1st post?
Done
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.
Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 7:30 am
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.

Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 7:57 am
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.
Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 11:03 am
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.
Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 9:45 pm
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.

Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 10:54 pm
by d3vi0n
really?
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.
Re: Offline Teases (TeaseMe)
Posted: Wed Nov 07, 2012 11:06 pm
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.
Re: Offline Teases (TeaseMe)
Posted: Thu Nov 08, 2012 12:08 am
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