GuideMe RandomGame Beta

All about the past, current and future webteases and the art of webteasing in general.
---
Post Reply
Pascal
Explorer
Explorer
Posts: 11
Joined: Wed Nov 23, 2011 6:29 pm

GuideMe RandomGame Beta

Post by Pascal »

Hey,

I created a basis to make a completely random tease with Guide Me!
The idea is that everyone can add their own sub teases and in the end we will have one big tease over all fetishes.

How it works:

Under Guide Preferences everyone can select all desired fetishes and toys. For every sub tease that gets completed you get between 1 and 3 points. Before you get to cum you need to reach a certain amount of points. If you fail a task you get twice as much negative points.

I still have a bug to fix at first run. So if the Guide Preferences are not showing up. Please close GuideMe and restart the tease. (This problem should only occur the first time you run the tease.)

I stored the tease on dropbox so everyone can commit new subTeases.

Please only update working versions on the dropbox.
But in my opinion something like that is the only way to keep the version up to date.
Otherwise everyone that adds a sub Tease has to upload the new version on a file Hoster.

EDIT:Dropbox is gone, same with google drive

Ok, before I find a better solution, if people are interested to add sub Teases just send me a PM.
I will than combine the work and upload it again to a file hoster or so.

http://multiupload.biz/ew1hwl6igr4r/Ran ... z.rar.html

XML download only: http://s000.tinyupload.com/?file_id=972 ... 7130228482 NO PICs etc.

At the moment this guide is very early Beta status. So it is not really possible to play yet.
The main reason is that I only added two subTeases so far and I am hopping other people will join in ;)

If you click through the tease the chances are high it will crash, because I wrote it this way that no pages will be shown twice during one session and so far there are only 2 SubTease in the mix. So when it looks for the third it will run into an endless loop.
If this happens delete the "RandomGame15.state" file before you reopen the tease


To add your own sub tease to the random system you only have to add your first page into the following lists:

Code: Select all

        // Add your first page to all the appropriate lists        var analList = ["Page2","Andi"];        var bondageList =[];        var cbtList = [];        var sphList = [];        var chastityList = [];        var cumeatingList =["Andi"];        var feminizationList = [];        var forcedorgasmsList = [];             var orgasmdenialList = [];        var LightPainList = ["Andi"];        var HardPainList = [];        var PrivatHumiliationList =["asfs6"];        var PublicHumiliationList =[];        var shavingList = [];        var choresList = [];        var edgingList =["Andi","asfs6"];        var edgHoldingList =[];        var urineplayList = [];        var scatNoEatingList = [];                      var scatEatingList = [];        var exerciseList = [];        var urethralInsertionList = [];        var ruinedOrgasmList = [];        var messyList = [];        var spitList =["asfs6"];        var onlyStrokingList = [];                var punishmentPentiesList = [];             var dildoList = [];        var vibratorList = [];        var bananaList = [];        var iceList = [];        var clothespins = ["Andi"];        var ropeList = [];        var buttplugList = [];        var candleList = [];        var shoestringList = [];        var rubberBandsList = [];        var condomList = [];        var lubeList = [];        var beltList = [];
On every page of you tease you have to add a Button for failure to complete the task.
If you would have given 3 points for your tease use the Failed3 Button and so on

Code: Select all

<Button target="Failed1">FAILED</Button><Button target="Failed2">FAILED</Button><Button target="Failed3">FAILED</Button> 
On your last page you have to add the following javascript Part. This script will add a Button and with that button the next tease will automatically be choose and the amount of points will be added. In this case 2

Code: Select all

     <javascript>        <![CDATA[        function pageLoad() {                   randomSetting(2);            }        ]]>           </javascript 
If you want to add other toys/objects fetishes to the RandomSystem just write them down in this thread and I will add them.
Last edited by Pascal on Sun May 25, 2014 12:02 am, edited 9 times in total.
Pascal
Explorer
Explorer
Posts: 11
Joined: Wed Nov 23, 2011 6:29 pm

