1
0
KF2-Dev-Scripts/KFGame/Classes/KFOnlineStatsWriteDingo.uc

79 lines
6.6 KiB
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFOnlineStatsReadDingo
//=============================================================================
// The KF 2 game stats class that holds and modifies the write stats data (XB1 only)
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
// - Brandon Johnson 1-4-17
//=============================================================================
class KFOnlineStatsWriteDingo extends KFOnlineStatsWrite;
defaultproperties
{
// DINGO Properties for Achievement Tracking, these track achievement stats and are used by stats on the xdp backend
//Possible to only do these on Dingo?
Properties.Add((PropertyId= STATID_ACHIEVE_MrPerky5,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId= STATID_ACHIEVE_MrPerky10,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId = STATID_ACHIEVE_MrPerky15,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_MrPerky20,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_MrPerky25,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_HardWins,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_SuicidalWins,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId= STATID_ACHIEVE_HellWins,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId= STATID_ACHIEVE_VSZedWins,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId = STATID_ACHIEVE_VSHumanWins,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_HoldOut,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_DieVolter,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId= STATID_ACHIEVE_FleshPoundKill,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId= STATID_ACHIEVE_ShrikeKill,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId = STATID_ACHIEVE_SirenKill,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_Benefactor,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_HealTeam,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_CollectCatacolmbs,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_BioticsCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_EvacsCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_OutpostCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_PrisonCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_ManorCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_ParisCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_FarmhouseCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_BlackForestCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_ContainmentStationCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_InfernalRealmCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_HostileGroundsCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_ZedLandingCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_DescentCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_NukedCollectibles,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_QuickOnTheTrigger,Data = (Type = SDT_Int32,Value1 = 0))
Properties.Add((PropertyId = STATID_ACHIEVE_TragicKingdomCollectibles,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId = STATID_ACHIEVE_NightmareCollectibles,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId = STATID_ACHIEVE_KrampusCollectibles,Data=(Type=SDT_Int32,Value1=0))
Properties.Add((PropertyId = STATID_ACHIEVE_ArenaCollectibles,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_PowercoreCollectibles,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_AirshipCollectibles,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_LockdownCollectibles,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_MonsterBallCollectibles,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_MonsterBallSecretRoom,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_SantasWorkshopCollectibles,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_ShoppingSpreeCollectibles,Data=(Type=SDT_Int32,Value1=0)))
Properties.Add((PropertyId = STATID_ACHIEVE_SpillwayCollectibles,Data = (Type = SDT_Int32,Value1 = 0)))
Properties.Add((PropertyId = STATID_ACHIEVE_SteamFortressCollectibles,Data = (Type = SDT_Int32,Value1 = 0)))
Properties.Add((PropertyId = STATID_ACHIEVE_AsylumCollectibles,Data = (Type = SDT_Int32,Value1 = 0)))
Properties.Add((PropertyId = STATID_ACHIEVE_SanitariumCollectibles,Data = (Type = SDT_Int32,Value1 = 0)))
Properties.Add((PropertyId = STATID_ACHIEVE_DefeatMatriarch,Data = (Type = SDT_Int32,Value1 = 0)))
Properties.Add((PropertyId = STATID_ACHIEVE_BiolapseCollectibles,Data = (Type = SDT_Int32,Value1 = 0)))
Properties.Add((PropertyId = STATID_ACHIEVE_DesolationCollectibles,Data = (Type = SDT_Int32,Value1 = 0)))
Properties.Add((PropertyId = STATID_ACHIEVE_HellmarkStationCollectibles,Data = (Type = SDT_Int32,Value1 = 0)))
2020-12-13 15:09:05 +00:00
Properties.Add((PropertyId = STATID_ACHIEVE_ElysiumEndlessWaveFifteen,Data = (Type = SDT_Int32,Value1 = 0)))
2021-03-02 11:56:51 +00:00
Properties.Add((PropertyId = STATID_ACHIEVE_Dystopia2029Collectibles, Data = (Type = SDT_Int32,Value1 = 0)))
2021-06-02 20:06:18 +00:00
Properties.Add((PropertyId = STATID_ACHIEVE_MoonbaseCollectibles, Data = (Type = SDT_Int32, Value1 = 0)))
2021-09-02 21:46:08 +00:00
Properties.Add((PropertyId = STATID_ACHIEVE_NetherholdCollectibles, Data = (Type = SDT_Int32, Value1 = 0)))
2021-11-16 17:03:42 +00:00
Properties.Add((PropertyId = STATID_ACHIEVE_CarillonHamletCollectibles, Data = (Type = SDT_Int32, Value1 = 0)))
2022-05-11 15:13:25 +00:00
Properties.Add((PropertyId = STATID_ACHIEVE_RigCollectibles, Data = (Type = SDT_Int32, Value1 = 0)))
2022-09-01 15:58:51 +00:00
Properties.Add((PropertyId = STATID_ACHIEVE_BarmwichCollectibles, Data = (Type = SDT_Int32, Value1 = 0)))
2020-12-13 15:01:13 +00:00
}