Skip to content

Commit 48328d0

Browse files
2000424 | 29 files | M DumpSource2/convars.txt, M DumpSource2/schemas/client/CCSPlayerController.h, M DumpSource2/schemas/client/CCSPlayer_MovementServices.h, M DumpSource2/schemas/client/C_CSWeaponBase.h, M DumpSource2/schemas/client/C_SmokeGrenadeProjectile.h, M DumpSource2/schemas/server/CCSPlayerController.h, M DumpSource2/schemas/server/CCSPlayerController_DamageServices.h, M DumpSource2/schemas/server/CCSPlayer_MovementServices.h, M DumpSource2/schemas/server/CCSWeaponBase.h, M DumpSource2/schemas/server/CSmokeGrenadeProjectile.h, M game/bin/built_from_cl.txt, M game/bin/linuxsteamrt64/libengine2_strings.txt, M game/bin/linuxsteamrt64/librendersystemvulkan_strings.txt, M game/bin/linuxsteamrt64/libresourcesystem_strings.txt, M game/bin/linuxsteamrt64/libworldrenderer_strings.txt, M game/bin/win64/assetrename_strings.txt, M game/bin/win64/tools/hammer_strings.txt, M game/bin/win64/tools/met_strings.txt, M game/bin/win64/tools/modeldoc_editor_strings.txt, M game/bin/win64/tools/pet_strings.txt, M game/bin/
https://steamdb.info/patchnotes/16213816/
1 parent 08facd8 commit 48328d0

29 files changed

+125
-112
lines changed

DumpSource2/convars.txt

+5-14
Original file line numberDiff line numberDiff line change
@@ -5268,7 +5268,7 @@ mp_warmuptime_match_cancelled 5 (gamedll clientdll replicated release missing3)
52685268
mp_weapon_next_owner_touch_time 1.3 (gamedll cheat release)
52695269
<no description>
52705270

5271-
mp_weapon_prev_owner_touch_time 1.5 (gamedll cheat release)
5271+
mp_weapon_prev_owner_touch_time 1.5 (gamedll clientdll replicated cheat release)
52725272
<no description>
52735273

