git clone https://github.com/Skippeh/Oxide.GettingOverIt.git
git clone https://github.com/luckycdev/Zenith.git
git clone https://github.com/Skippeh/lidgren-network-gen3.git
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
)
A_Random_Folder/ ├─ Oxide.GettingOverIt/ ├─ Zenith/ │ ├─ lidgren-network-gen3/