Character Configuration - LunaCapra/CrewBoom GitHub Wiki
After building or installing a character, there should be two files in the output directory.
- A CBB file
This is your character's bundle. It contains all the model, texture and audio data. - A JSON file
This is an optional configuration file used to change what character a bundle replaces, if any.
If this file does not exist, you can create it as a text file with the same name as the CBB file and .json as the extension.
Editing the JSON file
You can open and edit a JSON file in any normal text editor.
Its contents should be as follows:
{
"CharacterToReplace": "None"
}
You can replace the None inside quotes with other character's names to replace them instead of loading the bundle as a new character slot.
Valid values are:
Entry | Notes |
---|---|
None | Character will not replace any character. |
Vinyl | |
Frank | |
Coil | |
Red | Character will replace Red with a cyberhead only. |
Tryce | |
Bel | |
Rave | |
Solace | |
DjCyber | |
FleshPrince | |
Irene | Character will replace the police officer you can unlock. |
Felix | |
FelixWithCyberHead | Character will replace Felix when wearing a cyberhead during dream sequences. |
Base | |
Jet | |
Mesh | |
Rise | |
Shine | |
DotExeMember | Character will replace the unlockable Dot EXE member. |
DotExeBoss | Character will replace the Dot EXE boss. |
EclipseMember | Character will replace the unlockable Eclipse member. |
DevilTheoryMember | Character will replace the unlockable Devil Theory member. |
OldHeadMember | Character will replace the unlockable Old Head member. |
FuturismMember | Character will replace the unlockable Futurism member. |
FauxWithBoostPack | Character will only replace Faux with normal gameplay. |
FauxWithoutBoostPack | Character will only replace Faux before acquiring a boost pack. |