52745274
mp_weapon_self_inflict_amount 0 (gamedll replicated release missing3)
@@ -9246,24 +9246,12 @@ sv_accelerate_use_weapon_speed true (gamedll clientdll notify replicated release
92469246
sv_ag2_low_skel_lod false (developmentonly gamedll defensive)
92479247
<no description>
92489248

9249-
sv_air_max_horizontal_parachute_speed 240 (gamedll clientdll replicated release)
9250-
<no description>
9251-
92529249
sv_air_max_wishspeed 30 (gamedll clientdll replicated release)
92539250
<no description>
92549251

9255-
sv_air_pushaway_dist 0 (gamedll clientdll replicated release missing3)
9256-
<no description>
9257-
92589252
sv_airaccelerate 12 (gamedll clientdll notify replicated release)
92599253
<no description>
92609254

9261-
sv_airaccelerate_parachute 2.6 (gamedll clientdll replicated release)
9262-
<no description>
9263-
9264-
sv_airaccelerate_rappel 2.2 (gamedll clientdll replicated release)
9265-
<no description>
9266-
92679255
sv_allchat true (gamedll notify release)
92689256
Players can receive all other players' text chat, no death restrictions
92699257

@@ -9468,7 +9456,7 @@ sv_debug_overlays_bandwidth 65536 (release)
94689456
sv_debug_overlays_broadcast false (notify cheat release)
94699457
Broadcast server debug overlays
94709458

9471-
sv_debug_player_use false (developmentonly gamedll clientdll replicated defensive)
9459+
sv_debug_player_use 0 (developmentonly gamedll clientdll replicated defensive)
94729460
Visualizes +use logic. Green cross=trace success, Red cross=trace too far, Green box=radius success
94739461

94749462
sv_debugroundstats false (developmentonly gamedll)
@@ -10374,6 +10362,9 @@ sv_unpause_on_console_close false (archive)
1037410362
sv_update_animgraph_movement_in_finish true (gamedll clientdll replicated cheat)
1037510363
Whether we should update animgraph movement in FinishMove.
1037610364

10365+
sv_use_hi_pri_context_switch_time 1 (gamedll clientdll replicated release)
10366+
+use search behaves as though high priority items are usable for this long after they become unusable to avoid players accidentally performing a different action.
10367+
1037710368
sv_use_pvs_cache false (developmentonly gamedll)
1037810369
<no description>
1037910370

DumpSource2/schemas/client/CCSPlayerController.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ class CCSPlayerController : public CBasePlayerController
5555
int32 m_iPawnBotDifficulty;
5656
CHandle< CCSPlayerController > m_hOriginalControllerOfCurrentPawn;
5757
int32 m_iScore;
58-
C_NetworkUtlVectorBase< EKillTypes_t > m_vecKills;
58+
uint8[8] m_recentKillQueue;
59+
uint8 m_nFirstKill;
60+
uint8 m_nKillCount;
5961
bool m_bMvpNoMusic;
6062
int32 m_eMvpReason;
6163
int32 m_iMusicKitID;

DumpSource2/schemas/client/CCSPlayer_MovementServices.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class CCSPlayer_MovementServices : public CPlayer_MovementServices_Humanoid
22
{
3-
float32 m_flMaxFallVelocity;
43
Vector m_vecLadderNormal;
54
int32 m_nLadderSurfacePropIndex;
65
float32 m_flDuckAmount;
@@ -29,8 +28,6 @@ class CCSPlayer_MovementServices : public CPlayer_MovementServices_Humanoid
2928
int32 m_nGameCodeHasMovedPlayerAfterCommand;
3029
bool m_bOldJumpPressed;
3130
float32 m_flJumpPressedTime;
32-
float32 m_flJumpUntil;
33-
float32 m_flJumpVel;
3431
GameTime_t m_fStashGrenadeParameterWhen;
3532
uint64 m_nButtonDownMaskPrev;
3633
float32 m_flOffsetTickCompleteTime;
@@ -39,4 +36,6 @@ class CCSPlayer_MovementServices : public CPlayer_MovementServices_Humanoid
3936
float32 m_flHeightAtJumpStart;
4037
float32 m_flMaxJumpHeightThisJump;
4138
float32 m_flMaxJumpHeightLastJump;
39+
float32 m_flStaminaAtJumpStart;
40+
float32 m_flAccumulatedJumpError;
4241
};

DumpSource2/schemas/client/C_CSWeaponBase.h

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class C_CSWeaponBase : public C_BasePlayerWeapon
5555
bool m_bOldFirstPersonSpectatedState;
5656
bool m_bUIWeapon;
5757
int32 m_nCustomEconReloadEventId;
58+
GameTime_t m_nextPrevOwnerUseTime;
5859
CHandle< C_CSPlayerPawn > m_hPrevOwner;
5960
GameTick_t m_nDropTick;
6061
bool m_donated;

DumpSource2/schemas/client/C_SmokeGrenadeProjectile.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ class C_SmokeGrenadeProjectile : public C_BaseCSGrenadeProjectile
55
int32 m_nRandomSeed;
66
Vector m_vSmokeColor;
77
Vector m_vSmokeDetonationPos;
8-
CUtlVector< uint8 > m_VoxelFrameData;
8+
C_NetworkUtlVectorBase< uint8 > m_VoxelFrameData;
9+
int32 m_nVoxelFrameDataSize;
10+
int32 m_nVoxelUpdate;
911
bool m_bSmokeVolumeDataReceived;
1012
bool m_bSmokeEffectSpawned;
1113
};

DumpSource2/schemas/server/CCSPlayerController.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ class CCSPlayerController : public CBasePlayerController
6666
int32 m_iScore;
6767
int32 m_iRoundScore;
6868
int32 m_iRoundsWon;
69-
CNetworkUtlVectorBase< EKillTypes_t > m_vecKills;
69+
uint8[8] m_recentKillQueue;
70+
uint8 m_nFirstKill;
71+
uint8 m_nKillCount;
7072
bool m_bMvpNoMusic;
7173
int32 m_eMvpReason;
7274
int32 m_iMusicKitID;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class CCSPlayerController_DamageServices : public CPlayerControllerComponent
22
{
3+
CUtlVector< CDamageRecord > m_DamageListServer;
34
int32 m_nSendUpdate;
45
CUtlVectorEmbeddedNetworkVar< CDamageRecord > m_DamageList;
56
};

