Config.ini
From Rivals of Aether Unofficial Workshop Manual
All workshop items have a config.ini file to indicate the type of it, as well as provide additional information. In the case that this file is configured incorrectly, the game might crash when loading the item and/or won't upload to the Steam Workshop. The properties in it differ depending on the type of workshop item.
Universal[edit | edit source]
Variable | Description |
---|---|
type
|
Denotes the type of workshop item.
|
name
|
The name of the workshop item. |
description
|
A short description of the workshop item. Can be left blank as this can be edited in Steam. |
major version
|
This must be manually updated in config.ini . It is displayed in the Steam Workshop page.
|
minor version
|
Automatically updates whenever you upload a new version of the item. It is also displayed in the Steam Workshop page beside the major version number. |
author
|
Can be left blank. Overrides it with your Steam username if filled. |
url
|
The item's 10-digit ID that is found at the end of the item's URL in Steam. Must be left blank if it's a new workshop item. |
finished
|
If set to 1 , the item with have the "Finished" tag on the Steam Workshop, denoting its full completion.
|
ssl
|
If set to 1 , the item with have the "SSL" tag on the Steam Workshop for filtering purposes.
|
Characters and Skins[edit | edit source]
Variable | Description |
---|---|
plural
|
If set to 1, results will display "win" instead of "wins", similar to how is it for Ori and Sein. |
info1
|
The three pages of additional info about the character/skin that you can read on the character select screen. |
info2
| |
info3
| |
bg color
|
The background color shown in the character select screen. |
small sprites
|
If set to 1 , the sprites in game will be resized to double their size.
|
bg color values:red/fire pink/air blue/water green/earth none/aether/purple custom | |
bg red
|
The red, green, and blue values of the custom background color, from 0 to 255 . Only applies when bg color is set to custom .
|
bg green
| |
bg blue
|
Skins only[edit | edit source]
Variable | Description |
---|---|
character
|
Denotes the character to which the skin is assigned to. |
character values:
|
Stages[edit | edit source]
The properties of stages can be edited through the in-game stage editor, or also manually from the config.ini
file. See Stages for the list of variables.