diff --git a/README.md b/README.md index ae4b47a..a8ad271 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,16 @@ A Blackwake mod that allows custom elite badges based on level 6. Launch the game and play! # Setting up custom badges -When running initially you wil notice that a txt will be generated in the same folder as your mod **customBadges.txt**. Inside this file you use the following format: +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.