1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-03 02:37:28 +00:00

docs: Delete Modding.md since we have a separate modding documentation (#3651)

This commit is contained in:
Abnormal 2024-10-11 23:24:41 +00:00 committed by GitHub
parent 91b4544f7e
commit a42240e6a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +0,0 @@
# RIGHT NOW THE MODS FOLDER DOES NOT WORK ENTIRELY JUST YET!!!
## THIS IS WORK IN PROGRESS!!!
# QUICK AND DIRTY MOD GUIDE
With the 0.2.6 update, I added a bit of a slightly nicer mod support backend.
It's POLYMOD, which is made by Lars Doucet: https://github.com/larsiusprime/polymod
You may have noticed that there's a new folder in the assets. MODS. Within it you will see 2 files. modList.txt, and a folder called introMod.
modList.txt will load any folder into the game. Put the folder you want to load into a new line in modList.txt, and reboot the game.
Now you may be wondering, what do I put in the folder? Well later down it'll get a bit more complicated, especially as I'll make the IN-GAME mod loader nicer.