[Tease AI] Personality AliceMerged / AliceAwaked
Moderator: 1885
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
You do a nice work thanks.
Found a other error.
Error: is not a wave file
by this command @PlayAudio[mar\stripsongs\*.*]
it is because of the leaveHatOn.wav file this file is not played. the mp3 files work but only this special leaveHatOn.wav file do not work (maybe a codec is missing in TAIA. I converted it to mp3 and it works. But other wav files works as well.
Found a other error.
Error: is not a wave file
by this command @PlayAudio[mar\stripsongs\*.*]
it is because of the leaveHatOn.wav file this file is not played. the mp3 files work but only this special leaveHatOn.wav file do not work (maybe a codec is missing in TAIA. I converted it to mp3 and it works. But other wav files works as well.
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
in marIntro03.txt line 135
we declare a Hour to be here mostly.
"So, what would be the hour of the day you can be here mostly...
Enter just the number of the hour, somewhat between 0 and 23 (5pm would be 17)? @InputVar[marTheHourToBeHere]
Alright, #Var[marTheHourToBeHere]:00,... that's a good time for me."
but then you overwrite it on the Start up mar_myStart.txt
line 27
@NullResponse @SetVar[marTheHourToBeHere]=[17]
in my opinion, you have to remove this line.
or if you want to force the user then you have to remove the question
please have a check thanks
we declare a Hour to be here mostly.
"So, what would be the hour of the day you can be here mostly...
Enter just the number of the hour, somewhat between 0 and 23 (5pm would be 17)? @InputVar[marTheHourToBeHere]
Alright, #Var[marTheHourToBeHere]:00,... that's a good time for me."
but then you overwrite it on the Start up mar_myStart.txt
line 27
@NullResponse @SetVar[marTheHourToBeHere]=[17]
in my opinion, you have to remove this line.
or if you want to force the user then you have to remove the question
please have a check thanks
Re: [Tease AI] Personality AliceMerged / AliceAwaked
I believe you missed the latest patch that fixed this issue.Spielers wrote: Sat Dec 10, 2022 12:24 pm but then you overwrite it on the Start up mar_myStart.txt
line 27
@NullResponse @SetVar[marTheHourToBeHere]=[17]
in my opinion, you have to remove this line.
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
oh yes thankstraedor wrote: Sat Dec 10, 2022 3:11 pm
I believe you missed the latest patch that fixed this issue.
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
In HubModules\AV_ModFetish2.txt in line 183-185
we have:
@RT(Good thing, Thankfully) you have some videos on your computer
Stroke to the beat #Grin
Have fun @PlayVideo
But a Stroke beat is not called, so we only look the video
we have:
@RT(Good thing, Thankfully) you have some videos on your computer
Stroke to the beat #Grin
Have fun @PlayVideo
But a Stroke beat is not called, so we only look the video
Last edited by Spielers on Sun Dec 11, 2022 11:26 am, edited 1 time in total.
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
If i log an Orgasm ouside the session you set the flag marOrgOhneErlaubnisOutside but you never delete it an so i allways get punished.
In Stroke\Start\mar_myStart.txt
i would add this line in line 670
@NullResponse @DeleteFlag(marOrgOhneErlaubnisOutside)
and also add
@NullResponse @DeleteFlag(marOrgOhneErlaubnisOutside)
in
Stroke\Start\mar_myStart_CHASTITY.txt Line 493
In Stroke\Start\mar_myStart.txt
i would add this line in line 670
@NullResponse @DeleteFlag(marOrgOhneErlaubnisOutside)
and also add
@NullResponse @DeleteFlag(marOrgOhneErlaubnisOutside)
in
Stroke\Start\mar_myStart_CHASTITY.txt Line 493
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
if a write "I came"
the interrupt HadAnOrgasm.txt start but it only log LastOrgasm and LastRuined and LastFullOrgasm but your start script use mar_LastOrg
...
You have a lot of Orgasm Variables for example
mar_LastOrg
AVLastOrgasm
LastOrgasm
HoursSinceFullOrgasm
HoursSince..Orgasm
DaysSince...Orgasm
LastFullOrgasm
LastRuinedOrgasm
@NullResponse @ChangeVar[AV_DaysOfDenial]=[AV_DaysOfDenial]-[AV_DaysOfDenial]
...
There are also SystemVariables like @UpdateOrgasm
@UpdateRuined
To make the story identical there are two options
1. you search for this Variables in the scripts (with notepad++) and replace it with only one Variable
or
2. you make one script which check all variables and make them equal with the newes changed variable
the interrupt HadAnOrgasm.txt start but it only log LastOrgasm and LastRuined and LastFullOrgasm but your start script use mar_LastOrg
...
You have a lot of Orgasm Variables for example
mar_LastOrg
AVLastOrgasm
LastOrgasm
HoursSinceFullOrgasm
HoursSince..Orgasm
DaysSince...Orgasm
LastFullOrgasm
LastRuinedOrgasm
@NullResponse @ChangeVar[AV_DaysOfDenial]=[AV_DaysOfDenial]-[AV_DaysOfDenial]
...
There are also SystemVariables like @UpdateOrgasm
@UpdateRuined
To make the story identical there are two options
1. you search for this Variables in the scripts (with notepad++) and replace it with only one Variable
or
2. you make one script which check all variables and make them equal with the newes changed variable
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
have you heared of this script checker?
viewtopic.php?t=20004&hilit=tease+ai+script+checker
it works great and found a lot of bugs in the scripts
viewtopic.php?t=20004&hilit=tease+ai+script+checker
it works great and found a lot of bugs in the scripts
Re: [Tease AI] Personality AliceMerged / AliceAwaked
I think this is a bug, I guess it's this Flag marOrgOhneErlaubnisOutside that will never be taken off.
Re: [Tease AI] Personality AliceMerged / AliceAwaked
Thx!Spielers wrote: Sun Dec 11, 2022 12:31 am In AV_ModFetish2.txt in line 183-185
we have:
@RT(Good thing, Thankfully) you have some videos on your computer
Stroke to the beat #Grin
Have fun @PlayVideo
But a Stroke beat is not called, so we only look the video
While I was looking this up, I saw a few occasions where it's the same, will all be fixed in the next update.
But the next update will not be ready soon, because I'm in the middle of scripting some new things, so that some things are half-done now, and of course I won't upload half-done scripts, ... and to upload single scripts to fix such things is simply too much work right now (too busy these days).
If you wanna exchange it on your own in the meantime, I simply exchanged this:
Have fun @PlayVideo
with this:
Have fun @PlayVideo(600) @BeatMeter(15)
@ avatar_br: Do you read this???Spielers wrote: Sun Dec 11, 2022 11:22 am \Custom\MiniScripts\AV_Tease2.txt Line 37 You have to remove
@AcceptAnswer
befor
@ Spielers: Fixed (again, coming with the next full update).
Added.Spielers wrote: Sun Dec 11, 2022 12:07 pm If i log an Orgasm ouside the session you set the flag marOrgOhneErlaubnisOutside but you never delete it an so i allways get punished.
(Finally some reports on Alice, keep it up, I will add/fix those of course!)
Fixed.Spielers wrote: Sun Dec 11, 2022 12:35 pm if a write "I came"
the interrupt HadAnOrgasm.txt start but it only log LastOrgasm and LastRuined and LastFullOrgasm but your start script use mar_LastOrg
These are the important ones.You have a lot of Orgasm Variables for example
mar_LastOrg
AVLastOrgasm
LastOrgasm
LastFullOrgasm
These will be calculated based on the above variables.HoursSinceFullOrgasm
HoursSince..Orgasm
DaysSince...Orgasm
Not sure if that is still used somewhere, but it definitely is not used for the decision if you are allowed or not in my endscript.@NullResponse @ChangeVar[AV_DaysOfDenial]=[AV_DaysOfDenial]-[AV_DaysOfDenial]
Seems like I have missed that one.Spielers wrote: Sun Dec 11, 2022 1:47 pm have you heared of this script checker?
viewtopic.php?t=20004&hilit=tease+ai+script+checker
it works great and found a lot of bugs in the scripts
There is also another Tool which do some script-checking, maybe it's even more sophisticated:
viewtopic.php?t=25083
(I never found the time to test any of them).
Hi and welcome to the forum!Alistunut wrote: Sun Dec 11, 2022 4:13 pm I think this is a bug, I guess it's this Flag marOrgOhneErlaubnisOutside that will never be taken off.
Yepp, reported above from Spielers already.
Until the next update shows up, just go to the folder:
YourTaiAwakeningInstallation/Scripts/AliceAwaked/System/Flags/
And delete the file 'marOrgOhneErlaubnisOutside'.
Best greetings,
Markus
-
Spielers
- Explorer At Heart

- Posts: 309
- Joined: Mon Jan 09, 2017 8:26 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: [Tease AI] Personality AliceMerged / AliceAwaked
Test it.markus wrote: Sun Dec 11, 2022 6:57 pm Seems like I have missed that one.
There is also another Tool which do some script-checking, maybe it's even more sophisticated:
viewtopic.php?t=25083
(I never found the time to test any of them).
It simple makes a log file and looks like this
Invalid path to file '\Scripts\AliceAwaked\CallReturn\Broken.txt' in line 7. Dynamic given path was '\CallReturn\Broken.txt'.
Invalid path to file '\Scripts\AliceAwaked\CallReturn\ChastityOn.txt' in line 18. Dynamic given path was '\CallReturn\ChastityOn.txt'.
All above issues where found in file '\Scripts\AliceAwaked\CallReturn\CantBreakScript.txt'.
but with many more bugs
Re: [Tease AI] Personality AliceMerged / AliceAwaked
First Thank you for The great personality and all the work you put in this.
i have a problem with tags, when i used the traditional tease with alicemerged i had no problem but with the new one there is no option for tagging
my problem with @SoloF i always get an error that there are no tagged pics for this and whenever an anal session start the dominatrix repeat "This is interesting" 2 times then change script without continuing the anal scripts
i had this problem in the old tease and i fixed it with adding tags but with this tease i am unable to tag
i also tried tagging them manually with a txt file in the system folder in the images folder+ in each image folder and it didn't work, pls help
Lastly i would love if you add few responses and scripts for sissification in general or adding few tasks, if you do this this would certainly be the best tease ever
pls help
Thank you
i have a problem with tags, when i used the traditional tease with alicemerged i had no problem but with the new one there is no option for tagging
my problem with @SoloF i always get an error that there are no tagged pics for this and whenever an anal session start the dominatrix repeat "This is interesting" 2 times then change script without continuing the anal scripts
i had this problem in the old tease and i fixed it with adding tags but with this tease i am unable to tag
i also tried tagging them manually with a txt file in the system folder in the images folder+ in each image folder and it didn't work, pls help
Lastly i would love if you add few responses and scripts for sissification in general or adding few tasks, if you do this this would certainly be the best tease ever
pls help
Thank you
Re: [Tease AI] Personality AliceMerged / AliceAwaked
Hello and thx, much appreciated!Silverx wrote: Wed Feb 15, 2023 12:51 am First Thank you for The great personality and all the work you put in this.
I guess you mean that Awakening has no option for tagging?i have a problem with tags, when i used the traditional tease with alicemerged i had no problem but with the new one there is no option for tagging
That's correct, this is still missing, still on the to-do-list, but it's not urgent, you can simply use the original TAI for tagging and then just copy and paste the LocalImageTags.txt file from the original TAI to Awakening.
So from:
Your_Original_Tai_Install_Folder/Images/System/LocalImageTags.txt
To:
Your_Awakening_Install_Folder/Images/System/LocalImageTags.txt
This sounds like 2 different problems.my problem with @SoloF i always get an error that there are no tagged pics for this and whenever an anal session start the dominatrix repeat "This is interesting" 2 times then change script without continuing the anal scripts
i had this problem in the old tease and i fixed it with adding tags but with this tease i am unable to tag
i also tried tagging them manually with a txt file in the system folder in the images folder+ in each image folder and it didn't work, pls help
1. You get an error message when the program cannot find a picture with the given tag.
2. BUT that should not stop the script from moving on.
Here I would need much more information, I would need to know what personality you are playing (is it really Alice? Which version?), and I would need the log files and the date and time when such a problem shows up, ... to me it sounds that the second problem might be a problem of the script.
Sissification is not my thing, ... so I wouldn't be good at creating stuff for that, ... but I am open minded, ... if someone creates stuff (scripts) for that, I would consider to implement, ... as long as that would be written very well and meet my standards.Lastly i would love if you add few responses and scripts for sissification in general or adding few tasks,
if you do this this would certainly be the best tease ever
Well, I have decided to aim for an Alice 2.0
Most of the existing stuff will be reworked, some new stuff and so on, ... but that means that for a long time (until this is done) I won't update the Alice project anymore with those small updates like I did before.
Don't expect that Alice 2.0 before next year, until then I hope you can have fun with how it is right now!
Best greetings,
Markus
Re: [Tease AI] Personality AliceMerged / AliceAwaked
markus wrote: Wed Feb 15, 2023 8:54 pmHello and thx, much appreciated!Silverx wrote: Wed Feb 15, 2023 12:51 am First Thank you for The great personality and all the work you put in this.![]()
I guess you mean that Awakening has no option for tagging?i have a problem with tags, when i used the traditional tease with alicemerged i had no problem but with the new one there is no option for tagging
That's correct, this is still missing, still on the to-do-list, but it's not urgent, you can simply use the original TAI for tagging and then just copy and paste the LocalImageTags.txt file from the original TAI to Awakening.
So from:
Your_Original_Tai_Install_Folder/Images/System/LocalImageTags.txt
To:
Your_Awakening_Install_Folder/Images/System/LocalImageTags.txt
This sounds like 2 different problems.my problem with @SoloF i always get an error that there are no tagged pics for this and whenever an anal session start the dominatrix repeat "This is interesting" 2 times then change script without continuing the anal scripts
i had this problem in the old tease and i fixed it with adding tags but with this tease i am unable to tag
i also tried tagging them manually with a txt file in the system folder in the images folder+ in each image folder and it didn't work, pls help
1. You get an error message when the program cannot find a picture with the given tag.
2. BUT that should not stop the script from moving on.
Here I would need much more information, I would need to know what personality you are playing (is it really Alice? Which version?), and I would need the log files and the date and time when such a problem shows up, ... to me it sounds that the second problem might be a problem of the script.
yes ofc i am playing aliceawaked lol, i solved the problem with tagging except @SoloF tag, whenever a script asks for it system shows error that it doesn't exist
about the anal scripts if i ask for anal a script will start sometimes it keeps going just fine and other times the script changes
Sissification is not my thing, ... so I wouldn't be good at creating stuff for that, ... but I am open minded, ... if someone creates stuff (scripts) for that, I would consider to implement, ... as long as that would be written very well and meet my standards.Lastly i would love if you add few responses and scripts for sissification in general or adding few tasks,
i think spicy has so much scripts like those the only thing you need to do is making them work here
if you do this this would certainly be the best tease ever
Well, I have decided to aim for an Alice 2.0![]()
Most of the existing stuff will be reworked, some new stuff and so on, ... but that means that for a long time (until this is done) I won't update the Alice project anymore with those small updates like I did before.
Don't expect that Alice 2.0 before next year, until then I hope you can have fun with how it is right now!![]()
we will be patiently waiting for the new release thank you again for your help and for all that work you put here, please add some feminization stuff to the new release![]()
Best greetings,
Markus

