How to build the game? #1567
Replies: 5 comments
-
Make sure source/APIStuff.hx has the exact text stated in the readme |
Beta Was this translation helpful? Give feedback.
-
YOU NEED 2000 BRICKS |
Beta Was this translation helpful? Give feedback.
-
See this https://github.com/ninjamuffin99/Funkin#ignored-files |
Beta Was this translation helpful? Give feedback.
-
Optional: The Deprecated Warnings are shown when a certain function on Haxe was renamed and later will be removed, You can fix it by changing the names of the functions in the scripts, but even if you compile FNF with those warnings the game will run normally, Just a little info |
Beta Was this translation helpful? Give feedback.
-
Some functions have different cases of use that use different formatting. It would take some work to prevent deprecation warnings. |
Beta Was this translation helpful? Give feedback.
-
I'm super extremely new to coding. Most I've done is inspect element. But now I'm building the game. I believe I have everything installed, but when trying to run "lime test windows" this error message pops up:
source/TitleState.hx:61: characters 16-24 : Module APIStuff does not define type APIStuff
source/TitleState.hx:61: characters 16-24 : ... For function argument 'api'
C:/Users/(My name)/Downloads/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated in favor of haxe.xml.Access
C:/Users/My name)/Downloads/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 30-43 : Warning : This typedef is deprecated in favor of haxe.xml.Access
I have no idea what it means, but I do know that I need help.
Beta Was this translation helpful? Give feedback.
All reactions