Re: GuideMe RandomGame Beta

Post by Pascal »

<reserved>
xeenith
Explorer
Explorer
Posts: 67
Joined: Thu Apr 18, 2013 11:13 am

Re: GuideMe RandomGame Beta

Post by xeenith »

I tried to look at it but your drive is in german, and I never used google drive before so I don't even know how to get the files from one even with the account & pass like you give us ^^
Pascal
Explorer
Explorer
Posts: 11
Joined: Wed Nov 23, 2011 6:29 pm

Re: GuideMe RandomGame Beta

Post by Pascal »

Ok I did not know that Google saves the language in Google drive.
I will think of something else tonight.

The main problem is a file hoster is not really practical.
User avatar
kong
Explorer At Heart
Explorer At Heart
Posts: 229
Joined: Sun Mar 04, 2012 6:24 pm

Re: GuideMe RandomGame Beta

Post by kong »

Try to upload it somewhere else, maybe dropbox?

"""We have detected unusual activity in your account. Please follow the instructions below in order to register."""

If you use dropbox only share the link, and it will work. The bad thing about that, is that you can not be anonymous?
Pascal
Explorer
Explorer
Posts: 11
Joined: Wed Nov 23, 2011 6:29 pm

Re: GuideMe RandomGame Beta

Post by Pascal »

Ok, I uploaded it on dropbox ;)

Edit: fixed an other bug and added one more sub Tease.
User avatar
DoxysTurtle
Explorer At Heart
Explorer At Heart
Posts: 309
Joined: Wed Oct 05, 2011 4:07 am
Gender: Male
Sexual Orientation: Straight
I am a: Submissive
Location: USA
Contact:

Re: GuideMe RandomGame Beta

Post by DoxysTurtle »

Why not just post to one of the many code VCS systems for things? Like github or the like
Pascal
Explorer
Explorer
Posts: 11
Joined: Wed Nov 23, 2011 6:29 pm

Re: GuideMe RandomGame Beta

Post by Pascal »

I don't think github or so would approve all the porn pictures and videos...
meson1
Explorer
Explorer
Posts: 93
Joined: Sun Sep 26, 2010 3:28 pm
Gender: Male
Sexual Orientation: Straight

Re: GuideMe RandomGame Beta

Post by meson1 »

If you're wrapping it all up in a zip container, why not encrypt it all (including checking the encrypt filenames box) with a simple password like "guideme"? That way you can put it up on whatever distribution platform you like and they won't be able to peek inside to determine the nature of the contents.

You can publicise the "guideme" password as much as you like. All you're after doing is preventing their automated systems from peeking inside. Firms like dropbox or whoever are not going to be so desperate as to track down passwords for encrypted zip files.

Also, wouldn't Mega be a good place to put this?

Another thought is that you could distribute them via torrent like the Cock Hero guys do.

There you go. Loads of suggestions for you consideration.
Pascal
Explorer
Explorer
Posts: 11
Joined: Wed Nov 23, 2011 6:29 pm

Re: GuideMe RandomGame Beta

Post by Pascal »

The thing is I want something where it is also easy for other people to make changes not just something where u can only download.

I think Dropbox like it is now fits the purpose very well.

The problem with the encryption is that than also everyone that wants to add a Sub Tease has to encrypt it too.
meson1
Explorer
Explorer
Posts: 93
Joined: Sun Sep 26, 2010 3:28 pm
Gender: Male
Sexual Orientation: Straight

Re: GuideMe RandomGame Beta

Post by meson1 »

Ah. I see. OK. I understand. :-)
Pascal
Explorer
Explorer
Posts: 11
Joined: Wed Nov 23, 2011 6:29 pm

Re: GuideMe RandomGame Beta

Post by Pascal »

Ok, before I find a better solution, if people are interested to add sub Teases just send me a PM.

I will than combine the work and upload it again to a file hoster or so.
Post Reply

Who is online

Users browsing this forum: Nice-Log and 26 guests