Skip to content

Commit

Permalink
Game update (14057)
Browse files Browse the repository at this point in the history
Game update (14057)
  • Loading branch information
ImInTheICU authored Nov 27, 2024
1 parent 2640f99 commit 768571a
Show file tree
Hide file tree
Showing 64 changed files with 262 additions and 262 deletions.
2 changes: 1 addition & 1 deletion output/animationsystem_dll.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

namespace CS2Dumper.Schemas {
// Module: animationsystem.dll
Expand Down
2 changes: 1 addition & 1 deletion output/animationsystem_dll.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion output/animationsystem_dll.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

Expand Down
34 changes: 17 additions & 17 deletions output/buttons.cs
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

namespace CS2Dumper {
// Module: client.dll
public static class Buttons {
public const nint attack = 0x184D4E0;
public const nint attack2 = 0x184D570;
public const nint back = 0x184D7B0;
public const nint duck = 0x184DA80;
public const nint forward = 0x184D720;
public const nint jump = 0x184D9F0;
public const nint left = 0x184D840;
public const nint lookatweapon = 0x1A5D160;
public const nint reload = 0x184D450;
public const nint right = 0x184D8D0;
public const nint showscores = 0x1A5D040;
public const nint sprint = 0x184D3C0;
public const nint turnleft = 0x184D600;
public const nint turnright = 0x184D690;
public const nint use = 0x184D960;
public const nint zoom = 0x1A5D0D0;
public const nint attack = 0x184E4D0;
public const nint attack2 = 0x184E560;
public const nint back = 0x184E7A0;
public const nint duck = 0x184EA70;
public const nint forward = 0x184E710;
public const nint jump = 0x184E9E0;
public const nint left = 0x184E830;
public const nint lookatweapon = 0x1A5E1A0;
public const nint reload = 0x184E440;
public const nint right = 0x184E8C0;
public const nint showscores = 0x1A5E080;
public const nint sprint = 0x184E3B0;
public const nint turnleft = 0x184E5F0;
public const nint turnright = 0x184E680;
public const nint use = 0x184E950;
public const nint zoom = 0x1A5E110;
}
}
34 changes: 17 additions & 17 deletions output/buttons.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#pragma once

Expand All @@ -8,21 +8,21 @@
namespace cs2_dumper {
// Module: client.dll
namespace buttons {
constexpr std::ptrdiff_t attack = 0x184D4E0;
constexpr std::ptrdiff_t attack2 = 0x184D570;
constexpr std::ptrdiff_t back = 0x184D7B0;
constexpr std::ptrdiff_t duck = 0x184DA80;
constexpr std::ptrdiff_t forward = 0x184D720;
constexpr std::ptrdiff_t jump = 0x184D9F0;
constexpr std::ptrdiff_t left = 0x184D840;
constexpr std::ptrdiff_t lookatweapon = 0x1A5D160;
constexpr std::ptrdiff_t reload = 0x184D450;
constexpr std::ptrdiff_t right = 0x184D8D0;
constexpr std::ptrdiff_t showscores = 0x1A5D040;
constexpr std::ptrdiff_t sprint = 0x184D3C0;
constexpr std::ptrdiff_t turnleft = 0x184D600;
constexpr std::ptrdiff_t turnright = 0x184D690;
constexpr std::ptrdiff_t use = 0x184D960;
constexpr std::ptrdiff_t zoom = 0x1A5D0D0;
constexpr std::ptrdiff_t attack = 0x184E4D0;
constexpr std::ptrdiff_t attack2 = 0x184E560;
constexpr std::ptrdiff_t back = 0x184E7A0;
constexpr std::ptrdiff_t duck = 0x184EA70;
constexpr std::ptrdiff_t forward = 0x184E710;
constexpr std::ptrdiff_t jump = 0x184E9E0;
constexpr std::ptrdiff_t left = 0x184E830;
constexpr std::ptrdiff_t lookatweapon = 0x1A5E1A0;
constexpr std::ptrdiff_t reload = 0x184E440;
constexpr std::ptrdiff_t right = 0x184E8C0;
constexpr std::ptrdiff_t showscores = 0x1A5E080;
constexpr std::ptrdiff_t sprint = 0x184E3B0;
constexpr std::ptrdiff_t turnleft = 0x184E5F0;
constexpr std::ptrdiff_t turnright = 0x184E680;
constexpr std::ptrdiff_t use = 0x184E950;
constexpr std::ptrdiff_t zoom = 0x1A5E110;
}
}
32 changes: 16 additions & 16 deletions output/buttons.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"client.dll": {
"attack": 25482464,
"attack2": 25482608,
"back": 25483184,
"duck": 25483904,
"forward": 25483040,
"jump": 25483760,
"left": 25483328,
"lookatweapon": 27644256,
"reload": 25482320,
"right": 25483472,
"showscores": 27643968,
"sprint": 25482176,
"turnleft": 25482752,
"turnright": 25482896,
"use": 25483616,
"zoom": 27644112
"attack": 25486544,
"attack2": 25486688,
"back": 25487264,
"duck": 25487984,
"forward": 25487120,
"jump": 25487840,
"left": 25487408,
"lookatweapon": 27648416,
"reload": 25486400,
"right": 25487552,
"showscores": 27648128,
"sprint": 25486256,
"turnleft": 25486832,
"turnright": 25486976,
"use": 25487696,
"zoom": 27648272
}
}
34 changes: 17 additions & 17 deletions output/buttons.rs
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#![allow(non_upper_case_globals, unused)]

pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x184D4E0;
pub const attack2: usize = 0x184D570;
pub const back: usize = 0x184D7B0;
pub const duck: usize = 0x184DA80;
pub const forward: usize = 0x184D720;
pub const jump: usize = 0x184D9F0;
pub const left: usize = 0x184D840;
pub const lookatweapon: usize = 0x1A5D160;
pub const reload: usize = 0x184D450;
pub const right: usize = 0x184D8D0;
pub const showscores: usize = 0x1A5D040;
pub const sprint: usize = 0x184D3C0;
pub const turnleft: usize = 0x184D600;
pub const turnright: usize = 0x184D690;
pub const r#use: usize = 0x184D960;
pub const zoom: usize = 0x1A5D0D0;
pub const attack: usize = 0x184E4D0;
pub const attack2: usize = 0x184E560;
pub const back: usize = 0x184E7A0;
pub const duck: usize = 0x184EA70;
pub const forward: usize = 0x184E710;
pub const jump: usize = 0x184E9E0;
pub const left: usize = 0x184E830;
pub const lookatweapon: usize = 0x1A5E1A0;
pub const reload: usize = 0x184E440;
pub const right: usize = 0x184E8C0;
pub const showscores: usize = 0x1A5E080;
pub const sprint: usize = 0x184E3B0;
pub const turnleft: usize = 0x184E5F0;
pub const turnright: usize = 0x184E680;
pub const r#use: usize = 0x184E950;
pub const zoom: usize = 0x1A5E110;
}
}
2 changes: 1 addition & 1 deletion output/client_dll.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

