fnf-unserialize

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i fnf-unserialize

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

50.1 kB

Total Files

5

Last publish

Collaborators

  • toniportal