DumpSource2/schemas/server/CCSPlayer_MovementServices.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class CCSPlayer_MovementServices : public CPlayer_MovementServices_Humanoid
22
{
3-
float32 m_flMaxFallVelocity;
43
Vector m_vecLadderNormal;
54
int32 m_nLadderSurfacePropIndex;
65
float32 m_flDuckAmount;
@@ -31,8 +30,6 @@ class CCSPlayer_MovementServices : public CPlayer_MovementServices_Humanoid
3130
int32 m_iFootsteps;
3231
bool m_bOldJumpPressed;
3332
float32 m_flJumpPressedTime;
34-
float32 m_flJumpUntil;
35-
float32 m_flJumpVel;
3633
GameTime_t m_fStashGrenadeParameterWhen;
3734
uint64 m_nButtonDownMaskPrev;
3835
float32 m_flOffsetTickCompleteTime;
@@ -41,4 +38,6 @@ class CCSPlayer_MovementServices : public CPlayer_MovementServices_Humanoid
4138
float32 m_flHeightAtJumpStart;
4239
float32 m_flMaxJumpHeightThisJump;
4340
float32 m_flMaxJumpHeightLastJump;
41+
float32 m_flStaminaAtJumpStart;
42+
float32 m_flAccumulatedJumpError;
4443
};

DumpSource2/schemas/server/CCSWeaponBase.h

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class CCSWeaponBase : public CBasePlayerWeapon
5151
bool m_bUseCanOverrideNextOwnerTouchTime;
5252
GameTime_t m_nextOwnerTouchTime;
5353
GameTime_t m_nextPrevOwnerTouchTime;
54+
GameTime_t m_nextPrevOwnerUseTime;
5455
CHandle< CCSPlayerPawn > m_hPrevOwner;
5556
GameTick_t m_nDropTick;
5657
bool m_donated;

DumpSource2/schemas/server/CSmokeGrenadeProjectile.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ class CSmokeGrenadeProjectile : public CBaseCSGrenadeProjectile
55
int32 m_nRandomSeed;
66
Vector m_vSmokeColor;
77
Vector m_vSmokeDetonationPos;
8-
CUtlVector< uint8 > m_VoxelFrameData;
8+
CNetworkUtlVectorBase< uint8 > m_VoxelFrameData;
9+
int32 m_nVoxelFrameDataSize;
10+
int32 m_nVoxelUpdate;
911
GameTime_t m_flLastBounce;
1012
GameTime_t m_fllastSimulationTime;
1113
bool m_bExplodeFromInferno;

game/bin/built_from_cl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9290119
1+
9296790

