DemonXia wrote:Domme Settings
Thanks for the info, I'm still trying to see if I can replicate it. Can you also tell me what Level and Apathy your domme is set at?
DemonXia wrote:A new issue has also come up. I was right now just running the program in the background, haven't said hello or anything, Glitter was running, I think it was running for like half an hour to an hour or so and than this error pops up. I have just recently installed the Glitter additions from snowcat (found it in the Community-Created Scripts topic
http://www.milovana.com/forum/viewtopic ... 15#p198355) maybe they are the cause for this one.
I did notice that snowcat has a non-Tease Glitter file that uses @Cruel, @Bratty etc, and those are really only meant for Tease posts, but I'm not sure those would be hurting anything. I did notice a possible problem with the way Glitter randomly decides what post to use, I"m going to change the code a little for the next patch and see if that helps
dukiesnud wrote:I went through a couple sessions this morning, and it looks like the metronome starts as expected when stroking starts. I did this with the metronome open before starting the greeting, and let stroking start and then opened the metronome. No errors with latest patch and hotfix.
Awesome, always glad to hear about one less bug
dukiesnud wrote:Is there an easy way to keep track of duration, or time? I'd be interested having her say something like, put on a couple clothespins for 10 minutes. Let's keep going. I'll remind you in 10 to take them off. . .
I'm not sure if @BookmarkModule is working correctly for everyone yet or not, I assume it is since I haven't heard anything (but if any problems with it crop up please let me know and I'll fix it), but currently you could do a Module like
- ....
....
....
Before you start stroking again I want you to put one clothespin on each nipple
Let me know when they're on
[on, done, did, finish] Good
[yes] Good
[no] Hurry up and put them on @LoopAnswer
@DifferentAnswer Did you put the clothespins on?
That should make it a little more exciting when you start stroking for me again #Grin @BookmarkModule
@End
Okay #PetName, you can go ahead and take those clothespins off now
....
....
....
Then the next time you stop stroking, she would let you take the clothespins off
rayray77 wrote:Is there an command to refer to the current mood of the Domme?
For example: @DommeMood3 ...
I'm working on enhancing the features revolving around the domme's mood. Currently all you can do is output the number of her current mood 1-10 with #DomMood, higher being better mood. I'll have much more for the domme's mood in an upcoming patch
rayray77 wrote:Is there a way to make the path be relative to the TeaseAI.exe file or the one, which require the Information.
ImageTags.txt in Images\System is no longer needed, all domme tags are relative to the folder they're in now. Check out this post for more information
http://www.milovana.com/forum/viewtopic ... gs#p198393
rayray77 wrote:PS: Great Work. I've high respect about your efforts for this Project. It takes quiet some Courage and discipline to create something like this
Thank you very much, I really appreciate it
dukiesnud wrote:I'm also wondering if I can change a response file (Can Handle
_z) like this:
Spoiler
I thought it would work like this, but it doesn't. Is this functionally possible? Or, did I get it wrong?
You're trying to create a Linear-type script in a List-Type script. List type scripts (Taunts, Responses, Keywords, etc) don't go through a list line by line. They pick out a line at random and display it to the screen. The kind of script you're trying to use here would be for Starts, Modules, Links, Ends, Interrupts, etc.
I am toying with the idea of a kind of "mini-script" system that would let you fire off small linear scripts as a Command in list type scripts to essentially do what you're tying to do here, but I need to work out the logistics of it