[GuideMe] Custom Tease Instructor
Posted: Tue Aug 15, 2017 12:59 am
Hey guys,
I've been messing around with GuideMe-Scripts now for some time but I made the rookie mistake to confuse Java with JavaScript. So basicly I don't know how to write Sripts for Teases with GuideMe, because I don't know JavaScript. So now I'm asking you, because I have a very special idea and don't know how to realize it.
Maybe some of you know the Custom Tease Instructor. It's a program that draws cards telling you how to stroke, in which rhythm, in which pattern and so on. While stroking it will show you pictures to which you stroke. Problem: This program only works manually, you basicly have to change speed or number of strokes every time on your own a new instructions pops up.
So basicly I try to take that idea and convert it to an automated tease, so you don't have to put all card in there manually, to switch speed and time and take care about other stuff. But to achieve that, I need to write several scripts without knowing how to do so. Maybe some here can help me?
What I would need the tease to do (these I consider must-haves):
- the tease must be able to show different types of instructions on random.
- The probability of the types of instructions must be variable, so anyone can customize the tease how he/she wants to.
- the tease would need to switch between pictures and instructions on basis of a number the player gives at the start (maybe some players only want 2 pictures, while others want up to 10 between instructions?)
- the strokes to each slide must be able to be changed by the number instructed, so they need to be clarified by a variable.
- the same goes for the time of each slide showing.
- there will be a script needed that is able to calculate the frequency of strokes within the given time (so the player will need to stroke faster if time becomes less).
- I need to have some sorts of control mechanisms (time of -1 or strokes of 1000 in 1 second make no sense) so some instructions are only shown, when they actually make sense.
- option to manually switch forward (and back?) in the tease if player wishes.
Furthermore it would be nice if the tease was able to do the following (I consider these to be optional):
- show the latest instruction that is affecting the player while pictures are shown.
- be able to remember all instructions that were loaded before. Maybe an ability to load them again in the order they were given.
- It would be nice to give the tease a maximum number of slides that can be shown within one tease.
- explicitly specify the type of the first and the last instruction.
- need some options to turn on/off toys.
- need some options to activate/deactivate some type of picture (like when there are several folders and you just want to have the pictures loaded from one folder or a group of these folders).
That's what I planned so far. I hope yome of you can help me?
I've been messing around with GuideMe-Scripts now for some time but I made the rookie mistake to confuse Java with JavaScript. So basicly I don't know how to write Sripts for Teases with GuideMe, because I don't know JavaScript. So now I'm asking you, because I have a very special idea and don't know how to realize it.
Maybe some of you know the Custom Tease Instructor. It's a program that draws cards telling you how to stroke, in which rhythm, in which pattern and so on. While stroking it will show you pictures to which you stroke. Problem: This program only works manually, you basicly have to change speed or number of strokes every time on your own a new instructions pops up.
So basicly I try to take that idea and convert it to an automated tease, so you don't have to put all card in there manually, to switch speed and time and take care about other stuff. But to achieve that, I need to write several scripts without knowing how to do so. Maybe some here can help me?
What I would need the tease to do (these I consider must-haves):
- the tease must be able to show different types of instructions on random.
- The probability of the types of instructions must be variable, so anyone can customize the tease how he/she wants to.
- the tease would need to switch between pictures and instructions on basis of a number the player gives at the start (maybe some players only want 2 pictures, while others want up to 10 between instructions?)
- the strokes to each slide must be able to be changed by the number instructed, so they need to be clarified by a variable.
- the same goes for the time of each slide showing.
- there will be a script needed that is able to calculate the frequency of strokes within the given time (so the player will need to stroke faster if time becomes less).
- I need to have some sorts of control mechanisms (time of -1 or strokes of 1000 in 1 second make no sense) so some instructions are only shown, when they actually make sense.
- option to manually switch forward (and back?) in the tease if player wishes.
Furthermore it would be nice if the tease was able to do the following (I consider these to be optional):
- show the latest instruction that is affecting the player while pictures are shown.
- be able to remember all instructions that were loaded before. Maybe an ability to load them again in the order they were given.
- It would be nice to give the tease a maximum number of slides that can be shown within one tease.
- explicitly specify the type of the first and the last instruction.
- need some options to turn on/off toys.
- need some options to activate/deactivate some type of picture (like when there are several folders and you just want to have the pictures loaded from one folder or a group of these folders).
That's what I planned so far. I hope yome of you can help me?