Adding Rating Quotes - JordanSantiagoYT/FNF-JS-Engine GitHub Wiki
To add additional Rating Quotes, follow these steps:
In your mod, access the data folder and create a folder called ratingQuotes
.
Inside the ratingQuotes 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!
Open the newly-created text file, and inside it put the name of your Rating Quotes in there.
To add more options, create a new line for each option.
Now, once you're done close list.txt
.
Inside your ratingQuotes folder create another new Text Document, with its name matching the name of the option you put in list.txt
.
Now open that text file. To add a quote, put the following text in there:
Example Rating Name Here, 0.1
Example Rating Name Here is the string for your Rating Quote, and 0.1 is the maximum accuracy (times 100, automatically handled by the game) that you can go before displaying the next Rating Quote.
If the quote has more than 1 comma, the game will automatically handle that, so don't worry.
The quote file must have at least 1 quote where the accuracy goes up to 1 (again, times 100).
Here's an example of custom Rating Quotes:
If you followed all the steps correctly, you should see your new rating quotes as an option in JSE!
In case you mess up and accidentally delete a required file, or you delete the entire folder thinking it isn't needed, here's a clean copy of ratingQuotes so you don't have to reinstall the engine! ratingQuotes