Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. // This determines what content the server tries to mount.
  2.  
  3. // Content in folders outside of "gmodbase" will only be loaded if
  4.  
  5. // files for the corresponding game are installed on the machine.
  6.  
  7. // Two slashes at the beginning of a line means that the line won't
  8.  
  9. // be processed.
  10.  
  11.  
  12. "mountcfg"{ "cstrike" "../gmodbase/cstrike" "dod" "../gmodbase/dod" "tf" "../gmodbase/tf"
  13.  
  14. "hl2mp" "../gmodbase/hl2mp"
  15.  
  16. "ep2" "ep2"
  17.  
  18. "episodic" "episodic"
  19.  
  20. "lostcoast" "lostcoast"
  21.  
  22. //"hl1" "hl1"
  23.  
  24. // "zps" "../sourcebase/orangebox/zps"
  25.  
  26. // "pvkii" "../sourcebase/orangebox/pvkii"
  27.  
  28. // "dystopia" "../sourcebase/orangebox/dystopia"
  29.  
  30. // "ageofchivalry" "../sourcebase/orangebox/ageofchivalry"
  31.  
  32. // "insurgency" "../sourcebase/insurgency"
  33.  
  34. //"hl1mp" "hl1mp"
  35.  
  36. //"zeno_clash" "zeno_clash"
  37.  
  38. //"portal" "portal"
  39.  
  40. //"diprip" "diprip"
  41.  
  42. //"left4dead2" "left4dead2"
  43.  
  44. //"left4dead" "left4dead"
  45.  
  46. //"portal2" "portal2"
  47.  
  48. //"swarm" "swarm"
  49.  
  50. //"nucleardawn" "nucleardawn"
  51.  
  52. //"dinodday" "dinodday"
  53.  
  54. //"csgo" "csgo"
  55.  
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement