Garry's Mod Server

Order Your Server

  1. Go to game-serverhosting.de
  2. Choose at least 2 GB RAM
  3. Select your game mode when ordering

Popular Game Modes

Mode Description Players
TTT Trouble in Terrorist Town 8–24
DarkRP Roleplay 20–64
PropHunt Hide as a prop 8–24
Sandbox Free building 4–20
Murder Find the murderer 8–16

server.cfg

hostname "My GMod Server"
sv_password ""
maxplayers 24
gamemode terrortown          // TTT
// gamemode darkrp           // DarkRP
// gamemode prop_hunt         // PropHunt

Setting Up a Workshop Collection

  1. Create a Steam Workshop Collection
  2. Add all desired addons
  3. Add the collection ID to the launch parameters:
+host_workshop_collection <collection_id>

Setting Up DarkRP

  1. The DarkRP gamemode is often pre-installed
  2. Define jobs in darkrp_customthings/jobs.lua
  3. Define entities in darkrp_customthings/entities.lua
  4. Test the F4 menu for job switching

Setting Up TTT

ttt_round_limit 6
ttt_time_limit_minutes 15
ttt_traitor_pct 0.25
ttt_detective_pct 0.13
ttt_haste 1
ttt_haste_starting_minutes 5