Easy to customize scenario generator

Selfbondage software and other kinky developments

Moderators: Riddle, Shannon SteelSlave

Post Reply
masoware
*
Posts: 1
Joined: 08 Apr 2018, 21:05
Location: Paris, France

Easy to customize scenario generator

Post by masoware »

You may already know a game called Cookie Clicker, an excellent way to waste your time and laptop's battery.

But do you know his creator made a tool to pick random outcomes from a list and a bunch of sublists?
It's called RandomGen and I think it's gold.

The principe is simple:
- Make a generator
- Post it on https://pastebin.com (I suggest to make it "unlisted" to be discrete)
- Get the id (for example, in "https://pastebin.com/azerty", it's the "azerty" part, after the last /)
- Add it to "http://orteil.dashnet.org/randomgen/?gen=" (so "http://orteil.dashnet.org/randomgen/?gen=azerty" for our example) and you will have your custom generator ready to be used or shared here ;) .


How it's work?
You need only a few rules to start:
- A list begin with the dollar sign ($) followed by a name.
- Each following lines are members of this list
- The generator will pick one member of the last list at random

Example:

Code: Select all

$tasks
Wash the dishes
Eat spinach
Do the chores
You will have a generator giving you one task with a 1/3 probability each.
You can try here: http://orteil.dashnet.org/randomgen/?gen=NLKKaeAD

Boring, we can do better, moar syntax:
- A line can contain a [min-max] where min and max are numbers, it will be replaced by a random number between them.
- A line can contain a [other list name], it will be replaced by a random member of this other list.
- A line can finish by {xx%}, this line will be part of the list only xx% of time.

We can try to make a corner time generator:

Code: Select all

$position
standing, facing the wall
kneeling, facing the wall
standing, nose to the wall, a quarter trapped between your nose and the wall, for every time the quarter drops you must add 5 minutes and restart the time
standing straight, with your hands in the air
standing straight, with your hands on your head

$accessory
a blindfold
a gag in your mouth
one clothespin on each nipples
the nipple clamps
the nasty nipple clamps {10%}

$corner
For [5-59] minutes, you must go to the corner and [position], with [accessory].
You can try: http://orteil.dashnet.org/randomgen/?gen=KCMSUdVa

There are more things to make them even better but now you have the basics.

I hope it will help you, I think it's a useful, and maybe you will share your best gen ;) .
Post Reply