Re: [Tease AI Awakening] - A Sharp Awakening - Release: Remote Toy Control v0.3.32 (Buttplug.IO) - Latest Update: 05.09.
Posted: Tue Sep 05, 2023 8:07 pm
Update!
I'll post the changelog of the before-released version in here as well since it's just a few days ago, and there are maybe the more interesting things in it (at least for the majority?!).
[Tease AI Awakening] - A Sharp Awakening 0.3.32 - Change Log
----------------------------------------------------------------
- Fix for freezes when switching between videos with @StopVideo in between
- @PlayEStimAudioLoop[X] -> See @PlayEStimAudio[X] -> Same syntax as @PlayAudio[X]
- New Filter:
@EStimAudioIsPlaying
@EStimAudioIsNotPlaying
---> Hint:
Script lines are evaluated in the moment the line before is printed in the chat, that means even if the audio is not playing anymore,
but if it was playing in the moment the line was evaluated, the @EStimAudioIsPlaying would be valid.
You can get a feeling for this behaviour if you watch a running script with CTRL + F11, i.e.:
play @PlayEStimAudio[tease\cStroke.mp3]
@EStimAudioIsPlaying EStim Audio Is Playing 2
@EStimAudioIsPlaying EStim Audio Is Playing 3
----------------------------------------------------------------
[Tease AI Awakening] - A Sharp Awakening 0.3.31 - Change Log
----------------------------------------------------------------
- Fix for freezes when switching between videos
- New System Keywords:
#ImagePath -> Returns the filepath of the currently displayed image
#VideoPath -> Returns the filepath of the currently displayed video
- New Filter for taunts:
@PaceNotFastest
@PaceNotSlowest
---> Meant to be used in multiline taunts if you want to change the speed not in the first line.
I.e.:
@PaceNotFastest Right now, I control your #Cock
But the truth is, all women have this power over you, #PetName @ShowTaggedImage @TagSoloF @StrokeFastest
Handling of dragged and dropped videos:
#DroppedCount
#FirstDropped
#Dropped(X) -> Gives the path of the video with index of X, i.e.: #Dropped(3) returns the path of the 3rd video in the list.
Important:
If your are used to work with lists in other (programming-) languages, you might be used to the first entry in a list has the index 0, ...
here the first entry has the index 1.
EStim:
@EStimAudioVolume(X)
@EStimMetroVolume(X)
@EStimMetroEmphasisVolume(X)
X -> Volume between 0 and 200
- Removed the limit of 100% for @Censorbar1On( und @ImageBar1On( since it isn't perfectly accurate, if you want to cover the whole visible screen, use 101%
- Added support for Linear- (Stroke-) Toys (i.e.: 'The Handy') in the Buttplug.IO controller:
@BioToyLinearStart( X , Y )
X -> That is the Usage in combination with the Intestity -> that works the same as with the other toy-commands
Y -> The speed for one complete stroke in milliseconds -> One stroke means the movement up AND down.
---> Use the value 0 to stop the toy
I.e.:
@BioToyLinearStart( Onahole1 , 1000 )
---> So the '1000' are 1000 milliseconds which is 1 second, that means that the toy moves up AND down within 1 second.
- Small fix on the Buttplug.IO controller
- @VarNotExists(X) -> simply the opposite of @VarExists(X)
- @SkipExchangeWords -> If you have a picture-set marked with the textfile 'tai2dommesAtOnce.txt' and if you have the 'Exchange Words' option activated,
then with this command you can suppress the 'Exchange Words'- functionality in this specific line which contains '@SkipExchangeWords'
- Small fix for the combination of '@ContinueVideo' and Censor bars
- Small fix for the combination of '@CustomMode(' and filters
- Fixed the lower limit of the metronome speed, now you can go down till 5 BPM
Download:
https://markusawakening.itch.io/tease-ai-awakening
Best greetings,
Markus
I'll post the changelog of the before-released version in here as well since it's just a few days ago, and there are maybe the more interesting things in it (at least for the majority?!).
[Tease AI Awakening] - A Sharp Awakening 0.3.32 - Change Log
----------------------------------------------------------------
- Fix for freezes when switching between videos with @StopVideo in between
- @PlayEStimAudioLoop[X] -> See @PlayEStimAudio[X] -> Same syntax as @PlayAudio[X]
- New Filter:
@EStimAudioIsPlaying
@EStimAudioIsNotPlaying
---> Hint:
Script lines are evaluated in the moment the line before is printed in the chat, that means even if the audio is not playing anymore,
but if it was playing in the moment the line was evaluated, the @EStimAudioIsPlaying would be valid.
You can get a feeling for this behaviour if you watch a running script with CTRL + F11, i.e.:
play @PlayEStimAudio[tease\cStroke.mp3]
@EStimAudioIsPlaying EStim Audio Is Playing 2
@EStimAudioIsPlaying EStim Audio Is Playing 3
----------------------------------------------------------------
[Tease AI Awakening] - A Sharp Awakening 0.3.31 - Change Log
----------------------------------------------------------------
- Fix for freezes when switching between videos
- New System Keywords:
#ImagePath -> Returns the filepath of the currently displayed image
#VideoPath -> Returns the filepath of the currently displayed video
- New Filter for taunts:
@PaceNotFastest
@PaceNotSlowest
---> Meant to be used in multiline taunts if you want to change the speed not in the first line.
I.e.:
@PaceNotFastest Right now, I control your #Cock
But the truth is, all women have this power over you, #PetName @ShowTaggedImage @TagSoloF @StrokeFastest
Handling of dragged and dropped videos:
#DroppedCount
#FirstDropped
#Dropped(X) -> Gives the path of the video with index of X, i.e.: #Dropped(3) returns the path of the 3rd video in the list.
Important:
If your are used to work with lists in other (programming-) languages, you might be used to the first entry in a list has the index 0, ...
here the first entry has the index 1.
EStim:
@EStimAudioVolume(X)
@EStimMetroVolume(X)
@EStimMetroEmphasisVolume(X)
X -> Volume between 0 and 200
- Removed the limit of 100% for @Censorbar1On( und @ImageBar1On( since it isn't perfectly accurate, if you want to cover the whole visible screen, use 101%
- Added support for Linear- (Stroke-) Toys (i.e.: 'The Handy') in the Buttplug.IO controller:
@BioToyLinearStart( X , Y )
X -> That is the Usage in combination with the Intestity -> that works the same as with the other toy-commands
Y -> The speed for one complete stroke in milliseconds -> One stroke means the movement up AND down.
---> Use the value 0 to stop the toy
I.e.:
@BioToyLinearStart( Onahole1 , 1000 )
---> So the '1000' are 1000 milliseconds which is 1 second, that means that the toy moves up AND down within 1 second.
- Small fix on the Buttplug.IO controller
- @VarNotExists(X) -> simply the opposite of @VarExists(X)
- @SkipExchangeWords -> If you have a picture-set marked with the textfile 'tai2dommesAtOnce.txt' and if you have the 'Exchange Words' option activated,
then with this command you can suppress the 'Exchange Words'- functionality in this specific line which contains '@SkipExchangeWords'
- Small fix for the combination of '@ContinueVideo' and Censor bars
- Small fix for the combination of '@CustomMode(' and filters
- Fixed the lower limit of the metronome speed, now you can go down till 5 BPM
Download:
https://markusawakening.itch.io/tease-ai-awakening
Best greetings,
Markus