LUA ‐ How to add custom noteskins - JordanSantiagoYT/FNF-JS-Engine GitHub Wiki

Introduction

This is a page on how to add a custom noteskin. If you want a video demostration, go here.

Tutorial

Step 1 - Make a folder in Mods>Images named "noteskins", then open the folder.

Step 2 - Copy and paste the noteskin you want into the noteskins folder.

Step 3 - Make a txt file named "list".

Step 4 - Type in the name after NOTE_assets-.

Step 5 - Go to Options>Visuals & UI and see if its in the option Note Skins

  • If its not in that option, and you do not understand why, check for any steps you have missed, if you still cant figure it out, check for any formatting errors in the NOTE_assets xml file, and the list.txt file.

Tips and Notes

Tips:

Ctrl+C - copy

Ctrl+V - paste

Notes:

If you are adding more than one custom noteskin, separate the noteskins by hitting enter in list.txt. This is critical for it to work with that amount of custom noteskins.

This was written in v1.42.0, if something has been changed, which messes the tutorial up, please remind @TheStinkern or @JordanSantiagoYT so this page can be updated.