# Fade

## Info

![](https://98780337-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LCe6iRfZJaqJiLCK3DD%2F-LSXnfWCea739QNkcSnl%2F-LSXoxrt59nNeS-ONb08%2Fsettings_neptune.jpg?alt=media\&token=91ed39c1-4346-4b9b-b429-65c8770e3d75)

### 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 2017:

* Copyright 2015 Anthony DELANOIX
* Copyright 2015 Sebastian Unrau
* Copyright 2016 Mink Mingle
* Copyright 2017 Raphael Koh

Renpy: Copyright 2012-2017 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 `FADE.zip` and drag the whole `FADE` folder into wherever you set your Ren'Py projects directory.
2. Open the `.zip` of which theme you want: **Mercury**, **Venus**, or **Neptune**.
3. Copy the files inside the desired theme's folder to `FADE/game/gui`.

#### SCREENSHOT WALKTHROUGH

![Copy entire "FADE" folder and paste to Ren'Py project directory.](https://98780337-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LCe6iRfZJaqJiLCK3DD%2F-LEuwgKM_F4Xi9FgRRuA%2F-LEv1PNd2nsUUPvycXNk%2FTut1.jpg?alt=media\&token=34dc5e47-6e64-44ef-b1bd-5478df735419)

![It should show up like so.](https://98780337-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LCe6iRfZJaqJiLCK3DD%2F-LEuwgKM_F4Xi9FgRRuA%2F-LEv1UDpqHH9rWxNRzbL%2FTut2.jpg?alt=media\&token=741346e6-9fd7-49b4-b316-6060418c317c)

![Copy the files of your desired theme folder.](https://98780337-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LCe6iRfZJaqJiLCK3DD%2F-LEuwgKM_F4Xi9FgRRuA%2F-LEv1YHL8TAI_0lrhaI9%2FTut3.jpg?alt=media\&token=01b05e3c-f614-4e1d-b05b-62c16a19291e)

![Paste the theme files into game/gui.](https://98780337-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LCe6iRfZJaqJiLCK3DD%2F-LEuwgKM_F4Xi9FgRRuA%2F-LEv1duNM3SYVepFToM4%2FTut4.jpg?alt=media\&token=f0e55ea5-6052-47aa-826b-2012141d15e3)

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.

#### `gui.mm_background = "gui/mm_background.jpg"`

The background image for your main menu. Displayable.

#### `gui.mm_logo = "gui/logo.png"`

The logo of your game on the main menu. Ideal dimensions: 290 x 70. Displayable.

#### `gui.mm_logoy = 0.25`

The ycenter of the logo (how far down the screen it is). Recommended is 0.25. 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.

#### `gui.advname_font_size = 34`

Text size for the name and headers. Integer.

#### `gui.advname_font_color = '#ffffff'`

Text color for the name and headers. Color.

#### `gui.advname_font_kerning = 4`

The amount of pixels between each letter for the name and the headers. Integer.

#### `varAdvNameUppercase = True`

Sets names and headers to automatically be all-caps. Boolean.

#### `gui.adv_font_face = "gui/Nunito 300.ttf"`

Text for the dialogue and paragraphs. Path.

#### `config.font_replacement_map["gui/Nunito 300.ttf", True, False] = ("gui/Nunito 700.ttf", False, False)`

The replacement font for **bold** text. If you have a different font face for **bold**, put your normal font where "Nunito 300" is, and your bold font where "Nunito 700" is.

#### `config.font_replacement_map["gui/Nunito 300.ttf", False, True] = ("gui/Nunito 300 italic.ttf", False, False)`

The replacement font for *italic* text. If you have a different font face for *italic*, put your normal font where "Nunito 300" is, and your bold font where "Nunito 700" is.

#### `gui.adv_font_size = 34`

Text size for the dialogue and paragraphs. Integer.

#### `gui.adv_font_color = '#ffffff'`

Text color for the dialogue and paragraphs. Color.

#### `gui.adv_font_line = 1`

The amount of pixels between each line for the dialogue and paragraphs. Integer.

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

**Mar 8, 2019** | Fade 1.1.1\
Clarity hotfix moving the save directory string to gui.rpy for easy changes.

**Jun 13, 2018 |** Fade 1.1.0\
Tested and tuned for compatibility with Renpy 7.0.0. Simplified the installation process. Created more detailed documentation.

**Mar 5, 2018 |** Fade 1.0.1\
Bug fix that caused CG Gallery images to render in the wrong position.

**Dec 13, 2017** | Fade 1.0.0\
Base release.