game/bin/linuxsteamrt64/libengine2_strings.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,6 @@ $tLVRenderDeviceSetupV001
16031603
21IUGCAddonPathResolver
16041604
21IVConCommDataReceived
16051605
21NetMessagePacketStart
1606-
22:46:58
16071606
22C2S_CONNECTION_Message
16081607
22CCLCMsg_CmdKeyValues_t
16091608
22CCLCMsg_FileCRCCheck_t
@@ -1634,6 +1633,7 @@ $tLVRenderDeviceSetupV001
16341633
22IServerConsoleRedirect
16351634
22ISocketCreatorListener
16361635
22IToolsResourceListener
1636+
23:57:32
16371637
23CBaseGameUIInputHandler
16381638
23CCLCMsg_LoadingProgress
16391639
23CClientOnlyServerConfig
@@ -2622,6 +2622,7 @@ CCommandBuffer::BeginProcessingCommands(int)
26222622
CCommandBuffer::CCommandBuffer()
26232623
CCommandBuffer::DequeueNextCommand()
26242624
CCommandBuffer::EndProcessingCommands()
2625+
CCommandBuffer::GetNextCommandHandle()
26252626
CCommandBuffer::LockCommandBuffer(bool)
26262627
CCommandBuffer::SplitCommands(char const*, int, CUtlVector<CUtlString, int, CUtlMemory<CUtlString, int>>*)
26272628
CCommandBuffer::~CCommandBuffer()
@@ -5950,7 +5951,7 @@ OV{O
59505951
OZw3(?
59515952
Obtained EMS handle %u
59525953
Obtained XMS handle %u
5953-
Oct 22 2024
5954+
Oct 28 2024
59545955
October
59555956
Ogham
59565957
Ol_Chiki
@@ -7055,7 +7056,6 @@ Sending S2C_CONNECTION to %s [addons:'%s']\n
70557056
Sending connect to %s\n
70567057
Sending voice from: %s - playerslot: %d [ xuid %llx ]\n
70577058
Sent vprof lite summary to server. %d frames, %d detailed line items\n
7058-
Sep 30 2024
70597059
September
70607060
Serialized Async Reads
70617061
SerializedEntitiesVersion001

game/bin/linuxsteamrt64/librendersystemvulkan_strings.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
5_0_vulkan
291291
5a\v6;
292292
6_0_vulkan
293+
98q+^Sq<
293294
:V!2m
294295
;\tFzo
295296
<NoDebugString>
@@ -2593,7 +2594,7 @@ vulkan/renderdevicevulkan.cpp(9464): no allocation for image %s.\n
25932594
vulkan/renderdevicevulkan.cpp(9483): Unable to get Vulkan buffer.\n
25942595
vulkan/renderdevicevulkan.cpp(9489): no allocation for buffer %s.\n
25952596
vulkan/renderthreadvulkan.cpp
2596-
vulkan/renderthreadvulkan.cpp(203): Error! NULL texture pointer sent to OnReadPixels()!\n
2597+
vulkan/renderthreadvulkan.cpp(204): Error! NULL texture pointer sent to OnReadPixels()!\n
25972598
vulkan/shadertablevulkan.cpp
25982599
vulkan/texturevulkan.cpp
25992600
vulkan/texturevulkan.cpp(1480):

game/bin/linuxsteamrt64/libresourcesystem_strings.txt

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ memmove
218218
memset
219219
not enough space for format expansion (Please submit full bug report at https://gcc.gnu.org/bugsbasic_string::_M_create
220220
null
221+
o$e=J
221222
panorama_image
222223
profilehelpers.cpp
223224
resource

game/bin/linuxsteamrt64/libworldrenderer_strings.txt

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ WorldRenderer/GrassNoHalfTexel
274274
WorldRenderer/GrassQuadSize
275275
X24_TYPELESS_G8_UINT
276276
X32_TYPELESS_G8X24_UINT
277+
Y~J3
277278
ZN31CReadGrassTexturePixelsCallback19OnReadTexturePixelsEPKh11ImageFormatiiiiEUlvE_
278279
ZN37CTypesafeIntrospectedToKV3TypeManagerILy431366240118E11WorldNode_tE15AllocateAndLoadER23CKV3TransferLoadContextPK21ResourceBindingBase_tP29IRD_RegisterResourceDataUtilsE15CAllocatorUtils
279280
ZN37CTypesafeIntrospectedToKV3TypeManagerILy431366240118E11WorldNode_tE24DeallocateDestroyCleanupEPvP25IResourceDeallocatorUtilsE17CDeallocatorUtils

game/bin/win64/assetrename_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19833,6 +19833,7 @@ Obtained XMS handle %u
1983319833
Occlusion Probe
1983419834
Occlusion Value
1983519835
Occlusion value between the source and selected probe.
19836+
Oct 28 2024
1983619837
October
1983719838
Off Before Finished
1983819839
Off When Finished
@@ -21440,7 +21441,6 @@ SelectorTagBehavior_OnWhileCurrent
2144021441
SelectorTagBehavior_t
2144121442
Selects faces whose UVs overlap. Note that neighboring faces are not considered overlapping, and there is a minor tolerance to this check.
2144221443
SendMessageA
21443-
Sep 30 2024
2144421444
September
2144521445
Sequence
2144621446
Sequence %d out of order (@position %d).\n

game/bin/win64/tools/hammer_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28936,7 +28936,7 @@ OccludedColorB
2893628936
Occlusion Probe
2893728937
Occlusion Value
2893828938
Occlusion value between the source and selected probe.
28939-
Oct 17 2024
28939+
Oct 28 2024
2894028940
Octaves:
2894128941
October
2894228942
Offset

game/bin/win64/tools/met_strings.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ $\f?focusNextPrevChild@QWidget@@MEAA_N_N@Z
11341134
1/2/3
11351135
11Y@
11361136
128 x 128
1137-
14:15:36
1137+
16:54:10
11381138
1:1: Tokens : ( T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | BOOLLITERAL | ID | INTEGERLITERAL | HEXINTEGERLITERAL | FLOATLITERAL | COMMENT | WS );
11391139
1:1: Tokens : ( T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | TOK_COLON | OPEN_BRACE | CLOSE_BRACE | OPEN_PAREN | CLOSE_PAREN | OPEN_BRACKET | CLOSE_BRACKET | SEMICOLON | OP_EQUAL | COMMA | DOUBLE_AND | NEGATIVE_TOK | DOUBLE_OR | LITERAL_TRUE | LITERAL_FALSE | POS_INTLITERAL | POS_FLOATLITERAL | ID | DOUBLE_QUOTED_STRING | SINGLE_QUOTED_STRING | SINGLE_LINE_COMMENT | ML_COMMENT | WS | UNRECOGNIZED );
11401140
1A26b
@@ -5430,7 +5430,7 @@ O\n?done@QFileDialog@@MEAAXH@Z
54305430
Oa?width@QImage@@QEBAHXZ
54315431
Obtained EMS handle %u
54325432
Obtained XMS handle %u
5433-
Oct 17 2024
5433+
Oct 28 2024
54345434
October
54355435
Offset
54365436
OffsetPulse

game/bin/win64/tools/modeldoc_editor_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22774,7 +22774,7 @@ Zpm"U
2277422774
]?sharedPainter@QPaintDevice@@MEBAPEAVQPainter@@XZ
2277522775
]?start@QMovie@@QEAAXXZ
2277622776
]?staticMetaObject@QTextDocument@@2UQMetaObject@@B
22777-
]FKf
22777+
]FKg
2277822778
]X?setBackgroundMode@QPainter@@QEAAXW4BGMode@Qt@@@Z
2277922779
]\n,NETWORK_DISCONNECT_REJECT_INVALIDRESERVATION
2278022780
]\r?horizontalOffset@QListView@@MEBAHXZ

