Story Master

Selfbondage software and other kinky developments

Moderators: Riddle, Shannon SteelSlave

Post Reply
User avatar
Dark_Lizerd
*****
Posts: 2416
Joined: 22 Oct 2006, 11:30
Location: New Mexico

Story Master

Post by Dark_Lizerd »

If you want a simple story creator type of a program, kinda like an "adventure book"...
You read the page...
then...
if you do "A" goto page 34,
If you do "B" goto page 16
...
Then I just created that...
No bells, no whistles...
just a program version of the book...
I think Haunted house from codetrixxx will work in this format...
VERY simple to use and create new "stories"
It does not track any variables, and with 1 exception, cannot do random numbers...
----------------------------
---- my notes
-------------------------
A simple story stepper
Each page will be a separate file
File:
Text... to be printed...
<> End of text
<0> Random select from options
<1> option #1
<2> Option #2
...
Format:
<0>, Random select, 4
(if 4 options)
<1>, button text, Page#
...
If the Page# is "Quit", then the program will end when you hit it.

Simple to "program" simple to use and share...
Every story will start with
Start.txt First "page" every following page can be anything...

--------------------------------------------
--- Start.txt
A New Start

Here is the start of a new story. Anything can happen, anything in the story can be controlled so that you can make a bold statement or even italic for a bit and even some words can be underlined for that just right statement. And just to test something, you can do everything from Word or maybe WordPad.
This will make the story writing easer, (I hope ), and easer to edit.
And this is the end, for now, and now for the options.
<>
<1>, Page 1, N1
<2>, Page 2, N2
<3>, or Quit, End
--------------------------------------
OK, I wanted to use the advanced options of wordpad, but I am having problems with it...
But simple text file works for now...
<<< Deleted links >>>
Better example to follow.
Last edited by Dark_Lizerd on 21 Nov 2015, 08:37, edited 1 time in total.
All advice is checked, re-checked and verified to be questionable...
Don't ask, we both wont understand the answer...
http://www.mediafire.com/download/09dtr ... e_V2_2.exe Not just for nubies any more...
User avatar
Dark_Lizerd
*****
Posts: 2416
Joined: 22 Oct 2006, 11:30
Location: New Mexico

Re: Story Master

Post by Dark_Lizerd »

Here is a better example...
A modified simple joke that demonstrates how simple this is...
Just create a new folder and unzip this to it and copy the Story Master program there.
Start the program and you will se the joke...

There is 9 options to use to direct a story, plus a 10th one, Number 0, that will be for random options...
IE: the program will select one of the choices and go from there...
(I hope. :? )
All advice is checked, re-checked and verified to be questionable...
Don't ask, we both wont understand the answer...
http://www.mediafire.com/download/09dtr ... e_V2_2.exe Not just for nubies any more...
User avatar
Dark_Lizerd
*****
Posts: 2416
Joined: 22 Oct 2006, 11:30
Location: New Mexico

Re: Story Master

Post by Dark_Lizerd »

OK, Another update...
No more <1> for button #1...
<5> for button 5
or <0> for random...
Now the program keeps track of the button count...
<R> for the random button selection
and <B> for the buttons...
I re-did LoKiT's Haunted House from codetrixx...
and updated the joke.
No sound or picture support (yet)

Commands (so far):
V1.5:
<R>, #, 1,2,3,4,5...
<B>, Button Text, text file to read next.
<B> will count 0 to 9...
<R> will be the random choice, not 0...
<> required for end of text...
All commands can be only be after the end of text <>...
<Play>, test.mp3 Play a sound file, not working yet
<Picture>, text.jpg Show a picture, not yet.
<Select>, 4, #1, #2, #3, #4 select one of the "4" items and display (print)

If there is the interest, I can make a generic splash screen that could be used at "work"...
(deleted old links)

Oh... there is a "feature" active... You will see the room name at the start of the text...
I forgot to disable that...
Also new...
Path.txt in the location of the program. This tells the program which folder to look in for the story
you are running. I plan on making that a selectable item later.
Also. you can have all your folders listed in the Path file, but it will only read the first one for loading the story.
Last edited by Dark_Lizerd on 06 Jan 2016, 22:05, edited 1 time in total.
All advice is checked, re-checked and verified to be questionable...
Don't ask, we both wont understand the answer...
http://www.mediafire.com/download/09dtr ... e_V2_2.exe Not just for nubies any more...
User avatar
Dark_Lizerd
*****
Posts: 2416
Joined: 22 Oct 2006, 11:30
Location: New Mexico

Re: Story Master

Post by Dark_Lizerd »

[Start] not needed, it will autostart with the first [page]...
1 folder for sounds
1 folder for pictures.
Every script in the main folder
Path.txt to list your scripts, but will only run the first one...
(Hmmm, load path.txt into a drop down menu, and select from that!!!)

[Page Name]

Commands:
<B>, button text, goto page
<R>, # of random, Random button text, goto page, goto page,... random button
<Select>, # of choices, choice1, choice2, choice3,... random text
<Tease>, shell command

add
Sound
picture
teaser like from adventure... player command.

Scripts, so far... except for Interrogation... I working on that one...
(It should be interesting...)
Interrogation.txt
Haunted House.txt
Joke1.txt
Example.txt
Last edited by Dark_Lizerd on 08 Feb 2016, 21:11, edited 1 time in total.
All advice is checked, re-checked and verified to be questionable...
Don't ask, we both wont understand the answer...
http://www.mediafire.com/download/09dtr ... e_V2_2.exe Not just for nubies any more...
User avatar
Dark_Lizerd
*****
Posts: 2416
Joined: 22 Oct 2006, 11:30
Location: New Mexico

Re: Story Master

Post by Dark_Lizerd »

No more need for a clean and "dirty" version of the program.
Now there is just 1 version, and by default it will be clean.
To make the perverted splash screen appear, you need a file called "Pervert.txt".
I have added the Random Dresser from the Excel to give another example of what it can do.
And made a change where you can have more than 1 random selected text on a page...
But, the trade off is that you only 1 selected for each program run...
Not a problem for a once through script.
All the scripts so far...
http://www.mediafire.com/download/nl37e ... tories.zip
And the new program...
http://www.mediafire.com/download/w8tk2 ... er_2_5.exe

I haven't worked on the Interrogation any yet, but I do have several ideas to work with...
All advice is checked, re-checked and verified to be questionable...
Don't ask, we both wont understand the answer...
http://www.mediafire.com/download/09dtr ... e_V2_2.exe Not just for nubies any more...
Post Reply