Skip to content

Commit 9966561

Browse files
6403 | 108 files | M DumpSource2/.stringsignore, M DumpSource2/commands.txt, M DumpSource2/convars.txt, M DumpSource2/schemas/client/AbilityUpgradeState_t.h, M DumpSource2/schemas/client/CAbilityCardTossVData.h, M DumpSource2/schemas/client/CAbilityPsychicLiftVData.h, M DumpSource2/schemas/client/CAbilityPunkgoatGoatFlipVData.h, M DumpSource2/schemas/client/CAbility_Mirage_Teleport_VData.h, A DumpSource2/schemas/client/CCitadelAbilityUpgradeInfo_t.h, M DumpSource2/schemas/client/CCitadel_Ability_Magician_CopyUlt.h, M DumpSource2/schemas/client/CCitadel_Ability_Magician_CopyUltVData.h, M DumpSource2/schemas/client/CCitadel_Ability_Mirage_FireBeetles_VData.h, M DumpSource2/schemas/client/CCitadel_Ability_Mirage_Teleport.h, M DumpSource2/schemas/client/CCitadel_Ability_Necro_GraveStoneVData.h, M DumpSource2/schemas/client/CCitadel_Ability_Necro_HauntingSkullVData.h, M DumpSource2/schemas/client/CCitadel_Ability_Shiv_KillingBlow.h, M DumpSource2/schemas/client/CCitadel_Ability_Shiv_KillingBlowVData.h, M DumpSource2/schemas/client/C
https://steamdb.info/patchnotes/22447958/
1 parent 9f424b2 commit 9966561

108 files changed

Lines changed: 10689 additions & 7827 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DumpSource2/.stringsignore

Lines changed: 42 additions & 68 deletions
Large diffs are not rendered by default.

DumpSource2/commands.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,15 @@ citadel_tracked_stats_dump (developmentonly gamedll)
879879
citadel_tutorial_test (gamedll release client_can_execute)
880880
Sets you to a specific spot in the tutorial
881881

882+
citadel_tweak_hero_base_health (developmentonly clientdll)
883+
Command to tweak base health. Pass in scale factor and constant increase
884+
882885
citadel_tweak_hero_level_boons (developmentonly clientdll)
883886
Command to tweak level boons. Pass in scale factor
884887

888+
citadel_tweak_hero_level_boons_health (developmentonly clientdll)
889+
Command to tweak level boons for health. Pass in scale factor and fixed increase
890+
885891
citadel_tweak_weights (developmentonly clientdll)
886892
Tweaks the hero item bucketing.
887893

DumpSource2/convars.txt

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
CarpetBombDrone_Max_Height 600 (developmentonly gamedll replicated defensive)
2-
<no description>
3-
4-
CarpetBombDrone_Min_Height 300 (developmentonly gamedll replicated defensive)
5-
<no description>
6-
71
_fov 0 (developmentonly clientdll defensive)
82
Automates fov command to server.
93

@@ -2233,6 +2227,9 @@ citadel_dev_test_end_game_gold 20000 (developmentonly gamedll)
22332227
citadel_digger_debugburrow false (developmentonly gamedll)
22342228
<no description>
22352229

2230+
citadel_disable_check_on_ground true (gamedll cheat)
2231+
Don't run CheckOnGround ever. Do we even need it?
2232+
22362233
citadel_disable_purchasing_in_combat false (developmentonly gamedll clientdll replicated defensive)
22372234
Disable purchasing if you deal or take damage from an enemy player.
22382235

@@ -6478,30 +6475,6 @@ fish_debug false (clientdll cheat)
64786475
fish_dormant false (gamedll replicated cheat)
64796476
Turns off interactive fish behavior. Fish become immobile and unresponsive.
64806477

6481-
flying_drone_behind_left_back 40 (developmentonly gamedll defensive)
6482-
<no description>
6483-
6484-
flying_drone_behind_left_height_offset -20 (developmentonly gamedll defensive)
6485-
<no description>
6486-
6487-
flying_drone_behind_left_left 80 (developmentonly gamedll defensive)
6488-
<no description>
6489-
6490-
flying_drone_front_height_offset 0 (developmentonly gamedll defensive)
6491-
<no description>
6492-
6493-
flying_drone_front_horizontal_offset -50 (developmentonly gamedll defensive)
6494-
<no description>
6495-
6496-
flying_drone_left_shoulder_back 0 (developmentonly gamedll defensive)
6497-
<no description>
6498-
6499-
flying_drone_left_shoulder_height_offset 30 (developmentonly gamedll defensive)
6500-
<no description>
6501-
6502-
flying_drone_left_shoulder_left 20 (developmentonly gamedll defensive)
6503-
<no description>
6504-
65056478
fog_color [-1, -1, -1] (clientdll cheat)
65066479
<no description>
65076480

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// MNetworkVarNames = "AbilityID_t m_ItemID"
2-
// MNetworkVarNames = "int m_nUpgradeBits"
2+
// MNetworkVarNames = "CitadelAbilityUpgradeInfoPacked_t m_nUpgradeInfo"
33
class AbilityUpgradeState_t
44
{
55
// MNetworkEnable
66
CUtlStringToken m_ItemID;
77
// MNetworkEnable
8-
int32 m_nUpgradeBits;
8+
CitadelAbilityUpgradeInfoPacked_t m_nUpgradeInfo;
99
};

