Server Usage Instructions
After you have downloaded Zenith for your architecture, unzip the zip and open terminal to the folder with the unzipped contents
In terminal, you will need to run the GettingOverItMP.Server file with flags.
Flags:
- ⚠️REQUIRED: --hostname = server name that will show up in server list
- ⚠️REQUIRED: --maxplayers = max players (has to be atleast 1)
- OPTIONAL: --private = will hide from server list
- OPTIONAL: --port = port server is ran on, if not specified it is 25050
- OPTIONAL: --nosteam = will allow pirated clients to join (might break custom pot skins) (will ban/mod by IP and not by steam account)
⚠️Note: --port must be over 1000
⚠️Note: running without --nosteam may not work
On Linux, you will need to run chmod +x GettingOverItMP.Server
before you can run it with ./GettingOverItMP.Server
Examples:
Windows: GettingOverItMP.Server.exe --hostname "my server" --maxplayers 15 --nosteam
Linux: ./GettingOverItMP.Server --hostname "my server" --maxplayers 15 --nosteam
Plugins Usage
To use plugins, you will need to put them inside of a folder that is inside the plugins/ folder
Example: plugins/TestPlugin/TestPlugin.dll
Some plugins will create a config file that you have to change things inside of