Tease AI General Discussion
Moderator: 1885
-
meaculpa_uk
- Explorer

- Posts: 88
- Joined: Mon Jan 11, 2016 9:46 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Tease AI Download - Current Build 0.54.7
Hi,
Couple of quick questions. Apologies if the answers are elsewhere but I've not found them! :)
Where did the integrated command guide under the tools menu go to? The drop down is still there but there's nothing populated. Even if it's not completely up to date with all the newer commands and syntax it was still a really useful feature.
Also, 1885, do you still have that blank template of all necessary folders/files/vocab/responses for someone who's looking at trying to build something from scratch?
Cheers,
Mea
Couple of quick questions. Apologies if the answers are elsewhere but I've not found them! :)
Where did the integrated command guide under the tools menu go to? The drop down is still there but there's nothing populated. Even if it's not completely up to date with all the newer commands and syntax it was still a really useful feature.
Also, 1885, do you still have that blank template of all necessary folders/files/vocab/responses for someone who's looking at trying to build something from scratch?
Cheers,
Mea
- avatarbr
- Experimentor

- Posts: 1239
- Joined: Fri Aug 18, 2006 3:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Tease AI Download - Current Build 0.54.7
I thought you was talking about the #Random command.genome231 wrote: Wed Mar 01, 2017 7:02 amHi!avatarbr wrote: Wed Mar 01, 2017 1:28 am You can find in the TeaseAI intern code list.
The correct way is this:
#Random(5, 10)
#RandomRound10(10, 50)
But yeah, did not worked.![]()
I did look there. No mention? You'll only find @Contactx not a @Contact()
I'm confused about what you mean saying "the correct way?"
If you're refering to the spacing inside the brackets like this --> (x, y) instead of this (x,y) it doesn't matter.![]()
Best regards
Genome
- Trusfrated
- Explorer At Heart

- Posts: 465
- Joined: Mon Nov 08, 2010 8:41 am
- Gender: Male
Re: Tease AI General Discussion
I imagine the audience of users that take advantage of the TTS (text-to-speech) option in TeaseAI is limited. Here's a suggestion, however.
It would be quite nice if, in addition to the domme, you could assign a different voice to each Glitter contact. As it is now, the same voice speaks for all four possible ladies. So, when multiple dommes/contacts are in the chat room and the conversation is going back and forth, having one voice speaking for all kind of ruins the immersion.
Again, I realize this isn't a high priority, but I think this is a natural evolutionary step if TTS is to remain part of the Tease AI system.
It would be quite nice if, in addition to the domme, you could assign a different voice to each Glitter contact. As it is now, the same voice speaks for all four possible ladies. So, when multiple dommes/contacts are in the chat room and the conversation is going back and forth, having one voice speaking for all kind of ruins the immersion.
Again, I realize this isn't a high priority, but I think this is a natural evolutionary step if TTS is to remain part of the Tease AI system.
Re: Tease AI General Discussion
A quick question
I have a long list of commands and filters
A filter I used today was
Also wanted to use the tag for the dommes birthday when I noticed that on my list it is spelled
I assume this is a mistake and that the correct tag would be
Can anyone confirm?
Thanks
Best regards
Genome
I have a long list of commands and filters
A filter I used today was
Code: Select all
@SubBirthdayCode: Select all
@dombirthdayCode: Select all
@DomBirthdayThanks
Best 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!
- OxiKlein
- Explorer

- Posts: 23
- Joined: Tue Nov 03, 2015 9:42 pm
- Gender: Female
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
Re: Tease AI General Discussion
genome231 wrote: Thu Mar 02, 2017 3:30 pm A quick question
I have a long list of commands and filters
A filter I used today wasAlso wanted to use the tag for the dommes birthday when I noticed that on my list it is spelledCode: Select all
@SubBirthdayI assume this is a mistake and that the correct tag would beCode: Select all
@dombirthdayCan anyone confirm?Code: Select all
@DomBirthday
Thanks
Best regards
Genome
Looking into the code, it is officially listed as
Code: Select all
@dombirthdayCode: Select all
If FilterString.ToLower.Contains("@dombirthday")Re: Tease AI General Discussion
Thank you!OxiKlein wrote: Thu Mar 02, 2017 8:08 pmgenome231 wrote: Thu Mar 02, 2017 3:30 pm A quick question
I have a long list of commands and filters
A filter I used today wasAlso wanted to use the tag for the dommes birthday when I noticed that on my list it is spelledCode: Select all
@SubBirthdayI assume this is a mistake and that the correct tag would beCode: Select all
@dombirthdayCan anyone confirm?Code: Select all
@DomBirthday
Thanks
Best regards
Genome
Looking into the code, it is officially listed asHowever, the line says:Code: Select all
@dombirthday
which would mean that any capitalization should work. This appears to be the case with only some filters, but not all.Code: Select all
If FilterString.ToLower.Contains("@dombirthday")
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!
-
thatwilldoit2
- Explorer

