Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Common Problems

aflac edited this page Apr 22, 2021 · 4 revisions

Taken from here.

Common Problems:

Always check the command prompt for errors. It shows the line of missing brackets, commas, etc.

(NOT ACTUALLY ACCURATE) Outdated Message - To remove the outdated message just go to TitleState.hx and change line 290 to call a different function ‘MainMenuState()’ instead of ‘OldMenuState()’. Example:

(NOT ACUTUALLY ACCURATE) Character is floating/sinking - Go to Playstate.hx and in line 540 you will find the enemy’s character's camera position and overall position.

Go to the character position you want to change and modify the dad.y value if the character is the enemy. The same can be done to change the x axis if you want.

To change the boyfriend placement press ctrl+f, search boyfriend.x or .y and change those values depending on the stage. The same can be applied for gf.

Adding to the number will make the character go lower and subtracting from it will make the character go higher.

(maker note - not sure if the file works or not) Freeplay doesn’t work - Replace NGio.hx with this file (engine maker note - yes you need to replace the NGio.hx file yeah thats what you have to do or freeplay will crash)