Skip to main content

Before Building

There's a couple things to remember before building your game. If you're using the GUI kit as provided, make sure to change the settings in options.rpy, specifically the following:

define config.name = _("Winter GUI")
define build.name = "WinterGUI"
define config.save_directory = "Winter-GUI-Kit-1551133530"

Make sure "Winter GUI" is changed to your actual game name.