This commit is contained in:
kf2-server@server-06u 2023-04-01 18:48:13 +03:00
parent e825c0a553
commit 8234019d77
9 changed files with 92 additions and 19 deletions

View File

@ -184,9 +184,11 @@ bSteamSocketsOnly=FALSE
[Engine.TFCGroupSplitNames]
+TFCSplit=(TFC="DLO_CHR_CosmeticSet", SplitLevel=6)
+TFCSplit=(TFC="DLO_WEP_SkinSet", SplitLevel=7)
+TFCSplit=(TFC="DLO_WEP_SkinSet", SplitLevel=9)
+TFCSplit=(TFC="WEP", SplitLevel=3)
+TFCSplit=(TFC="Textures", SplitLevel=3)
+TFCSplit=(TFC="CharTextures", SplitLevel=2)
+TFCSplit=(TFC="Lighting", SplitLevel=2)
[UnrealEd.EditorEngine]
EditPackagesOutPath=..\..\KFGame\Script

View File

@ -84,7 +84,7 @@ GameplayEventsWriterClassName=KFGame.KFGameplayEventsWriter
bEnableMapObjectives=true
bUseMapList=True
ActiveMapCycle=0
GameMapCycles=(Maps=("KF-Airship","KF-AshwoodAsylum","KF-Biolapse","KF-Bioticslab","KF-BlackForest","KF-BurningParis","KF-CarillonHamlet","KF-Catacombs","KF-ContainmentStation","KF-Desolation","KF-DieSector","KF-Dystopia2029","KF-Elysium","KF-EvacuationPoint","KF-Farmhouse","KF-HellmarkStation","KF-HostileGrounds","KF-InfernalRealm","KF-KrampusLair","KF-Lockdown","KF-MonsterBall","KF-Moonbase","KF-Netherhold","KF-Nightmare","KF-Nuked","KF-Outpost","KF-PowerCore_Holdout","KF-Prison", "KF-Rig","KF-Sanitarium","KF-Santasworkshop","KF-ShoppingSpree", "KF-Spillway", "KF-SteamFortress", "KF-TheDescent","KF-TragicKingdom","KF-VolterManor","KF-ZedLanding"))
GameMapCycles=(Maps=("KF-Airship","KF-AshwoodAsylum","KF-BarmwichTown","KF-Biolapse","KF-Bioticslab","KF-BlackForest","KF-BurningParis","KF-CarillonHamlet","KF-Catacombs","KF-ContainmentStation","KF-Crash","KF-Desolation","KF-DieSector","KF-Dystopia2029","KF-Elysium","KF-EvacuationPoint","KF-Farmhouse","KF-HellmarkStation","KF-HostileGrounds","KF-InfernalRealm","KF-KrampusLair","KF-Lockdown","KF-MonsterBall","KF-Moonbase","KF-Netherhold","KF-Nightmare","KF-Nuked","KF-Outpost","KF-PowerCore_Holdout","KF-Prison", "KF-Rig","KF-Sanitarium","KF-Santasworkshop","KF-ShoppingSpree", "KF-Spillway", "KF-SteamFortress", "KF-TheDescent","KF-TragicKingdom","KF-VolterManor","KF-ZedLanding"))
EndOfGameDelay=15
FriendlyFireScale=0.f
KickVotePercentage=0.66
@ -248,6 +248,16 @@ bPlayableInVsSurvival=True
bPlayableInEndless=True
bPlayableInObjective=False
[KF-BarmwichTown KFMapSummary]
MapName=KF-BarmwichTown
MapAssociation=2
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_BarmwichTown
bPlayableInSurvival=True
bPlayableInWeekly=True
bPlayableInVsSurvival=False
bPlayableInEndless=True
bPlayableInObjective=False
[KF-Biolapse KFMapSummary]
MapName=KF-Biolapse
MapAssociation=1
@ -318,6 +328,16 @@ bPlayableInVsSurvival=True
bPlayableInEndless=True
bPlayableInObjective=False
[KF-Crash KFMapSummary]
MapName=KF-Crash
MapAssociation=2
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Crash
bPlayableInSurvival=True
bPlayableInWeekly=True
bPlayableInVsSurvival=True
bPlayableInEndless=True
bPlayableInObjective=False
[KF-Desolation KFMapSummary]
MapName=KF-Desolation
MapAssociation=1
@ -705,7 +725,17 @@ RewardIDs[0]=-1
[GunGame KFWeeklyOutBreakInformation]
Index=16
IconPath=WeeklyObjective_UI.UI_Weeklies_Tiny_Skulls
IconPath=WeeklyObjective_UI.UI_Weeklies_GunGame
RewardIDs[0]=-1
[VIPMode KFWeeklyOutBreakInformation]
Index=17
IconPath=WeeklyObjective_UI.UI_Weeklies_PrimaryTarget
RewardIDs[0]=-1
[RandomPerk KFWeeklyOutBreakInformation]
Index=18
IconPath=WeeklyObjective_UI.UI_Weeklies_PerkRoulette
RewardIDs[0]=-1
;============================================

