Advertisement
Guest User

Insurgency Config

a guest
Jan 26th, 2020
10,179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [/Script/Engine.GameNetworkManager]
  2. bMovementTimeDiscrepancyDetection=false
  3. bMovementTimeDiscrepancyResolution=false
  4.  
  5. [/Script/Engine.GameSession]
  6. MaxPlayers=50
  7. MaxSpectators=0
  8.  
  9. [/Script/AIModule.AISystem]
  10. bAllowStrafing=False
  11. bAcceptPartialPaths=True
  12. bEnableBTAITasks=False
  13. bFinishMoveOnGoalOverlap=False
  14.  
  15. [/Script/AIModule.AIController]
  16. bAllowStrafe=True
  17. bLOSflag=True
  18. bSkipExtraLOSChecks=False
  19. bWantsPlayerState=True
  20. bAdvancedTactics=True
  21. bSetControlRotationFromPawnOrientation=True
  22.  
  23. [/Script/AIModule.AIPerceptionComponent]
  24. PeripheralVisionAngle=360
  25.  
  26. [/Script/AIModule.AISenseConfig_Sight]
  27. PeripheralVisionAngleDegrees=360
  28. AutoSuccessRangeFromLastSeenLocation=500
  29.  
  30. [/Script/AIModule.EnvQueryManager]
  31. QueryCountWarningInterval=5.0
  32.  
  33. [/script/Insurgency.INSGameInstance]
  34. !ProfaneWords=ClearArray
  35. +ProfaneWords=(Word="Fag", bIsStrongWord="true")
  36.  
  37. [/Script/Insurgency.Mutator_HeadshotOnly]
  38. bCheckMeleeDamage=False
  39.  
  40. [/Script/Insurgency.Mutator_HotPotato]
  41. GrenadeClass=/Game/Game/Actors/Projectiles/BP_Projectile_M67.BP_Projectile_M67_C
  42. ThrowbackWeaponClass=/Game/Game/Actors/Weapons/Grenade/BP_Grenade_M67.BP_Grenade_M67_C
  43. bIgnoreHeadshots=False
  44. bBotsOnly=False
  45.  
  46. [/Script/Insurgency.Mutator_Vampirism]
  47. bCountFriendlyFire=False
  48. MaxHealth=1000
  49.  
  50. [/Script/Insurgency.Mutator_SupplyBase]
  51. bAllowLoadoutSaving=False
  52. MaxSupply=999
  53. bOverrideMaxSupply=False
  54. InitialSupply=18
  55.  
  56. [/Script/Insurgency.INSGameMode]
  57. Rulesets=true
  58. bKillFeed=False
  59. bKillFeedSpectator=True
  60. bKillerInfo=False
  61. bKillerInfoRevealDistance=False
  62. bEnforceFriendlyFireReflect=False
  63. MinimumTotalFriendlyFireDamageToReflect=20
  64. TeamKillLimit=3
  65. TeamKillGrace=0.2
  66. TeamKillReduceTime=90
  67. bDeadSay=True
  68. bDeadSayTeam=True
  69. bVoiceAllowDeadChat=True
  70. bVoiceEnemyHearsLocal=True
  71. ObjectiveCaptureTime=30
  72. ObjectiveResetTime=-1
  73. ObjectiveSpeedup=0.25
  74. ObjectiveMaxSpeedupPlayers=4
  75. ObjectiveRadioSpeedup=0.6
  76. FloatingObjectiveVisibility=ShowActiveOnly
  77. bAllowRestrictedAreas=False
  78. bDisableRestrictedAreasOnWaveDepletion=True
  79. bLoseSpawnProtectionOnMove=False
  80. LoseSpawnProtectionOnMoveGrace=5.0
  81. bDisableVehicles=False
  82. DroppedWeaponLifespan=90
  83. WarmupEnterTime=0.0
  84. bStartPlayersAsSpectators=False
  85.  
  86. [/Script/Insurgency.INSMultiplayerMode]
  87. bAutoRecordReplaysDedicated=True
  88. bHandleDedicatedServerReplays=True
  89. GameStartingIntermissionTime=30
  90. PreRoundTime=10
  91. PostRoundTime=15
  92. PostGameTime=15
  93. bAllowFriendlyFire=True
  94. FriendlyFireModifier=0.2
  95. FriendlyFireReflect=0
  96. bMapVoting=True
  97. bUseMapCycle=False
  98. bVoiceIntermissionAllowAll=True
  99. IdleLimit=150
  100. IdleLimitLowReinforcements=90
  101. IdleLimitLastOneStandingCombatZone=60
  102. IdleLimitLastOneStandingSpawnZone=10
  103. IdleCheckFrequency=30
  104. bCheckLastPersonStanding=True
  105. LeaverPenaltyPlayerLeaveTime=840
  106. LeaverPenaltyGameStartTimeLimit=60
  107. LeaverPenaltyPlayerLeftTimeLimit=120
  108. MinimumPlayers=1
  109. RoundLimit=3
  110. WinLimit=1
  111. InitialSupply=18
  112. MaximumSupply=50
  113. bSupplyGainEnabled=True
  114. bAwardSupplyInstantly=True
  115. SupplyGainFrequency=250
  116. bAllowThirdPersonSpectate=True
  117. GameTimeLimit=-1
  118. bOvertime=False
  119. OvertimeTime=60
  120. TeamSwitchTime=10
  121. bUsesAdvancedSpawning=True
  122. SwitchTeamsEveryRound=0
  123. ScoreboardConfig=(bDisplayRoundsWon=True,bDisplayTeamScore=True,bDisplayTeamPoints=True,PointsText="",bDisplayPlayerScore=True,bDisplayPlayerKAD=True,bDisplayPlayerObjectives=True,bAlwaysShowExtendedInfo=True,bDisplayObjectiveBriefing=True)
  124. bIgnoreBotPurge=False
  125. bIgnoreRoundOver=False
  126. bUsePlayerStartScoring=False
  127. MaxPlayerStartsToScore=20
  128. PostGameTimeExp=15
  129. PostGameTimeMatch=2
  130. ScoringAmounts=(("Kill", 10),("OffensiveKill", 5),("DefensiveKill", 5),("Assist", 5),("DriverAssist", 5),("FireSupportKill", 5),("ObjectiveCapture", 50),("ObjectiveDestroy", 100),("ObjectiveReset", 20),("ObjectiveCaptureTick", 10),("ObjectiveResetTick", 10))
  131. bPromptKitMenuIfAutoAssignedClass=False
  132. bAutoAssignClass=False
  133. bFireSupportAllowed=True
  134.  
  135. [/Script/Insurgency.INSPushGameMode]
  136. RoundTimeExtension=300
  137. AttackerWavesPerObjective=5
  138. AttackerWaveDPR=0.25
  139. AttackerWaveTimer=20
  140. DefenderWavesPerObjective=5
  141. DefenderWaveDPR=0.25
  142. DefenderWaveTimer=35
  143. LastStandSetupDelay=10
  144. AdvanceAttackerSpawnsDelay=30
  145.  
  146. [/Script/Insurgency.INSFrontlineGameMode]
  147. StartingWaves=15
  148. CapturingBonusWave=2
  149. RegressSpawnsTimer=20
  150.  
  151. [/Script/Insurgency.INSSkirmishGameMode]
  152. DefaultReinforcementWaves=5
  153. CaptureBonusWaves=1
  154.  
  155. [/Script/Insurgency.INSCaptureTheBaseGameMode]
  156. CapturingBonusWave=1
  157. StartingWaves=10
  158.  
  159. [/Script/Insurgency.INSConvoyGameMode]
  160. RoundTimeExtension=300
  161.  
  162. [/Script/Insurgency.INSCoopMode]
  163. bUseVehicleInsertion=True
  164. MinimumEnemies=6
  165. MaximumEnemies=20
  166. bBots=True
  167. FriendlyBotQuota=4
  168. SoloWaves=0
  169. SoloReinforcementTime=60
  170. SoloWaveIncrementOnObjectiveCapture=0
  171. SoloEnemies=30
  172. SoloRoundTime=1080
  173. bLoseWhenAllPlayersDead=True
  174. AlarmDuration=60
  175. MaxPlayersToScaleEnemyCount=5
  176. AIDifficulty=0.7
  177. bBotsUseHumanLoadouts=False
  178.  
  179. [/Script/Insurgency.INSCheckpointGameMode]
  180. RoundTime=1080
  181. DefendTimer=90
  182. DefendTimerFinal=180
  183. RetreatTimer=10
  184. RespawnDPR=1.0
  185. RespawnDelay=1
  186. CounterAttackRespawnDPR=1.0
  187. CounterAttackRespawnDelay=0
  188. PostCaptureRushTimer=0
  189. bCounterAttackReinforce=False
  190. ObjectiveTotalEnemyRespawnMultiplierMin=1
  191. ObjectiveTotalEnemyRespawnMultiplierMax=1
  192. FinalCacheBotQuotaMultiplier=1.5
  193. BotAmbushRatioCheckpointMaxDeaths=0.8
  194. BotAmbushRatioCheckpointMinDeaths=0.4
  195. BotAmbushRatio=0.25
  196. BotAmbushRadius=5000
  197. BotTerritoryRadius=12000.0
  198. BotWanderRadius=10000.0
  199. bUseRandomCounterAttackTypes=True
  200.  
  201. [/Script/Insurgency.INSCheckpointHardcoreGameMode]
  202. bStripWeaponsOnRespawn=False
  203. RespawnLoadoutsDataAsset=CheckpointHardcoreLoadouts'/Game/Game/Data/Gamemodes/HardcoreCheckpoint_Loadouts.HardcoreCheckpoint_Loadouts'
  204. RespawnLoadoutsDataAssetPath=/Game/Game/Data/Gamemodes/HardcoreCheckpoint_Loadouts.HardcoreCheckpoint_Loadouts
  205. RandonPrimaryWeaponsToGiveOnSpawn=((Item=/Game/Game/Actors/Weapons/SniperRifle/BP_Firearm_Mosin.BP_Firearm_Mosin_C),(Item=/Game/Game/Actors/Weapons/SideArm/BP_Firearm_Makarov.BP_Firearm_Makarov_C),(Item=/Game/Game/Actors/Weapons/Grenade/BP_Grenade_M18.BP_Grenade_M18_C))
  206. PlayersWhoHaveSpawnedWithLoadout=true
  207. MinObjectiveForCrate=1
  208. MaxObjectiveForCrate=3
  209. MinAmmoPerObjective=4
  210. MaxAmmoPerObjective=6
  211. AmmoBoxSpawnChance=1.0
  212.  
  213. [/Script/Insurgency.TeamInfo]
  214. bVotingEnabled=True
  215. TeamVoteIssues=/Script/Insurgency.VoteIssueKick
  216.  
  217. [/Script/Insurgency.VoteIssueKick]
  218. MinimumPlayersRequired=3
  219. bRequiresMinimumToStart=True
  220. MinimumPlayerRatio=0.25
  221. VotePassRatio=0.75
  222. MinimumYesNoDifference=2
  223. VoteTimeout=90
  224. bCanTargetEnemies=False
  225. IdleVoteBanDuration=-1
  226. DefaultVoteBanDuration=120
  227. bOnlyAdminCanCall=False
  228. bCanTargetAdmins=False
  229.  
  230. [/Script/Insurgency.FireSupportAircraft]
  231. PostStrafeResponseDelay=5.0
  232. LeaveDelay=180.0
  233. SpawnDistance=100.0
  234.  
  235. [/Script/Insurgency.FireSupportArtillery]
  236. NumProjectiles=12
  237.  
  238. [/Script/Insurgency.FloatingHintTextContainer]
  239. SupplyCrateMaxDistance=500
  240.  
  241. [/Script/Insurgency.RestrictedArea]
  242. bEnabled=False
  243. bShowOnMinimap=True
  244.  
  245. [rcon]
  246. bEnabled=True
  247. Password=E3edaaxzB6j5Twx3q5%E%
  248. bAllowConsoleCommands=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement