fnf-unserialize
v1.0.6
Published
A module for serialize data from the Friday Night Funkin Game !
Downloads
29
Maintainers
Readme
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
Built With
Future Updates
- [] If the community requests it, it will be updated !!
Author
ToniPortal
- Contact discord toniportal
- My Github profile
- My email for professional helping
🤝 Support
Feature requests are welcome!
Give a ⭐️ if you like this project !