A new "Getting Started" thread will be posted soon with more detailed and up-to-date information than what was found here previously. This has now been changed to a General Discussion thread. While there is a lot of info here, a lot of it is buried within thousands of posts. So I encourage everyone to make use of the new Teasing Software board
If you have any questions or comments about Tease AI, feel free to make a new topic! I'm hoping the increased visibility will provide more answers, feedback and input from myself and the community. In the meantime, I'll be working on better guides with more concise information, as well as coding and scripting for Tease AI behind the scenes. It's been a great and bumpy ride up to this point, but all of you have been phenomenaI in getting the program this far and I look forward to seeing where we end up in 2017!
Last edited by 1885 on Sun Feb 12, 2017 7:22 am, edited 61 times in total.
This will patch a couple of non-fatal crashes on startup that slipped through the cracks. Just extract it to your Tease AI folder and overwrite. In the future I'll keep the latest patch in the main message, as well as keeping the Base program updated and patched.
Last edited by 1885 on Sat May 16, 2015 12:10 am, edited 1 time in total.
I would greatly recommend everyone to try out the Open Beta of Tease AI.
I've been working closely with 1885 as Beta Tester and Tease AI has come a long way since the start of its Closed Beta. The program has a LOT of potential inside it. Way more than even the default Wicked Tease personality brings forth.(And that's already pretty damn good.)
So If you ever wanted to get a more custom, interactive and/or dynamic tease-like experience I suggest you give it a try. And if you always wanted to MAKE something far more custom, interactive and/or dynamic, this is your best chance.
I hope we can get a good community going here and I can't wait to see what other content creators come up with.
Last edited by Triple Alfa on Sat May 16, 2015 12:15 am, edited 1 time in total.
Is there a way to set a custom resolution? My PC monitors are a little old and don't support anything past 1366x768
Try it with the new patch, or download the new build already patched. An exception was being caused that may have prevented the program from loading in its default smaller UI state, which is less than 1366x768. Let me know if that causes Tease AI to load in a state that allows you to see everything.
Edit: Sorry, I take that back. I was thinking of the picture box area. The small UI in its entirety is actually 1134x856. If your vertical resolution can't go higher than 768 you're not going to be able to see everything. I may have to make an even smaller UI to accommodate everyone, I just didn't anticipate having to go that small, and way on in the beginning I realized that the .NET scaling options were just not going to cut it. Any UI size would have to be custom made by me.
Last edited by 1885 on Sat May 16, 2015 12:16 am, edited 1 time in total.
1885 wrote:
Try it with the new patch, or download the new build already patched. An exception was being caused that may have prevented the program from loading in its default smaller UI state, which is less than 1366x768. Let me know if that causes Tease AI to load in a state that allows you to see everything.
Thanks!
It's still a little too 'tall' if that makes sense. I'm missing what looks like maybe 3-5cm off the bottom of it. My own fault for not having modern equipment :(
I get an error when I open TeaseAI... I can work on the domme etc., but when I try to open your script (or when I open TeaseAI in the first place), there is this error I can skip or I can close the program with:
nformationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.ArgumentOutOfRangeException: InvalidArgument=Value mit dem Wert -1 ist für index ungültig.
Parametername: index
bei System.Windows.Forms.ListBox.ObjectCollection.get_Item(Int32 index)
bei Tease_AI.FrmSettings.StartTab() in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease AI\Tease AI\Form2.vb:Zeile 6111.
bei Tease_AI.FrmSettings.SettingsTabs_TabIndexChanged(Object sender, EventArgs e) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease AI\Tease AI\Form2.vb:Zeile 5616.
bei System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
bei System.Windows.Forms.TabControl.WmSelChange()
bei System.Windows.Forms.TabControl.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
Last edited by PrincessJulia on Sat May 16, 2015 12:29 am, edited 1 time in total.
It's still a little too 'tall' if that makes sense. I'm missing what looks like maybe 3-5cm off the bottom of it. My own fault for not having modern equipment :(
I gotcha, see the edit of my previous message. I'm gonna have to see who else has the same problem with older equipment. I'll do my best to accommodate as many people as I can, but I'll have to deal with an avalanche of bugs I"m sure before I can even start weighing that.
PrincessJulia wrote:I get an error when I open TeaseAI... I can work on the domme etc., but when I try to open your script (or when I open TeaseAI in the first place), there is this error I can skip or I can close the program with:
It's in german, but I hope it helps.
It's very helpful, I can read the important parts thank you. I can't recreate this bug, but I can see the areas that need to be addressed and I'll try to get this patched as soon as I can.
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.ArgumentOutOfRangeException: Der Index und die Länge müssen sich auf eine Position in der Zeichenfolge beziehen.
Parametername: length
bei System.String.Substring(Int32 startIndex, Int32 length)
bei Tease_AI.Form1.Timer1_Tick(Object sender, EventArgs e) in C:\Users\Elijah\Documents\Visual Studio 2010\Projects\Tease AI\Tease AI\Form1.vb:Zeile 4268.
bei System.Windows.Forms.Timer.OnTick(EventArgs e)
bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
Last edited by PrincessJulia on Sat May 16, 2015 12:28 am, edited 1 time in total.
1885 wrote:
Try it with the new patch, or download the new build already patched. An exception was being caused that may have prevented the program from loading in its default smaller UI state, which is less than 1366x768. Let me know if that causes Tease AI to load in a state that allows you to see everything.
Thanks!
It's still a little too 'tall' if that makes sense. I'm missing what looks like maybe 3-5cm off the bottom of it. My own fault for not having modern equipment :(
Yes, I am having this issue too. The Tease AI program is full screen and if I try to click the Resize button, it doesn't do anything.
I just can't shrink the window enough to see the settings at the bottom.
"Lust is a beautiful thing don’t you think? Look on the bright side, now you have plenty of time to appreciate it!”
PrincessJulia wrote:Your patch actually helped. But there is another error immediately when I start to chat. I don't get a reply, there is "XYZ is typing...." forever: