TekkaGB / FileDaddy

Manages/loads mods for FNF
GNU General Public License v3.0
27 stars 10 forks source link

Allow user to search for Javascript files as well #26

Closed ActualMandM closed 3 years ago

ActualMandM commented 3 years ago

This change makes it easier to mod the web version of the game for those who are locally hosting it. Mods still need to account for the web version using mp3s instead of oggs.

2021-04-19_17-15-07_FileDaddy

TekkaGB commented 3 years ago

How does one officially get the web version source?

ActualMandM commented 3 years ago

You can compile the game for html5 with lime build html5 -release, and then host it locally via something like XAMPP.

In terms of getting the web version's files from a website? I'm not fully sure on which is the best method for it. I manually downloaded every file via the manifest file, but I'm sure there's better methods around.

TekkaGB commented 3 years ago

Okay, I'll accept it, didn't think much people would be modding the web version.