Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

linux install no docker

unknown edited this page Nov 23, 2020 · 1 revision

Install using wine (Without docker)

Not recommended. For advanced users only.

  1. Install wine (>5.x)
  2. Copy normal vcruntime140_1,vcruntime140 from normal windows 10 machine
  3. 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
  4. Download and extract official bds (WINDOWS VERSION) https://www.minecraft.net/en-us/download/server/bedrock/
  5. Download and extract the ElementZero-*-win64.tar.zst from releases to the folder that you extracted the BDS to (PS: You can use tar xvf ElementZero-*-win64.tar.zst -C <bds folder> --strip-components 1 to extract files)
  6. wine64 bedrock_server_mod.exe