Minetest and Minecraft on Haiku?

2022-02-10_15-03

14 Likes

Is this a chrome extension?

@3dEyes can you wrote here a short description to run minecraft on haiku?

2 Likes

Hello I am not sure if this is useful but I managed to build the MultiMC launcher in Haiku

1 Like

What is this launcher?
For what?

The MultiMC launcher runs Minecraft. It takes care of creating any number of distinct environments so that you can have say, Agrarian Skies (a mod pack for a very old version of Minecraft) but also SevTech Ages, Stoneblock 2, and the current vanilla build, co-existing. Hence Multi MC.

2 Likes

Could you create a package for lwjgl on Haikuports?If it is ok for you I’d could then try create a native minecraft launcher for Haiku that links to this package

I made a script to automatically download and install Minecraft. If you need it, I can publish it tomorrow.

3 Likes

That would be great

I probably won’t have the time to write a launcher in the next few days, but I’ll be looking forward to writing one

1 Like

I want it please

1 Like

Just run this script from Tracker: Minecraft_Installer-1.2-haiku-x86_64.zip
The script will automatically download the selected version and create shortcuts in the Deskbar menu.

PS: Script based on https://github.com/alexivkin/minecraft-launcher

4 Likes

Ok i can run Mincraft and i can load my saved worlds of windows minecraft, but i spawn on unkown position or all i build on the world are not compatible to this version, so not added.

If it ever works out that you can use savegames saved on windows on Haiku, then I can contribute a world with 14 different cities connected by a mine railway.

Minecraft worlds have to match the version of Minecraft that you are running. A 1.16.5 world will not work in Minecraft 1.17.1. If you are playing multiplayer through a server, the server’s Minecraft version has to match as well. If the world is older than your version of Minecraft, it is possible to upgrade the world. It’s not possible to downgrade a world however.

Also note that there are two Minecraft editions, Java edition and Bedrock edition. These are also not compatible with one another.

1 Like

Could you publicise the patch files/create a haikuports recipe for the lwjgl build? That would allow for a 32-Bit version of the library as well as for me to create a launcher. I have already tried to compile lwjgl for myself with no luck. If there is a haikuports package the libraries could be linked to by the launcher on game launch which would be a tidy approach in my opinion.

Minecraft is the most inutile game ever? jajajaja

1 Like

Latest Minecraft 1.19.4 works fine now:

18 Likes

May I ask how you got this to work? I only get LWJGL library errors with PolyMC or PrismMC, and the Installer from LOTE seems to also not work anymore

1 Like

Can you give more details about the difficulties encountered? I checked my installer script hosted at LOTE and found no problems with installation and running. I am running Minecraft and all its clones with no problems.

3 Likes

I got it to work, but without the installer script. I think it is a LWJGL problem, although it worked when i manually used the LWJGL that the installer script downloads in PolyMC (I modified the JSON file for it to download from my website, since it cant decompress a zip file)

Really interesting that it simply works for you, though. Could it maybe be a graphics problem that i have? I tested it on my laptop with a Tiger Lake iGPU, which does not support full acceleration on Haiku

Minecraft requires a ported version of LWJGL, which can be found on my website - http://haikuware.ru/files/lwjgl3/lwjgl-3.3.2-haiku-x64-minimal.zip. Other versions will not work. Regarding hardware - it doesn’t matter what video card, the rendering will be done by the CPU anyway.

1 Like