> For the complete documentation index, see [llms.txt](https://lunachaili.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lunachaili.gitbook.io/docs/ui-kits/interstellar-under-construction.md).

# Interstellar (under construction)

## Info

### Screen List

1. Main Menu
2. ADV Textbox
3. NVL Textbox
4. Choices
5. Backlog
6. Pause Menu
7. Save/Load
8. Settings
9. Extras
10. CG Gallery
11. Music Room
12. Confirm&#x20;
13. 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

1. Open `INTERSTELLAR.zip` and drag the whole `INTERSTELLAR` folder into wherever you set your Ren'Py projects directory.
2. 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`

The opacity of the menu's overlay. Float.

### Sound Effects

#### `guisfx_button_hover = "sfx/silence_sec.ogg"`

Sound when a button is hovered. Path.

#### `guisfx_button_click = "sfx/silence_sec.ogg"`

Sound when a button is clicked. Path.

#### `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"`

Music for the main menu. Path.

#### `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"`

Text for the name and headers. Path.

### CG Gallery

#### `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`

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
