Page 96 of 175

Re: Tease AI Open Beta

Posted: Sat Feb 13, 2016 2:01 pm
by Daragorn
Harry2stroke wrote: the script so far looks like this
.......
still a lot of work to do here for me :-)
THX
as suggested to another user, i'll copy/paste this in the correct thread for having scripting help to leave this thread free for bug discussion and future implementations :)
viewtopic.php?f=2&t=16051&start=30

Re: Tease AI Open Beta

Posted: Sun Feb 14, 2016 10:49 pm
by ubc2424
is there an easy place where we can find the most complete version of TeaseAI to date? I know 1885 would update his post on page 1 whenever he had a new patch or build ready to go, and I know the app has since gone open source, but I'm not sure where I should be going to find the latest build that has been worked on.

can anyone help me out?

Re: Tease AI Open Beta

Posted: Mon Feb 15, 2016 12:41 am
by forbiddendesire
Okay so I have a question.
I want to make two separate Tease AI folders. I'm currently using Patch 47 and want to have a separate one for 48, because I don't want to update all my scripts (There are WAY too many) and yet don't want to be left behind. Is there any way I can copy the current contents of my TeaseAI folder into another folder and then patch that without losing all my settings? Because I tried doing it as I said and, well, lose all my settings :P

Re: Tease AI Open Beta

Posted: Mon Feb 15, 2016 2:25 am
by pepsifreak
With the VitalSub matter decided it's time for...

Unofficial Patch 48.4

https://mega.nz/#!Xp8VjIbS!aMcUzx2NzoqZ ... J8R55njSQY

This zip has a "full" installation with a slightly updated Wicked Tease to fix some old stuff and typos. The exact changes can be found in the 48.3 post: viewtopic.php?p=211105#p211105 No further WT changes have been made for 48.4 If you already have 48.3 then all you need to do is copy the 9 files in the root of the zip and ignore the folders.

Not much to say; more things have been fixed. Keep the bug reports coming!

But I want to make a more accessible mention to my discovery that @ShowImage supports randomization/wildcards.
pepsifreak wrote:You just need to include a wildcard (*). So instead of "folder\imgname.jpg" you could use:

"folder\*" to use anything in the folder (but there will be problems if the folder has something that is not an image)
"folder\*.jpg" to only use jpeg images
"folder\imgname*.png" to only use png images starting with "imgname", in case you had files like "imgname_01.png", "imgname_02.png", etc.
This was already in Tease AI, but was either never mentioned or went unnoticed.


Program Changelog:
  • Fixed SetDate and CheckDate crashes
  • Fixed resizing issue with a hidden media panel
  • Prevented edging while in chastity, now points to EdgeNOT is Responses\System
  • Fixed CallReturn starting the metronome and telling you to stroke in chastity
  • Fixed Goto bug where it was checking whole lines for the target instead of just the start of them
  • Reporting VitalSub now clears exercise assignments
  • Fixed glitter text bug when changing themes
  • Fixed bug where using "ShowButtsImage" and "ShowBoobImage" were being replaced with a domme pic
  • Fixed bug where using ShowImage could wrongly display a random local/blog image instead
  • Fixed bug where using ShowVar and ShowImage on the same line would break ShowImage
My Repo: https://github.com/pepsifreak/Tease-AI


ubc2424 wrote:is there an easy place where we can find the most complete version of TeaseAI to date? I know 1885 would update his post on page 1 whenever he had a new patch or build ready to go, and I know the app has since gone open source, but I'm not sure where I should be going to find the latest build that has been worked on.

can anyone help me out?
Here you go :) Keep an eye out in this thread for posts from me like this one.
forbiddendesire wrote:Okay so I have a question.
I want to make two separate Tease AI folders. I'm currently using Patch 47 and want to have a separate one for 48, because I don't want to update all my scripts (There are WAY too many) and yet don't want to be left behind. Is there any way I can copy the current contents of my TeaseAI folder into another folder and then patch that without losing all my settings? Because I tried doing it as I said and, well, lose all my settings :P
Pasting "%LocalAppData%\Tease_AI" without quotes in Windows 7 or later will take you to where Tease AI saves its settings. You'll have to find what folder contains your main settings (check the size and modified dates on the user.config file inside).

