minecraft-linux / mcpelauncher-manifest

The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
https://mcpelauncher.readthedocs.io/en/latest/
GNU General Public License v3.0
909 stars 100 forks source link

Handler for .mcpack and .mcworld #70

Open Madis0 opened 5 years ago

Madis0 commented 5 years ago

I'm aware that the user can place external resources to ~/.local/share/mcpelauncher/games/com.mojang/resource_packs and ~/.local/share/mcpelauncher/games/com.mojang/minecraftWorlds accordingly, but what if the launcher could act as a file handler and extract them there automatically?

That would create an simple UX, similar to the official Bedrock Edition releases.

Mhowser commented 5 years ago

I would really appreciate this, especially if it was drag n' drop.

callyral commented 1 year ago

this would be nicer

ChristopherHX commented 1 year ago

I plan to implement this via simple-ipc. Somewhere between 0.10.0 and 1.0.0 The code to import files while the game is running has been contributed by @GameParrot.

The .desktop file needs updates as documented in https://stackoverflow.com/questions/30931/register-file-extensions-mime-types-in-linux.

I did some tests locally, I expect this to be finally be implemented within 6 month.

codenyte commented 1 month ago

Wasn't this implemented in mcpelauncher-client #58?