- Spoiler: show
-
Already in chastity! and still browsing through.
So far only one error that didn't hurt.
Chore section. Was trying to type back, exit, x and so on and got :
ERROR: Can't locate the file: "D:\Mitt\Tease AI 0.54.8\Images\System\LikedImageURLs.txt" :::: Error loading TextFile: D:\Mitt\Tease AI 0.54.8\Images\System\LikedImageURLs.txt
ERROR: Can't locate the file: "D:\Mitt\Tease AI 0.54.8\Images\System\DislikedImageURLs.txt" :::: Error loading TextFile: D:\Mitt\Tease AI 0.54.8\Images\System\DislikedImageURLs.txt
ERROR: Can't locate the file: "D:\Mitt\Tease AI 0.54.8\Images\System\LikedImageURLs.txt" :::: Error loading TextFile: D:\Mitt\Tease AI 0.54.8\Images\System\LikedImageURLs.txt
ERROR: Can't locate the file: "D:\Mitt\Tease AI 0.54.8\Images\System\DislikedImageURLs.txt" :::: Error loading TextFile: D:\Mitt\Tease AI 0.54.8\Images\System\DislikedImageURLs.txt
before it returned by it self.
I just created those .txt files and had them empty. Hopefully that works
Edit : Also in the options when selecting game modes. You can't pick 10 11 and 12 because it always reads it as just 1 also it is missing a way to back out of this. Using letters doesn't work there or typing standard/twelve for example for 12) standard.
Edit2 : Seems the main window doesn't read 10 either. Found out you can write "ten" instead :) "hint" for the win
Edit3 : If you say "thank you mistress" to the virtual one Charlotte shows up in some places when asking permissions.
Edit4 : Sometimes to go back it is 0, x, exit, back, return but not always do all work or some. You just have to type them all to find what works.
Edit5 : Error :
[Vivienne]: In here you can buy new chores
[Vivienne]: These include chores different from your primary chores
[Vivienne]: For when you want to earn additional gold or please your Mistress
Error: Index was outside the bounds of the array.
[Vivienne]: Do you wish to purchase additional chores?
You can also buy chore packs for free even if you have 0 gold.
[Vivienne]: This is the lottery
[Vivienne]: Every friday one number between 1 and 100 is drawn
[Vivienne]: Have a ticket with the correct number and you win a prize
[Vivienne]: The price for a ticket is 50 gold
Error: Index was outside the bounds of the array.
[Vivienne]: Do you wish to purchase a ticket?
Edit6 : Woops now I have -8100 gold! from buying chore packs and lottery tickets without having the gold I guess. (think I managed to fix this by searching for the recently modified files and edit them back)
Spicy [Tease-AI] [Old thread]
Moderator: 1885
-
Jasada09
- Explorer

- Posts: 18
- Joined: Sat Feb 02, 2013 5:21 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [TEASE-AI - Personality] Spicy 3.00
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.
-
Daragorn
- Explorer At Heart

- Posts: 587
- Joined: Fri Nov 06, 2015 1:16 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [TEASE-AI - Personality] Spicy 3.00
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 currentlyDaragorn 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 >=
- Bonsai50
- Explorer At Heart

- Posts: 120
- Joined: Tue Feb 14, 2017 9:01 am
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Submissive
- Dom/me(s): I have no Master or Mistress
- Location: Germany
Re: [TEASE-AI - Personality] Spicy 3.00
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 )
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 )
-
Gormur
- Explorer At Heart

- Posts: 112
- Joined: Sat Apr 09, 2016 2:24 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Location: Iceland
Re: [TEASE-AI - Personality] Spicy 3.00
If you are unsure what to do try writing hint in the chat windowBonsai50 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 )
Re: [TEASE-AI - Personality] Spicy 3.00
Deleted everything, re-extracted from .rarmandas_whack wrote: Mon May 08, 2017 5:36 amI 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).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.
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)
I get an error message.
https://i.gyazo.com/ab74bc7b41565d284f5 ... fcc7b8.png
Re: [TEASE-AI - Personality] Spicy 3.00
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
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
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project!
Thank you for spending time on this awesome project!
-
Gormur
- Explorer At Heart

- Posts: 112
- Joined: Sat Apr 09, 2016 2:24 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Location: Iceland
Re: [TEASE-AI - Personality] Spicy 3.00
- Spoiler: show
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
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
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?
'[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?
-
Trasjxy
- Curious Newbie

- Posts: 4
- Joined: Mon May 08, 2017 2:47 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Dom (Male)
Re: [TEASE-AI - Personality] Spicy 3.00
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
Same here...
In the error log I got the following error over and over again
- Spoiler: show
-
PrincessJulia
- Explorer At Heart

- Posts: 105
- Joined: Fri Aug 08, 2014 7:42 pm
Re: [TEASE-AI - Personality] Spicy 3.00
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. 
- mayhem2013
- Curious Newbie

- Posts: 2
- Joined: Wed Jul 31, 2013 4:04 pm
Re: [TEASE-AI - Personality] Spicy 3.00
I had the same issue. I believe it had to do wit the custom theme i created before launching the first time.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.![]()
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.
-
Daragorn
- Explorer At Heart

- Posts: 587
- Joined: Fri Nov 06, 2015 1:16 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [TEASE-AI - Personality] Spicy 3.00
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)
probably you just haven't setup the domme folder to get the pics from?? (settings/general/setdommefolder)"Error: The path is not of a legal form.
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
-
Trasjxy
- Curious Newbie

- Posts: 4
- Joined: Mon May 08, 2017 2:47 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Dom (Male)
Re: [TEASE-AI - Personality] Spicy 3.00
Daragorn wrote: Mon May 08, 2017 6:26 pmYou 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)
probably you just haven't setup the domme folder to get the pics from?? (settings/general/setdommefolder)"Error: The path is not of a legal form.
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!
