Open Vulwsztyn opened 1 year ago
Can confirm, same happens with me on Linux.
I also got stuck on this. Luckily the Readme has the answer.
Run the 'haxe setup.hxml' command in the project root directory. I don't think you need to install anything else manually. Might be worth mentioning on the tutorial website to cross check with the github project Readme as quite a few things have changed. I don't think castle db is even used anymore now that ltdk is included.
Im currently stuck in this line
haxe build.directx.hxml
src/game/assets/CastleDb.hx:3: characters 24-76 : Warning : (WDeprecatedEnumAbstract) @:enum abstract
is deprecated in favor of enum abstract
This is just a warning, should be fine. What else is wrong ?
Running in to a different error:
PS BtDoN-Haxe-Heaps> haxe build.directx.hxml
src/game/Game.hx:44: characters 31-41 : assets.World has no field all_worlds
src/game/Game.hx:84: characters 32-42 : assets.World has no field all_worlds
src/game/Level.hx:67: characters 21-27 : assets.Layer_Collisions has no field render
EDIT: There's a bit in the README.md
that's not included in the web tutorial!
running haxe setup.hxml
fixed the problem, there's a comment on the web tutorial regarding this as well
Hi, i followed your tutorial https://deepnight.net/tutorial/using-my-gamebase-to-create-a-heaps-game/ up until 3.1 with "Method C: adding an upstream remote"
And both in Windows and Linux I'm getting:
or
Btw tutorial doesn't mention that you need to run: