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}}
|
ObjectiveResetTime={{ObjectiveResetTime}}
|
||||||
ObjectiveSpeedup={{ObjectiveSpeedup}}
|
ObjectiveSpeedup={{ObjectiveSpeedup}}
|
||||||
ObjectiveMaxSpeedupPlayers={{ObjectiveMaxSpeedupPlayers}}
|
ObjectiveMaxSpeedupPlayers={{ObjectiveMaxSpeedupPlayers}}
|
||||||
|
bVoiceRadioBroadcastLocal={{bVoiceRadioBroadcastLocal}}
|
||||||
|
|
||||||
[/Script/Insurgency.INSMultiplayerMode]
|
[/Script/Insurgency.INSMultiplayerMode]
|
||||||
bKillFeedGameStartingIntermissionTime={{bKillFeedGameStartingIntermissionTime}}
|
bKillFeedGameStartingIntermissionTime={{bKillFeedGameStartingIntermissionTime}}
|
||||||
@ -43,64 +44,11 @@ TeamSwitchTime={{TeamSwitchTime}}
|
|||||||
SwitchTeamsEveryRound={{SwitchTeamsEveryRound}}
|
SwitchTeamsEveryRound={{SwitchTeamsEveryRound}}
|
||||||
bAllowPlayerTeamSelect={{bAllowPlayerTeamSelect}}
|
bAllowPlayerTeamSelect={{bAllowPlayerTeamSelect}}
|
||||||
bBots={{bBots}}
|
bBots={{bBots}}
|
||||||
BotQuots={{BotQuots}}
|
BotQuota={{BotQuota}}
|
||||||
InitialSupply={{InitialSupply}}
|
InitialSupply={{InitialSupply}}
|
||||||
MaximumSupply={{MaximumSupply}}
|
MaximumSupply={{MaximumSupply}}
|
||||||
bSupplyGainEnabled={{bSupplyGainEnabled}}
|
bSupplyGainEnabled={{bSupplyGainEnabled}}
|
||||||
bAwardSupplyInstantly={{bAwardSupplyInstantly}}
|
bAwardSupplyInstantly={{bAwardSupplyInstantly}}
|
||||||
SupplyGainFrequency={{SupplyGainFrequency}}
|
SupplyGainFrequency={{SupplyGainFrequency}}
|
||||||
|
GameStartingIntermissionTime={{GameStartingIntermissionTime}}
|
||||||
[/Script/Insurgency.INSPushGameMode]
|
bAllowThirdPersonSpectate={{bAllowThirdPersonSpectate}}
|
||||||
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}}
|
|
@ -3,19 +3,19 @@ App.ApplicationPort1=27102
|
|||||||
App.ApplicationPort2=27131
|
App.ApplicationPort2=27131
|
||||||
App.ApplicationReadyMode=RegexMatch
|
App.ApplicationReadyMode=RegexMatch
|
||||||
App.BaseDirectory=./insurgencysandstorm/581330/
|
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.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.CommandLineParameterDelimiter=
|
|
||||||
App.CommandLineParameterFormat=-{0}="{1}"
|
App.CommandLineParameterFormat=-{0}="{1}"
|
||||||
|
App.CommandLineParameterDelimiter=
|
||||||
App.DisplayName=InsurgencySandstorm
|
App.DisplayName=InsurgencySandstorm
|
||||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "581320"}
|
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "581320"}
|
||||||
App.ExecutableLinux=581330/Insurgency/Binaries/Linux/InsurgencyServer-Linux-Shipping
|
App.ExecutableLinux=581330/Insurgency/Binaries/Linux/InsurgencyServer-Linux-Shipping
|
||||||
App.ExecutableWin=581330\Insurgency\Binaries\Win64\InsurgencyServer-Win64-Shipping.exe
|
App.ExecutableWin=581330\Insurgency\Binaries\Win64\InsurgencyServer-Win64-Shipping.exe
|
||||||
App.ExitMethod=String
|
App.ExitMethod=String
|
||||||
App.ExitString=quit
|
App.ExitString=quit
|
||||||
App.RCONConnectDelaySeconds=45
|
App.RCONConnectDelaySeconds=15
|
||||||
App.RCONConnectRetrySeconds=15
|
App.RCONConnectRetrySeconds=45
|
||||||
App.HasReadableConsole=true
|
App.HasReadableConsole=true
|
||||||
App.HasWritableConsole=false
|
App.HasWritableConsole=true
|
||||||
App.RapidStartup=false
|
App.RapidStartup=false
|
||||||
App.RemoteAdminPort=27015
|
App.RemoteAdminPort=27015
|
||||||
App.RootDir=./insurgencysandstorm/
|
App.RootDir=./insurgencysandstorm/
|
||||||
@ -23,11 +23,12 @@ App.UpdateSource=Multi
|
|||||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "581330"}]
|
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "581330"}]
|
||||||
App.WorkingDir=581330
|
App.WorkingDir=581330
|
||||||
App.UseRandomAdminPassword=True
|
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.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||||
Console.UserChatRegex=
|
Console.UserJoinRegex=^LogEOSAntiCheat\: Display\: ServerRegisterClient\: Client\: \((?<userid>.+?)\) Result\: \(EOS_Success\)$
|
||||||
Console.UserJoinRegex=
|
Console.UserLeaveRegex=^LogOnlineSession\: Warning\: STEAM \(NWI\): Player (?<userid>.+?) is not part of session \(GameSession\)$
|
||||||
Console.UserLeaveRegex=
|
Console.UserChatRegex=^LogChat\: Display\: .*\((?<userid>.+?)\) .*\: (?<message>.+)$
|
||||||
Meta.Author=Shinynecrid,IceOfWraith
|
Meta.Author=Shinynecrid,IceOfWraith
|
||||||
Meta.ConfigManifest=insurgencysandstormconfig.json
|
Meta.ConfigManifest=insurgencysandstormconfig.json
|
||||||
Meta.MetaConfigManifest=insurgencysandstormmetaconfig.json
|
Meta.MetaConfigManifest=insurgencysandstormmetaconfig.json
|
||||||
@ -35,6 +36,6 @@ Meta.ConfigRoot=insurgencysandstorm.kvp
|
|||||||
Meta.Description=Insurgency Sandstorm Dedicated Server
|
Meta.Description=Insurgency Sandstorm Dedicated Server
|
||||||
Meta.DisplayImageSource=steam:581320
|
Meta.DisplayImageSource=steam:581320
|
||||||
Meta.DisplayName=Insurgency Sandstorm
|
Meta.DisplayName=Insurgency Sandstorm
|
||||||
Meta.EndpointURIFormat=
|
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort2}
|
||||||
Meta.OS=3
|
Meta.OS=3
|
||||||
Meta.URL=https://steamdb.info/app/581330/
|
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