de en es fr
Let the machine help
Light teasing, exhibition, BDSM, sissyfication, watersports... with sounds and pictures


Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Re: The Program
PostPosted: Thu Sep 07, 2017 4:01 am 
Offline
Active member
@modnar
Yeah same here, its 2:15am now and I really should be getting some sleep lol :P

I am very grateful for the help and really happy to find that the forums are active and supportive. My nerves are more that I am missing something basic or asking the wrong questions :P

Quote:
This would be a better way, or else you may end up with "user.male" and "user.female" and "user.sissy" being true at any given time together.


That was what I was worried would happen.
I think this part is what I keep getting stuck on however, wouldnt a save and load of ("theProgram.s_gender", s_gender) simply call the selected text "Male", "Female" or "Sissy". How does it then know which you have selected to load the relevant script.

I have been working off how loading intro.female works but when I think I understand what that does I cannot seem to apply it to what I am doing.


Does loadInteger work differently that loadString?
Code:
case "Page040":
setImage("TheProgram/TheTherapist/Therapist01/032.jpg");
def firstname = getString("Riley Reid: \n\n What is your first name?", loadString("user.firstname"));
save("user.firstname", firstname);
block = "Page041"
break


I hope I have understood that correctly :P
Thanks again
GlitchBunny :D


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Thu Sep 07, 2017 10:42 am 
Offline
Addict
Hey,

def var loadInteger(...); makes "var" an integer, which you can do (var > 0) (var < 10) etc.

Quote:
I think this part is what I keep getting stuck on however, wouldn't a save and load of ("theProgram.s_gender", s_gender) simply call the selected text "Male", "Female" or "Sissy". How does it then know which you have selected to load the relevant script.

def s_gender = getSelectedValue("What is yo...") is returning an Integer, not "Male" or "Female" or "Sissy".

Quote:
How does it then know which you have selected to load the relevant script.
-- You would do if your loaded variable is == 0 then Male, == 1 then Female and so on.


You could always make an array. Depends which way you really want to do it.

Code:
  def genderArr = ["Male", "Female", "Sissy", "?", "?", "?"];
  def s_gender = getSelectedValue("What is your gender?", genderArr);

  ....

  if (genderArr[s_gender] == "Male") { }
  if (genderArr[s_gender] == "Female") { }


Save the s_gender to the "theProgram.s_gender" key, then later call loadInteger("theProgram.s_gender") and do the above check against the array.


In a rush, so could be an error above. Let me know if you need any more help.

_________________
while (!succeed) try();


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Thu Sep 07, 2017 4:12 pm 
Offline
Active member
@modnar
Thank you :D
I got it to works :D
I applied what you gave me with what I had learned from Banjos tutorial.
I am not sure if there will be any problems from this but for now it works and allows me to reference the desicion in other scripts :D

If I have made an error in or overlooked something please let me know. I am excited that works but would rather know it is correct.

Code:
case "Page042":
def s_genderArray = ["Male", "Female", "Sissy"]
def s_genderChoice = getSelectedValue("What is your Gender?", s_genderArray)
def s_genderChosen = s_genderArray[s_genderChoice]
show("You picked "+s_genderChosen+".")
save("user.gender", s_genderChosen);
showButton("Continue");
block = "Page043"
break

case "Page_complete":
if (loadString("user.gender") == "Male") {return "TheProgram/003TherapistMale"}
if (loadString("user.gender") == "Female") {return "TheProgram/003TherapistFemale"}
if (loadString("user.gender") == "Sissy") {return "TheProgram/003TherapistSissy"}
break


Thank you
GlitchBunny


Last edited by GlitchBunny on Thu Sep 07, 2017 4:15 pm, edited 1 time in total.

Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Thu Sep 07, 2017 4:14 pm 
Offline
Addict
I might suggest using a different key, maybe "theProgram.gender" - only because "user.gender" might be used in another script, it's not very unique to your script. May cause issues later on, possibly.

_________________
while (!succeed) try();


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Thu Sep 07, 2017 4:16 pm 
Offline
Active member
Thank you, will do :D
I changed it to user to match user name but can see how that could be an issue.

Thanks again
GlitchBunny


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Fri Sep 08, 2017 12:31 am 
Offline
Shy
Hi again! I saw your PM and I wanted to reply but it seems I could not figure out how to reply. Now I found that I do not have permission too do that :(
Maybe I have posted to little in the forum? Perhaps I should ask an admin, ideas?

Really happy to be part, I did not expect you to reply so soon either, so that is super cool :)

