Page 1 of 1

let my noob questions be asked

PostPosted: Sun Sep 26, 2004 4:59 am
by sethhman
alright heres my questions:
1. how can i make it so that when using the web broswer to change scenes, it doesnt auto-lock them so they cant change on their own?
2. when i go to prefs then current scene on the web browser what does selecting x# of seconds do to that particular scene?
3. same as above expect with the long list of options on preferences
what does the x# of seconds do to those?
just my noob questions, someone help!

PostPosted: Tue Oct 19, 2004 8:24 am
by rabidhamster
1. You can't easily (at the moment) - you have to modify some code in R4. Open the file C:\Program Files\R4\data\webroot\scene_view.html

look for the line:

### if(equal(get([http_cmd]),[scene]),[changescene(http_sc,randomfade());setlock([1])])

and change it to:

### if(equal(get([http_cmd]),[scene]),[changescene(http_sc,randomfade())])

Save, and it should all work.

2. The time is the average amount of time the scene stays on for (actual time is +/- 50%) and also how often the scene is chosen to be displayed is affected by this (larger=greater)

3. I think the answer is the same as 2 - it is just a different way of getting to the same menu.