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


Post new topic Reply to topic  [ 176 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 12  Next
Author Message
 Re: Domme
PostPosted: Fri Jan 02, 2015 6:31 am 
Offline
Addict
Quick couple of things I have noticed (sorry these come in small chunks, I typically just pop into the scripts every so often and mess around a bit).

Permission to go to sleep thoughts:

1. When going to bed late, it does not check if your chores are done and assign punishment points
2. When going to bed late, the spanking it sets is the normal bedtime spanking, instead of bedtimelate
3. The check if the boots are out is backwards logically. The ! should be removed before the loadBoolean call


Report for Evaluation:

The final case (22...0) does not work like that since it needs the sequence to be increasing. Since it is the final option, it can be replaced with default, or two separate cases for 22...23 and another for 0.


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Fri Jan 02, 2015 6:38 am 
Offline
Addict
Also with the evaluation it kicks you out after one failed check instead of piling them up / etc. Not too bad to do nothing and only get 1 punish point and then sent straight to bed (though maybe then it should save the "domme.run" as sleep?

Might also be an idea to check that you did the task for the day when in the sleep script (but I am sure that is coming as I did notice some more additions in this latest version).


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 5:26 pm 
Offline
Regular
Thank you for the latest update and the suggestions on how to fix it
I've encountered another problem
when hitting report the script runs up to Follow me! and then I get an error message saying:
Error:java.lang.NullPointerException. Cannot invoke method positive() on null object.
then the script crashes
does anyone else get that problem. ideas on how to help?


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 5:38 pm 
Offline
Veteran
@marspank,
Thanks for the comments! I think I corrected / improved all of them.
Doesn't matter it comes in small chunks. I do the writing / scripting the same way .... ;)

Just uploaded a new update.

@buttslave. It should work. Try to restart all over. The error you get is probably for a missing value.


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 5:39 pm 
Offline
Site Admin
User avatar
(notice of groovy : it means there is a + on something that does not exists, for example, x being null, "x = x + 3 " ; it may be a + for a number or a character string)


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 8:00 pm 
Offline
Regular
@martlb
I installed the new update and still get the same error
I opened the script editor to check where the error is. indeed there are a couple of "+" there but I don't know what they do...
here's the line the check button gives me:
Error java.lang.NullPointerException: Cannot invoke method positive() on null object(@ line 50)

The report worked before...
sorry I'm not a whiz in coding otherwise I would fix it myself


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 8:43 pm 
Offline
Site Admin
User avatar
I'll say, in the beggining of scripts/Domme/report.groovy add 2 lines :
Code:
def hour = Calendar.getInstance().get(Calendar.HOUR_OF_DAY)
if(loadInteger("domme.chores.todo")==null)save("domme.chores.todo",0)
if(loadInteger("domme.chores.done")==null)save("domme.chores.done",0)
int chores = +loadInteger("domme.chores.todo")-loadInteger("domme.chores.done")

But I may be wrong (probably), @martlb will know more about it


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 9:05 pm 
Offline
Regular
@doti
I added these two lines; the error for line 50 is gone
unfortunately it now shows up in line 52 instead

**edited**
never mind, it is on line 52 now because I added the two lines...


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 10:03 pm 
Offline
Site Admin
User avatar
I'll try the solution of martlb
Open the data.properties file, and remove all line beggining with domme. It'll will reset your status with this script, sus rerun the intro the next time.
If it's a problem, instead copy here the list of those properties begininng with domme, and we'll say which one are missing.


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sat Jan 03, 2015 10:54 pm 
Offline
Regular
Thank you
i reloaded the update from a while ago and now it works again.


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sun Jan 04, 2015 3:55 pm 
Offline
Addict
Yeah, one of the easiest ways to do it is to add the missing fields into the data.properties file yourself.

Because it doesn't know to reset / add them when you install the latest version it goes on to try and use the values before they are set. Is there any way to do a check if they are null and if so set them up / define them in the intro script?


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sun Jan 04, 2015 9:20 pm 
Offline
Active member
Hi Martlb.

back from vacation, downloaded the latest version, but i get the same errors as marspank did at the evaluation, is it because i need to reset something?
FYI I just downloaded the new file, by deleting the old ones and extracting the new ones, then i entered the program and i reset'ed everything (dunno if thats good enough).
I like the script a lot, and I cant wait to get few days into it.

Regards.
Genome.


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sun Jan 04, 2015 9:44 pm 
Offline
Site Admin
User avatar
What do you mean by "reset'ed everything" please ?


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Sun Jan 04, 2015 9:59 pm 
Offline
Veteran
After installing an update of the script, choose in the script Domme:

- Settings
- Reset all

This will ensure all variables are cleared and enforce you to start all over.

I'll try to avoid updating to often and will only do this with major changes or correcting major faults when reported.
Just uploaded a new one.
I corrected: bedtimelate, still didn't work
I improved: punishment after confessing "I didn't keep a promise"

I'm almost sure all variables used are set in "introfirst". I can't find which is missing.
Please report again if it still doesn't work and if you can, which file.

@doti, after uploading I get an error (to long to repeat) but everything seemed ok.
(but I haven't load the new version of sexscript yet)

@doti, I remember you've once resized the pictures but I didn't download them at that time. So each update comes with the originals. How or should I do something about it?


Top
 Profile Send private message 
 
 Re: Domme
PostPosted: Mon Jan 05, 2015 1:25 am 
Offline
Newcomer
Hi martlb,

Such a wonderful script you created. Definitely, it's the best script of this site. I have been reading the forum since a long time ago but I didnt registered before.

Im happy to be part of this wonderful site now.

I write this post to suggest some improvements ideas. Maybe some of them are useful. Check below:

Show spoiler


I'll be adding more ideas to improve the script.

Hope it helps.

Cheers,


Top
 Profile Send private message 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 176 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 12  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 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.