Friday Night Funkin' fork creation tool inspired by PaperMC paperweight.
- Create
fnfork.properties
file. For now, this like contains this required fields
{
"codeRepoURL": "https://github.com/FunkinCrew/Funkin.git",
"codeCommitHash": "c0b15ec066940fcb8cb8acbd76a1ba7f1ba1c1a7",
"dirForCode": "source"
}
-
Next run:
./FnFork.exe applyPatches
on Windows to clone FNF and apply patches frompatches
dir./FnFork applyPatches
on Linux to clone FNF and apply patches frompatches
dir
-
If you made commits in your code and want to save them, run:
./FnFork.exe rebuildPatches
on Windows to save your patches topatches
dir./FnFork rebuildPatches
on Linux to save your patches topatches
dir
- AltronMaxX - Main programmer