Tease AI General Discussion

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

sexybastardo
Explorer
Explorer
Posts: 45
Joined: Thu Nov 26, 2015 9:10 pm
Gender: Male
I am a: None of the above
Location: Germany

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by sexybastardo »

avatarbr wrote:
sexybastardo wrote: Btw:
Is there any way to get sth like this

Code: Select all

@SetVar[EXAMPLE]=#Var[SYS_EdgeTotal]
or

Code: Select all

@SetVar[EXAMPLE]=[SYS_EdgeTotal]
to work?

It says always that it's a string ... i would like to use it as an int ...

EDIT:
Ok, I got it to work with this:

Code: Select all

@SetVar[EXAMPLE]=[1]
@ChangeVar[EXAMPLE]=[SYS_EdgeTotal]*[EXAMPLE]
Wtf? :D
I think this should work:

Code: Select all

@SetVar[EXAMPLE]=[#SessionEdges]
Yeah, thanks :D
But I'll use the lines above, just because I need the Edges in total.
My personality is collecting experience points ... and the total amount of edges are counting for sth.
User avatar
avatarbr
Experimentor
Experimentor
Posts: 1187
Joined: Fri Aug 18, 2006 3:33 am
Gender: Male
Sexual Orientation: Straight

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by avatarbr »

sexybastardo wrote:
Yeah, thanks :D
But I'll use the lines above, just because I need the Edges in total.
My personality is collecting experience points ... and the total amount of edges are counting for sth.
You say between session? interesting

You can use this in the end of the session to keep track too:

Code: Select all

@SetVar[TotalEdges]=[TotalEdges]+[#SessionEdges]
And the variable [TotalEdges] will always have the total number of edges.
User avatar
genome231
Explorer At Heart
Explorer At Heart
Posts: 683
Joined: Wed Nov 12, 2014 8:35 am

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by genome231 »

Whaaaat?
How come I didn't know this existed...
Shit this would have saved me some trouble..
12314525.jpg
12314525.jpg (86.07 KiB) Viewed 2163 times
Can anyone explain the methods working for strings.
I know the "=". Meaning that the strings has to be exactly equal to.
The "<>" I'm guessing means completely different from, is this correct?

Best regards
Genome

Edit:
Stefaf did you receive my latest message?
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project! :-)
malaru
Explorer
Explorer
Posts: 31
Joined: Thu Mar 03, 2016 4:07 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by malaru »

Depending on what you understand as "completely" different.
<> returns "True" when the string do not match exactly.
So it is the opposite of "="

However... there is one risk here:
In the second brackets, you can either put a string or a variable. And you have no way of marking which is which.

For clarification:

Code: Select all

 
@SetVar[e1]=[hello]	// This sets e1 to "hallo"
@SetVar[e2]=[hello]	// This sets e2 to "hallo"
@Variable[e1]=[hello] YourTextHere	// This line is entered because the string stored in e1 matches the string "hello"
@Variable[e1]=[e2] YourTextHere	// This line is entered because the string stored in e1 matches the string stored in e2
@SetVar[hello]=[oops]	// This creates a new variable named "hello", containing the string "oops"
@Variable[e1]=[hello] YourTextHere	// This line is NOT entered, because the string stored in e1 does NOT match the string stored in "hello"
@Variable[e1]<>[hello] YourTextHere	// This line is entered because the string stored in e1 matches the string stored in hello
 
I hope this prevents you some trouble... Just figured it out myself. :-D

malaru
sexybastardo
Explorer
Explorer
Posts: 45
Joined: Thu Nov 26, 2015 9:10 pm
Gender: Male
I am a: None of the above
Location: Germany

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by sexybastardo »

genome231 wrote: Edit:
Stefaf did you receive my latest message?
Stefaf's messages are broken ... he can't read messages currently, as he told somewhere here before.
Stefaf
Explorer At Heart
Explorer At Heart
Posts: 107
Joined: Sat Apr 02, 2016 7:43 am
Gender: Male
Sexual Orientation: Straight
I am a: None of the above
Location: Germany

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by Stefaf »

genome231 wrote:I know the "=". Meaning that the strings has to be exactly equal to.
The "<>" I'm guessing means completely different from, is this correct?
Sort of.
Malaru described it pretty good. There is just a small thing i'd like to add:
"=" means case insensitive equal. ("XXX" equals "xxx", "xXX", "xXx", etc.) But not " XXX", "XXXY"
"<>" is the opposite and matches if "=" doesn't match. (In above example " XXX", "XXXY" would return True instead of False)
sexybastardo wrote:
genome231 wrote: Edit:
Stefaf did you receive my latest message?
Stefaf's messages are broken ... he can't read messages currently, as he told somewhere here before.
Yes i received it - But i can't open any messages, for a couple of weeks now (General Error timeout bla).
Even posting in the forum doesn't work all the time. The only thing i can do is composing new messages (have set a bookmark, as somewhere was suggested.). But i can't even open up my own send messages. This sucks! :thumbsdown:

Edit:
Muahaha! I've added a rule for you, where all your messages are redirected to a separate folder. Since there is currently only one message in, i can open this folder and export the message to XML, where i can read it.

The answer is: Yes. :-)
User avatar
genome231
Explorer At Heart
Explorer At Heart
Posts: 683
Joined: Wed Nov 12, 2014 8:35 am

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by genome231 »

