Page 55 of 90
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 10:24 am
by Gormur
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 2:27 pm
by Jasada09
I did my first session last night getting everything setup and whatnot this really is amazing, very exciting times for Tease AI. Great work Genome, beta testers, and everyone else involved in this project and of course 1885 for all you do with Tease AI and this site.

Can't wait to get more into this, later tonight.
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 3:37 pm
by Daragorn
Daragorn wrote: Sun May 07, 2017 11:38 pm
@NullResponse @ChangeVar[CardsChosen]=[CardsChosen]+[1] @If[CardsChosen]>=[12]Then(Guess) @Goto
need to be
@NullResponse @ChangeVar[CardsChosen]=[CardsChosen]+[1] @If[CardsChosen]>[12]Then(Guess) @Goto
lines401-402-404:
@Variable[CardChosen]=[CardValue] @SystemMessage <Font color="green">Correct!</Font> #DT @ChangeVar[Right]=[Right]+[1] @If[Right]>=[7]Then(Reward) @Wait(5) @Goto(Setup)
@Variable[CardChosen]<>[CardValue] @SystemMessage <Font color="red">Incorrect!</Font> #DT @ChangeVar[Wrong]=[Wrong]+[1] @If[Wrong]>=[7]Then(Punish) @Wait(5) @Goto(Setup)
(Failed)
@Variable[CardChosen]<>[CardValue] @SystemMessage <Font color="red">Too slow</Font> #DT @ChangeVar[Wrong]=[Wrong]+[1] @If[Wrong]>=[7]Then(Punish) @Wait(5) @Goto(Setup)
same as before, the @If[] checks need to be > and not >=
forget about these...i looked into the code and @changevar[] is done before the @if[] checks, so your lines were correct...the parts about the commands not being executed in order but just in the order they are in the code routine, is still true...so if you NEED for something to have them exectute in a specific order, split the commands in two lines...that's the only way to be sure to get that currently
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 3:44 pm
by Bonsai50
Hello everyone !
I've been reading here for a long time, but my English is very bad.
I find the program "Spicy 3.00" super.
Only I seem to have made a mistake.
After the "introduction" nothing happens.
I'm in the "office" and nothing happened. I can "click" a lot but
It only answers and nothing happened.
No instruction or anything! Do I make a wrong?
It runs with me almost 10 hours a day!
My second question is: Can I start again from scratch?
So where to be interviewed?
I thank everyone for the super work and hope for help.
Sorry for bad englisch it whas google tranzlator ! ( I am german )
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 3:49 pm
by Gormur
Bonsai50 wrote: Mon May 08, 2017 3:44 pm
Hello everyone !
I've been reading here for a long time, but my English is very bad.
I find the program "Spicy 3.00" super.
Only I seem to have made a mistake.
After the "introduction" nothing happens.
I'm in the "office" and nothing happened. I can "click" a lot but
It only answers and nothing happened.
No instruction or anything! Do I make a wrong?
It runs with me almost 10 hours a day!
My second question is: Can I start again from scratch?
So where to be interviewed?
I thank everyone for the super work and hope for help.
Sorry for bad englisch it whas google tranzlator ! ( I am german )
If you are unsure what to do try writing hint in the chat window
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 4:30 pm
by Oruz
mandas_whack wrote: Mon May 08, 2017 5:36 am
Oruz wrote: Mon May 08, 2017 1:25 am
Was in the middle of setting up for the first time, it glitched. ( Can't remember why.)
Now I'm stuck waiting for it to launch, for like 10 mins.
I had this problem as well. (I extracted the GNMSounds.rar to /GNMSounds/, so the sounds were in a sub folder on accident - which caused a crash).

Anyway, the simple solution is to delete the entire Spicy 3.00 folder and re-extract it from the .rar.
I'd assume the issue is that it sets a flag that says you've started your first time, so it tries to jump into a later script. So you could delete the flag if you knew what it was, but it doesn't seem to break anything to just delete the Spicy folder and re-extract (you can't just copy the files over your screwed-up version. I tried that, lol)
Deleted everything, re-extracted from .rar
I get an error message.
https://i.gyazo.com/ab74bc7b41565d284f5 ... fcc7b8.png
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 4:31 pm
by genome231
Bugfixing:
Went through the bugs, but sometimes it's rather hard to tell when the error is in your end or Spicy or Tease-AI
Releasing update tomorrow, need to do a bit of testing with a few things
Daragorn
When Tease-AI reads a date from Tease-AI does it know to check for european or american calender?
Or will it always read it as American?
Marspank
You then use the same variable name for the amount of time it takes to clean the sink/fridage (or toilet/shower).
It's intended
Added room number in text for room chores.
Until tomorrow
Genome
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 4:34 pm
by Gormur
- Spoiler: show
-
Oruz wrote: Mon May 08, 2017 4:30 pm
mandas_whack wrote: Mon May 08, 2017 5:36 am
Oruz wrote: Mon May 08, 2017 1:25 am
Was in the middle of setting up for the first time, it glitched. ( Can't remember why.)
Now I'm stuck waiting for it to launch, for like 10 mins.
I had this problem as well. (I extracted the GNMSounds.rar to /GNMSounds/, so the sounds were in a sub folder on accident - which caused a crash).

Anyway, the simple solution is to delete the entire Spicy 3.00 folder and re-extract it from the .rar.
I'd assume the issue is that it sets a flag that says you've started your first time, so it tries to jump into a later script. So you could delete the flag if you knew what it was, but it doesn't seem to break anything to just delete the Spicy folder and re-extract (you can't just copy the files over your screwed-up version. I tried that, lol)
[/quote]
Deleted everything, re-extracted from .rar
I get an error message.
https://i.gyazo.com/ab74bc7b41565d284f5 ... fcc7b8.png
[/quote]
You are very very very likely putting stuff in the wrong folders.
Spicy should be like this "\Tease AI 0.54.8\Scripts\Spicy 3.00" for example
Images should be like this "Tease AI 0.54.8\Images\GNMImages"
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 4:53 pm
by Oruz
Gormur wrote: Mon May 08, 2017 4:34 pm
- Spoiler: show
-
Oruz wrote: Mon May 08, 2017 4:30 pm
mandas_whack wrote: Mon May 08, 2017 5:36 am
I had this problem as well. (I extracted the GNMSounds.rar to /GNMSounds/, so the sounds were in a sub folder on accident - which caused a crash).

