Definetly not a 1 person work xDavatarbr wrote:Same here. I tried hard to make the Response system be like a live/interact system. Make what you type really matter.genome231 wrote:
@ The biggest new thing are responses!
Unfortunately I haven't had the time to create sort of conversations.
Responses work more like requests!
There are soooooo incredible many possibilities with this program, once you go into detail it can really be quite overwhelming!
But is too much work for this to work. Not a 1 person work.
I think TeaseAI will get to a new level when groups starting create personalities, something like the games mods.
Spicy [Tease-AI] [Old thread]
Moderator: 1885
Re: Spicy Personality 1.41 [TEASE AI]
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!
Re: Spicy Personality 1.41 [TEASE AI]
Hey guys!
I wanna share my template for "Requests" coming with Spicy 1.5 :)
This will enable anyone to write their own requests and place them with Spicy.
I wrote some info at the bottom, that should help, but if you have any quetions or need help, write me :)
Regards
Genome
I wanna share my template for "Requests" coming with Spicy 1.5 :)
This will enable anyone to write their own requests and place them with Spicy.
I wrote some info at the bottom, that should help, but if you have any quetions or need help, write me :)
Code: Select all
(This is the Initial flag/variable Test - THIS IS WHERE STUFF IS DECIDED ;) )
ARE YOU SURE YOU WANT THAT?
[yes]ANSWER1 @Goto(AnsweredYes1,AnsweredYes2)
[no]ANSWER2 @Goto(AnsweredNo)
@DifferentAnswer #GNMYesOrNo
(AnsweredYes1)
@NullResponse @CheckFlag(ChastityIsON) @Chance25(OPTIONS1)
@NullResponse @CheckFlag(AskedQUESTION5,AskedQUESTION3,AskedQUESTION2) @TempFlag(AskedQUESTION1)
(OPTIONS1)
@NullResponse @CheckFlag(SaidOPTIONTwice,SaidOPTIONOnce) @TempFlag(SaidOPTIONOnce)
@NullResponse @CheckFlag(MoodNasty,MoodSexy) @Goto(OPTION1,OPTION2,OPTION3)
(AnsweredYes2)
@NullResponse @CheckFlag(ChastityIsON) @Chance25(OPTIONS2)
@NullResponse @CheckFlag(AskedQUESTION5,AskedQUESTION4,AskedQUESTION1) @TempFlag(AskedQUESTION1)
(OPTIONS2)
@NullResponse @CheckFlag(SaidOPTIONTwice,SaidOPTIONOnce) @TempFlag(SaidOPTIONOnce)
@NullResponse @CheckFlag(MoodNasty,MoodSexy) @Goto(OPTION1,OPTION2,OPTION3)
(AskedQUESTION5)
@NullResponse @CheckFlag(MoodBad,MoodGood)
@NullResponse @If[GNMMerits]==[3]Then(Ending3)
@NullResponse @If[GNMMerits]==[7]Then(Ending7)
INSERT OUTCOME HERE
(AskedQUESTION4)
@NullResponse @Chance50(AskedQUESTION4b)
(AskedQUESTION4a)
@NullResponse @CheckFlag(MoodBad,MoodGood)
@NullResponse @If[GNMMerits]==[1]Then(Ending1)
@NullResponse @If[GNMMerits]==[10]Then(Ending10)
INSERT OUTCOME HERE
(AskedQUESTION4b)
@NullResponse @TempFlag(AskedQUESTION5a) @Goto(AskedQUESTION5a)
(AskedQUESTION3)
@NullResponse @Chance50(AskedQUESTION3b)
(AskedQUESTION3a)
@NullResponse @CheckFlag(MoodBad,MoodGood)
@NullResponse @If[GNMMerits]==[6]Then(Ending6)
@NullResponse @If[GNMMerits]==[8]Then(Ending8)
INSERT OUTCOME HERE
(AskedQUESTION3b)
@NullResponse @TempFlag(AskedQUESTION4) @Goto(AskedQUESTION3a)
(AskedQUESTION2)
@NullResponse @Chance50(AskedQUESTION2b)
(AskedQUESTION2a)
@NullResponse @CheckFlag(MoodBad,MoodGood)
@NullResponse @If[GNMMerits]==[4]Then(Ending4)
@NullResponse @If[GNMMerits]==[5]Then(Ending5)
INSERT OUTCOME HERE
(AskedQUESTION2b)
@NullResponse @TempFlag(AskedQUESTION3) @Goto(AskedQUESTION2a)
(AskedQUESTION1)
@NullResponse @Chance50(AskedQUESTION1b)
(AskedQUESTION1a)
@NullResponse @CheckFlag(MoodBad,MoodGood)
@NullResponse @If[GNMMerits]==[9]Then(Ending9)
@NullResponse @If[GNMMerits]==[2]Then(Ending2)
INSERT OUTCOME HERE
(AskedQUESTION1b)
@NullResponse @TempFlag(AskedQUESTION2) @Goto(AskedQUESTION1a)
(Outcomes - This is most of the different outcomes)
(ChastityIsOn)
(SaidOPTIONTwice)
(SaidOPTION1Once)
(OPTION1)
(OPTION2)
(OPTION3)
(MoodBad)
(MoodGood)
(MoodSexy)
(MoodNasty)
(Ending1)
(Ending2)
(Ending3)
(Ending4)
(Ending5)
(Ending6)
(Ending7)
(Ending8)
(Ending9)
(Ending10)
(AnsweredNo)
@INFO MERITS IS IMPLEMENTED WITH TEASE AI 1.5
@INFO MERITS ARE POINTS OF BEHAVIOUR, 10 = GOOD BEHAVIOR, 1 IS BAD BEHAVIOUR
@INFO MERITS MAY LEAD TO ENDING 1-10, ENDING 1 MATCHES MERITS 1 AND SO ON
@INFO MERITS CAN NEVER BE HIGHER OR LOWER THAN 10, EACH INTRO SCRIPT RUNS A TEST, IF MERITS ARE OUTSIDE
@INFO THE RANGE OF 1-10, IT WILL BE RESET TO 5.
@INFO THE CHECK IS ALWAYS STARTED WITH A CHASTITY CHECK. IF CHASTITY IS ON, ITS THE ONLY POSSIBLE
@INFO OF THE FIRST LINE OF TESTS.
@INFO REPLACE --- "QUESTION" --- IN THE SCRIPT WITH A WORD THAT IS RELATED TO THE REQUEST
@INFO --- "OPTION" --- AND --- "OPTIONS" --- DOESN'T HAVE TO BE REPLACED. BUT CAN BE.
@INFO THIS SCRIPT CAN GO IN ANY DIRECTION AND SHOULD MAKE IT NEAR IMPOSSIBLE FOR THE WRITER
@INFO TO GUESS THE OUTCOMES HIMSELF.
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!
Re: Spicy Personality 1.50 [TEASE AI]
Ver. 1.50 is here :)
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!
-
NEGEV
- Explorer

