Re: Tease AI General Discussion
Posted: Thu Nov 16, 2023 10:50 am
Thanks a lot - i will take a look at them. And if there are still questions left, I will ask 
Hi!YesP69 wrote: Thu Nov 16, 2023 11:35 pm any plans for an actual AI software that you can input your own content
Hi!New Nick wrote: Fri Apr 05, 2024 4:02 pm Hello All,
I have a small question as i am getting started with this software.
The latter, you can only have one personality active.Is it possible to have 2 personalities active at the same time in tease AI, meaning that i can combine all different modules and starts and endings and so on ? Or can i for instance only play one personality such as "wicked tease" or "house of tease" or ... ?
House of Tease, Miss Blue and the Alice Project share mostly the same stuff (modules), what differs them the most is the 'system', ... like when and how often what kind of module/script get's executed, ... how they are 'presented'. The much shorter and older Wicked Tease is mostly included in all those 3.I would like the idea of being able to download and upload like 4 or 5 personalities just to have the option to have a lot of variation in my tease and denial sessions ...
That would take too long, ... I guess one way to learn would be to test-play Wicked Tease (since it's the smallest) and make extensively use of Awakening's debug script display (CTRL+F11) to get an idea of what's going on.How does it work exactly ?
(Tai-Java get's scripted in the language 'Java-Script' -> That is something different than 'Java').2nd question. If i would chose 1 (or more) personalities. How easy would it be to add custom commands and scripts?
I would like to maybe add some commands or modules to for instance have more "outside play" or "verbal humiliation" or just a lot of different sorts of endings and starts. Is it easy to just create a script and add it to an existing personality ?
Documentation seems not to be our strong side.PS : would there by any chance also be a video link explaining the tease AI software ?![]()
GuideMe is something completely different, it's the closest to WebTeases as you know them from Milovana.New Nick wrote: Fri Apr 05, 2024 9:02 pm what are the differences with the following teasing softwares ?
- guideme
- tease AI
- Tai Awakening
- Fury AI
- ...
Again, the Masturbatrix PDF is a good start.And if i download the software , and then 1 personality ...
What is then the easiest way to get started ? SHould i upload all kinds of images and stuff to make it work in different folders and so on ?
We all did, getting started feels a bit clumsy, but if you take your time and don't give up with the smallest problem right away, you will come to the point where all will be crystal clear and totally easy.I will get the hang of this![]()
One hint I gave often:However some guidance would be awesome too
Yes, that's the latest of the original Tease Ai.New Nick wrote: Mon Apr 08, 2024 9:51 pm 1: Is Fury AI the latest version (which is version patch 59.00 if i am not mistaken) ? (Or is there a later version to download?)
Fury is more of a story, it's starts at a point described, then the story develops over the time, the contacts as well as the domme are very specific characters.2: What makes a difference in terms of system / operations / logic when you compare for instance Fury versus miss blue versus house of tease (Is it all the same basic set up or is there a different way it works)
3: Would it be easy to just combine scripts and modules from different teases just like the 3 i just mentioned above ? Or would that totally get mixed up with some system modules that work differently ?
4: Can someone tell me the main differences between the most known teases in how they work ? Which tease has to offer what kind of specialty approach ? (Is fury for instance focused on 1 domme with 2 friends, whereas house of tease might be focused around x amount of head mistresses and is miss blue completely stand alone ? )
A simultaneously extra/second chat which has to be switched on by the user (as a scripter you never know if the user actually uses it or not).5 : What is Glitter ? i Dont understand that kind of file and how it works
Wow, that's quite a lot, thanks for sharing!
Feel free.markus wrote: Mon Mar 03, 2025 7:26 pmWow, that's quite a lot, thanks for sharing!![]()
If you are ok with it, I'd like to include that collection into the next update forward?
Code: Select all
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe" /property:Configuration=Debug "Tease AI.vbproj"Code: Select all
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: Die Verweisassemblys für Framework ".NETFramework,Version=v4.0,Profile=Client" wurden nicht gefunden. Installieren Sie zum Beheben dieses Problems das SDK oder das Paket zur Festlegung von Zielversionen für die vorliegende Frameworkversion, oder legen Sie als neues Ziel für die Anwendung eine Version des Frameworks fest, für die Sie das SDK oder Paket zur Festlegung der Zielversionen installiert haben. Assemblys werden im globalen Assemblycache (GAC) aufgelöst und anstelle von Verweisassemblys verwendet. Daher wird die Assembly für das gewünschte Framework unter Umständen nicht ordnungsgemäß als Ziel festgelegt. [D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Tease AI.vbproj]
D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Classes\URL_Files_BGW.vb(740,36): warning BC42104: Die TargetFilePath-Variable wird verwendet, bevor ihr ein Wert zugewiesen wird. Zur Laufzeit kann eine Nullverweisausnahme auftreten. [D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Tease AI.vbproj]
D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Classes\URL_Files_BGW.vb(762,30): warning BC42104: Die TargetFileName-Variable wird verwendet, bevor ihr ein Wert zugewiesen wird. Zur Laufzeit kann eine Nullverweisausnahme auftreten. [D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Tease AI.vbproj]
You may need that specific v4 client profile framework version. That or try retargeting. You could try editing the vbproj and clearing the "Client" profile on line 17 and see if that is enough since you already fixed the strings.N3R0 wrote: Mon Nov 17, 2025 9:51 am Hi everyone,
I hope someone can help me.
Yesterday I spent over 2 hours trying to compile the source code of TeaseAI version 56.0, but failed.![]()
After solving 2 problems by myself (blocked files and a missing SDK for Windows 8.0), I'm stuck.
I used this command:Please note that I have zero experience with VB.NET, but I do have programming experience and I'm a quick learner.Code: Select all
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe" /property:Configuration=Debug "Tease AI.vbproj"
The result are a few warnings (see below) and a boat load of errors caused by the fact, that for some reason the compiler doesn't understand multiline strings.
(I have no idea how to make it print the warning messages in English, sorry)My machine runs Windows 10, if that helps in any way.Code: Select all
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: Die Verweisassemblys für Framework ".NETFramework,Version=v4.0,Profile=Client" wurden nicht gefunden. Installieren Sie zum Beheben dieses Problems das SDK oder das Paket zur Festlegung von Zielversionen für die vorliegende Frameworkversion, oder legen Sie als neues Ziel für die Anwendung eine Version des Frameworks fest, für die Sie das SDK oder Paket zur Festlegung der Zielversionen installiert haben. Assemblys werden im globalen Assemblycache (GAC) aufgelöst und anstelle von Verweisassemblys verwendet. Daher wird die Assembly für das gewünschte Framework unter Umständen nicht ordnungsgemäß als Ziel festgelegt. [D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Tease AI.vbproj] D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Classes\URL_Files_BGW.vb(740,36): warning BC42104: Die TargetFilePath-Variable wird verwendet, bevor ihr ein Wert zugewiesen wird. Zur Laufzeit kann eine Nullverweisausnahme auftreten. [D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Tease AI.vbproj] D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Classes\URL_Files_BGW.vb(762,30): warning BC42104: Die TargetFileName-Variable wird verwendet, bevor ihr ein Wert zugewiesen wird. Zur Laufzeit kann eine Nullverweisausnahme auftreten. [D:\Entwicklung\Tease-AI 56.0 code\Tease AI\Tease AI.vbproj]
Does anyone know what's going on?
And where exactly would I get that? The control panel tells me, that I have the .NET 4.5 SDK and 4.5 Multi-Targeting Pack. Yet underpepsifreak wrote: Mon Nov 17, 2025 8:54 pm You may need that specific v4 client profile framework version.
I didn't fix anything. The strings are still there. The idea was to compile the code without any modifications. Turning the multiline strings into normal ones seems like a step backwards to me...pepsifreak wrote: Mon Nov 17, 2025 8:54 pm That or try retargeting. You could try editing the vbproj and clearing the "Client" profile on line 17 and see if that is enough since you already fixed the strings.
How would version 60 help? It's also newer than my compiler, according to your statement. Also, I wanted to use the latest code, which does NOT have any decompiled stuff in it, hence my choice to go with v56.pepsifreak wrote: Mon Nov 17, 2025 8:54 pm The multi-line string errors are because those of us who contributed to TAI used different versions of Visual Studio, and later versions can handle the strings unlike vs2010 which is essentially the msbuild you are currently using.
Depending on your reasons and if you're okay with possible bugs the "community" 60.0 branch I've been working on targets a newer framework as well.
I edited the vbproj to 4.7 as thats the earliest I have (without client still) and it compiled using the newer msbuild from my visual studio install. Where v4.0.30319 spits out string errors on the same modified vbproj. So that should be this link and installing "Build Tools for Visual Studio" which should just be msbuild binaries instead of whole IDE. https://visualstudio.microsoft.com/downloads/N3R0 wrote: Tue Nov 18, 2025 8:05 am Hello pepsifreak,
thanks for your reply.
And where exactly would I get that? The control panel tells me, that I have the .NET 4.5 SDK and 4.5 Multi-Targeting Pack. Yet under
C:\Windows\Microsoft.NET\Framework(64)\
the latest version listed is the one I used.
I didn't fix anything. The strings are still there. The idea was to compile the code without any modifications. Turning the multiline strings into normal ones seems like a step backwards to me...
I tried removing the Client profile, but that didn't help.
How would version 60 help? It's also newer than my compiler, according to your statement. Also, I wanted to use the latest code, which does NOT have any decompiled stuff in it, hence my choice to go with v56.