DumpSource2/schemas/client/CAbilityCardTossVData.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@
462462
// 1.000000,
463463
// 0.900000,
464464
// 1.000000
465-
// ]
465+
// ],
466+
// "m_strNewCardActionName": ""
466467
//}
467468
class CAbilityCardTossVData : public CitadelAbilityVData
468469
{
@@ -494,4 +495,6 @@ class CAbilityCardTossVData : public CitadelAbilityVData
494495
float32 m_flImprovedJokerWeight;
495496
Vector m_vDefaultCardColor;
496497
Vector m_vNextCardColor;
498+
// MPropertyStartGroup = "AnimGraph2"
499+
CGlobalSymbol m_strNewCardActionName;
497500
};

DumpSource2/schemas/client/CAbilityPsychicLiftVData.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@
431431
// },
432432
// "m_TargetParticle": "",
433433
// "m_AoEPreviewParticle": "",
434+
// "m_DirectionalBeamParticle": "",
434435
// "m_TargetCastSound": "",
435436
// "m_HitConfirmSound": ""
436437
//}
@@ -441,6 +442,7 @@ class CAbilityPsychicLiftVData : public CitadelAbilityVData
441442
// MPropertyStartGroup = "Visuals"
442443
CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > > m_TargetParticle;
443444
CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > > m_AoEPreviewParticle;
445+
CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > > m_DirectionalBeamParticle;
444446
// MPropertyStartGroup = "Sounds"
445447
CSoundEventName m_TargetCastSound;
446448
CSoundEventName m_HitConfirmSound;

DumpSource2/schemas/client/CAbilityPunkgoatGoatFlipVData.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@
464464
// 0.000000
465465
// ]
466466
// },
467+
// "m_flGroundBreakOffAngle": 0.000000,
467468
// "m_Charging":
468469
// {
469470
// },
@@ -486,6 +487,7 @@ class CAbilityPunkgoatGoatFlipVData : public CitadelAbilityVData
486487
// MPropertyStartGroup = "Motion"
487488
CPiecewiseCurve m_ChargingSpeedCurve;
488489
CPiecewiseCurve m_GoingUpSpeedCurve;
490+
float32 m_flGroundBreakOffAngle;
489491
// MPropertyStartGroup = "Modifiers"
490492
CEmbeddedSubclass< CCitadelModifier > m_Charging;
491493
CEmbeddedSubclass< CCitadelModifier > m_GoatGoingUp;

DumpSource2/schemas/client/CAbility_Mirage_Teleport_VData.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,8 @@
437437
// "m_TeleportEndParticle": "",
438438
// "m_strArriveSound": "",
439439
// "m_strDepartSound": "",
440-
// "m_strChannelDestinationSound": ""
440+
// "m_strChannelDestinationSound": "",
441+
// "m_flObjectiveOffset": 200.000000
441442
//}
442443
class CAbility_Mirage_Teleport_VData : public CitadelAbilityVData
443444
{
@@ -452,4 +453,6 @@ class CAbility_Mirage_Teleport_VData : public CitadelAbilityVData
452453
CSoundEventName m_strArriveSound;
453454
CSoundEventName m_strDepartSound;
454455
CSoundEventName m_strChannelDestinationSound;
456+
// MPropertyStartGroup = "Gameplay"
457+
float32 m_flObjectiveOffset;
455458
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// MGetKV3ClassDefaults = {
2+
// "m_nUpgradeBits": 1,
3+
// "m_nUpgradeLevel": 1
4+
//}
5+
class CCitadelAbilityUpgradeInfo_t
6+
{
7+
int32 m_nUpgradeBits;
8+
int32 m_nUpgradeLevel;
9+
};

DumpSource2/schemas/client/CCitadel_Ability_Magician_CopyUlt.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// MNetworkVarNames = "bool m_bIsModelSwapped"
44
// MNetworkVarNames = "GameTime_t m_timeSwappedModel"
55
// MNetworkVarNames = "CHandle< CCitadelBaseAbility> m_pActiveCopyUltimateAbility"
6-
// MNetworkVarNames = "CHandle< CCitadelBaseAbility> m_pLastTrainedCopiedUltimateAbility"
76
// MNetworkVarNames = "HeroID_t m_nCopiedHeroID"
87
class CCitadel_Ability_Magician_CopyUlt : public C_CitadelBaseAbility
98
{
@@ -18,11 +17,7 @@ class CCitadel_Ability_Magician_CopyUlt : public C_CitadelBaseAbility
1817
// MNetworkEnable
1918
CHandle< C_CitadelBaseAbility > m_pActiveCopyUltimateAbility;
2019
// MNetworkEnable
21-
CHandle< C_CitadelBaseAbility > m_pLastTrainedCopiedUltimateAbility;
22-
// MNetworkEnable
2320
HeroID_t m_nCopiedHeroID;
24-
GameTime_t m_flShouldKeepLastCopiedUltimateTrainedTime;
25-
CUtlVector< CModifierHandleTyped< CCitadelModifier > > m_vecModifiersThatKeepThisAbilityTrained;
21+
CUtlVector< LingeringCopiedAbility_t > m_vecLingeringCopiedAbilities;
2622
ModelChange_t m_ModelChange;
27-
int32 m_nNumAbilityBulletsStillLive;
2823
};

0 commit comments

Comments
 (0)