A module for serializing data from the Friday Night Funkin Game!
With npm installed, run
npm install fnf-unserialize
You need find file : -Psyh engine : %appdata%/ShadowMario/nameofyourfnf -Fnf : %AppData%/Roaming/ninjamuffin99/Funkin/ninjamuffin99
const fnf = require("./index.js");
//Create the json from the game and return it(it parsed into js object);
console.log(fnf.create(`${process.env.APPDATA}/ninjamuffin99/Funkin/ninjamuffin99`));
console.log("\n") // For have a <br> in console
// Read the json created(it parsed into js object);
var r = fnf.read();
//And here you see all the song normally !(The json change verigy before !)
console.log(r.songScores.h["Tutorial-easy"]);
outputs
- [] If the community requests it, it will be updated !!
ToniPortal
- Contact discord toniportal
- My Github profile
- My email for professional helping
Feature requests are welcome!
Give a ⭐️ if you like this project !