Advertisement
Guest User

Garrys Mod Server

a guest
Apr 9th, 2018
1,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. startbat ausgeführt:
  2.  
  3. Console initialized.
  4. ConVarRef mat_dxlevel doesn't point to an existing ConVar
  5. Game.dll loaded for "Garry's Mod"
  6. Initializing Steam libraries for Workshop..
  7. WS: No +host_workshop_collection or it is invalid!
  8. Adding Filesystem Addon 'c:\garrysmod\steamcmd\gm\garrysmod\addons\ulib-master (1)'
  9. Adding Filesystem Addon 'c:\garrysmod\steamcmd\gm\garrysmod\addons\ulx-master (1)'
  10. Changing gamemode to Trouble in Terrorist Town (terrortown)
  11. Network: IP 94.130.50.106, mode MP, dedicated Yes, ports 28030 SV / 27005 CL
  12. Error loading cfg/trusted_keys_base.txt
  13. Error loading cfg/pure_server_minimal.txt
  14. PREP OK
  15. Included TTT language file: chef.lua
  16. Included TTT language file: english.lua
  17. Included TTT language file: german.lua
  18. Included TTT language file: portuguese.lua
  19. Included TTT language file: russian.lua
  20. Included TTT language file: spanish.lua
  21. Included TTT language file: swedish.lua
  22. Included TTT language file: tradchinese.lua
  23. Trouble In Terrorist Town gamemode initializing...
  24. This is TTT version 2017-07-31
  25. Unknown command "sk_plr_dmg_crowbar"
  26. Unknown command "sk_npc_dmg_crowbar"
  27. Unknown command "sk_plr_dmg_stunstick"
  28. Unknown command "sk_npc_dmg_stunstick"
  29. Executing dedicated server config file server.cfg
  30. Using map cycle file cfg/mapcycle.txt.
  31. Nav File is wrong or something (4)
  32. Initializing Steam libraries for secure Internet server
  33. Logging into Steam game server account
  34. Server logging enabled.
  35. Server logging data to file logs\L0409007.log
  36. L 04/09/2018 - 17:06:14: Log file started (file "logs\L0409007.log") (game "C:\garrysmod\steamcmd\gm\garrysmod") (version "7044")
  37. 'banned_user.cfg' not present; not executing.
  38. 'banned_ip.cfg' not present; not executing.
  39. Could not establish connection to Steam servers. (Result = 18)
  40. Could not establish connection to Steam servers. (Result = 18)
  41.  
  42.  
  43.  
  44.  
  45. startbat:
  46. echo off
  47. :start
  48. C:\garrysmod\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\gm\ +app_update 4020 +quit
  49.  
  50. srcds.exe -console -maxplayers 16 -port 28030 -game garrysmod +sv_setsteamaccount xxxxxxxxxxxxxxxxxxxxxxx +gamemode terrortown +map gm_construct
  51.  
  52.  
  53. config:
  54. //DNA
  55. ttt_killer_dna_range "300"
  56. ttt_killer_dna_basetime "100"
  57.  
  58. //Prep
  59. ttt_firstpreptime "60"
  60. ttt_preptime_seconds "30"
  61. ttt_posttime_seconds "15"
  62.  
  63. //Round length
  64. ttt_haste "0"
  65. // ttt_haste_starting_minutes "5"
  66. // ttt_haste_minutes_per_death "0.5"
  67.  
  68. ttt_roundtime_minutes "10"
  69.  
  70. //Map Switching
  71. ttt_round_limit "6"
  72. ttt_time_limit_minutes "75"
  73.  
  74. //ttt_always_use_mapcycle "0"
  75.  
  76. //Player Counts
  77. ttt_minimum_players "2"
  78. ttt_traitor_pct "0.25"
  79. ttt_traitor_max "32"
  80. ttt_detective_pct "0.13"
  81. ttt_detective_max "32"
  82. ttt_detective_min_players "5"
  83. ttt_detective_karma_min "600"
  84.  
  85.  
  86. //Karma
  87. ttt_karma "1"
  88. ttt_karma_strict "1"
  89. ttt_karma_starting "1000"
  90. ttt_karma_max "1000"
  91. ttt_karma_ratio "0.001"
  92. ttt_karma_kill_penalty "15"
  93. ttt_karma_round_increment "5"
  94. ttt_karma_clean_bonus "30"
  95. ttt_karma_traitordmg_ratio "0.0003"
  96. ttt_karma_traitorkill_bonus "40"
  97. ttt_karma_low_autokick "1"
  98. ttt_karma_low_amount "300"
  99. ttt_karma_low_ban "0"
  100. ttt_karma_low_ban_minutes "60"
  101. ttt_karma_persist "1"
  102. ttt_karma_clean_half "0.25"
  103.  
  104. //Other
  105. ttt_postround_dm "1"
  106. ttt_no_nade_throw_during_prep "0"
  107. ttt_weapon_carrying "1"
  108. ttt_weapon_carrying_range "50"
  109. ttt_teleport_telefrags "1"
  110. ttt_ragdoll_pinning "1"
  111. ttt_ragdoll_pinning_innocents "1"
  112. ttt_use_weapon_spawn_scripts "1"
  113. ttt_spawn_wave_interval "2"
  114.  
  115. // server logging
  116. log on
  117. sv_logbans "1"
  118. sv_logecho "1"
  119. sv_logfile "1"
  120. sv_log_onefile "0"
  121.  
  122. // operation
  123. sv_region "3" //Europa
  124.  
  125.  
  126. exec banned_user.cfg
  127. exec banned_ip.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement