Wiki link: https://wiki.braceyourselfgames.com/
Hi all!
Thanks so much for playing Phantom Brigade, and in turn for adding your own personal flairs to the game already even while in Early Access!
In the future we’re hoping to have a better place to host these things, but for now this space can be used to host mods from the forums community as well as for folks in the discord who want more permanent, easily found links to their content.
Here are some handy tips in the meantime! All you need to do these things is a basic text editor, like Notepad++
. We recommend Notepad++
over regular Notepad
as .yaml
has very particular formatting that can be difficult to see in regular Notepad
. You can download Notepad++
for free here.
Also, note - you will have to restart the game in order for any changes you make to take effect.
Creating your own custom Liveries
- Go to this location in your file explorer:
...\PhantomBrigade\Configs\DataDecomposed\Equipment\Liveries
- Each livery has its own file. To create new ones:Copy any of the default files
- Change the name to whatever you like (it’s important that the name is only lowercase, with no spaces)
- Edit the colour values inside the file to whatever you like!
Changing the number of units you can bring into combat
- Go to this location in your file explorer:
...\PhantomBrigade\Configs\Data\Settings\simulation.yaml
and change this line:activeSquadLimit: 4
- Additionally, you will need to make sure that all maps have enough spawn points on them.
Go to...\PhantomBrigade\Configs\DataDecomposed\Combat\Scenarios
and search for the linesquadFriendlyMaxSize: 4
and change it to the same number you set in the previous step.
This should allow you to bring more (or less, if you like a challenge) units into combat.
More helpful hints to come later!