Skip to content

ToniPortal/fnf-unserialize

Repository files navigation

FNF-Unserialize

A module for serializing data from the Friday Night Funkin Game!

Install

With npm installed, run

npm install fnf-unserialize

Links

Usage

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

Does

Built With

Future Updates

  • [] If the community requests it, it will be updated !!

Author

ToniPortal

🤝 Support

Feature requests are welcome!

Give a ⭐️ if you like this project !

License

MIT License