Skip to content

Allows custom elite badges based on level. Made by cheesenibbles123

License

Notifications You must be signed in to change notification settings

Modwake/customEliteBadges

Repository files navigation

Custom Elite Badges

A Blackwake mod that allows custom elite badges based on level

Installation

  1. Install the required files inside \RequiredFiles into \Blackwake\Blackwake_data\Managed
  • NOTE you will have to overwrite the existing Assembly-CSharp.dll
  1. Launch your game, it should generate the following folder: \Blackwake\Blackwake_data\Managed\Mods
  2. Close the game, and place customEliteBadges.dll inside \Managed\Mods
  3. Place (either your own badge assets, or the included ones) inside \Blackwake\Blackwake_data\Managed\Mods\Assets\Archie\Textures
  4. Double check your file structure is similar to that shown in TEMPLATE-LAYOUT
  5. Launch the game and play!

Setting up custom badges

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.