From 0587630cfe47bb81aa28e03d87af1735413dab1b Mon Sep 17 00:00:00 2001 From: Tal Date: Tue, 29 Oct 2019 20:36:39 -0500 Subject: [PATCH] Updated README --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b647ff03..1b866adf 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ # mcpelauncher-manifest -The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. +A fork of MCPE Launcher creared by ChristopherHX for the Linux and Mac OS Bedrock Edition Minecraft launcher that supports 1.13.x and 1.14.x. -# This will boot mcpe 1.13.x 1.14.x -- Work in Progress +# Features +- Character Creator [X] +- Fox [X] +- All MC 1.13 features without crashes [X] +- Xbox Authentication [ ] -- `git clone --recursive https://github.com/ChristopherHX/mcpelauncher-manifest.git mcpelauncher && cd mcpelauncher` +# Installation Guide +- First, make sure you have all needed drivers installed: +`sudo apt-get install g++-multilib libpng-dev:i386 libx11-dev:i386 libxi-dev:i386 libcurl4-openssl-dev:i386 libudev-dev:i386 libevdev-dev:i386 libegl1-mesa-dev:i386 libasound2:i386` +- Next, in the same window, run `git clone --recursive https://github.com/ChristopherHX/mcpelauncher-manifest.git mcpelauncher && cd mcpelauncher`in the home directory. +- Also run the following commands below: +`mkdir -p build && cd build` +`cmake ..` +`make -j12` -- Then follow the original [instruction](https://mcpelauncher.readthedocs.io/en/latest/source_build/launcher.html) replace the `git clone ...` command with the above +- Finally, `cd ~/.local/share/mcpelauncher/versions/1.13.X/assets` and `~/mcpelauncher/build/mcpelauncher-client/mcpelauncher-client -dg ~/.local/share/mcpelauncher/versions/1.13.X` and Minecraft Bedrock 1.13.x will begin to start up. Make sure you replace `1.13.X` with your 1.13.X or 1.14.X installation, otherwise this setup will not work for you - -# Before starting the new launcher -**Download the game with the original bedrock launcher qt gui** - -**Your current working directory must be the assets folder of 1.13.x or 1.14.x like `~/.local/share/mcpelauncher/versions/1.14.0.3/assets` for 1.14.0.3** +**Before starting the new launcher, please remember to download the game with the original Bedrock launcher QT GUI!**