Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IW5 AA #1

Merged
merged 3 commits into from
Sep 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion admin/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ set sv_pure "1" // Verifying cilent files.
set sv_floodProtect "1" // Chat Spam Protection.
set scr_teambalance "1" // Balance players on team based games for for fair play.
seta g_allowVote "1" // Toggle voting for [player kick/map restart/next map] (0 or 1 (default) )
seta g_deadChat 0 // Toggle allowing dead players to chat with living players (0 (default) or 1)
seta g_deadChat "0" // Toggle allowing dead players to chat with living players (0 (default) or 1)
set sv_enableBounces "0" // Enables bouncing on the server.
seta sv_enableDoubleTaps "1" // Allow double tap on weapon switching.
seta sv_allowAimAssist "1" // Allow Aim Assist on gamepads. (0 = Will lock the option on gamepad controls menu.)
seta sv_allowThirdPersonSpectator "1" // Allow clients to spectate players in thirdperson.


//////////////////////////////////////////////////
Expand Down Expand Up @@ -160,6 +162,7 @@ set sv_sayName "^7Server^7" // name server-side 'say' com
//// PLUTONIUM DLC ///////////////////////////////////
// //
// mp_rust - Rust //
// mp_highrise - Highrise //
// //
//////////////////////////////////////////////////////

Expand Down