Thanks guys!

@Stefaf
Great!
I will send the download links somewhere in the end of february.

Best regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project! :-)
masterblaster
Explorer
Explorer
Posts: 39
Joined: Sun Aug 17, 2014 4:21 am
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by masterblaster »

Hello all!
I'm having a problem showing videos in 54.5.1. The audio will play from the video, but not the visual- it just becomes the background color. My previous version, 54.0.2 doesn't have this problem. I've tried a clean install of 54.5.5, and installing it on top of a previous version, but nothing seems to work. Please give me some advice!
Thanks everyone!
User avatar
genome231
Explorer At Heart
Explorer At Heart
Posts: 683
Joined: Wed Nov 12, 2014 8:35 am

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by genome231 »

masterblaster wrote:Hello all!
I'm having a problem showing videos in 54.5.1. The audio will play from the video, but not the visual- it just becomes the background color. My previous version, 54.0.2 doesn't have this problem. I've tried a clean install of 54.5.5, and installing it on top of a previous version, but nothing seems to work. Please give me some advice!
Thanks everyone!
Just did a test with Tease-AI. (Windows 7 system).
Have the newest version.

There was no problem playing video on my end.
So the problem seems to be on your end.
Are you using Mac? Windows (what version)?

Tease-AI uses a mediaplayer from your computer when playing videos.
I'm not exactly sure how, but someone who knows the program might be able to help you.

Have you thought about or tried the following:
Changing your standard media player, I'm not sure if Tease-AI always picks windoes media player or it can use another.
What format are your videos in?
Have you tried updating your standard media player, or the media player that Tease-AI uses.

Hope this might prove helpful

Best regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project! :-)
User avatar
VanHellsing
Explorer At Heart
Explorer At Heart
Posts: 150
Joined: Mon Apr 12, 2010 10:07 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by VanHellsing »

Probably somebody already brought that up, but can we have a button like "May I edge?" in LazySub? There are already several custom buttons to replace, so it should be easy.
User avatar
genome231
Explorer At Heart
Explorer At Heart
Posts: 683
Joined: Wed Nov 12, 2014 8:35 am

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by genome231 »

Hey guys!

Is there a plan in case Milovana goes down?
Like a different forum on a website we could use or similar?

Best regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project! :-)
Tepi
Explorer
Explorer
Posts: 32
Joined: Sat Jun 07, 2014 12:14 am

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by Tepi »

Someone already did a subreddit when TAI was launched but 1885 wasn't really interested in keeping threads alive in both places (or something) so it never saw any life. But it's still there and could be used if the site goes down again. https://www.reddit.com/r/teaseai/

And ofc the milovana subreddit too would be a place.
User avatar
VanHellsing
Explorer At Heart
Explorer At Heart
Posts: 150
Joined: Mon Apr 12, 2010 10:07 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by VanHellsing »

Some people on reddit are already thinking about starting another Milovana...ish site:

https://www.reddit.com/r/Milovana/

I guess the same can be done with TeaseAI.
1234abc
Explorer
Explorer
Posts: 22
Joined: Mon Jan 19, 2009 10:53 am

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by 1234abc »

Links to personalities seem to be gone ? Where can I find one ?
User avatar
genome231
Explorer At Heart
Explorer At Heart
Posts: 683
Joined: Wed Nov 12, 2014 8:35 am

Re: Tease AI Open Beta - Updated to Patch 54.4

Post by genome231 »

1234abc wrote: Sat Feb 11, 2017 10:21 pm Links to personalities seem to be gone ? Where can I find one ?
Look through "The art of Webteasing" forums.
You should find a few :-)

Best regards
Genome
Tribute to 1885 & those involved with Tease-AI.
Thank you for spending time on this awesome project! :-)
Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests