Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README #2

Merged
merged 1 commit into from
Oct 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!**