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.

image

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!

image

Now inside the text file, add the name of your Rating Sprite folder into it.

image

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 "-"!)

image

Now inside it, put your rating sprites in there (including numbers) and the folder should look like this:

image

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!

image

..and also work ingame!

image

Optional

You can also add 3 additional files for further customization:

hitStrings

image

fcStrings

image

judgeCountStrings

image

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.