Skip to content

Commit 9f424b2

Browse files
6398 | 17 files | M DumpSource2/.stringsignore, M DumpSource2/convars.txt, M DumpSource2/schemas/client/CAbility_Drifter_Darkness_VData.h, M DumpSource2/schemas/client/CCitadelZipLineNode.h, M DumpSource2/schemas/client/ECitadelGameMode.h, M DumpSource2/schemas/server/CAbility_Drifter_Darkness_VData.h, M DumpSource2/schemas/server/CCitadelZipLineNode.h, M Protobufs/citadel_gcmessages_common.proto, M game/citadel/bin/win64/client_strings.txt, M game/citadel/bin/win64/server_strings.txt, M game/citadel/pak01_dir.txt, M game/citadel/pak01_dir/panorama/layout/citadel_hud_modifier_message.xml, M game/citadel/pak01_dir/panorama/styles/citadel_hud_modifier_message.css, M game/citadel/pak01_dir/scripts/abilities.vdata, M game/citadel/pak01_dir/scripts/heroes.vdata, M game/citadel/pak01_dir/soundevents/gameplay.vsndevts, M game/citadel/steam.inf
https://steamdb.info/patchnotes/22406096/
1 parent 2f7fb30 commit 9f424b2

17 files changed

Lines changed: 644 additions & 608 deletions

DumpSource2/.stringsignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8723,6 +8723,7 @@ DynamicVolumeDef_t
87238723
Dynamically adjust shadow resolution
87248724
Dynamically adjust texture streaming budget based on GPU memory usage.
87258725
E
8726+
EA
87268727
EAC_COUNT
87278728
EAC_FIRST
87288729
EAC_NONE
@@ -8732,11 +8733,8 @@ EAIScheduleFlags
87328733
EAST
87338734
EAbilityActivation_t
87348735
EAbilityBehavior_t
8735-
EAbilityBucketCount
87368736
EAbilityBucketInnate
8737-
EAbilityBucketSpirit
87388737
EAbilityBucketType
8739-
EAbilityBucketVitality
87408738
EAbilityBucketWeapon
87418739
EAbilityInterruptCancel
87428740
EAbilityInterruptExternal
@@ -17873,8 +17871,6 @@ TE_SparksId
1787317871
TE_WorldDecalId
1787417872
THIS ONE ACTUALLY CHANGES TARGETING BEHAVIOR! Also use our cone visualizer for our preview, and a sat sphere at destination. AOE is determined by settings below, or by GetTargetingConeAngle if overridden.
1787517873
THUMBNAIL
17876-
TIMELINE_COMP
17877-
TIMELINE_COMPRESSION_SUM
1787817874
TLK_CITADEL_ABILITY_INTERRUPTED
1787917875
TLK_CITADEL_ABILITY_READY
1788017876
TLK_CITADEL_ALLY_KILLED
@@ -18385,7 +18381,6 @@ Timed
1838518381
Timed Block Limiter
1838618382
Timed Decay
1838718383
TimedEvent
18388-
TimelineCompression_t
1838918384
Timeout in seconds for backend requests
1839018385
Timers
1839118386
Timing Blend
@@ -21096,6 +21091,8 @@ citadel_mm_server_command
2109621091
citadel_mobile_resupply_healthbar_pos
2109721092
citadel_model_hit_size_debug
2109821093
citadel_modifier_history_show_time
21094+
citadel_modifier_hud_message_display_clear
21095+
citadel_modifier_hud_message_display_min_panel_count
2109921096
citadel_modifier_hud_message_display_time
2110021097
citadel_move_goal_tolerance
2110121098
citadel_movement_debugdraw
@@ -21788,7 +21785,6 @@ citadel_zipline_capture
2178821785
citadel_zipline_capture_all
2178921786
citadel_zipline_capture_trigger_thickness
2179021787
citadel_zipline_capture_trigger_width
21791-
citadel_zipline_capture_trigger_width_trooper_node_buffer
2179221788
citadel_zipline_curve_sampling_size
2179321789
citadel_zipline_debug_draw
2179421790
citadel_zipline_debug_draw_node_entity
@@ -24005,6 +24001,7 @@ k_ECitadelDisconnectReason_UserLeaveMatch
2400524001
k_ECitadelDisconnectReason_UserQuitApp
2400624002
k_ECitadelGameMode_1v1Test
2400724003
k_ECitadelGameMode_ExploreNYC
24004+
k_ECitadelGameMode_Internal
2400824005
k_ECitadelGameMode_Invalid
2400924006
k_ECitadelGameMode_Normal
2401024007
k_ECitadelGameMode_Sandbox
@@ -26916,6 +26913,7 @@ m_Out1
2691626913
m_Out2
2691726914
m_OutColor1
2691826915
m_OutColor2
26916+
m_OutOfCombatSprintCamera
2691926917
m_OutRequirements
2692026918
m_OutValue
2692126919
m_OuterAngle
@@ -35315,7 +35313,7 @@ m_hGraphDefinitionAG2
3531535313
m_hGroundDamageTakenParticle
3531635314
m_hGroundEffect
3531735315
m_hGroundEntity
35318-
m_hGuardingBoss
35316+
m_hGuardingBosses
3531935317
m_hHandle
3532035318
m_hHeroPawn
3532135319
m_hHexWarningParticle