Anyway, the simple solution is to delete the entire Spicy 3.00 folder and re-extract it from the .rar.
I'd assume the issue is that it sets a flag that says you've started your first time, so it tries to jump into a later script. So you could delete the flag if you knew what it was, but it doesn't seem to break anything to just delete the Spicy folder and re-extract (you can't just copy the files over your screwed-up version. I tried that, lol)
Deleted everything, re-extracted from .rar
I get an error message.
https://i.gyazo.com/ab74bc7b41565d284f5 ... fcc7b8.png
[/quote]
You are very very very likely putting stuff in the wrong folders.
Spicy should be like this "\Tease AI 0.54.8\Scripts\Spicy 3.00" for example
Images should be like this "Tease AI 0.54.8\Images\GNMImages"
[/quote]
I figured it out.
I actually had Tease AI set to spicy 3.0, so everytime I opened it up it defaulted to it.
Even if I restarted, that still happened, so I just unselected it, deleted everything, and re did it.
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 5:09 pm
by Oruz
Also, a slight issue.
'[Vivienne]: How often do you want to use toys during sessions?
[Vivienne]: Either you can input a value or you can let the domme decides'
How do I let the dom decide? Seems like what I type doesn't really matter?
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 5:50 pm
by Trasjxy
korminjin wrote: Mon May 08, 2017 8:55 am
Hello
I do not speak English well.
I saw the # DT4 error.
I saw a reply tag problem.
How to solve it?
Should I randomly tag all images one by one?
Or are there predefined tags?
I missed it?
I am trying to solve it all day
Using Google Translator
- Spoiler: show
-
"Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
Error: The path is not of a legal form.
01:44 PM Victoria: Never forget.. #DT4 "
Same here...
In the error log I got the following error over and over again
- Spoiler: show
-
Date/Time: 2017-05-08 19:48:36
Version: 0.54.8.0
Title: GetFilter(String, Boolean)
Message: Exception occured while checking line "@Flag(Personality1,Pleased) @Variable[GoodDays]<=[BadDays] @DommeTag(FullyDressed)".
Exceptions:
================================== Exception =====================================
Message: Der Pfad hat ein ungültiges Format.
Typ: System.ArgumentException
StackTrace:
bei System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
bei System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
bei System.IO.Path.InternalGetDirectoryName(String path)
bei Tease_AI.Form1.GetLocalImage(String LocTag, Boolean isDommeTag) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:Zeile 13304.
bei Tease_AI.Form1.GetFilter(String FilterString, Boolean Linear) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:Zeile 13629.
~~~~~~~~~~~~~~~~~~~~Application.StackTrace~~~~~~~~~~~~~~~~~~~~~~~~~
bei Tease_AI.Form1.GetFilter(String FilterString, Boolean Linear) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:Zeile 14224.
bei Tease_AI.Form1.FilterList(List`1 ListClean) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:Zeile 13564.
bei Tease_AI.Form1.PoundClean(String StringClean) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:Zeile 8231.
bei Tease_AI.Form1.Timer1_Tick(Object sender, EventArgs e) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Form1.vb:Zeile 4831.
bei System.Windows.Forms.Timer.OnTick(EventArgs e)
bei Tease_AI.teaseAI_Timer.OnTick(EventArgs e) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease-AI\Tease AI\Classes\teaseAI_Timer.vb:Zeile 50.
bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
bei Tease_AI.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 82.
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 6:10 pm
by PrincessJulia
I can't get it to work. I downloaded everything and I dragged the pictures and videos in the Tease AI folder. When I start Tease AI and type something, the "loading screen" appears but never goes away.. I find this software very interesting and I would live for some boy to help me out.

Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 6:18 pm
by mayhem2013
PrincessJulia wrote: Mon May 08, 2017 6:10 pm
I can't get it to work. I downloaded everything and I dragged the pictures and videos in the Tease AI folder. When I start Tease AI and type something, the "loading screen" appears but never goes away.. I find this software very interesting and I would live for some boy to help me out.
I had the same issue. I believe it had to do wit the custom theme i created before launching the first time.
Try deleting the scripts and system folder. Also all files in the main tease ai folder.
Then copy all the files from the rar into the folder again for tease ai and spicy.
Solved it for me.
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 6:26 pm
by Daragorn
Trasjxy wrote: Mon May 08, 2017 5:50 pm
I do not speak English well.
I saw the # DT4 error.
You have to flag your domme pics with fullydressed/halfdressed/garmentcovering/boobs tags in the settings/tagging/domme tags or you will always get that "error" (you can avoid seeing it if you remove the "ouptut error to chat" in the misc setting...but you'll lose a part of how spicy works if you don't tag them (and, until next version, in which i have fixed this problem, it will slow down the session since it will take few seconds for each line to be read)
"Error: The path is not of a legal form.
probably you just haven't setup the domme folder to get the pics from?? (settings/general/setdommefolder)
The folder need to be a main folder in which there are 1+ subfolders containing the pics of the dome
so for example:
c:\dommeDir\picSet1
c:\dommeDir\picSet2
c:\dommeDir\picSet3
and you have to select c:\dommeDir\ as the domme folder
Re: [TEASE-AI - Personality] Spicy 3.00
Posted: Mon May 08, 2017 6:43 pm
by Trasjxy
Daragorn wrote: Mon May 08, 2017 6:26 pm
Trasjxy wrote: Mon May 08, 2017 5:50 pm
I do not speak English well.
I saw the # DT4 error.
You have to flag your domme pics with fullydressed/halfdressed/garmentcovering/boobs tags in the settings/tagging/domme tags or you will always get that "error" (you can avoid seeing it if you remove the "ouptut error to chat" in the misc setting...but you'll lose a part of how spicy works if you don't tag them (and, until next version, in which i have fixed this problem, it will slow down the session since it will take few seconds for each line to be read)
"Error: The path is not of a legal form.
probably you just haven't setup the domme folder to get the pics from?? (settings/general/setdommefolder)
The folder need to be a main folder in which there are 1+ subfolders containing the pics of the dome
so for example:
c:\dommeDir\picSet1
c:\dommeDir\picSet2
c:\dommeDir\picSet3
and you have to select c:\dommeDir\ as the domme folder
Ah perfect. I set it, but there was no image tagged FullyDressed. Thanks!