210 changed files with 9874 additions and 83 deletions
@ -0,0 +1,24 @@ |
|||
#!/bin/bash |
|||
# LGSM install_dependency.sh function |
|||
# Author: Jared Ballou |
|||
# Website: http://gameservermanagers.com |
|||
lgsm_version="260116" |
|||
|
|||
fn_add_game_dependency() { |
|||
# If the directory doesn't yet exist, exit the function. |
|||
# This is so that we wait until the game is installed before putting these files in place |
|||
if [ ! -e "${dependency_path}" ]; then |
|||
return |
|||
fi |
|||
|
|||
filename="${1}" |
|||
md5sum="${2}" |
|||
remote_path="dependencies/${filename}.${md5sum}" |
|||
local_path="${dependency_path}/${filename}" |
|||
local_md5="$(md5sum "${local_path}" | awk '{print $1}')" |
|||
echo "Checking ${filename} for ${md5sum}" |
|||
if [ "${local_md5}" != "${md5sum}" ]; then |
|||
fn_getgithubfile "${local_path}" 0 "${remote_path}" 1 |
|||
fi |
|||
#"${function_selfname}" == "command_install.sh" |
|||
} |
@ -0,0 +1,135 @@ |
|||
[ServerSettings] |
|||
AllowFlyerCarryPvE=False |
|||
AllowThirdPersonPlayer=False |
|||
AlwaysNotifyPlayerLeft=False |
|||
AutoSavePeriodMinutes=15.000000 |
|||
ClampResourceHarvestDamage=False |
|||
DayCycleSpeedScale=1.000000 |
|||
DayTimeSpeedScale=1.000000 |
|||
DifficultyOffset=0.200000 |
|||
DinoCharacterFoodDrainMultiplier=1.000000 |
|||
DinoCharacterHealthRecoveryMultiplier=1.000000 |
|||
DinoCharacterStaminaDrainMultiplier=1.000000 |
|||
DinoCountMultiplier=1.000000 |
|||
DinoDamageMultiplier=1.000000 |
|||
DinoResistanceMultiplier=1.000000 |
|||
DisableStructureDecayPvE=False |
|||
DontAlwaysNotifyPlayerJoined=False |
|||
EnablePvPGamma=False |
|||
GlobalVoiceChat=False |
|||
HarvestAmountMultiplier=1.000000 |
|||
HarvestHealthMultiplier=1.000000 |
|||
KickIdlePlayersPeriod=2400.000000 |
|||
NewMaxStructuresInRange=6000.000000 |
|||
NightTimeSpeedScale=1.000000 |
|||
NoTributeDownloads=False |
|||
PlayerCharacterFoodDrainMultiplier=1.000000 |
|||
PlayerCharacterHealthRecoveryMultiplier=1.000000 |
|||
PlayerCharacterStaminaDrainMultiplier=1.000000 |
|||
PlayerCharacterWaterDrainMultiplier=1.000000 |
|||
PlayerDamageMultiplier=1.000000 |
|||
PlayerResistanceMultiplier=1.000000 |
|||
ProximityChat=False |
|||
ProximityVoiceChat=False |
|||
PvEStructureDecayDestructionPeriod=0.000000 |
|||
PvEStructureDecayPeriodMultiplier=1.000000 |
|||
RCONEnabled=True |
|||
RCONPort=32330 |
|||
ResourcesRespawnPeriodMultiplier=1.000000 |
|||
ServerAdminPassword=adminpassword |
|||
ServerCrosshair=False |
|||
ServerForceNoHUD=False |
|||
ServerHardcore=False |
|||
ServerPassword= |
|||
ServerPVE=False |
|||
ShowMapPlayerLocation=False |
|||
StructureDamageMultiplier=1.000000 |
|||
StructureResistanceMultiplier=1.000000 |
|||
TamedDinoDamageMultiplier=1.000000 |
|||
TamedDinoResistanceMultiplier=1.000000 |
|||
TamingSpeedMultiplier=1.000000 |
|||
XPMultiplier=1.000000 |
|||
|
|||
[/Script/ShooterGame.ShooterGameUserSettings] |
|||
MasterAudioVolume=1.000000 |
|||
MusicAudioVolume=1.000000 |
|||
SFXAudioVolume=1.000000 |
|||
VoiceAudioVolume=1.000000 |
|||
CameraShakeScale=1.000000 |
|||
bFirstPersonRiding=False |
|||
bThirdPersonPlayer=False |
|||
bShowStatusNotificationMessages=True |
|||
TrueSkyQuality=0.270000 |
|||
FOVMultiplier=1.000000 |
|||
GroundClutterDensity=1.000000 |
|||
bFilmGrain=False |
|||
bMotionBlur=True |
|||
bUseDFAO=True |
|||
bUseSSAO=True |
|||
bShowChatBox=True |
|||
bCameraViewBob=True |
|||
bInvertLookY=False |
|||
bFloatingNames=True |
|||
bChatBubbles=True |
|||
bHideServerInfo=False |
|||
bJoinNotifications=False |
|||
bCraftablesShowAllItems=True |
|||
LookLeftRightSensitivity=1.000000 |
|||
LookUpDownSensitivity=1.000000 |
|||
GraphicsQuality=2 |
|||
ActiveLingeringWorldTiles=10 |
|||
ClientNetQuality=3 |
|||
LastServerSearchType=0 |
|||
LastServerSearchHideFull=False |
|||
LastServerSearchProtected=False |
|||
HideItemTextOverlay=False |
|||
bDistanceFieldShadowing=True |
|||
LODScalar=1.000000 |
|||
HighQualityMaterials=True |
|||
HighQualitySurfaces=True |
|||
bTemperatureF=False |
|||
bDisableTorporEffect=False |
|||
bChatShowSteamName=False |
|||
bChatShowTribeName=True |
|||
EmoteKeyBind1=0 |
|||
EmoteKeyBind2=0 |
|||
bUseVSync=False |
|||
ResolutionSizeX=1280 |
|||
ResolutionSizeY=720 |
|||
LastUserConfirmedResolutionSizeX=1280 |
|||
LastUserConfirmedResolutionSizeY=720 |
|||
WindowPosX=-1 |
|||
WindowPosY=-1 |
|||
bUseDesktopResolutionForFullscreen=False |
|||
FullscreenMode=2 |
|||
LastConfirmedFullscreenMode=2 |
|||
Version=5 |
|||
|
|||
[ScalabilityGroups] |
|||
sg.ResolutionQuality=100 |
|||
sg.ViewDistanceQuality=3 |
|||
sg.AntiAliasingQuality=3 |
|||
sg.ShadowQuality=3 |
|||
sg.PostProcessQuality=3 |
|||
sg.TextureQuality=3 |
|||
sg.EffectsQuality=3 |
|||
sg.TrueSkyQuality=3 |
|||
sg.GroundClutterQuality=3 |
|||
sg.IBLQuality=1 |
|||
sg.HeightFieldShadowQuality=3 |
|||
|
|||
[SessionSettings] |
|||
SessionName=arkserver |
|||
QueryPort=27015 |
|||
Port=7777 |
|||
;MultiHome=INSERT_IPv4_HERE ;Example:192.168.0.9. If not just remove any line containing MultiHome. |
|||
|
|||
[/Script/Engine.GameSession] |
|||
MaxPlayers=127 |
|||
|
|||
[MultiHome] |
|||
;MultiHome=True ;If MultiHome=IPv4 is filled in. If not just remove any line containing MultiHome. |
|||
|
|||
[MessageOfTheDay] |
|||
Message=Welcome to ARK Server |
|||
Duration=5 |
@ -0,0 +1,77 @@ |
|||
// |
|||
// network.cfg - Defines network tuning parameters |
|||
// |
|||
// This file is to be passed to the -cfg parameter on the command line for the server |
|||
// See http://community.bistudio.com/wiki/basic.cfg |
|||
// The following settings are the suggested settings |
|||
|
|||
// BANDWIDTH SETTINGS |
|||
|
|||
// Bandwidth the server is guaranteed to have (in bps) |
|||
// General guideline is NumberOfPlayers * 256kb |
|||
// Default: 131072 |
|||
MinBandwidth=5120000; |
|||
// Bandwidth the server can never go above (in bps) |
|||
// For a single server, use full network speed; decrease when running multiple servers |
|||
MaxBandwidth=10240000; |
|||
|
|||
// PACKET SETTINGS |
|||
|
|||
// Maximum number of packets per frame. |
|||
// Increasing the value potentially decreases lag, but increases desync |
|||
// Default: 128 |
|||
MaxMsgSend=2048; |
|||
// Maximum payload of guaranteed packet (in b) |
|||
// Small messages are packed to larger packets |
|||
// Guaranteed packets are used for non-repetitive events, like shooting |
|||
// Lower value means more packets are sent, so less events will get combined |
|||
// Default: 512 |
|||
MaxSizeGuaranteed=512; |
|||
// Maximum payload of non-guaranteed packet (in b) |
|||
// Increasing this value may improve bandwidth requirement, but may also increase lag |
|||
// Largest factor in desync |
|||
// Guidance is half of MaxSizeGuaranteed |
|||
// Default: 256 |
|||
MaxSizeNonguaranteed=256; |
|||
// Maximal size of a packet sent over the network |
|||
// Only necessary if ISP forces lower packet size and there are connectivity issues |
|||
// Default: 1400 |
|||
// class sockets{maxPacketSize=1400}; |
|||
|
|||
// SMOOTHNESS SETTINGS |
|||
|
|||
// Minimal error required to send network updates for far units |
|||
// Smaller values will make for smoother movement at long ranges, but will increase network traffic |
|||
// Default: 0.003 |
|||
MinErrorToSend=0.01; |
|||
// Minimal error required to send network updates for near units |
|||
// Using larger value can reduce traffic sent for near units |
|||
// Also controls client to server traffic |
|||
// Default: 0.01 |
|||
MinErrorToSendNear=0.02; |
|||
|
|||
// GEOLOCATION SETTINGS |
|||
|
|||
// Server latitude |
|||
serverLatitude=52; |
|||
serverLatitudeAuto=52; |
|||
|
|||
// Server Longitude |
|||
serverLongitude=0; |
|||
serverLongitudeAuto=0; |
|||
// MISC |
|||
// View Distance (not sure if this actually works) |
|||
viewDistance=10000; |
|||
|
|||
// Maximum size (in b) for custom face or sound files |
|||
// Default: 0 |
|||
MaxCustomFileSize=0; |
|||
// Server language |
|||
language="English"; |
|||
steamLanguage="English"; |
|||
// Adapter |
|||
adapter=-1; |
|||
// Windowed mode |
|||
Windowed=0; |
|||
|
|||
3D_Performance=1.000000; |
@ -0,0 +1,133 @@ |
|||
// ArmA 3 Server Config File |
|||
// |
|||
// More info about parameters: |
|||
// https://community.bistudio.com/wiki/server.cfg |
|||
|
|||
|
|||
// PORTS |
|||
// please specify the serverport as a parameter in arma3server executable |
|||
// it will automatically use the serverport including the next 3 for steam query & steam master. |
|||
// the fourth port ist not documented in https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Port_Forwarding |
|||
// Server Port |
|||
// default: 2302. |
|||
// serverport=2302; |
|||
|
|||
// Steam Master Port |
|||
// default: 2304. |
|||
// steamport=2304; |
|||
|
|||
// Steam Query Port |
|||
// default: 2303. |
|||
//steamqueryport=2303; |
|||
|
|||
|
|||
// GENERAL SETTINGS |
|||
|
|||
// Server Name |
|||
hostname = "arma3server"; |
|||
|
|||
// Server Password |
|||
//password = "arma3pass"; |
|||
|
|||
// Admin Password |
|||
passwordAdmin = "arma3adminpass"; |
|||
|
|||
// Server Slots |
|||
maxPlayers = 32; |
|||
|
|||
// Logfile |
|||
logFile = "arma3server.log"; |
|||
|
|||
// Minimum Required Client Build |
|||
//requiredBuild = 95691 |
|||
|
|||
// Message of the Day (MOTD) |
|||
motd[]={ |
|||
"Welcome to My Arma 3 Server", |
|||
"TS3 Server: teamspeak.somewhere.com", |
|||
"Web: www.example.com" |
|||
}; |
|||
|
|||
// MOTD Interval (Seconds) |
|||
motdInterval = 30; |
|||
|
|||
|
|||
// VOTING |
|||
|
|||
// Server Mission Start |
|||
// minimum number of clients before server starts mission |
|||
voteMissionPlayers = 1; |
|||
|
|||
// Accepted Vote Threshold |
|||
// 0.33 = 33% clients. |
|||
voteThreshold = 0.33; |
|||
|
|||
// INGAME SETTINGS |
|||
|
|||
// Disable Voice over Net (VoN) |
|||
// 0 = voice enabled. |
|||
// 1 = voice disabled. |
|||
disableVoN = 0; |
|||
|
|||
// VoN Codec Quality |
|||
// 0-10 = 8kHz (narrowband). |
|||
// 11-20 = 16kHz (wideband). |
|||
// 21-30 = 32kHz (ultrawideband). |
|||
vonCodecQuality = 3; |
|||
|
|||
//Persistent Battlefield |
|||
// 0 = disable. |
|||
// 1 = enable. |
|||
persistent = 1; |
|||
|
|||
// Time Stamp Format |
|||
// none, short, full |
|||
timeStampFormat = "short"; |
|||
|
|||
|
|||
// SERVER SECURITY/ANTI HACK |
|||
|
|||
// Verify Signitures for Client Addons |
|||
// 0 = off. |
|||
// 1 = weak protection (depricated). |
|||
// 2 = full protection. |
|||
verifySignatures = 2; |
|||
|
|||
// Secure Player ID |
|||
// 1 = Server warning message. |
|||
// 2 = Kick client. |
|||
requiredSecureId = 2; |
|||
|
|||
// Kick Duplicate Player IDs |
|||
kickDuplicate = 1; |
|||
|
|||
// BattlEye Anti-Cheat |
|||
// 0 = disable |
|||
// 1 = enable |
|||
BattlEye = 1; |
|||
|
|||
// Allowed File Extentions |
|||
allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; |
|||
allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; |
|||
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; |
|||
|
|||
// SCRIPTING ISSUES |
|||
onUserConnected = ""; // |
|||
onUserDisconnected = ""; // |
|||
doubleIdDetected = ""; // |
|||
|
|||
// SIGNATURE VERIFICATION |
|||
// kick = kick (_this select 0) |
|||
// ban = ban (_this select 0) |
|||
onUnsignedData = "kick (_this select 0)"; |
|||
onHackedData = "kick (_this select 0)"; |
|||
onDifferentData = ""; |
|||
|
|||
// HEADLESS CLIENT SUPPORT |
|||
// specify ip-adresses of allowed headless clients |
|||
// if more than one: |
|||
// headlessClients[]={"127.0.0.1", "192.168.0.1"}; |
|||
// localClient[]={"127.0.0.1", "192.168.0.1"}; |
|||
headlessClients[]={"127.0.0.1"}; |
|||
localClient[]={"127.0.0.1"}; |
|||
battleyeLicense=1; |
@ -0,0 +1,24 @@ |
|||
// Black Mesa server.cfg file |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
mp_timelimit 900 |
|||
mp_warmup_time 30 |
|||
// sv_lan 0 |
|||
// mp_flashlight 1 |
|||
// mp_forcerespawn 0 |
|||
// mp_friendlyfire 0 |
|||
// mp_fraglimit 45 |
@ -0,0 +1,15 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
@ -0,0 +1,201 @@ |
|||
// **************************************************************************** |
|||
// * |
|||
// BrainBread 2 - server.cfg * |
|||
// Version 080116 * |
|||
// * |
|||
// **************************************************************************** |
|||
|
|||
// ............................. Basic Settings ............................. // |
|||
|
|||
// Hostname for server. |
|||
hostname "<hostname>" |
|||
|
|||
// RCON - remote console password. |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server password - for private servers. |
|||
sv_password "" |
|||
|
|||
// Contact email for server sysop. |
|||
sv_contact "[email protected]" |
|||
|
|||
// LAN Mode - If set the server will not show on the internet. |
|||
// Default: sv_lan 0 |
|||
sv_lan 0 |
|||
|
|||
// Cheats - Allows cheats on the server. Steam achievements and stats are disabled. |
|||
// Default: 0 |
|||
sv_cheats 0 |
|||
|
|||
// Friendly Fire - Allows team members to injure other members of their team. |
|||
// 0 = Friendly fire off. |
|||
// 1 = Friendly fire on. |
|||
// Default: 0 |
|||
mp_friendlyfire 0 |
|||
|
|||
// ........................ Game Specific Commands ........................ // |
|||
// info: any commands that only apply to this game. |
|||
|
|||
|
|||
// Mercy Value - Sets how many deaths until the players become human once again. |
|||
// Default: bb2_allow_mercy 0 |
|||
bb2_allow_mercy 3 |
|||
|
|||
// Late Joining - Allows players to spawn late. |
|||
// default bb2_allow_latejoin 0 |
|||
bb2_allow_latejoin 1 |
|||
|
|||
// Player Spawn Protection - Time in seconds after Spawn. |
|||
// default bb2_spawn_protection 1 |
|||
bb2_spawn_protection 15 |
|||
|
|||
// Profile System - Allow players to save and load there skills. |
|||
// 0 = Disabled, skills are not saved. |
|||
// 1 = Global, players can load there global skills. |
|||
// 2 = Server, players save there skills to the server. Steam achievements and stats are disabled. |
|||
// Default 1 |
|||
bb2_allow_profile_system 1 |
|||
|
|||
// Allow NPC to score - Allow friendly npcs to affect scoring. For example for quests. |
|||
// Default 1 |
|||
bb2_allow_npc_to_score 0 |
|||
|
|||
// Vote Settings |
|||
|
|||
// Voting: Passing Votes - Percentage of players that are required to pass a vote. |
|||
// Minimum: 0 |
|||
// Maximum: 100 |
|||
// Default 50 |
|||
bb2_votes_required 50 |
|||
|
|||
// Voting: Ban Time - Number of minutes a player be banned if a vaote ban passes. |
|||
// minimum: 0 (permanent) |
|||
// default 30 |
|||
bb2_ban_time 30 |
|||
|
|||
|
|||
// Arena Settings |
|||
|
|||
// Arena: Respawn Interval Time (Seconds). |
|||
// Minimum: 20 |
|||
// Default 40 |
|||
bb2_arena_respawn_time 25 |
|||
|
|||
// Arena: Number of Reinforcements. |
|||
// Minimum: 0 |
|||
// Maximum: 100 |
|||
// Default 14 |
|||
bb2_arena_reinforcement_count 14 |
|||
|
|||
|
|||
// Classic Mode Settings |
|||
|
|||
// Classic: Zombie No Team Change. |
|||
// 0 = Players can become zombies. |
|||
// 1 = Players cannot become zombies. |
|||
// Default 0 |
|||
bb2_classic_zombie_noteamchange 1 |
|||
|
|||
|
|||
// Elimination Settings |
|||
|
|||
// Elimination: Team Fraglimit - Number of frags for a team to win a game. |
|||
// Minimum: 10 |
|||
// Default 200 |
|||
bb2_elimination_fraglimit 200 |
|||
|
|||
// Elimination: Respawn Time (Seconds). |
|||
// Minimum: 1 |
|||
// Maximum: 30 |
|||
// Default 4 |
|||
bb2_elimination_respawn_time 5 |
|||
|
|||
// Elimination: Respawn Time Scale - Increase the respawn timer in seconds when a player joins. |
|||
// Example: respawn_timer + (joined_players x time_scale) = new_respawn_timer. 14 + (20 x 2) = 54. |
|||
// Minimum: 0 |
|||
// Maximum: 10 |
|||
// Default 1 |
|||
bb2_elimination_respawn_time_scale 1 |
|||
|
|||
// Elimination: Extermination Score - The score a team should be awarded for exterminating (kill everyone before respawn) the other team. |
|||
// Minimum: 0 |
|||
// Maximum: 50 |
|||
// Default 25 |
|||
bb2_elimination_score_from_extermination 25 |
|||
|
|||
// Elimination: Zombie Score - Number of point a zombie gets for a kill. |
|||
// Minimum: 2 |
|||
// Maximum: 10 |
|||
// Default 5 |
|||
bb2_elimination_score_zombies 5 |
|||
|
|||
// Elimination: Team Perk Duration - Number of seconds a team perk lasts. |
|||
// Minimum: 5 |
|||
// Maximum: 60 |
|||
// Default 30 |
|||
bb2_elimination_teamperk_duration 30 |
|||
|
|||
// Elimination: Team Perk Required Kills - Number of kills a team need to get in order to activate a team perk. |
|||
// Minimum: 25 |
|||
// Maximum: 500 |
|||
// Default 50 |
|||
bb2_elimination_teamperk_kills_required 50 |
|||
|
|||
|
|||
// Zombie Settings |
|||
|
|||
// Zombie Lifespan - Number of minutes a regular zombie will last before dying. |
|||
// Minimum: 1 |
|||
// Default 5 |
|||
bb2_zombie_lifespan 2 |
|||
|
|||
// Max Zombies - Maximum number of zombies allowed in the game. |
|||
// Minimum: 1 |
|||
// Maximum: 128 |
|||
// Default 50 |
|||
bb2_zombie_max 45 |
|||
|
|||
|
|||
// M1A1 Abrams Settings |
|||
|
|||
// M1A1 Abrams: Main Cannon Damage. |
|||
// Minimum: 100 |
|||
// Maximum: 10000 |
|||
// Default 3000 |
|||
bb2_m1a1_damage 200 |
|||
|
|||
// M1A1 Abrams: Machinegun Damage. |
|||
// Minimum: 25 |
|||
// Maximum: 1000 |
|||
// Default 30 |
|||
bb2_m1a1_damage_machinegun 25 |
|||
|
|||
// M1A1 Abrams: Friendly Fire (Including NPC's). |
|||
// Minimum: 0 |
|||
// Maximum: 1 |
|||
// Default 1 |
|||
bb2_m1a1_friendly 1 |
|||
|
|||
// M1A1 Abrams: Machinegun Rate of Fire. |
|||
// Minimum: 0.01 |
|||
// Maximum: 1 |
|||
// Default 0.08 |
|||
bb2_m1a1_machinegun_firerate 1 |
|||
|
|||
// M1A1 Abrams: Explosion Radius. |
|||
// Minimum: 200 |
|||
// Maximum: 10000 |
|||
// Default 500 |
|||
bb2_m1a1_radius 500 |
|||
|
|||
// M1A1 Abrams: Max Sight Range. |
|||
// Minimum: 500 |
|||
// Maximum: 10000 |
|||
// Default 2000 |
|||
bb2_m1a1_range_max 1000 |
|||
|
|||
// M1A1 Abrams: Min Sight Range. |
|||
// Minimum: 250 |
|||
// Maximum: 5000 |
|||
// Default 400 |
|||
bb2_m1a1_range_min 250 |
@ -0,0 +1,38 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
// disable autoaim |
|||
sv_aim 0 |
|||
|
|||
// disable clients' ability to pause the server |
|||
pausable 0 |
|||
|
|||
// maximum client movement speed |
|||
sv_maxspeed 320 |
|||
|
|||
// 20 minute timelimit |
|||
mp_timelimit 20 |
|||
|
|||
// cheats off |
|||
sv_cheats 0 |
|||
|
|||
// load ban files |
|||
exec listip.cfg |
|||
exec banned.cfg |
|||
|
|||
|
|||
|
|||
|
@ -0,0 +1,38 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
// disable autoaim |
|||
sv_aim 0 |
|||
|
|||
// disable clients' ability to pause the server |
|||
pausable 0 |
|||
|
|||
// maximum client movement speed |
|||
sv_maxspeed 320 |
|||
|
|||
// 20 minute timelimit |
|||
mp_timelimit 20 |
|||
|
|||
// cheats off |
|||
sv_cheats 0 |
|||
|
|||
// load ban files |
|||
exec listip.cfg |
|||
exec banned.cfg |
|||
|
|||
|
|||
|
|||
|
@ -0,0 +1,23 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
exec banned_user.cfg |
|||
exec banned_ip.cfg |
|||
writeid |
|||
writeip |
|||
|
|||
|
|||
|
@ -0,0 +1,15 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
@ -0,0 +1,38 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
// disable autoaim |
|||
sv_aim 0 |
|||
|
|||
// disable clients' ability to pause the server |
|||
pausable 0 |
|||
|
|||
// maximum client movement speed |
|||
sv_maxspeed 320 |
|||
|
|||
// 20 minute timelimit |
|||
mp_timelimit 20 |
|||
|
|||
// cheats off |
|||
sv_cheats 0 |
|||
|
|||
// load ban files |
|||
exec listip.cfg |
|||
exec banned.cfg |
|||
|
|||
|
|||
|
|||
|
@ -0,0 +1,38 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
// disable autoaim |
|||
sv_aim 0 |
|||
|
|||
// disable clients' ability to pause the server |
|||
pausable 0 |
|||
|
|||
// maximum client movement speed |
|||
sv_maxspeed 320 |
|||
|
|||
// 20 minute timelimit |
|||
mp_timelimit 20 |
|||
|
|||
// cheats off |
|||
sv_cheats 0 |
|||
|
|||
// load ban files |
|||
exec listip.cfg |
|||
exec banned.cfg |
|||
|
|||
|
|||
|
|||
|
@ -0,0 +1,35 @@ |
|||
// Server Name |
|||
hostname "<hostname>" |
|||
|
|||
// RCON Password |
|||
rcon_password "<rconpassword>" |
|||
|
|||
// Server Password |
|||
sv_password "" |
|||
|
|||
// Server Logging |
|||
log on |
|||
sv_logbans 1 |
|||
sv_logecho 1 |
|||
sv_logfile 1 |
|||
sv_log_onefile 0 |
|||
|
|||
// disable autoaim |
|||
sv_aim 0 |
|||
|
|||
// disable clients' ability to pause the server |
|||
pausable 0 |
|||
|
|||
// maximum client movement speed |
|||
sv_maxspeed 320 |
|||
|
|||
// 20 minute timelimit |
|||
mp_timelimit 20 |
|||
|
|||
// cheats off |
|||
sv_cheats 0 |
|||
|
|||
// load ban files |
|||
exec listip.cfg |
|||
exec banned.cfg |
|||
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue