Posted: Fri Feb 02, 2007 1:00 pm
Hmmm, I was using an older version of Winzip while you were using some bzip compression or something
I noticed you didn't implement a few of the grammar changes. Which is ok, but I corrected some spelling errors, so please check the script again.
-----------------------
Anyway, solved the Preferences button menu problem as well as apply new theme.
First step, go through the script and comment out the following lines (actually...better to delete them) as follows:
Next, drop the theme rpy file into the game folder so it will be processed alongside script.rpy (I recommend summer sky...attached)
It should work now with new theme. (Don't forget to remove old .rpyc files and any other theme rpy files.)
----------------
Good choice of music. Transitions ok and not rattling.
I think you're almost good to go. Just make a Title Screen and last playtesting.
I noticed you didn't implement a few of the grammar changes. Which is ok, but I corrected some spelling errors, so please check the script again.
-----------------------
Anyway, solved the Preferences button menu problem as well as apply new theme.
First step, go through the script and comment out the following lines (actually...better to delete them) as follows:
Code: Select all
# $ theme.roundrect()
# $ style.menu_choice_button.background = RoundRect((0, 60, 120, 220))
# $ style.menu_choice_button.hover_background = RoundRect((0, 80, 160, 220))
It should work now with new theme. (Don't forget to remove old .rpyc files and any other theme rpy files.)
----------------
Good choice of music. Transitions ok and not rattling.
I think you're almost good to go. Just make a Title Screen and last playtesting.