[Tease AI] Miss Blue [v3.7]

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

User avatar
markus
Explorer At Heart
Explorer At Heart
Posts: 863
Joined: Tue Nov 18, 2008 11:09 pm

Re: [Tease AI] Miss Blue v2.07

Post by markus »

dark0512 wrote: Wed Aug 26, 2020 6:02 pm Is there a way I can increase the frequency of these?
Hi!
There are many ways to achieve something like that, ... if it's a module, you could simply copy and paste that module so it has a higher chance to be selected randomly.
Better would be if you find the script where such videos are called from, and raise the chance that videos are used more often there, ...
You could edit the stroke taunts and add some lines, like search in the taunts for 'video', and if you find lines which could lead to play videos, you can copy and paste them into the taunts, the more lines there are which playing videos, the higher the chance that one of that lines will be choosen.
I’ve done some changes on the edges (holding or stroking) to call out random videos, as I wasn’t sure how to do much else yet, but it doesn’t seem like she’ll pause for the video to finish.
If a video is played the old and simple way, then the script/program waits until the video has ended.
Not sure what exactly you wanted to reach,... there are other commands which could be of interest, like '@PlayAvoidTheEdge' (see the command guide in TAI for more infos) or the newer command '@PlayVideoNoWait' (see some patchnotes from the sweet patch, or the unofficial patch for more info)