- Posts: 43
- Joined: Wed Feb 15, 2017 1:43 pm
Re: Tease AI General Discussion
Hi, I have a problem with my Images, how can I fix it?
She tried to show me pictures, but only the "No local images found" image appears. I tried to look up which image exactly she tried to access but couldn't find a way to do it. Is there a way?
I also looked up the module where it happened and double checked by hand if all requirements are met and the Images are actually there. They are. So what is going on here?
Edit: I found the error. There mustn't be spaces in the name of the images. My other question keeps standing.
She tried to show me pictures, but only the "No local images found" image appears. I tried to look up which image exactly she tried to access but couldn't find a way to do it. Is there a way?
I also looked up the module where it happened and double checked by hand if all requirements are met and the Images are actually there. They are. So what is going on here?
Edit: I found the error. There mustn't be spaces in the name of the images. My other question keeps standing.
- avatarbr
- Experimentor

- Posts: 1239
- Joined: Fri Aug 18, 2006 3:33 am
- Gender: Male
- Sexual Orientation: Straight
Re: Tease AI General Discussion
thatwilldoit2 wrote: Sat Mar 04, 2017 8:58 pm Hi, I have a problem with my Images, how can I fix it?
She tried to show me pictures, but only the "No local images found" image appears. I tried to look up which image exactly she tried to access but couldn't find a way to do it. Is there a way?
I also looked up the module where it happened and double checked by hand if all requirements are met and the Images are actually there. They are. So what is going on here?
Edit: I found the error. There mustn't be spaces in the name of the images. My other question keeps standing.
If you check Display Image Information, should show the location but, if you got the error image, I dont know what TeaseAI will show.
alternatively, you can use a program like Image Tuner to rename all images at once (and resize, convert, etc)
-
Studfu55
- Explorer

- Posts: 18
- Joined: Sun Aug 05, 2012 9:18 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Submissive
Re: Tease AI General Discussion
Here a bump for the suggestion to add a "tease always continues after denial" option or something of the sort. Just thought I would throw in a reminder in case you find the time.
- Trusfrated
- Explorer At Heart

- Posts: 465
- Joined: Mon Nov 08, 2010 8:41 am
- Gender: Male
Re: Tease AI Download - Current Build 0.54.7
I certainly like the idea of the new Random Domme feature, but I can't seem to get it to work. I must be missing something.Daragorn wrote: Thu Feb 23, 2017 10:44 pm hi, i am glad you like the new feature (i am the one that created it) and this is why i didn't change that part of the interface (feel free to tell me what you think about the reasoing):
1- the random domme feature was created more or less to just have the possibility to have a main domme and let her have you play with some friends of her on occasions, so i thought that it was not right to change the domme image and name too
2-it would be a technical problem...the program should have to randomly select a pic from the current gallery when it changes to that domme...this could result in weird pics to have as her portrait :D (for example a pic of her ass)
3- when you end the session it should have to revert to the main domme pic/name (and same so on resume/suspend)
So...it could be a pain to program, it could result in some weird portrait and i also thought it was not fitting with the idea of having a main domme.
But, as always, if this is what the community wants, we might try to do it![]()
In General Settings, under Slideshow Options, Set Domme Images Directory, I have my "main domme" set up. She's also set up in Glitter as the Domme, and I believe her name is derived from what's written above her avatar.
Under that, under Random Domme, I have set my Random Domme Directory to a folder that contains many folders of other dommes. These folders are named appropriately with the girl's name. I have "Always Start With Random Domme" checked.
However, when I start a session I keep getting my main domme instead of one of the random ones. Is there something else I need to do in order for it to use my random folder? I thought checking "Always Start With Random Domme" enabled/disabled this function.
On another note, I understand your reasoning with not changing the avatar and name. I did not initially understand that it was supposed to be a "main" domme and her friends. I looked at it more like a "house of teasers"
-
CatCrap
- Explorer

- Posts: 24
- Joined: Tue Jul 12, 2016 9:08 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: Tease AI General Discussion
Hey there
Thanks for an amazing job with Tease AI!
I really love the all the things it can do already.
One feature that I would suggest is to perhaps find a way to interact with lovense www.lovense.com devices? (I know its a tall order)
They have an API that should make things easier, alternatively you could look at the public git hub project:
https://github.com/metafetish/lovesense-py
This is a bit of a pipe dream, but it would be awesome if one day we could have Tease AI directly control our devices!
Thanks for all the hard work.
Thanks for an amazing job with Tease AI!
I really love the all the things it can do already.
One feature that I would suggest is to perhaps find a way to interact with lovense www.lovense.com devices? (I know its a tall order)
They have an API that should make things easier, alternatively you could look at the public git hub project:
https://github.com/metafetish/lovesense-py
This is a bit of a pipe dream, but it would be awesome if one day we could have Tease AI directly control our devices!
Thanks for all the hard work.
-
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 Download - Current Build 0.54.7
no, the name above her glitter contact is like her nickname that her friends use in the glitter feeds. The name from the domme is the one you manually setup over her pictureTrusfrated wrote: Tue Mar 07, 2017 6:36 am In General Settings, under Slideshow Options, Set Domme Images Directory, I have my "main domme" set up. She's also set up in Glitter as the Domme, and I believe her name is derived from what's written above her avatar.
I just tested it and for me it is working, so there is something wrong in how you setup the random folders. You have to create subdirectories with the name of the domme and, inside those subdir, create subdirs for the different picture sets; you can't put directly the pics inside the "nameOfDomme" directory.Under that, under Random Domme, I have set my Random Domme Directory to a folder that contains many folders of other dommes. These folders are named appropriately with the girl's name. I have "Always Start With Random Domme" checked.
However, when I start a session I keep getting my main domme instead of one of the random ones. Is there something else I need to do in order for it to use my random folder? I thought checking "Always Start With Random Domme" enabled/disabled this function.
Just to be sure...the folder has to be done like this:
randomFolder/name1/picsDir1
randomFolder/name1/picsDir2
randomFolder/name1/picsDir3
randomFolder/name2/picsDir1
randomFolder/name2/picsDir2
randomFolder/name2/picsDir3
...
It is a bit more complicated than this for various reasons. While i can understand your point, i feel there are other users that prefer it like this, having a main domme and just her friends...so it should have to be done by giving you the option of deciding which of the two behaviours you want....and this would require quite a bit of workOn another note, I understand your reasoning with not changing the avatar and name. I did not initially understand that it was supposed to be a "main" domme and her friends. I looked at it more like a "house of teasers"that you visit, not being tied to any one domme. Either way is great. But it also doesn't seem like it would be too difficult to allow an option for TeaseAI to look for a specific file name such as "avatar.jpg" in a model's folder and use that. I can't stand a stretched or squashed image, so I just made custom avatars with correct aspect ratios for my dommes and named them like that so they are easy to find when I am switching back and forth. Just an idea for a future enhancement perhaps.
![]()
Moreover, it would require you to have a specifically named pic in each of the randomcontact folder (and not everyone has the time/will to do that
I am not saying it will never be done, but i feel there are more important additions and fixes to do before this (i am implementing for example some "safe measures" to prevent the session from blocking due to script errors like missing @End or @StartStroking commands and things like that, which i feel are definitely more prioritary :D)
Re: Tease AI Download - Current Build 0.54.7
Just a heads up to people, malwarebytez detected ransomvare in this download.
- Trusfrated
- Explorer At Heart

- Posts: 465
- Joined: Mon Nov 08, 2010 8:41 am
- Gender: Male
Re: Tease AI Download - Current Build 0.54.7
Got it. Thanks, this is actually what I meant but I didn't explain myself very well.Daragorn wrote: Wed Mar 08, 2017 8:04 pmno, the name above her glitter contact is like her nickname that her friends use in the glitter feeds. The name from the domme is the one you manually setup over her picture.Trusfrated wrote: Tue Mar 07, 2017 6:36 am In General Settings, under Slideshow Options, Set Domme Images Directory, I have my "main domme" set up. She's also set up in Glitter as the Domme, and I believe her name is derived from what's written above her avatar.
I assume we set up the random folder the same way we do we main domme, with folders of photo sets. The exception being that there is an extra folder at the top with the domme's name. Then, under that are that friend's photo sets.Daragorn wrote: Wed Mar 08, 2017 8:04 pmI just tested it and for me it is working, so there is something wrong in how you setup the random folders. You have to create subdirectories with the name of the domme and, inside those subdir, create subdirs for the different picture sets; you can't put directly the pics inside the "nameOfDomme" directory.Trusfrated wrote: Tue Mar 07, 2017 6:36 amUnder that, under Random Domme, I have set my Random Domme Directory to a folder that contains many folders of other dommes. These folders are named appropriately with the girl's name. I have "Always Start With Random Domme" checked.
However, when I start a session I keep getting my main domme instead of one of the random ones. Is there something else I need to do in order for it to use my random folder? I thought checking "Always Start With Random Domme" enabled/disabled this function.
Just to be sure...the folder has to be done like this:
randomFolder/name1/picsDir1
randomFolder/name1/picsDir2
randomFolder/name1/picsDir3
randomFolder/name2/picsDir1
randomFolder/name2/picsDir2
randomFolder/name2/picsDir3
...
Here is how I have it:
maindommefolder/picsDir1
maindommefolder/picsDir2
randomFolder/name1/picsDir1
randomFolder/name1/picsDir2
randomFolder/name2/picsDir1
randomFolder/name2/picsDir2
Here are my settings:
Do you see anything wrong? I've tried multiple personalities but every time I keep getting the photos of the main domme. If I put the path to the random folder in the main slideshow field it works and shows those pictures. That should validate that the folder structure is valid, but of course that's just a test and doesn't make use of the new feature. I guess I'm doing something stupid, but I can't see it. Feel free to PM me if it would be easier.
Oh absolutely! I wasn't necessarily making a request for a change, just throwing out an idea. And this is such a small thing, anyway. I agree that there are much more important things to focus on. Thank you for all the work you've been putting in on this project.Daragorn wrote: Wed Mar 08, 2017 8:04 pmIt is a bit more complicated than this for various reasons. While i can understand your point, i feel there are other users that prefer it like this, having a main domme and just her friends...so it should have to be done by giving you the option of deciding which of the two behaviours you want....and this would require quite a bit of workTrusfrated wrote: Tue Mar 07, 2017 6:36 am On another note, I understand your reasoning with not changing the avatar and name. I did not initially understand that it was supposed to be a "main" domme and her friends. I looked at it more like a "house of teasers"that you visit, not being tied to any one domme. Either way is great. But it also doesn't seem like it would be too difficult to allow an option for TeaseAI to look for a specific file name such as "avatar.jpg" in a model's folder and use that. I can't stand a stretched or squashed image, so I just made custom avatars with correct aspect ratios for my dommes and named them like that so they are easy to find when I am switching back and forth. Just an idea for a future enhancement perhaps.
![]()
![]()
Moreover, it would require you to have a specifically named pic in each of the randomcontact folder (and not everyone has the time/will to do that)
I am not saying it will never be done, but i feel there are more important additions and fixes to do before this (i am implementing for example some "safe measures" to prevent the session from blocking due to script errors like missing @End or @StartStroking commands and things like that, which i feel are definitely more prioritary :D)
And sorry, everyone, for the wall of text.
- OxiKlein
- Explorer

- Posts: 23
- Joined: Tue Nov 03, 2015 9:42 pm
- Gender: Female
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
Re: Tease AI Download - Current Build 0.54.7
I downloaded a fresh copy of Tease AI from the download link and ran a scan on it with the latest version of Malwarebytes but it gave no warnings of any sort, not even a false positive. Would it be possible for you to send the report that Malwarebytes generates so that this can be investigated?Doomtrack wrote: Thu Mar 09, 2017 3:08 am Just a heads up to people, malwarebytez detected ransomvare in this download.
Another thing that might be helpful in figuring out why Tease AI is being flagged: Does Tease AI get flagged by Malwarebytes when it is downloading, when it is already downloaded but not being run, or when it is in use?
If anyone is unsure about the safety of the program, feel free to look through the code on the GitHub page: https://github.com/TeaseAI/Tease-AI and even compile it yourself if you want.