game/bin/win64/tools/pet_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11555,6 +11555,7 @@ Obtained XMS handle %u
1155511555
Occlusion Probe
1155611556
Occlusion Value
1155711557
Occlusion value between the source and selected probe.
11558+
Oct 28 2024
1155811559
October
1155911560
Offset
1156011561
Offset Vector(Init Vec)
@@ -13128,7 +13129,6 @@ SelectionChanged
1312813129
SelectionSet
1312913130
Self
1313013131
Self With Wearables
13131-
Sep 30 2024
1313213132
September
1313313133
SeqPoint{%p} %s%s%s
1313413134
Sequence

game/bin/win64/tools/sfm_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3999,7 +3999,7 @@ $schemasystem/schema_enable_defines.h
39993999
.placeholder.proto
40004000
.png
40014001
.psd
4002-
.q6e
4002+
.q6f
40034003
.rdata
40044004
.rdata$T
40054005
.rdata$r

game/bin/win64/toolscenenodes_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10565,6 +10565,7 @@ Obtained XMS handle %u
1056510565
Occlusion Probe
1056610566
Occlusion Value
1056710567
Occlusion value between the source and selected probe.
10568+
Oct 28 2024
1056810569
October
1056910570
Offset
1057010571
Offset from path
@@ -12007,7 +12008,6 @@ SelectionOverlayAlpha_2
1200712008
SelectionRemove
1200812009
SelectionSet
1200912010
SelectionWireframe
12010-
Sep 30 2024
1201112011
September
1201212012
Sequence %d out of order (@position %d).\n
1201312013
Sequence Random

game/bin/win64/vrad3_strings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4020,7 +4020,7 @@ path_trace_triangles_gpu_init
40204020
path_trace_triangles_gpu_shutdown
40214021
path_trajectory
40224022
pattern
4023-
pc64 Oct 17 2024 14:15:54
4023+
pc64 Oct 28 2024 16:52:54
40244024
permission denied
40254025
pfmscale
40264026
phonememap

0 commit comments

Comments
 (0)