I could give a few examples from your script on how I would *change* some parts to suit other genders, would that be helpful? <3


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Fri Sep 08, 2017 1:20 am 
Offline
Active member
@moppy
I have no idea why it wont let you reply to my PM. It is the first I have ever sent and I have never recieved one so unless anyone else knows I have no clue :(

Quote:
I could give a few examples from your script on how I would *change* some parts to suit other genders, would that be helpful? <3

That would be really helpfull I have made a few changes already but they are mostly to the classes atm. I am also working on better questions for each Gender.
I would love to hear any and all ideas :D

Show spoiler


I do check the sight several times a day during the week and try to answer as soon as I can unless I am trying out recommended code first :D

Thank you
Glitch Bunny


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sat Sep 16, 2017 10:54 am 
Offline
Regular
User avatar
@GlitchBunny

Male:
Cum Cow
Tease Slave
FuckBunny, CBT Trainee, Spank Slut (works here too), or BoyToy

Female:
Spank Slut
Puppy Girl
? (would like a third. Maybe Maid?),

I don't know if you were planning to do anything with chastity or not, but a good third male class might be "Chastity Slave" or something like that. I also thought of "FuckBunny" for males (or females). In the case of males it would entail a lot of anal play. I don't have that great of an imagination, but if you planning a lot of CBT you could use something that would get that idea across.

For females, you can use something indicating a lot of breast or nipple play. Sorry I can't come up with anything cute. ;)

_________________
Athos316 ~
Success comes from perseverance!
So keep at it!


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sat Sep 16, 2017 3:41 pm 
Offline
Shy
I think the categories are great, but my thinking is that perhaps start with a base set and expand out later? But I'm partial to get to "first" complete release soon. Even if someone picks one that is not implemented, you can simply say "Sorry no positions available for that, we trained so many of those last year we still have in storage..."

Been inspired by this tease idea the last week ;)

There is a lot of cool BDSM stories I have read that could inspire more classes but I like what I see and to start this feels good to me and that they all seems to have "a bit evil" twist so hihi.

Keep it up!


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sat Sep 16, 2017 3:46 pm 
Offline
Shy
Also, I also like chastity idea to keep em aroused and also improving/testing pain tolerance. I mean you'd want to know a slaves breaking point, or make sure they can handle basic "handling" at least ;)


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sat Sep 16, 2017 9:38 pm 
Offline
Regular
User avatar
Just a note...

I really liked the addition of the cartoon photos. I ever would have thought of that, but you used it perfectly as a "thought" window.
This seems to be a really HUGE undertaking and I really respect you for spending so much time on something that is really nothing more than a hobby.

I am going to attempt my own, once I figure out how groovy operates.

_________________
Athos316 ~
Success comes from perseverance!
So keep at it!


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sun Sep 17, 2017 2:47 pm 
Offline
Active member
I haver completed the Therapist and while technicaly it can be posted with no continuing from the toilet, I am not sure whether to upload it or wait until I have also completed the first set of scripts.
I really want you all to try it (and test it :P )

I will admit I am not sure how I am splitting this up. I have no idea how to upload all the scripts into one upload or how to upload the images seperatly.

I have alos added the save and loading so that people cannot cheat and skip ahead to other scripts as the program saves your answers to questions.
I am working on a punishment script for cheaters and could use some ideas.

@moppy
Quote:
"Sorry no positions available for that, we trained so many of those last year we still have in storage..."

I have added this and am planning to have the Auction work the same where it will randomly pick another class if yours not yet complete (if you end up at auction hehehe)

@athos316
First off thank you and I am really hoping that its worth it and that people like the script :D
The support from the community and hearing ideas is making all this worth it to me. I hope people will PM and tell me there experiences.

Show spoiler


Thank you everyone for your patience and feedback :D
GlitchBunny


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sun Sep 17, 2017 4:56 pm 
Offline
Regular
User avatar
@GlitchBunny

I really like the classes you came up with! I will be watching for updates so I can help you test things. (I know how to reset everything so I can test ALL the classes. ;) )

I have written several teases myself (for someone else) and know what is involved. Of course, I didn't use "groovy" to do it and I wasn't able to save any settings, but I have had to find the photo-sets, write the text, and create the path(s) folks had to take to navigate through the script.

If I may, I have a suggestion (for what it's worth). I know you are pretty far along, but I find it easier to do one route (class in your case) through the script, and make sure it works as planned. Then you can make copies, change the course (script) names and then simply change the photos and text for each class. That way, you don't have to write all the code for each class. You simply make modifications.

Keep up the good work!

_________________
Athos316 ~
Success comes from perseverance!
So keep at it!


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sun Sep 17, 2017 8:12 pm 
Offline
Active member
@athos316
Quote:
I find it easier to do one route (class in your case) through the script, and make sure it works as planned. Then you can make copies, change the course (script) names and then simply change the photos and text for each class. That way, you don't have to write all the code for each class. You simply make modifications.


Yeah I am not that much further because I keep forgetting to stay on one route. I put a lot into my scripts, I have more ideas as I am creating the script than I can use and keep starting up new parts.

My Random encounters started as a simple script but now has become five scripts.
It was only as I was finishing the third random encounter that I realised how complicated my paths were.
I even realised that I have three nurses for medical even though I am stuck with what happens in medical. It happens mostly because of the images I have change the script.
I found an image set of one porn actress with another porn actress who plays the security and in my head another direction opens up lol :P

Quote:
If I may, I have a suggestion (for what it's worth)

I love the suggestions you all give me and I honestly smile every time I see that people care about my script :D

GlitchBunny

Btw I have sent you a PM @athos316


Top
 Profile Send private message 
 
 Re: The Program
PostPosted: Sat Sep 30, 2017 5:58 pm 
Offline
Shy
Hey there GlitchBunny !

I've downloaded all the scripts of The Program but it ended at 03Toilet.

Is that because you are working on the sequel or am I missing something ?


Top
 Profile Send private message 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Maroon Fusion theme created by Oxydo
Software, theme modifications, phpBB modification by Doti 2010 - 2020
This website uses session cookies only.