DumpSource2/convars.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3112,7 +3112,13 @@ citadel_model_hit_size_debug false (developmentonly clientdll)
31123112
citadel_modifier_history_show_time 6 (developmentonly clientdll)
31133113
<no description>
31143114

3115-
citadel_modifier_hud_message_display_time 2 (developmentonly clientdll)
3115+
citadel_modifier_hud_message_display_clear false (developmentonly clientdll)
3116+
<no description>
3117+
3118+
citadel_modifier_hud_message_display_min_panel_count 4 (developmentonly clientdll)
3119+
<no description>
3120+
3121+
citadel_modifier_hud_message_display_time 2.5 (developmentonly clientdll)
31163122
<no description>
31173123

31183124
citadel_move_goal_tolerance 8 (gamedll cheat)
@@ -4945,9 +4951,6 @@ citadel_zipline_capture_trigger_thickness 400 (developmentonly gamedll defensive
49454951
citadel_zipline_capture_trigger_width 1200 (developmentonly gamedll defensive)
49464952
<no description>
49474953

4948-
citadel_zipline_capture_trigger_width_trooper_node_buffer 200 (developmentonly gamedll defensive)
4949-
<no description>
4950-
49514954
citadel_zipline_curve_sampling_size 24 (developmentonly gamedll clientdll replicated)
49524955
<no description>
49534956

DumpSource2/schemas/client/CAbility_Drifter_Darkness_VData.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@
435435
// "m_TargetRevealModifier":
436436
// {
437437
// },
438+
// "m_OutOfCombatSprintCamera":
439+
// {
440+
// },
438441
// "m_CastParticle": "",
439442
// "m_CastDelayParticle": "",
440443
// "m_HitConfirmSound": ""
@@ -445,6 +448,7 @@ class CAbility_Drifter_Darkness_VData : public CitadelAbilityVData
445448
CEmbeddedSubclass< CCitadelModifier > m_CasterModifier;
446449
CEmbeddedSubclass< CCitadelModifier > m_TargetModifier;
447450
CEmbeddedSubclass< CCitadelModifier > m_TargetRevealModifier;
451+
CEmbeddedSubclass< CCitadelModifier > m_OutOfCombatSprintCamera;
448452
// MPropertyStartGroup = "Visuals"
449453
CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > > m_CastParticle;
450454
CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > > m_CastDelayParticle;

DumpSource2/schemas/client/CCitadelZipLineNode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// MNetworkVarNames = "float m_flSpeedMultiplierFromBaseBonus"
2323
// MNetworkVarNames = "float m_flTaper"
2424
// MNetworkVarNames = "Color m_Color"
25-
// MNetworkVarNames = "EHANDLE m_hGuardingBoss"
25+
// MNetworkVarNames = "EHANDLE m_hGuardingBosses"
2626
// MNetworkVarNames = "float m_flRopeRadius"
2727
// MNetworkVarNames = "bool m_bEnabled"
2828
class CCitadelZipLineNode : public C_BaseModelEntity
@@ -82,7 +82,7 @@ class CCitadelZipLineNode : public C_BaseModelEntity
8282
Color m_Color;
8383
// MNetworkEnable
8484
// MNotSaved
85-
CHandle< C_BaseEntity > m_hGuardingBoss;
85+
C_NetworkUtlVectorBase< CHandle< C_BaseEntity > > m_hGuardingBosses;
8686
// MNetworkEnable
8787
float32 m_flRopeRadius;
8888
// MNetworkEnable

DumpSource2/schemas/client/ECitadelGameMode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ enum ECitadelGameMode : uint32_t
66
k_ECitadelGameMode_Sandbox = 3,
77
k_ECitadelGameMode_StreetBrawl = 4,
88
k_ECitadelGameMode_ExploreNYC = 5,
9+
k_ECitadelGameMode_Internal = 6,
910
};

DumpSource2/schemas/server/CAbility_Drifter_Darkness_VData.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@
435435
// "m_TargetRevealModifier":
436436
// {
437437
// },
438+
// "m_OutOfCombatSprintCamera":
439+
// {
440+
// },
438441
// "m_CastParticle": "",
439442
// "m_CastDelayParticle": "",
440443
// "m_HitConfirmSound": ""
@@ -445,6 +448,7 @@ class CAbility_Drifter_Darkness_VData : public CitadelAbilityVData
445448
CEmbeddedSubclass< CCitadelModifier > m_CasterModifier;
446449
CEmbeddedSubclass< CCitadelModifier > m_TargetModifier;
447450
CEmbeddedSubclass< CCitadelModifier > m_TargetRevealModifier;
451+
CEmbeddedSubclass< CCitadelModifier > m_OutOfCombatSprintCamera;
448452
// MPropertyStartGroup = "Visuals"
449453
CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > > m_CastParticle;
450454
CResourceNameTyped< CWeakHandle< InfoForResourceTypeIParticleSystemDefinition > > m_CastDelayParticle;

DumpSource2/schemas/server/CCitadelZipLineNode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// MNetworkVarNames = "float m_flSpeedMultiplierFromBaseBonus"
2323
// MNetworkVarNames = "float m_flTaper"
2424
// MNetworkVarNames = "Color m_Color"
25-
// MNetworkVarNames = "EHANDLE m_hGuardingBoss"
25+
// MNetworkVarNames = "EHANDLE m_hGuardingBosses"
2626
// MNetworkVarNames = "float m_flRopeRadius"
2727
// MNetworkVarNames = "bool m_bEnabled"
2828
class CCitadelZipLineNode : public CBaseModelEntity
@@ -88,7 +88,7 @@ class CCitadelZipLineNode : public CBaseModelEntity
8888
Color m_Color;
8989
// MNetworkEnable
9090
// MNotSaved
91-
CHandle< CBaseEntity > m_hGuardingBoss;
91+
CNetworkUtlVectorBase< CHandle< CBaseEntity > > m_hGuardingBosses;
9292
// MNetworkEnable
9393
float32 m_flRopeRadius;
9494
// MNetworkEnable

Protobufs/citadel_gcmessages_common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ enum ECitadelGameMode {
136136
k_ECitadelGameMode_Sandbox = 3;
137137
k_ECitadelGameMode_StreetBrawl = 4;
138138
k_ECitadelGameMode_ExploreNYC = 5;
139+
k_ECitadelGameMode_Internal = 6;
139140
}
140141

141142
enum ELobbyServerState {

0 commit comments

Comments
 (0)