Page 1 of 1

Easy way to update to new GUI?

Posted: Sun May 27, 2018 12:25 am
by ChroniclerOfLegends
Hello, I just created a new project messing around with an idea and I noticed that the way the GUI is handled is completely different than my current project.

Is there a simple/any way to upgrade my current project to use the new GUI system? I have not made any custom GUI elements yet, just tweaked the theme. I like a lot of the changes that were made especially to the main menu and save/load screens. With the auto generated graphic assets to use as a template I think it would help when I do start customizing the GUI.

Re: Easy way to update to new GUI?

Posted: Sun May 27, 2018 8:31 am
by Imperf3kt
The simplest way, if you truly haven't edited anything, is to create a new project and just copy over your assets and script.rpy file. Note that this isn't quite guaranteed to work (Ren'Py has the occasional incompatible change between versions), but should work for most simpler games or WIP's that have yet to work on the UI.

If you've added screens or changed a few particular things, it may not work without some minor work. Traceback messages will usually tell you whatever is conflicting / not working.

Re: Easy way to update to new GUI?

Posted: Sun May 27, 2018 5:53 pm
by ChroniclerOfLegends
Thanks, that worked pretty well. Had to manually change a few things that didn't work anymore but overall everything is working much nicer now.