Interstellar (under construction)
Info
Screen List
Main Menu
ADV Textbox
NVL Textbox
Choices
Backlog
Pause Menu
Save/Load
Settings
Extras
CG Gallery
Music Room
Confirm
About/Help
Credits
Photos from Unsplash:
Copyright 2015 Anthony DELANOIX
Renpy: Copyright 2012-2019 Tom Rothamel.
Nunito: Copyright 2014 The Nunito Project Authors (contact@sansoxygen.com) — distributed under the SIL Open Font License, 1.1
Quick Install
Open
INTERSTELLAR.zip
and drag the wholeINTERSTELLAR
folder into wherever you set your Ren'Py projects directory.You're done!
SCREENSHOT WALKTHROUGH
For your convenience, the most commonly customized aspects are all placed under gui.rpy
.
Before you change anything, I recommend that you test your install to make sure it is successful. If you run into errors, try 1) deleting persistent, and 2) force recompile.
(Note: To prevent errors, some default Ren'Py theme images are kept.)
Customization
Visuals
gui.overlay_opacity = 0.7
gui.overlay_opacity = 0.7
The opacity of the menu's overlay. Float.
Sound Effects
guisfx_button_hover = "sfx/silence_sec.ogg"
guisfx_button_hover = "sfx/silence_sec.ogg"
Sound when a button is hovered. Path.
guisfx_button_click = "sfx/silence_sec.ogg"
guisfx_button_click = "sfx/silence_sec.ogg"
Sound when a button is clicked. Path.
guisfx_button_warn = "sfx/silence_sec.ogg"
guisfx_button_warn = "sfx/silence_sec.ogg"
Sound when a warning pops up, like when deleting a file. Path.
config.main_menu_music = "music/silence_min.ogg"
config.main_menu_music = "music/silence_min.ogg"
Music for the main menu. Path.
config.has_voice = True
config.has_voice = True
If you don't want voices, set this to False. The feature will also disappear from the Settings screen. Boolean.
Font Styles
gui.advname_font_face = "gui/Nunito 700.ttf"
gui.advname_font_face = "gui/Nunito 700.ttf"
Text for the name and headers. Path.
CG Gallery
gui.has_cg = True
gui.has_cg = True
If you don't want a CG gallery, set this to False, and the gallery will disappear from the Extras menu.
Music Room
gui.has_mr = True
gui.has_mr = True
If you don't want a music room, set this to False, and the music room will disappear from the Extras menu.
Changelog
Jun 13, 2018 | Interstellar 1.0.0 WIP
Last updated