Haiku port #23
Reference in New Issue
Block a user
Delete Branch "Li/minecraft-pe-0.6.1:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hope this will be merged soon
there are a few things i think maybe could be sorted out at some point
creating a haiku package file (hpkg) for the game
in this case, also saving savedata in a different directory to the main directory (since haiku has the system files mounted as read-only by default-)
currently the game will always look in the current directory for game files, which haiku will defualt to the home folder or the folder the game was started from (so if you launch it from the deskpad the game doesn't work as it expects the data folder to aslo be in the deskpad folder-)
however the way* these things are handled in the code does not make it have a clear way to solve this, at the moment (vannilia MCPE will load from an 'asset path' or whatever, seems to have been removed in this one ..)
ok i have tried to solve both issues, i have coded the game to search in the system/data/minecraftpe folder on haiku, and i have also included a script at project/haiku/createpkg.sh to create a hpkg file, along with some other stuff, (though maybe this should be done by cmake itself? i dont know-)
the game seems very functional and playable now though .
7353c08084tof8e7c0f80fView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.