This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 51
linux install no docker
unknown edited this page Nov 23, 2020
·
1 revision
Not recommended. For advanced users only.
- Install wine (>5.x)
- Copy normal vcruntime140_1,vcruntime140 from normal windows 10 machine
- Set environment variable
WINEDLLOVERRIDES="vcruntime140_1,vcruntime140=n;mscoree,mshtml,explorer.exe,winemenubuilder.exe,services.exe,playplug.exe=d"
WINEDEBUG=-all
you can put them to a launch script - Download and extract official bds (WINDOWS VERSION) https://www.minecraft.net/en-us/download/server/bedrock/
- Download and extract the
ElementZero-*-win64.tar.zst
from releases to the folder that you extracted the BDS to (PS: You can usetar xvf ElementZero-*-win64.tar.zst -C <bds folder> --strip-components 1
to extract files) wine64 bedrock_server_mod.exe
A. Installation:
- Windows
- GNU/Linux (Using Docker and Wine) (Recommended)
- GNU/Linux (Wine without docker) (Not Recommended)
B. Installing and using the translation resource pack (Otherwise the command help menus and responses will be gibberish)
For Advanced Users Only