- Posts: 96
- Joined: Sat Aug 22, 2015 2:59 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Spicy Personality 1.50 [TEASE AI]
Where do I have to put all the folders and whereever that is to I also have to put there all of the folders or just the subfolders (for example just GMNImages or all the subfolders in that folder)
Re: Spicy Personality 1.50 [TEASE AI]
Hi! I get the confusion :PNEGEV wrote:Where do I have to put all the folders and whereever that is to I also have to put there all of the folders or just the subfolders (for example just GMNImages or all the subfolders in that folder)
The folder where you store Tease-AI, there is a folder called --> Video
Inside there you create a new folder called GNM_Videos. Inside that folder you need 5 folder.
--> BJTraining
--> CuckoldAndDenied
--> Humiliation
--> Punishment
--> VideoEnd
That should enable you to figure the rest out :D If not just contact me again.
Regards
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!
- marspank
- Explorer At Heart

- Posts: 840
- Joined: Mon Sep 19, 2011 12:11 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
- Location: East Coast US
Re: Spicy Personality 1.50 [TEASE AI]
It seems that the SeverePunishment interrupt will never end? Looks at variable severecount that doesn't seem to get updated?
Datta. Dayadhvam. Damyata.
Re: Spicy Personality 1.50 [TEASE AI]
You are absolutely right!marspank wrote:It seems that the SeverePunishment interrupt will never end? Looks at variable severecount that doesn't seem to get updated?
It doesn't update! Wauv! that is severe!
Updating a posting a new version :)
Regards
Genome
UPDATE: GNMSeverePunishment inside interrupt should now work :D Thank you for posting bug!
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!
Re: Spicy Personality 1.51 [TEASE AI]
Anyone else has this problem? its comng when you start Spicy Personality modules: "There are no directories in the specified images Directory folder.
Please make sure the images Directory points to a location containing at least one subdirectory of images" And you cant continue.
Please make sure the images Directory points to a location containing at least one subdirectory of images" And you cant continue.
Re: Spicy Personality 1.51 [TEASE AI]
Hi!pepez wrote:Anyone else has this problem? its comng when you start Spicy Personality modules: "There are no directories in the specified images Directory folder.
Please make sure the images Directory points to a location containing at least one subdirectory of images" And you cant continue.
Is this a problem you only have with Spicy?
In general:
Are your directory folder patchs inside TEASE-AI set up correctly?
If a module (start, link, module or end) uses an image from a certain path and cant find an image from said path it will tell you that there is a problem :)
Inside settings go to --> Images. Press genre images and check the paths for all of your images :)
Hope this helps!
UPDATE: Also make sure you're using the newest version! 53!
Regards
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!
Re: Spicy Personality 1.51 [TEASE AI]
Updated to 1.52
Found some more bugs.
Added a little bit to Spicy Vocabulary.
Regards
Genome
Found some more bugs.
Added a little bit to Spicy Vocabulary.
Regards
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!
Re: Spicy Personality 1.51 [TEASE AI]
Think I found your problem while reorganizing pictures!pepez wrote:Anyone else has this problem? its comng when you start Spicy Personality modules: "There are no directories in the specified images Directory folder.
Please make sure the images Directory points to a location containing at least one subdirectory of images" And you cant continue.
You have to have at least one subfolder within your domme image folder. And the path can not lead directly to this folder.
That will cause what I think is a bug.
Regards
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!
Re: Spicy Personality 1.51 [TEASE AI]
genome231 wrote:Think I found your problem while reorganizing pictures!pepez wrote:Anyone else has this problem? its comng when you start Spicy Personality modules: "There are no directories in the specified images Directory folder.
Please make sure the images Directory points to a location containing at least one subdirectory of images" And you cant continue.
You have to have at least one subfolder within your domme image folder. And the path can not lead directly to this folder.
That will cause what I think is a bug.
Regards
Genome
Okay, i reinstall it and its work but everything but not quiz mode.. There comes Microsoft.NET framework error. And alot text.. I´m from Finalnd so text are Finnish so its going to be hard translate, but if you have any idea what i mean let me now.. And i can try translate if you need :)
And have to say I love this Persona :) Good work! :)
Re: Spicy Personality 1.51 [TEASE AI]
Hmmpepez wrote:
Okay, i reinstall it and its work but everything but not quiz mode.. There comes Microsoft.NET framework error. And alot text.. I´m from Finalnd so text are Finnish so its going to be hard translate, but if you have any idea what i mean let me now.. And i can try translate if you need :)![]()
And have to say I love this Persona :) Good work! :)![]()
![]()
Can you describe your problem a little more?
Is it while running quiz? Was it just before she ran quiz? what was her last lines?
Usually the last 3-4 lines of text often really help a lot uncovering bugs :)
Thank you!
Regards
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!
- VanHellsing
- Explorer At Heart

- Posts: 150
- Joined: Mon Apr 12, 2010 10:07 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Spicy Personality 1.51 [TEASE AI]
I get an error all the time after typing "how are you?" and "may I edge?". The domme responds with: "ERROR: Tease AI did not return a valid Response line".
Re: Spicy Personality 1.51 [TEASE AI]
Thank you! looking into it!VanHellsing wrote:I get an error all the time after typing "how are you?" and "may I edge?". The domme responds with: "ERROR: Tease AI did not return a valid Response line".
Updated Spicy to 1.53
Fixed some bugs inside GNMVibration and GNMQuiz
Regards
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!
