Complete Re-Write of the Insurgency Sandstorm Generic Module Template
Completely re-did the module to include cleaner and better functionality. Added Countless number of features
This commit is contained in:
parent
dd336cff45
commit
16ad382027
@ -14,6 +14,7 @@ ObjectiveCaptureTime={{ObjectiveCaptureTime}}
|
||||
ObjectiveResetTime={{ObjectiveResetTime}}
|
||||
ObjectiveSpeedup={{ObjectiveSpeedup}}
|
||||
ObjectiveMaxSpeedupPlayers={{ObjectiveMaxSpeedupPlayers}}
|
||||
bVoiceRadioBroadcastLocal={{bVoiceRadioBroadcastLocal}}
|
||||
|
||||
[/Script/Insurgency.INSMultiplayerMode]
|
||||
bKillFeedGameStartingIntermissionTime={{bKillFeedGameStartingIntermissionTime}}
|
||||
@ -43,64 +44,11 @@ TeamSwitchTime={{TeamSwitchTime}}
|
||||
SwitchTeamsEveryRound={{SwitchTeamsEveryRound}}
|
||||
bAllowPlayerTeamSelect={{bAllowPlayerTeamSelect}}
|
||||
bBots={{bBots}}
|
||||
BotQuots={{BotQuots}}
|
||||
BotQuota={{BotQuota}}
|
||||
InitialSupply={{InitialSupply}}
|
||||
MaximumSupply={{MaximumSupply}}
|
||||
bSupplyGainEnabled={{bSupplyGainEnabled}}
|
||||
bAwardSupplyInstantly={{bAwardSupplyInstantly}}
|
||||
SupplyGainFrequency={{SupplyGainFrequency}}
|
||||
|
||||
[/Script/Insurgency.INSPushGameMode]
|
||||
RoundTimeExtension={{RoundTimeExtension}}
|
||||
AttackerWavesPerObjective={{AttackerWavesPerObjective}}
|
||||
AttackerWaveDPR={{AttackerWaveDPR}}
|
||||
AttackerWaveTimer={{AttackerWaveTimer}}
|
||||
DefenderWavesPerObjective={{DefenderWavesPerObjective}}
|
||||
DefenderWaveDPR={{DefenderWaveDPR}}
|
||||
DefenderWaveTimer={{DefenderWaveTimer}}
|
||||
LastStandSetupDelay={{LastStandSetupDelay}}
|
||||
AdvanceAttackerSpawnsDelay={{AdvanceAttackerSpawnsDelay}}
|
||||
|
||||
[/Script/Insurgency.INSFrontlineGameMode]
|
||||
StartingWaves={{StartingWaves}}
|
||||
CapturingBonusWave={{CapturingBonusWave}}
|
||||
RegressSpawnsTimer={{RegressSpawnsTimer}}
|
||||
|
||||
[/Script/Insurgency.INSSkirmishGameMode]
|
||||
DefaultReinforcementWaves={{DefaultReinforcementWaves}}
|
||||
CaptureBonusWaves={{CaptureBonusWaves}}
|
||||
|
||||
[/Script/Insurgency.INSCoopMode]
|
||||
AIDifficulty={{AIDifficulty}}
|
||||
bUseVehicleInsertion={{bUseVehicleInsertion}}
|
||||
FriendlyBotQuota={{FriendlyBotQuota}}
|
||||
MinimumEnemies={{MinimumEnemies}}
|
||||
MaximumEnemies={{MaximumEnemies}}
|
||||
|
||||
[/Script/Insurgency.INSCheckpointGameMode]
|
||||
DefendTimer={{DefendTimer}}
|
||||
DefendTimerFinal={{DefendTimerFinal}}
|
||||
RetreatTimer={{RetreatTimer}}
|
||||
RespawnDPR={{RespawnDPR}}
|
||||
RespawnDelay={{RespawnDelay}}
|
||||
PostCaptureRushTimer={{PostCaptureRushTimer}}
|
||||
CounterAttackRespawnDPR={{CounterAttackRespawnDPR}}
|
||||
CounterAttackRespawnDelay={{CounterAttackRespawnDelay}}
|
||||
ObjectiveTotalEnemyRespawnMultiplierMin={{ObjectiveTotalEnemyRespawnMultiplierMin}}
|
||||
ObjectiveTotalEnemyRespawnMultiplierMax={{ObjectiveTotalEnemyRespawnMultiplierMax}}
|
||||
FinalCacheBotQuotaMultiplier={{FinalCacheBotQuotaMultiplier}}
|
||||
|
||||
[/Script/Insurgency.TeamInfo]
|
||||
bVotingEnabled={{bVotingEnabled}}
|
||||
TeamVoteIssues={{TeamVoteIssues}}
|
||||
|
||||
[/Script/Insurgency.VoteIssueKick]
|
||||
bCanTargetEnemies={{bCanTargetEnemies}}
|
||||
bRequiresMinimumToStart={{bRequiresMinimumToStart}}
|
||||
DefaultVoteBanDuration={{DefaultVoteBanDuration}}
|
||||
IdleVoteBanDuration={{IdleVoteBanDuration}}
|
||||
MinimumPlayerRatio={{MinimumPlayerRatio}}
|
||||
MinimumPlayersRequired={{MinimumPlayersRequired}}
|
||||
MinimumYesNoDifference={{MinimumYesNoDifference}}
|
||||
VotePassRatio={{VotePassRatio}}
|
||||
VoteTimeout={{VoteTimeout}}
|
||||
GameStartingIntermissionTime={{GameStartingIntermissionTime}}
|
||||
bAllowThirdPersonSpectate={{bAllowThirdPersonSpectate}}
|
@ -3,19 +3,19 @@ App.ApplicationPort1=27102
|
||||
App.ApplicationPort2=27131
|
||||
App.ApplicationReadyMode=RegexMatch
|
||||
App.BaseDirectory=./insurgencysandstorm/581330/
|
||||
App.CommandLineArgs={{Map}}?Scenario={{Scenario}}?MaxPlayers={{$MaxUsers}}{{password_enabled}}{{Password}} -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort2}} -Rcon -RconPassword={{$RemoteAdminPassword}} -RconListenPort={{$RemoteAdminPort}} -log -GameStats {{$FormattedArgs}}
|
||||
App.CommandLineParameterDelimiter=
|
||||
App.CommandLineArgs={{Map}}?Scenario="{{Scenario}}"?Lighting="{{Lighting}}"?Game="{{Game}}"?Hostname="{{Hostname}}"?MaxPlayers="{{$MaxUsers}}"?password="{{password}}" -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort2}} -Rcon -RconPassword={{$RemoteAdminPassword}} -RconListenPort={{$RemoteAdminPort}} -log -GameStats -GameStatsToken={{GameStatsToken}} -GSLTToken={{GSLTToken}} -ruleset={{ruleset}} {{Mods_enabled}} {{$FormattedArgs}}
|
||||
App.CommandLineParameterFormat=-{0}="{1}"
|
||||
App.CommandLineParameterDelimiter=
|
||||
App.DisplayName=InsurgencySandstorm
|
||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "581320"}
|
||||
App.ExecutableLinux=581330/Insurgency/Binaries/Linux/InsurgencyServer-Linux-Shipping
|
||||
App.ExecutableWin=581330\Insurgency\Binaries\Win64\InsurgencyServer-Win64-Shipping.exe
|
||||
App.ExitMethod=String
|
||||
App.ExitString=quit
|
||||
App.RCONConnectDelaySeconds=45
|
||||
App.RCONConnectRetrySeconds=15
|
||||
App.RCONConnectDelaySeconds=15
|
||||
App.RCONConnectRetrySeconds=45
|
||||
App.HasReadableConsole=true
|
||||
App.HasWritableConsole=false
|
||||
App.HasWritableConsole=true
|
||||
App.RapidStartup=false
|
||||
App.RemoteAdminPort=27015
|
||||
App.RootDir=./insurgencysandstorm/
|
||||
@ -23,11 +23,12 @@ App.UpdateSource=Multi
|
||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "581330"}]
|
||||
App.WorkingDir=581330
|
||||
App.UseRandomAdminPassword=True
|
||||
Console.AppReadyRegex=^\[\d+.\d+.\d+-\d+.\d+.\d+\:\d+\]\[.*\]LogSession\: Display\: OnCreateSessionComplete.*Result: \(1\)$
|
||||
App.MaxUsers=32
|
||||
Console.AppReadyRegex=^.*LogSession\: Display\: OnCreateSessionComplete\:.*Result: \(1\)$
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.UserChatRegex=
|
||||
Console.UserJoinRegex=
|
||||
Console.UserLeaveRegex=
|
||||
Console.UserJoinRegex=^LogEOSAntiCheat\: Display\: ServerRegisterClient\: Client\: \((?<userid>.+?)\) Result\: \(EOS_Success\)$
|
||||
Console.UserLeaveRegex=^LogOnlineSession\: Warning\: STEAM \(NWI\): Player (?<userid>.+?) is not part of session \(GameSession\)$
|
||||
Console.UserChatRegex=^LogChat\: Display\: .*\((?<userid>.+?)\) .*\: (?<message>.+)$
|
||||
Meta.Author=Shinynecrid,IceOfWraith
|
||||
Meta.ConfigManifest=insurgencysandstormconfig.json
|
||||
Meta.MetaConfigManifest=insurgencysandstormmetaconfig.json
|
||||
@ -35,6 +36,6 @@ Meta.ConfigRoot=insurgencysandstorm.kvp
|
||||
Meta.Description=Insurgency Sandstorm Dedicated Server
|
||||
Meta.DisplayImageSource=steam:581320
|
||||
Meta.DisplayName=Insurgency Sandstorm
|
||||
Meta.EndpointURIFormat=
|
||||
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort2}
|
||||
Meta.OS=3
|
||||
Meta.URL=https://steamdb.info/app/581330/
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user