Adding Custom Rating Sets (1.36.0 and up) - JordanSantiagoYT/FNF-JS-Engine GitHub Wiki
To add additional Rating Sets, follow these steps:
Inside YourMod/images, create a new folder called ratings
.
Inside the ratings folder, create a new Text Document called list. It can also be called list.txt if you have the File Extensions setting turned on in your File Explorer!
Now inside the text file, add the name of your Rating Sprite folder into it.
Then in the same folder, create a new file with the same name as that option (put it in all lowercases, and any spaces will be replaced with "-"!)
Now inside it, put your rating sprites in there (including numbers) and the folder should look like this:
After that, open JS Engine, and if you performed all the steps correctly (and are running 1.36.0 or later), the option should show in the menu!
..and also work ingame!
Optional
You can also add 3 additional files for further customization:
hitStrings
fcStrings
judgeCountStrings
If you add these, it's important to know that you'll need this amount of lines for each file for them to work properly:
- fcStrings: 10 lines
- hitStrings: 6 lines
- judgeCountStrings: 6 lines
Each line corresponds to the string that will be used by the game.