/ElementZeroR

ElementZero, but re-designed (WIP)

Primary LanguagePowerShell

ElementZero Redesigned

STATE: WIP

Nim package list

Features

  1. (Built-in feature) Seprated data folder
  2. (TODO) Mod loading and configuation
  3. (TODO) Mod and configuation manager (GUI and CLI)
  4. (TODO) Remote control interface (WEB)

How to build and install

  1. Prepare bedrock server from official website
  2. Install msvc with clang_cl support
  3. Install nim 1.4.2
  4. Append
    [PackageList]
    name = "ElementZero"
    url = "https://element-0.win/packages.json"
    
    into %APPDATA%\nimble\nimble.ini
  5. Run nimble refresh
  6. Run nimble install ezchakra in vs environment (x64 Native Tools Command Prompt for VS 2019)
  7. Copy dll/pdb from nim path ezchakra to bds folder
  8. Run ezpdbparser bedrock_server.pdb --database:bedrock_server.db in bds folder (with x64 Native Tools Command Prompt for VS 2019)
  9. Done