-
Notifications
You must be signed in to change notification settings - Fork 23
Adding Custom Content
By default, akashi is configured to have all of the vanilla content available. If you want to add your own characters, backgrounds, or music, you must edit the configuration files.
To add a song, put the name of the music file on it's own line in music.txt.
If you want to add a music category, simply type the name of the category into music.txt. Everything after the category name will show up under that category in the client music list. For example, let's say you want a configuration that looks like the following:
Your music.txt should look like this:
Announce the Truth
Announce The Truth (AA).opus
Announce The Truth (AJ).opus
Announce The Truth (JFA).opus
Announce The Truth (Miles).opus
Announce The Truth (T&T).opus
Objection!
OBJECTION (AA).opus
Objection (AJ).opus
OBJECTION (JFA).opus
Objection (Miles).opus
OBJECTION (T&T).opus
Pursuit
Pursuit (AA) - variation.opus
Pursuit (AA).opus
Pursuit (AJ).opus
Pursuit (DS).opus
Pursuit (JFA) - variation.opus
Pursuit (JFA).opus
Pursuit (Miles).opus
Pursuit (T&T) - variation.opus
Pursuit (T&T).opus
Pursuit ~ I Want to Find the Truth (Orchestra).opus
Notice how category names do not contain a file extension.
Backgrounds are defined in backgrounds.txt. Users can change the background to any of the backgrounds listed in this file. To add a background, add the background's name (that is, the name of its folder in base/background/) to a new line.
Characters are defined in characters.txt. These will display whenever a user enters the character select screen. To add a character, add the character's name (that is, the name of its folder in base/characters/) to a new line.