But I have the feeling you just started to edit scripts, ... as a gernal hint,... if you are playing a module or script which you like,... just type '@' in the chat,... that displays what script exatly is running.
After the session you could look at the chatlog, find that script and just open it, look how everything works,... that would be a good way to start learning some scripting. :-)
As an alternative, I would love to even incorporate the random video’s in any of the other personalities, but unsure how to do that as well. Any direction anyone can point me in?
Well, maybe you just wait till I release the project I'm working on, ... it will be a combination and modification of HoT and MissBlue (and little bit else),... I use a lot of more video playing, but mostly only small parts of videos,...
(I hope I don't sound like an advertising right now :hmmm: )

Best greetings,
Markus
dark0512
Explorer
Explorer
Posts: 56
Joined: Sat Aug 20, 2011 10:13 pm
I am a: Switch

Re: [Tease AI] Miss Blue v2.07

Post by dark0512 »

markus wrote: Wed Aug 26, 2020 7:19 pm
if it's a module, you could simply copy and paste that module so it has a higher chance to be selected randomly.
Better would be if you find the script where such videos are called from, and raise the chance that videos are used more often there, ...
Thanks for the starting points!
markus wrote: Wed Aug 26, 2020 7:19 pm You could edit the stroke taunts and add some lines, like search in the taunts for 'video', and if you find lines which could lead to play videos, you can copy and paste them into the taunts, the more lines there are which playing videos, the higher the chance that one of that lines will be choosen.
This is what I actually did tried (more below)
markus wrote: Wed Aug 26, 2020 7:19 pm If a video is played the old and simple way, then the script/program waits until the video has ended.
Not sure what exactly you wanted to reach,...
I tried to adding lines to the edge.txt (scripts\missblue\stroke\edge) and HoldTheEdge.txt but the script doesn't seem to pause until the video is finished. It seems like the script just continues to run and only pauses for 8 seconds or (the normal delay between most lines)
markus wrote: Wed Aug 26, 2020 7:19 pm
there are other commands which could be of interest, like '@PlayAvoidTheEdge' (see the command guide in TAI for more infos) or the newer command '@PlayVideoNoWait' (see some patchnotes from the sweet patch, or the unofficial patch for more info)
Thanks! I'll check this out!

markus wrote: Wed Aug 26, 2020 7:19 pm But I have the feeling you just started to edit scripts, ... as a gernal hint,... if you are playing a module or script which you like,... just type '@' in the chat,... that displays what script exatly is running.
After the session you could look at the chatlog, find that script and just open it, look how everything works,... that would be a good way to start learning some scripting. :-)
Yep! I've been playing with modifying and looking at them. The @ is a great tip, thanks!!
markus wrote: Wed Aug 26, 2020 7:19 pm Well, maybe you just wait till I release the project I'm working on, ... it will be a combination and modification of HoT and MissBlue (and little bit else),... I use a lot of more video playing, but mostly only small parts of videos,...
(I hope I don't sound like an advertising right now :hmmm: )
Haha! You luckily didn't sound like an infomercial. I can't wait!!
Zoran
Explorer
Explorer
Posts: 32
Joined: Sun Sep 20, 2015 5:55 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v2.07

Post by Zoran »

dark0512 wrote: Wed Aug 26, 2020 6:02 pm I really enjoyed the Miss Blue parts where she makes you watch a video...whether it’s edging (holding or getting there), stroking, or just watching.

Is there a way I can increase the frequency of these?

I’ve done some changes on the edges (holding or stroking) to call out random videos, as I wasn’t sure how to do much else yet, but it doesn’t seem like she’ll pause for the video to finish.

As an alternative, I would love to even incorporate the random video’s in any of the other personalities, but unsure how to do that as well. Any direction anyone can point me in?
Hi! What I did, I simply added this:

Code: Select all

@NullResponse @PlayVideo(30) @JumpVideo
@NullResponse @PlayVideo(60) @JumpVideo
@NullResponse @PlayVideo(90) @JumpVideo
@NullResponse @PlayVideo(120) @JumpVideo
@NullResponse @PlayVideo(150) @JumpVideo
@NullResponse @PlayVideo(180) @JumpVideo
At the end of StrokeTaunts_1.txt in MissBlue/Stroke folder.
It adds a blank line that plays between 30 seconds and 3 minutes of a random video clip. One issue is that due to the software limitations, the program will jump between 10% and 60% of given video's length, so for any video over 7m30s long, you won't be able to see the ending/finish. You can work around this by cutting videos into smaller clips, but depending on the amount of smut you have, it's going to be a lot of tedious work and you'll need a good video editor (I recommend Filmora if you decide to do it, it's easy to learn and has all the functions necessary for cutting movies into shorter clips)

Also, I do not know how the program will behave if there are two conflicting commands, i.e. she plays a 30s clip and right after she decides to play a 60s clip. Might crash, might just jump to another clip, haven't tested this.

You can probably also add the same lines to HoldTheEdge.txt in MissBlue/Stroke/HoldTheEdge for her to play clips when you are holding the edge (In my case, that's a very, very bad idea, so I've spared myself that).

Also, depending on how many "regular" lines you have, the more times you copy and paste the above section into the file, the more often you will get a video. Use Notepad++ to check how many "regular" lines you have, and just copy and paste the above section at the bottom to more or less match the same number of lines for 50% for example. You can also change the length, just change the number in the brackets (it's the number of seconds).

EDIT: BTW, for anyone reading this:
WIth the Sweet patch introducing updated @JumpVideo command, I just copied the above code section ten times, and in each section added a different number after @JumpVideo: @JumpVideo(10), @JumpVideo(20), @JumpVideo(70) etc. This way, when the taunt line loads, it chooses a random 30s-3m long clip from anywhere in your video library. If your videos aren't longer than 30minutes (30x10%=3), you've got every minute of every clip pretty much covered this way. For 60 minute videos, you either make the clips longer (max time in seconds set to 360) or instead of 10% intervals in @JumpVideo you set a 5% intervals: @JumpVideo(5) @JumpVideo(10) @JumpVideo(15).

But now that I think about it - and this is still purely theoretical, mind you, I haven't tested this, There might be a possibility of cutting the number of lines while increasing the number of variations:

Code: Select all

@PlayVideo(#Var[RandomLength]) @JumpVideo(#Var[RandomPoint])
With

Code: Select all

[RandomLength]=[#Random(30,180)]
[RandomPoint]=[#Random(10,95)]
For example.
The numbers here being shortest and longest clip and earliest and latest point of the video, represented as percentage, and they can be changed. Will need to test it though, and you would have to create either a variable for this, or a Vocab file. Gives a lot more options though than set 30, 60, 90, etc. second intervals

This also pretty much removes the necessity of cutting movies into smaller clips, although there still would be a problem with those segments where the Domme leaves you to watch an entire clip - it would have to be edited to limit the length of such moments.
Last edited by Zoran on Sun Sep 13, 2020 4:26 pm, edited 3 times in total.
dmas964
Explorer
Explorer
Posts: 57
Joined: Thu Aug 10, 2017 9:30 pm
Gender: Male
Sexual Orientation: Straight
I am a: Slave
Location: Poland

Re: [Tease AI] Miss Blue v2.07

Post by dmas964 »

Hi, I have a question, is there any possibility to make the period in chastity "more interesting"? I really like the idea with a long period in chastity or even permanent chastity but but after a few sessions it becomes terribly monotonous and it's hard to come back to it.
Sorry for my English, I hope you understand.
Petterwass
Explorer
Explorer
Posts: 10
Joined: Wed Nov 14, 2012 4:23 pm
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Slave
Location: Sweden

Re: [Tease AI] Miss Blue v2.07

Post by Petterwass »

Is the clips/mediumEdge folder supposed to be empty?
It seems to caus ethe entire tease to pause but they're empty in the .rar
meaculpa_uk
Explorer
Explorer
Posts: 88
Joined: Mon Jan 11, 2016 9:46 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v2.07

Post by meaculpa_uk »

Petterwass wrote: Sat Sep 12, 2020 5:28 pm Is the clips/mediumEdge folder supposed to be empty?
It seems to caus ethe entire tease to pause but they're empty in the .rar
Hi, yes AFAIK the edging clip folders long, medium and short are by design empty for you to be able to populate them with your own clips. I just used an editor on my own vid collection and pasted them in there to prevent the crash. In my experience they don't tend to be used much anyway.
Petterwass
Explorer
Explorer
Posts: 10
Joined: Wed Nov 14, 2012 4:23 pm
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Slave
Location: Sweden

Re: [Tease AI] Miss Blue v2.07

Post by Petterwass »

meaculpa_uk wrote: Sun Sep 13, 2020 1:02 pm
Petterwass wrote: Sat Sep 12, 2020 5:28 pm Is the clips/mediumEdge folder supposed to be empty?
It seems to caus ethe entire tease to pause but they're empty in the .rar
Hi, yes AFAIK the edging clip folders long, medium and short are by design empty for you to be able to populate them with your own clips. I just used an editor on my own vid collection and pasted them in there to prevent the crash. In my experience they don't tend to be used much anyway.
Ah, I had no idea that's what they were for!
I've had three teases in a row abort because they were empty so I appreciate the answer :)
Petterwass
Explorer
Explorer
Posts: 10
Joined: Wed Nov 14, 2012 4:23 pm
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Slave
Location: Sweden

Re: [Tease AI] Miss Blue v2.07

Post by Petterwass »

meaculpa_uk wrote: Sun Sep 13, 2020 1:02 pm
Petterwass wrote: Sat Sep 12, 2020 5:28 pm Is the clips/mediumEdge folder supposed to be empty?
It seems to caus ethe entire tease to pause but they're empty in the .rar
Hi, yes AFAIK the edging clip folders long, medium and short are by design empty for you to be able to populate them with your own clips. I just used an editor on my own vid collection and pasted them in there to prevent the crash. In my experience they don't tend to be used much anyway.
Ah, I had no idea that's what they were for!
I've had three teases in a row abort because they were empty so I appreciate the answer :)
Umsea
Curious Newbie
Curious Newbie
Posts: 4
Joined: Mon Mar 21, 2016 10:18 am
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: [Tease AI] Miss Blue v2.07

Post by Umsea »

I really enjoy Miss Blue but is there a way to make here more sadistic and into pain?
smargerbarg
Explorer At Heart
Explorer At Heart
Posts: 110
Joined: Sat Jan 16, 2016 6:17 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v2.07

Post by smargerbarg »

question about tagging...

are you only to use one tag/combination per image? chosen from the MissBlue_README.txt file? I have noticed that the images seem to repeat quite often, and I don't see many of the images in the folders.

If you are only supposed to use those tags and not combine them, then should i just pick a tag that best represents the part of the photo that is the most sexy?

Thanks for the help!

(edit) does Miss Blue use the Domme Genre for videos?
saint337
Explorer
Explorer
Posts: 23
Joined: Mon Mar 04, 2013 9:48 am
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: [Tease AI] Miss Blue v2.07

Post by saint337 »

Hi! I wanted to say thank you very much for this personality. It's definitely the best one for me. I wonder, do you plan on any updates? I'm sure there are alot more ppl like me who enjoy this and hope for more content. Thanks for the great work so far, anyways!
jothil
Explorer
Explorer
Posts: 11
Joined: Mon Mar 16, 2020 5:44 pm

Re: [Tease AI] Miss Blue v2.07

Post by jothil »

I also believe Miss Blue is still the best personality because she seems the most real throughout. I'd love to see her being worked on again. PtheV hasn't been active for quite a while however.

Honestly, I'm sure he wouldn't have anything against people teaming up to take his personality and improve it. There are many small things that could be fixed easily and content is pretty easy to add for Miss Blue if you can manage to mimic the style.
User avatar
Android71
Explorer
Explorer
Posts: 40
Joined: Thu Nov 03, 2011 12:04 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: [Tease AI] Miss Blue v2.07

Post by Android71 »

That sounds great...that there will be another Update (not so great that it will be the last one 😉)

Anytime soon?
Daragorn
Explorer At Heart
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] Miss Blue v2.07

Post by Daragorn »

PtheV wrote: Mon Jan 11, 2021 2:44 pm I've been away from Milovana for a while, but Miss Blue isn't quite dead yet. The past few months I've been working on an update which will likely be my final contribution here. After that, if someone wants to continue modifying or adding to it they have my blessing.
An update for Miss Blue?? :w00t: :w00t: :w00t:
When? How? What?
Can we download it now?
And now?
Maybe Now?

(it is too obvious i am a bit hyped about it? :lol: :lol: )
Mike2087
Curious Newbie
Curious Newbie
Posts: 4
Joined: Tue Dec 08, 2020 11:54 pm

Re: [Tease AI] Miss Blue v2.07

Post by Mike2087 »

Hi,

I want to start by saying I love this personality. I have a question about edging scripts. I apologize if this has been answered already. In this line #Edge @EdgeHold @MultipleEdges(3,5,100) what does the last number mean? I'm guessing the first 2 numbers are the range of how many edges will be assigned but can't seem to understand what the other number is for.

Thanks in advance
Mike
Post Reply