When you've identified your main settings file, you can freely copy that user.config to the other folders and you'll be set.

Re: Tease AI Open Beta

Posted: Mon Feb 15, 2016 1:37 pm
by genome231
Nice job :)

Thank you for continuing to stabilize patch 48 :)

Regards
Genome

Re: Tease AI Open Beta

Posted: Mon Feb 15, 2016 8:18 pm
by Daragorn
pepsifreak wrote:...
Nothing else to say but a BIG thank you for all your effort man, you're doing an awesome job :love:

Re: Tease AI Open Beta

Posted: Mon Feb 15, 2016 8:18 pm
by vyyr
the comand @show work with every folder or have to be a especific folder? i mean, have to be @ShowCaptionsImage or if i have a folder called blablá will work @showblablaimage ?

Re: Tease AI Open Beta

Posted: Mon Feb 15, 2016 9:42 pm
by Sisyphuster
Thanks to all for continuing the work!

Re: Tease AI Open Beta

Posted: Mon Feb 15, 2016 11:25 pm
by Daragorn
deleted.....i solved the issue....

Re: Tease AI Open Beta

Posted: Tue Feb 16, 2016 1:49 am
by pepsifreak
vyyr wrote:the comand @show work with every folder or have to be a especific folder? i mean, have to be @ShowCaptionsImage or if i have a folder called blablá will work @showblablaimage ?
@ShowCaptionsImage and the like are specific commands that go with the folders you can set in the settings. Anything else would need @ShowImage[] and be located in your Tease AI's Images folder, unless you cheated and used tagged images like I've seen some do.

Re: Tease AI Open Beta

Posted: Tue Feb 16, 2016 5:18 pm
by Vidus
I'm not sure if this is right place to ask this, but I'm having a problem with blog images. When even I try to add tumblr url I got a message saying that Tease AI cannot read site API, any way to fix this?

Re: Tease AI Open Beta

Posted: Wed Feb 17, 2016 1:40 am
by Mat
Vidus wrote:I'm not sure if this is right place to ask this, but I'm having a problem with blog images. When even I try to add tumblr url I got a message saying that Tease AI cannot read site API, any way to fix this?
Have you checked the url begins with http, and not https. For some reason it doesn't work with SSL encryption.

And that it's in the format of http://name-of-blog.tumblr.com/

Re: Tease AI Open Beta

Posted: Thu Feb 18, 2016 10:11 am
by Vidus
Mat wrote:
Vidus wrote:I'm not sure if this is right place to ask this, but I'm having a problem with blog images. When even I try to add tumblr url I got a message saying that Tease AI cannot read site API, any way to fix this?
Have you checked the url begins with http, and not https. For some reason it doesn't work with SSL encryption.

And that it's in the format of http://name-of-blog.tumblr.com/
Even with http I always get the message that says that it cannot read site api? I have tried with plenty of different blogs and all say the same.

Re: Tease AI Open Beta

Posted: Thu Feb 18, 2016 11:20 am
by Tepi
I a bit of a bug report, i think: When using avatarbs House of Tease and the response file to ask if one can edge, more often than not stroke taunts keep on going until the normal end of taunt phase. Probably the same thing with Swiss as the response file seems to be the same (almost). Is it a bug or not comes mainly down to if there's something missing from the file. :-P

Re: Tease AI Open Beta

Posted: Fri Feb 19, 2016 12:12 am
by Mat
Vidus wrote:Even with http I always get the message that says that it cannot read site api? I have tried with plenty of different blogs and all say the same.
I remember getting that error myself, although that was only with the https version.. I'm not really sure what to suggest, I just tested it with http://hotandsexywomen.tumblr.com/ which seems to work.

Did you extract the zip archive with windows or a different program such as 7-zip or winrar? A few people said that the windows unzipper didn't always extract all the files needed. So it could be due to an incomplete installation.

Which Tease AI version are you using? The latest is 48.4, here's the link from the previous page if you need it:
https://mega.nz/#!Xp8VjIbS!aMcUzx2NzoqZ ... J8R55njSQY

A quick edit:
Also remember to copy and paste the url rather than typing it, ctrl + c then ctrl + v