View File

@ -369,4 +369,6 @@ AutoUpgradeHoldTime=1
SprintAnalogThreshold=0.6
bForceFeedbackEnabled=true
bUseGamepadLastWeapon=false
MouseLookUpScale=-100.000000
MouseLookRightScale=100.000000
bUseDefaultLookScales=true

View File

@ -65,6 +65,7 @@ SavedServerTypeIndex=0
SavedPrivacyIndex=0
SavedLengthIndex=0
SavedModeIndex=0
SavedAllowSeasonalSkinsIndex=0
bShowLengthNoPref=True
bShowServerTypeNoPref=False
@ -83,6 +84,7 @@ bOnlyStockMaps=False
bOnlyCustomMaps=False
bLimitServerResults=True
bNoLocalAdmin=True
bNoSeasonalSkins=False
SavedGameModeIndex=255
SavedMapIndex=255
SavedDifficultyIndex=255
@ -137,6 +139,8 @@ bLogSearchInfo=False;These should all be lowercase!
+StockMaps=kf-netherhold
+StockMaps=kf-carillonhamlet
+StockMaps=kf-rig
+StockMaps=kf-barmwichtown
+StockMaps=kf-crash
[KFGame.KFGFxMenu_IIS]
MaxTimetoComplete=20

View File

@ -84,6 +84,8 @@ bFullyCompressStartupPackages=FALSE
+SeekFreePackage=Halloween2021_UI
+SeekFreePackage=Xmas2021_UI
+SeekFreePackage=Summer2022_UI
+SeekFreePackage=Halloween2022_UI
+SeekFreePackage=Xmas2022_UI
; Perk or Weapon Icons
+SeekFreePackage=WEP_UI_Shared_TEX

View File

@ -6,7 +6,7 @@ ServerConnectTimeout=5.0
[KFGame.KFGFxStartGameContainer_FindGame]
// Latest Update
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_TidalTerror", Textfield="LatestUpdate", RedirectURL="http://www.tripwireinteractive.com/redirect/KF2LatestUpdate/")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_Event", Textfield="LatestUpdate", RedirectURL="http://www.tripwireinteractive.com/redirect/KF2LatestUpdate/")
// Featured Ultimate Edition
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_UltimateEdition_Upgrade", Textfield="FeaturedItemBundle", PSNProductId="4c544e39-4c4e-3052-c032-4a585a438400")
// KF2 Armory Season Pass 2022
@ -14,23 +14,23 @@ ServerConnectTimeout=5.0
// KF2 Armory Season Pass 2021
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Spring_Armory_Season_Pass", Textfield="ArmorySeasonPass", PSNProductId="32574e39-4e32-3052-c035-384332501400", bPlayfabItemPairedUp=false)
// Featured Weapon Bundle
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_Weaponsbundle", Textfield="FeaturedItemBundle", PSNProductId="504c5039-4638-3035-c04e-475357374e00")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_WeaponsBundle", Textfield="FeaturedItemBundle", PSNProductId="334a5039-4c54-3046-c044-424c4a343c00")
// Featured Weapon
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_ReductoRay", Textfield="FeaturedItemBundle", PSNProductId="43344e39-5843-3032-c047-444c4e372700")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_ZEDMKIII", Textfield="FeaturedItemBundle", PSNProductId="4e534e39-4d5a-3047-c048-4b39394c6700")
// Featured Weapon
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_Sentinel", Textfield="FeaturedItemBundle", PSNProductId="38584d39-3939-304b-c050-534647333600")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_HVStormCannon", Textfield="FeaturedItemBundle", PSNProductId="4d375039-434c-3052-c044-47544e4d6800")
// Featured Outfit Bundle
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_DeepSea_Explorer_Uniforms", Textfield="FeaturedItemBundle", PSNProductId="37304e39-4339-3054-c04e-4b3257563600")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_TrainConductorOutfit", Textfield="FeaturedItemBundle", PSNProductId="50445039-3457-3046-c04d-355a35323100")
// Featured Time Limited Item
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_SS_PremiumTicket", Textfield="FeaturedEventItem", PSNProductId="5b862c3d-e6b7-45bf-952c-ae434ddd2f6b")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Christmas_PremiumTicket", Textfield="FeaturedEventItem", PSNProductId="f24d23ba-9156-44fd-9891-4a33ac6c0805")
// Featured Weapon Skin Bundle
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_DeepSea_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="34574d39-5a52-304c-c039-4e5051336400")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_Tacticool_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="52355039-4d33-3036-c04d-564631381800")
// Featured Weapon Skin Bundle
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_NeonMKVIII_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="4c584e39-5238-3056-c05a-44534a539900")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_Retro_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="34504e39-4c48-3053-c04b-4c4437535700")
// Featured Weapon Skin Bundle
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_Classic_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="51574e39-564e-3046-c042-4d34544d7d00")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_Mediaval_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="384c5039-5658-3031-c056-423434574300")
// Featured Weapon Skin Bundle
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Summer2022_Chameleon_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="37435039-354c-3033-c048-304e46561900")
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew.UI_WhatsNew_Xmas2022_ChamaleonIII_Weapon_Skin", Textfield="FeaturedItemBundle", PSNProductId="46355039-3043-3047-c05a-464844351f00")
// Featured Key
+PS4WhatsNewItems=(ImageURL="img://UI_WhatsNew_PS4.UI_WhatsNew_PS4Key", Textfield="PS4Key", PSNProductId="e24e6d9e-fbd6-4f35-8ac9-443c94feb253")

