在专用服务器根目录中根据以下路径找到Config文件夹
Insurgency➡Saved➡Config
在Config文件夹内新建一个文件夹并重命名为WindowsServer
进入WindowsServer文件夹内新建一个文本文档并重命名为Game.ini
然后双击Game.ini使用记事本打开,然后复制以下内容粘贴进去
[Rcon]
bEnabled=False
Password=
ListenPort=27015
bUseBroadcastAddress=True
ListenAddressOverride=0.0.0.0
bAllowConsoleCommands=True
MaxPasswordAttempts=3
IncorrectPasswordBanTime=30
[/script/insurgency.inscoopmode]
AIDifficulty=0.5
bUseVehicleInsertion=True
FriendlyBotQuota=5
MinimumEnemies=4
MaximumEnemies=16
[/script/insurgency.insgamemode]
bKillFeed=True
bKillFeedSpectator=True
ServerHostname=Insurgency Sandstorm Server
bKillerInfo=True
bKillerInfoRevealDistance=False
TeamKillLimit=3
TeamKillGrace=0.20
TeamKillReduceTime=90
bDeadSay=False
bDeadSayTeam=True
bVoiceAllowDeadChat=False
bVoiceEnemyHearsLocal=True
ObjectiveCaptureTime=30
ObjectiveResetTime=-1
ObjectiveSpeedup=0.25
ObjectiveMaxSpeedupPlayers=4
[/script/insurgency.insmultiplayermode]
RoundLimit=3
WinLimit=1
PreRoundTime=10
RoundTime=3000
bAllowFriendlyFire=False
FriendlyFireModifier=1.00
FriendlyFireReflect=0.00
bMapVoting=True
bUseMapCycle=True
bBots=False
BotQuota=Varies
InitialSupply=60
MaximumSupply=200
bSupplyGainEnabled=true
bAwardSupplyInstantly=False
SupplyGainFrequency=150
IdleLimit=30000
IdleLimitLowReinforcements=15000
PostRoundTime=8
GameStartingIntermissionTime=7
[/script/insurgency.inspushgamemode]
RoundTimeExtension=300
AttackerWavesPerObjective=5
AttackerWaveDPR=0.25
AttackerWaveTimer=20
DefenderWavesPerObjective=5
DefenderWaveDPR=0.25
DefenderWaveTimer=35
LastStandSetupDelay=10
AdvanceAttackerSpawnsDelay=30
[/script/insurgency.insskirmishgamemode]
DefaultReinforcementWaves=5
CaptureBonusWaves=1
[/script/insurgency.inscheckpointgamemode]
DefendTimer=75
DefendTimerFinal=150
RetreatTimer=10
RespawnDPR=0.10
RespawnDelay=20
PostCaptureRushTimer=30
CounterAttackRespawnDPR=0.20
CounterAttackRespawnDelay=20
ObjectiveTotalEnemyRespawnMultiplierMin=1.00
ObjectiveTotalEnemyRespawnMultiplierMax=1.00
FinalCacheBotQuotaMultiplier=1.50
bCounterAttackReinforce=False
[/HitIndicator/Mutators/HitIndicator.HitIndicator_C]
Crosshair=True
BodyStats=True
HeadShotCount=True
CriticalSoundSelect=1
HeadShotSoundSelect=1
IconColor=(R=0.0,G=0.4,B=1.0,A=1.0)
SkullColor=(R=1.0,G=0.0,B=0.4,A=1.0)
SkullIcon=True
[/MoreAmmo/Mutators/MoreAmmo.MoreAmmo_C]
PrimaryAmmoMultiplier=5.0
SecondaryAmmoMultiplier=3.0
UnderbarrelAmmoMultiplier=20
ExplosiveLauncherAmmoMultiplier=10
然后根据以下给出的提示进行修改你想要的服务器参数👇
评论区