Skip to content

Commit

Permalink
Merge pull request #2 from JustTalDevelops/patch-1
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
ChristopherHX authored Oct 30, 2019
2 parents d9e0ac2 + 0587630 commit f0a5864
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!**

0 comments on commit f0a5864

Please sign in to comment.