Hey guys, setting up my Gmod 13 server to run Trouble in Terrorist Town and just through together the config file. First time coding one and I wanted to see if anyone could find any syntex errors. Pasting it below, it is pretty long.
"hostname" "Plan B's TTT server"
"sv_defaultgamemode" "Terrortown"
// Preparation and post-round
"ttt_preptime_seconds" "30"
"ttt_firstpreptime" "120"
"ttt_postime_seconds" "30"
//Round length
"ttt_haste" "1"
"ttt_haste_starting_minutes" "6"
"ttt_haste_minutes_per_death" "1"
"ttt_roundtime_minutes "10"
//Map switching and voting
"ttt_round_limit" "4"
"ttt_time_limit_minutes" "75"
"ttt_always_use_mapcycle" "0"
//GAMEPLAY
//Traitor and Detective counts
"ttt_traitor_pct" "0.25"
"ttt_traitor_max" "6"
"ttt_detective_pct" "0.13"
"ttt_detective_max" "3"
"ttt_detective_min_players" "6"
"ttt_detective_karma_min" "650"
//DNA
"ttt_killer_dna_range" "550"
"ttt_killer_dna_basetime" "120"
//Voicechat battery
"ttt_voice_drain" "1"
"ttt_voice_drain_normal" "0.15"
"ttt_voice_drain_admin" "0"
"ttt_voice_drain_recharge" "0.05
//Other gameplay settings
"ttt_minimum_players" "2"
"ttt_postround_dm" "1"
"ttt_dyingshot" "1"
"ttt_no_nade_throw_during_prep" "1"
"ttt_weapon_carrying" "1"
"ttt_weapon_carrying_range" "50"
"ttt_teleport_telefrags" "0"
"ttt_ragdoll_pinning" "1"
"ttt_ragdoll_pinning"innocents" "0"
//Karma
"ttt_karma" "1"
"ttt_karma_strict" "1"
"ttt_karma_starting" "850"
"ttt_karma_max" "1200"
"ttt_karma_ratio" "0.0015"
"ttt_karma_kill_penalty" "15"
"ttt_karma_round_increment" "5"
"ttt_karma_clean_bonus" "15"
"ttt_karma_traitordmg_ratio" "0.0003"
"ttt_karma_traitorkill_bonus" "40"
"ttt_karma_low_autokick" "1"
"ttt_karma_low_amount" "450"
"ttt_karma_low_ban" "1"
"ttt_karma_low_ban_minutes" "20"
"ttt_karma_debugspam" "0"
"ttt_karma_clean_half" "0.25"
//Map-related
"ttt_use_weapon_spawn_scripts" "1"
//EQUIPMENT CREDITS
//Traitor credits
"ttt_credits_starting" "2"
"ttt_credits_award_pct" "0.25"
"ttt_credits_award_size" "1"
"ttt_credits_award_repeat" "1"
"ttt_credits_detectivekill" "2"
//Detective credits
"ttt_det_credits_starting" "2"
"ttt_det_credits_traitorkill" "0"
"ttt_det_credits_traitordead" "1"
//Prop possession
"ttt_spec_prop_control" "1"
"ttt_spec_prop_base" "8"
"ttt_spec_prop_maxpenalty" "-6"
"ttt_spec_prop_maxbonus" "16"
"ttt_spec_prop_force" "110"
"ttt_spec_prop_rechargetime" "1"
//Admin-related
"ttt_idle_limit" "180"
"ttt_namechange_kick" "1"
"ttt_namechange_bantime" "10"
"ttt_ban_type" "autodetect"
//Miscellaneous
"ttt_detective_hats" "1"
"ttt_ragdoll_collide" "1"
P.S there are tabs between the code line and value that didn't show up in the copy pasta.