Zenith
Home Download Plugins Tutorials Server List

< Tutorials

Build Instructions

  1. In a folder, do git clone https://github.com/Skippeh/Oxide.GettingOverIt.git
  2. Copy the GettingOverIt_Data folder from your UNMODDED Getting Over It game files into Oxide.GettingOverIt/src/Dependencies/Patched/ (you will have to create the Dependencies and Patched folder)
  3. Install Visual Studio 2019 and dotnet 2.1.202
  4. Open Oxide.GettingOverIt.sln in Visual Studio 2019 and click Build at the top and click Build Solution, it should say 0 failed
  5. In the same folder you cloned Oxide.GettingOverIt into, do git clone https://github.com/luckycdev/Zenith.git
  6. Inside of the Zenith folder, do git clone https://github.com/Skippeh/lidgren-network-gen3.git
  7. Install dotnet 5.0.408
  8. Open Zenith/Oxide.GettingOverItMP.sln in Visual Studio 2019 and click Build at the top and click Build Solution, it should say 0 failed

You have built Zenith! The server files will be located at Zenith/GettingOverItMP.Server/bin/Debug/net5.0/

If you would like to build for linux or other architectures, run Zenith/build-(arch).bat
(example: I would run Zenith/build-zenith-linux-arm64.bat and the resulting files will be in
Zenith/GettingOverItMP.Server/bin/Debug/net5.0/linux-arm64/publish - to run it I would do
chmod +x GettingOverItMP.Server and then ./GettingOverItMP.Server --hostname "name" --maxplayers 10 --nosteam)

Folder Structure if you're confused on where to clone to:
A_Random_Folder/
├─ Oxide.GettingOverIt/
├─ Zenith/
│  ├─ lidgren-network-gen3/