namespace CS2Dumper.Schemas {
// Module: client.dll
Expand Down
2 changes: 1 addition & 1 deletion output/client_dll.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion output/client_dll.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

Expand Down
2 changes: 1 addition & 1 deletion output/engine2_dll.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

namespace CS2Dumper.Schemas {
// Module: engine2.dll
Expand Down
2 changes: 1 addition & 1 deletion output/engine2_dll.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion output/engine2_dll.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

Expand Down
2 changes: 1 addition & 1 deletion output/host_dll.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

namespace CS2Dumper.Schemas {
// Module: host.dll
Expand Down
2 changes: 1 addition & 1 deletion output/host_dll.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion output/host_dll.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

Expand Down
4 changes: 2 additions & 2 deletions output/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"build_number": 14053,
"timestamp": "2024-11-21T03:01:24.891899+00:00"
"build_number": 14054,
"timestamp": "2024-11-27T22:53:17.703713100+00:00"
}
36 changes: 18 additions & 18 deletions output/interfaces.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll
Expand All @@ -9,14 +9,14 @@ public static class AnimationsystemDll {
}
// Module: client.dll
public static class ClientDll {
public const nint ClientToolsInfo_001 = 0x184CAD0;
public const nint EmptyWorldService001_Client = 0x1807E50;
public const nint GameClientExports001 = 0x1849788;
public const nint LegacyGameUI001 = 0x186A280;
public const nint Source2Client002 = 0x1A4CD40;
public const nint Source2ClientConfig001 = 0x19ECF70;
public const nint Source2ClientPrediction001 = 0x1854B90;
public const nint Source2ClientUI001 = 0x18686A0;
public const nint ClientToolsInfo_001 = 0x184DAC0;
public const nint EmptyWorldService001_Client = 0x1808E50;
public const nint GameClientExports001 = 0x184A778;
public const nint LegacyGameUI001 = 0x186B290;
public const nint Source2Client002 = 0x1A4DD80;
public const nint Source2ClientConfig001 = 0x19EDF90;
public const nint Source2ClientPrediction001 = 0x1855B80;
public const nint Source2ClientUI001 = 0x18696B0;
}
// Module: engine2.dll
public static class Engine2Dll {
Expand Down Expand Up @@ -147,24 +147,24 @@ public static class ScenefilecacheDll {
}
// Module: scenesystem.dll
public static class ScenesystemDll {
public const nint RenderingPipelines_001 = 0x5CEB20;
public const nint SceneSystem_002 = 0x7ADFF0;
public const nint SceneUtils_001 = 0x5CF370;
public const nint RenderingPipelines_001 = 0x5CEB10;
public const nint SceneSystem_002 = 0x7ADFE0;
public const nint SceneUtils_001 = 0x5CF360;
}
// Module: schemasystem.dll
public static class SchemasystemDll {
public const nint SchemaSystem_001 = 0x5E790;
}
// Module: server.dll
public static class ServerDll {
public const nint EmptyWorldService001_Server = 0x136EB30;
public const nint EmptyWorldService001_Server = 0x136EB20;
public const nint EntitySubclassUtilsV001 = 0x131F3E0;
public const nint NavGameTest001 = 0x140EB88;
public const nint ServerToolsInfo_001 = 0x13C4498;
public const nint Source2GameClients001 = 0x13BE340;
public const nint NavGameTest001 = 0x140EB78;
public const nint ServerToolsInfo_001 = 0x13C4488;
public const nint Source2GameClients001 = 0x13BE330;
public const nint Source2GameDirector001 = 0x14F2140;
public const nint Source2GameEntities001 = 0x13C43C0;
public const nint Source2Server001 = 0x13C4230;
public const nint Source2GameEntities001 = 0x13C43B0;
public const nint Source2Server001 = 0x13C4220;
public const nint Source2ServerConfig001 = 0x15AEB38;
public const nint customnavsystem001 = 0x1303B48;
}
Expand Down
36 changes: 18 additions & 18 deletions output/interfaces.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-11-21 03:01:24.891899 UTC
// 2024-11-27 22:53:17.703713100 UTC

#pragma once

Expand All @@ -14,14 +14,14 @@ namespace cs2_dumper {
}
// Module: client.dll
namespace client_dll {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184CAD0;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1807E50;
constexpr std::ptrdiff_t GameClientExports001 = 0x1849788;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x186A280;
constexpr std::ptrdiff_t Source2Client002 = 0x1A4CD40;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19ECF70;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1854B90;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x18686A0;
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184DAC0;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1808E50;
constexpr std::ptrdiff_t GameClientExports001 = 0x184A778;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x186B290;
constexpr std::ptrdiff_t Source2Client002 = 0x1A4DD80;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19EDF90;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1855B80;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x18696B0;
}
// Module: engine2.dll
namespace engine2_dll {
Expand Down Expand Up @@ -152,24 +152,24 @@ namespace cs2_dumper {
}
// Module: scenesystem.dll
namespace scenesystem_dll {
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x5CEB20;
constexpr std::ptrdiff_t SceneSystem_002 = 0x7ADFF0;
constexpr std::ptrdiff_t SceneUtils_001 = 0x5CF370;
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x5CEB10;
constexpr std::ptrdiff_t SceneSystem_002 = 0x7ADFE0;
constexpr std::ptrdiff_t SceneUtils_001 = 0x5CF360;
}
// Module: schemasystem.dll
namespace schemasystem_dll {
constexpr std::ptrdiff_t SchemaSystem_001 = 0x5E790;
}
// Module: server.dll
namespace server_dll {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136EB30;
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136EB20;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131F3E0;
constexpr std::ptrdiff_t NavGameTest001 = 0x140EB88;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C4498;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BE340;
constexpr std::ptrdiff_t NavGameTest001 = 0x140EB78;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C4488;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BE330;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F2140;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C43C0;
constexpr std::ptrdiff_t Source2Server001 = 0x13C4230;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C43B0;
constexpr std::ptrdiff_t Source2Server001 = 0x13C4220;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15AEB38;
constexpr std::ptrdiff_t customnavsystem001 = 0x1303B48;
}
Expand Down
Loading

0 comments on commit 768571a

Please sign in to comment.