View File

@ -1220,7 +1220,7 @@ ImpactParticleEffectInterval=0.5
[IniVersion]
0=1594584081.000000
1=1655222795.000000
1=1670435365.000000
2=1594584085.000000
3=1627937570.000000
Patch=1059

View File

@ -3,7 +3,7 @@ DefaultGame=KFGameContent.KFGameInfo_Survival
DefaultServerGame=KFGameContent.KFGameInfo_Survival
bAdminCanPause=true
MaxPlayers=6
GameDifficulty=1.000000
GameDifficulty=0.000000
bChangeLevels=True
MaxSpectators=2
MaxIdleTime=180.000000
@ -283,7 +283,7 @@ bDisableMapVote=False
bDisableTeamCollision=False
bDisablePublicVOIPChannel=False
MapVotePercentage=0.000000
MapCycleIndex=54
MapCycleIndex=-1
bEnableGameAnalytics=False
bRecordGameStatsFile=False
bLogScoring=False
@ -1151,7 +1151,7 @@ ShellEjectLifetime=10.f
[IniVersion]
0=1594584085.000000
1=1655222795.000000
1=1670435356.000000
2=1594584082.000000
3=1627937570.000000
@ -1315,3 +1315,33 @@ Index=16
IconPath=WeeklyObjective_UI.UI_Weeklies_Tiny_Skulls
RewardIDs[0]=-1
[KF-BarmwichTown KFMapSummary]
MapName=KF-BarmwichTown
MapAssociation=2
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_BarmwichTown
bPlayableInSurvival=True
bPlayableInWeekly=True
bPlayableInVsSurvival=False
bPlayableInEndless=True
bPlayableInObjective=False
[VIPMode KFWeeklyOutBreakInformation]
Index=17
IconPath=WeeklyObjective_UI.UI_Weeklies_Tiny_Skulls
RewardIDs[0]=-1
[KF-Crash KFMapSummary]
MapName=KF-Crash
MapAssociation=2
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Crash
bPlayableInSurvival=True
bPlayableInWeekly=True
bPlayableInVsSurvival=True
bPlayableInEndless=True
bPlayableInObjective=False
[RandomPerk KFWeeklyOutBreakInformation]
Index=18
IconPath=WeeklyObjective_UI.UI_Weeklies_PerkRoulette
RewardIDs[0]=-1

View File

@ -520,10 +520,13 @@ bForceFeedbackEnabled=true
bUseGamepadLastWeapon=false
GamepadDeadzoneScale=0.2f
GamepadAccelerationJumpScale=0.15f
MouseLookUpScale=-100.000000
MouseLookRightScale=100.000000
bUseDefaultLookScales=true
[IniVersion]
0=1594584082.000000
1=1607476990.000000
1=1665759240.000000
2=1594584083.000000
3=1627937570.000000