Insurgency

Insurgency

Not enough ratings
Operator Server Setup
By Operator The Game and 2 collaborators
A step by step guide to setting up an Operator server.
   
Award
Favorite
Favorited
Unfavorite
Modify Start Command
Ensure that you have setup steam workshop support on the server and have included the workshop flag on your start up command:
-workshop

When configuring your server, include the operator playlist you want to run:
eg:
+sv_playlist "operator/coop"

The playlists in operator are:
  • operator/coop
  • operator/pvp
  • operator/range
Config Files
It is advised to include the playlist, and set the "operator" tag to help players find your server.
"sv_playlist" "operator/coop" "sv_tags" "coop,operator"

An important inclusion to your server.cfg file (that should be run every map), are the commands to prevent weapon drops. This is important because dropped weapons are able to be picked up by shield operators. This is game-play breaking, so be sure to include them.
"sv_weapon_manager_max_count" "0" "sv_weapon_manager_drop_timer" "0.1"
Include the Operator mod via Steam Workshop
Create a the file "subscribed_file_ids.txt" in your server's insurgency folder.
And make sure the Operator workshop collection is included:
1565227866

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1565227866
Final Steps
Now start your server and wait for the mod to be downloaded from the workshop (this may take a long time).

You may want to empty the default server config files:
eg: default_server_<gamemode>.cfg
For all game modes.
This can prevent conflicts with the playlists.

If you need any help along the way, hop into our discord and ask any questions you have.
https://discord.gg/eut53VM
We are eager to help. And this guide will be updated and improved with answers and troubleshooting solutions answered in discord, for posterity.