ElementZeroR
ElementZeroR copied to clipboard
ElementZero, but re-designed (WIP)
ElementZero Redesigned
STATE: WIP
Nim package list
Features
- (Built-in feature) Seprated data folder
- (TODO) Mod loading and configuation
- (TODO) Mod and configuation manager (GUI and CLI)
- (TODO) Remote control interface (WEB)
How to build and install
- Prepare bedrock server from official website
- Install msvc with clang_cl support
- Install nim 1.4.2
- Append
into %APPDATA%\nimble\nimble.ini[PackageList] name = "ElementZero" url = "https://element-0.win/packages.json" - Run
nimble refresh - Run
nimble install ezchakrain vs environment (x64 Native Tools Command Prompt for VS 2019) - Copy dll/pdb from
nim path ezchakrato bds folder - Run
ezpdbparser bedrock_server.pdb --database:bedrock_server.dbin bds folder (with x64 Native Tools Command Prompt for VS 2019) - Done