A Blackwake mod that allows custom elite badges based on level
- Install the required files inside \RequiredFiles into \Blackwake\Blackwake_data\Managed
- NOTE you will have to overwrite the existing Assembly-CSharp.dll
- Launch your game, it should generate the following folder: \Blackwake\Blackwake_data\Managed\Mods
- Close the game, and place customEliteBadges.dll inside \Managed\Mods
- Place (either your own badge assets, or the included ones) inside \Blackwake\Blackwake_data\Managed\Mods\Assets\Archie\Textures
- Double check your file structure is similar to that shown in TEMPLATE-LAYOUT
- Launch the game and play!
When running initially you wil notice that a txt will be generated in Mods/Configs/ called customBadges.cfg. Inside this file you use the following format:
EXAMPLE
100=silver
200=default
500=eyes
The following is the default result if you do not setup a custom list ^.
The Left side of the = designates the level at which it starts, the Right side designates the name of the badge to use.
If any issues arise let me know and i'll try fix it.