mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-09-14 21:50:05 +08:00
Compare commits
20 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2d0bdc3ba4 | ||
|
fbcf7059da | ||
|
baae1570ee | ||
|
2b306cd1c7 | ||
|
5e7a138c93 | ||
|
bc337a247f | ||
|
ebea3364c4 | ||
|
86e536407b | ||
|
9111d7a0f4 | ||
|
6a69ee5232 | ||
|
43ba96ccf0 | ||
|
57fa5bc03b | ||
|
32be3bec25 | ||
|
8dc027007e | ||
|
1b85d65822 | ||
|
4f75a293b0 | ||
|
23072c2456 | ||
|
1e88a527a2 | ||
|
45b7574975 | ||
|
6406f88e0b |
@@ -12,12 +12,13 @@ clap = { version = "4.5", features = ["derive"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
heck = "0.5"
|
||||
log = "0.4"
|
||||
memflow = "0.2"
|
||||
memflow = "= 0.2.1"
|
||||
memflow-native = { git = "https://github.com/memflow/memflow-native" }
|
||||
pelite = "0.10"
|
||||
phf = { version = "0.11", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
skidscan = "2.0"
|
||||
skidscan-macros = "0.1"
|
||||
simplelog = "0.12"
|
||||
thiserror = "1.0"
|
||||
|
||||
|
17
README.md
17
README.md
@@ -1,8 +1,8 @@
|
||||
# cs2-dumper
|
||||
|
||||
An external offset/interface dumper for Counter-Strike 2, with support for both Windows & Linux. Powered by [memflow](https://github.com/memflow/memflow).
|
||||
An external Counter-Strike 2 offset/interface dumper for Linux.
|
||||
|
||||
The native Linux version is available in the [linux](https://github.com/a2x/cs2-dumper/tree/linux) branch.
|
||||
**Note:** This branch will likely not be kept up-to-date by myself. Pull requests are welcome!
|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -13,24 +13,21 @@ toolchain must be installed.
|
||||
## Usage
|
||||
|
||||
1. Ensure the game process is running (Being in the main menu should suffice).
|
||||
2. Run the `cs2-dumper` executable (Note that some memflow connectors may require elevated privileges).
|
||||
|
||||
When running the executable without providing an optional memflow connector name, it will default to using the [memflow-native](https://github.com/memflow/memflow-native) cross-platform OS layer to read the memory of the game process. If you wish to use an existing memflow connector instead, pass the `connector` and optional `connector-args` arguments to the program.
|
||||
|
||||
E.g. `./cs2-dumper -c pcileech -a device=fpga -vvv`
|
||||
2. Run the `cs2-dumper` executable.
|
||||
|
||||
### Available Arguments
|
||||
|
||||
- `-c, --connector <connector>`: The name of the memflow connector to use.
|
||||
- `-a, --connector-args <connector-args>`: Additional arguments to pass to the memflow connector.
|
||||
- `-f, --file-types <file-types>`: The types of files to generate. Default: `cs`, `hpp`, `json`, `rs`.
|
||||
- `-i, --indent-size <indent-size>`: The number of spaces to use per indentation level. Default: `4`.
|
||||
- `-o, --output <output>`: The output directory to write the generated files to. Default: `output`.
|
||||
- `-p, --process-name <process-name>`: The name of the game process. Default: `cs2.exe`.
|
||||
- `-v...`: Increase logging verbosity. Can be specified multiple times.
|
||||
- `-h, --help`: Print help.
|
||||
- `-V, --version`: Print version.
|
||||
|
||||
## Running Tests
|
||||
|
||||
To run tests, use the following command: `cargo test -- --nocapture`.
|
||||
|
||||
## License
|
||||
|
||||
Licensed under the MIT license ([LICENSE](./LICENSE)).
|
||||
|
337
config.json
Normal file
337
config.json
Normal file
@@ -0,0 +1,337 @@
|
||||
{
|
||||
"executable": "cs2",
|
||||
"signatures": [
|
||||
{
|
||||
"libclient.so": [
|
||||
{
|
||||
"name": "dwCSGOInput",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 55 48 89 E5 41 56 41 55 49 89 FD 41 54 49 89 F4",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwEntityList",
|
||||
"pattern": "4C 89 25 ? ? ? ? 48 89 05 ? ? ? ? 49 8B 5D",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem",
|
||||
"pattern": "48 89 3D ? ? ? ? E9 ? ? ? ? 55",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem_highestEntityIndex",
|
||||
"pattern": "8B 87 ? ? ? ? C3 66 0F 1F 84 00 ? ? ? ? 8B 97",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameRules",
|
||||
"pattern": "48 89 1D ? ? ? ? 48 8B 00",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGlobalVars",
|
||||
"pattern": "48 89 35 ? ? ? ? 48 89 46",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGlowManager",
|
||||
"pattern": "48 8B 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8D 05 ? ? ? ? 48 C7 47",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwLocalPlayerController",
|
||||
"pattern": "4C 89 2D ? ? ? ? E8 ? ? ? ? 48 8B 45",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwLocalPlayerPawn",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? C7 47 ? ? ? ? ? C7 47 ? ? ? ? ? C3",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 328
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwPlantedC4",
|
||||
"pattern": "48 8B 05 ? ? ? ? 4C 89 24 D8 49 8B 44 24",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwPrediction",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? C7 47 ? ? ? ? ? C7 47 ? ? ? ? ? C3",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwSensitivity",
|
||||
"pattern": "48 8B 05 ? ? ? ? 48 8B 40 ? E9 ? ? ? ? 48 8B 05 ? ? ? ? 48 8B 40 ? EB ? 0F 1F 00 55 48 89 E5 41 57 66 41 0F 7E DF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwSensitivity_sensitivity",
|
||||
"pattern": "FF 53 ? 48 8D 4D AC",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwViewAngles",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 55 48 89 E5 41 56 41 55 49 89 FD 41 54 49 89 F4",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 21544
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwViewMatrix",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 83 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwViewRender",
|
||||
"pattern": "48 8D 05 ? ? ? ? 48 89 38 48 85 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"libengine2.so": [
|
||||
{
|
||||
"name": "dwBuildNumber",
|
||||
"pattern": "89 15 ? ? ? ? 48 83 C3",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip",
|
||||
"offset": 2,
|
||||
"len": 6
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient",
|
||||
"pattern": "48 89 1D ? ? ? ? 49 8B 04 24",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_clientTickCount",
|
||||
"pattern": "8B 87 ? ? ? ? C3 66 0F 1F 84 00 00 00 00 00 8B 87 ? ? ? ? C3 66 0F 1F 84 00 00 00 00 00 C3 66 2E 0F 1F 84 00 00 00 00 00 0F 1F 44 00 00 C3",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_deltaTick",
|
||||
"pattern": "89 83 ? ? ? ? B8 ? ? ? ? 5B",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_isBackgroundMap",
|
||||
"pattern": "0F B6 87 ? ? ? ? C3 0F 1F 84 00 00 00 00 00 C3 66 2E 0F 1F 84 00 00 00 00 00 0F 1F 44 00 00 C3",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 3,
|
||||
"end": 7
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_localPlayer",
|
||||
"pattern": "8B 84 C7 ? ? ? ? C3 66 0F 1F 44 00",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 3,
|
||||
"end": 5
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 8
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_maxClients",
|
||||
"pattern": "8B 87 ? ? ? ? C3 66 0F 1F 84 00 ? ? ? ? 8B 87 ? ? ? ? 83 C0",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_serverTickCount",
|
||||
"pattern": "8B 87 ? ? ? ? C3 66 0F 1F 84 00 00 00 00 00 8B 87 ? ? ? ? C3 66 0F 1F 84 00 00 00 00 00 C3 66 2E 0F 1F 84 00 00 00 00 00 0F 1F 44 00 00 C3",
|
||||
"operations": [
|
||||
{
|
||||
"type": "add",
|
||||
"value": 16
|
||||
},
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_signOnState",
|
||||
"pattern": "8B 97 ? ? ? ? 31 C0 45 31 ED",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwWindowHeight",
|
||||
"pattern": "89 05 ? ? ? ? F3 0F 59 C1",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip",
|
||||
"offset": 2,
|
||||
"length": 6
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwWindowWidth",
|
||||
"pattern": "89 05 ? ? ? ? F3 0F 59 C1",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip",
|
||||
"offset": 2,
|
||||
"length": 6
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"libinputsystem.so": [
|
||||
{
|
||||
"name": "dwInputSystem",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 8B 87",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"libmatchmaking.so": [
|
||||
{
|
||||
"name": "dwGameTypes",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8B 07",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameTypes_mapName",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8B 07",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 288
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,24 +1,9 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x18067B0;
|
||||
public const nint attack2 = 0x1806840;
|
||||
public const nint back = 0x1806A80;
|
||||
public const nint duck = 0x1806D50;
|
||||
public const nint forward = 0x18069F0;
|
||||
public const nint jump = 0x1806CC0;
|
||||
public const nint left = 0x1806B10;
|
||||
public const nint lookatweapon = 0x1A0CFA0;
|
||||
public const nint reload = 0x1806720;
|
||||
public const nint right = 0x1806BA0;
|
||||
public const nint showscores = 0x1A0CE80;
|
||||
public const nint sprint = 0x1806690;
|
||||
public const nint turnleft = 0x18068D0;
|
||||
public const nint turnright = 0x1806960;
|
||||
public const nint use = 0x1806C30;
|
||||
public const nint zoom = 0x1A0CF10;
|
||||
public const nint = 0xDD800030;
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -8,21 +8,6 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x18067B0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x1806840;
|
||||
constexpr std::ptrdiff_t back = 0x1806A80;
|
||||
constexpr std::ptrdiff_t duck = 0x1806D50;
|
||||
constexpr std::ptrdiff_t forward = 0x18069F0;
|
||||
constexpr std::ptrdiff_t jump = 0x1806CC0;
|
||||
constexpr std::ptrdiff_t left = 0x1806B10;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A0CFA0;
|
||||
constexpr std::ptrdiff_t reload = 0x1806720;
|
||||
constexpr std::ptrdiff_t right = 0x1806BA0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A0CE80;
|
||||
constexpr std::ptrdiff_t sprint = 0x1806690;
|
||||
constexpr std::ptrdiff_t turnleft = 0x18068D0;
|
||||
constexpr std::ptrdiff_t turnright = 0x1806960;
|
||||
constexpr std::ptrdiff_t use = 0x1806C30;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A0CF10;
|
||||
constexpr std::ptrdiff_t = 0xDD800030;
|
||||
}
|
||||
}
|
||||
|
@@ -1,20 +1,5 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25192368,
|
||||
"attack2": 25192512,
|
||||
"back": 25193088,
|
||||
"duck": 25193808,
|
||||
"forward": 25192944,
|
||||
"jump": 25193664,
|
||||
"left": 25193232,
|
||||
"lookatweapon": 27316128,
|
||||
"reload": 25192224,
|
||||
"right": 25193376,
|
||||
"showscores": 27315840,
|
||||
"sprint": 25192080,
|
||||
"turnleft": 25192656,
|
||||
"turnright": 25192800,
|
||||
"use": 25193520,
|
||||
"zoom": 27315984
|
||||
"": 3716153392
|
||||
}
|
||||
}
|
@@ -1,26 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x18067B0;
|
||||
pub const attack2: usize = 0x1806840;
|
||||
pub const back: usize = 0x1806A80;
|
||||
pub const duck: usize = 0x1806D50;
|
||||
pub const forward: usize = 0x18069F0;
|
||||
pub const jump: usize = 0x1806CC0;
|
||||
pub const left: usize = 0x1806B10;
|
||||
pub const lookatweapon: usize = 0x1A0CFA0;
|
||||
pub const reload: usize = 0x1806720;
|
||||
pub const right: usize = 0x1806BA0;
|
||||
pub const showscores: usize = 0x1A0CE80;
|
||||
pub const sprint: usize = 0x1806690;
|
||||
pub const turnleft: usize = 0x18068D0;
|
||||
pub const turnright: usize = 0x1806960;
|
||||
pub const r#use: usize = 0x1806C30;
|
||||
pub const zoom: usize = 0x1A0CF10;
|
||||
pub const : usize = 0xDD800030;
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14009,
|
||||
"timestamp": "2024-05-24T10:58:30.509826500+00:00"
|
||||
"build_number": 14064,
|
||||
"timestamp": "2025-01-29T12:23:34.043004291+00:00"
|
||||
}
|
@@ -1,242 +1,220 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
public static class AnimationsystemDll {
|
||||
public const nint AnimationSystemUtils_001 = 0x79E00;
|
||||
public const nint AnimationSystem_001 = 0x748F0;
|
||||
// Module: libanimationsystem.so
|
||||
public static class LibanimationsystemSo {
|
||||
public const nint AnimationSystemUtils_001 = 0x1B4F70;
|
||||
public const nint AnimationSystem_001 = 0x1B4D60;
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x757C20;
|
||||
public const nint EmptyWorldService001_Client = 0x4A10F0;
|
||||
public const nint GameClientExports001 = 0x757C30;
|
||||
public const nint LegacyGameUI001 = 0x8E1370;
|
||||
public const nint Source2Client002 = 0x757C40;
|
||||
public const nint Source2ClientConfig001 = 0x484E50;
|
||||
public const nint Source2ClientPrediction001 = 0x7D4890;
|
||||
public const nint Source2ClientUI001 = 0x8C7C30;
|
||||
// Module: libclient.so
|
||||
public static class LibclientSo {
|
||||
public const nint ClientToolsInfo_001 = 0xE2DF60;
|
||||
public const nint EmptyWorldService001_Client = 0xAEB700;
|
||||
public const nint GameClientExports001 = 0xE2DB30;
|
||||
public const nint LegacyGameUI001 = 0x1010610;
|
||||
public const nint Source2Client002 = 0xE2DB90;
|
||||
public const nint Source2ClientConfig001 = 0xAD5F30;
|
||||
public const nint Source2ClientPrediction001 = 0xEBD950;
|
||||
public const nint Source2ClientUI001 = 0xF98520;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x17BE20;
|
||||
public const nint BugService001 = 0x17CF70;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1F0F90;
|
||||
public const nint EngineGameUI001 = 0x126C20;
|
||||
public const nint EngineServiceMgr001 = 0x1E0200;
|
||||
public const nint GameEventSystemClientV001 = 0x1E5380;
|
||||
public const nint GameEventSystemServerV001 = 0x1E5390;
|
||||
public const nint GameResourceServiceClientV001 = 0x1845F0;
|
||||
public const nint GameResourceServiceServerV001 = 0x184600;
|
||||
public const nint GameUIService_001 = 0x186FA0;
|
||||
public const nint HostStateMgr001 = 0x1E9B40;
|
||||
public const nint INETSUPPORT_001 = 0xF5B90;
|
||||
public const nint InputService_001 = 0x18CB20;
|
||||
public const nint KeyValueCache001 = 0x1EC360;
|
||||
public const nint MapListService_001 = 0x19FCD0;
|
||||
public const nint NetworkClientService_001 = 0x1A6F20;
|
||||
public const nint NetworkP2PService_001 = 0x1AD750;
|
||||
public const nint NetworkServerService_001 = 0x1B1C80;
|
||||
public const nint NetworkService_001 = 0x1B6EC0;
|
||||
public const nint RenderService_001 = 0x1B73B0;
|
||||
public const nint ScreenshotService001 = 0x1B9D60;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1FDAE0;
|
||||
public const nint SoundService_001 = 0x1BDFA0;
|
||||
public const nint Source2EngineToClient001 = 0x66BF0;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x8F9D0;
|
||||
public const nint Source2EngineToServer001 = 0x97060;
|
||||
public const nint Source2EngineToServerStringTable001 = 0xAE6C0;
|
||||
public const nint SplitScreenService_001 = 0x1C49B0;
|
||||
public const nint StatsService_001 = 0x1C7700;
|
||||
public const nint ToolService_001 = 0x1CC180;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x1278A0;
|
||||
public const nint VProfService_001 = 0x1CD5B0;
|
||||
// Module: libengine2.so
|
||||
public static class Libengine2So {
|
||||
public const nint BenchmarkService001 = 0x222FB0;
|
||||
public const nint BugService001 = 0x21F170;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1EE5D0;
|
||||
public const nint EngineGameUI001 = 0x3BDB40;
|
||||
public const nint EngineServiceMgr001 = 0x1DE740;
|
||||
public const nint GameEventSystemClientV001 = 0x1E3AF0;
|
||||
public const nint GameEventSystemServerV001 = 0x1E3B00;
|
||||
public const nint GameResourceServiceClientV001 = 0x224900;
|
||||
public const nint GameResourceServiceServerV001 = 0x224910;
|
||||
public const nint GameUIService_001 = 0x22CB40;
|
||||
public const nint HostStateMgr001 = 0x1E9110;
|
||||
public const nint INETSUPPORT_001 = 0x387120;
|
||||
public const nint InputService_001 = 0x231230;
|
||||
public const nint KeyValueCache001 = 0x1EBA60;
|
||||
public const nint MapListService_001 = 0x246460;
|
||||
public const nint NetworkClientService_001 = 0x269100;
|
||||
public const nint NetworkP2PService_001 = 0x27E440;
|
||||
public const nint NetworkServerService_001 = 0x24A510;
|
||||
public const nint NetworkService_001 = 0x249C30;
|
||||
public const nint RenderService_001 = 0x283620;
|
||||
public const nint ScreenshotService001 = 0x2861A0;
|
||||
public const nint SimpleEngineLoopService_001 = 0x204D40;
|
||||
public const nint SoundService_001 = 0x28A450;
|
||||
public const nint Source2EngineToClient001 = 0x30B980;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x2DE440;
|
||||
public const nint Source2EngineToServer001 = 0x332B90;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x315010;
|
||||
public const nint SplitScreenService_001 = 0x291D40;
|
||||
public const nint StatsService_001 = 0x295700;
|
||||
public const nint ToolService_001 = 0x29A360;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x3BD590;
|
||||
public const nint VProfService_001 = 0x29BBE0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
public static class FilesystemStdioDll {
|
||||
public const nint VAsyncFileSystem2_001 = 0x67490;
|
||||
public const nint VFileSystem017 = 0x67480;
|
||||
// Module: libfilesystem_stdio.so
|
||||
public static class LibfilesystemStdioSo {
|
||||
public const nint VAsyncFileSystem2_001 = 0x7DB90;
|
||||
public const nint VFileSystem017 = 0x7DB80;
|
||||
}
|
||||
// Module: host.dll
|
||||
public static class HostDll {
|
||||
public const nint DebugDrawQueueManager001 = 0x15170;
|
||||
public const nint GameModelInfo001 = 0x15720;
|
||||
public const nint GameSystem2HostHook = 0x15800;
|
||||
public const nint HostUtils001 = 0x15FB0;
|
||||
public const nint PredictionDiffManager001 = 0x1AB00;
|
||||
public const nint SaveRestoreDataVersion001 = 0x1C500;
|
||||
public const nint SinglePlayerSharedMemory001 = 0x1C510;
|
||||
public const nint Source2Host001 = 0x1C8A0;
|
||||
// Module: libhost.so
|
||||
public static class LibhostSo {
|
||||
public const nint DebugDrawQueueManager001 = 0xC5150;
|
||||
public const nint GameModelInfo001 = 0xC0160;
|
||||
public const nint GameSystem2HostHook = 0xC0890;
|
||||
public const nint HostUtils001 = 0xC0D10;
|
||||
public const nint PredictionDiffManager001 = 0xC1C90;
|
||||
public const nint SaveRestoreDataVersion001 = 0xC3C90;
|
||||
public const nint SinglePlayerSharedMemory001 = 0xC3F50;
|
||||
public const nint Source2Host001 = 0xC46B0;
|
||||
}
|
||||
// Module: imemanager.dll
|
||||
public static class ImemanagerDll {
|
||||
public const nint IMEManager001 = 0xC470;
|
||||
// Module: libinputsystem.so
|
||||
public static class LibinputsystemSo {
|
||||
public const nint InputStackSystemVersion001 = 0x11500;
|
||||
public const nint InputSystemVersion001 = 0x129F0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
public const nint InputStackSystemVersion001 = 0x1850;
|
||||
public const nint InputSystemVersion001 = 0x2A40;
|
||||
// Module: liblocalize.so
|
||||
public static class LiblocalizeSo {
|
||||
public const nint Localize_001 = 0x1D770;
|
||||
}
|
||||
// Module: localize.dll
|
||||
public static class LocalizeDll {
|
||||
public const nint Localize_001 = 0x3AE0;
|
||||
// Module: libmatchmaking.so
|
||||
public static class LibmatchmakingSo {
|
||||
public const nint GameTypes001 = 0xF4D40;
|
||||
public const nint MATCHFRAMEWORK_001 = 0x1C9F90;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
public static class MatchmakingDll {
|
||||
public const nint GameTypes001 = 0x53910;
|
||||
public const nint MATCHFRAMEWORK_001 = 0x105780;
|
||||
// Module: libmaterialsystem2.so
|
||||
public static class Libmaterialsystem2So {
|
||||
public const nint FontManager_001 = 0x7DDF0;
|
||||
public const nint MaterialUtils_001 = 0x67C30;
|
||||
public const nint PostProcessingSystem_001 = 0x8D2C0;
|
||||
public const nint TextLayout_001 = 0x8A850;
|
||||
public const nint VMaterialSystem2_001 = 0x2C470;
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
public static class Materialsystem2Dll {
|
||||
public const nint FontManager_001 = 0x38430;
|
||||
public const nint MaterialUtils_001 = 0x4E380;
|
||||
public const nint PostProcessingSystem_001 = 0x43330;
|
||||
public const nint TextLayout_001 = 0x4AA40;
|
||||
public const nint VMaterialSystem2_001 = 0x26760;
|
||||
// Module: libmeshsystem.so
|
||||
public static class LibmeshsystemSo {
|
||||
public const nint MeshSystem001 = 0x97630;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
public static class MeshsystemDll {
|
||||
public const nint MeshSystem001 = 0xAA20;
|
||||
// Module: libnetworksystem.so
|
||||
public static class LibnetworksystemSo {
|
||||
public const nint FlattenedSerializersVersion001 = 0x163810;
|
||||
public const nint NetworkMessagesVersion001 = 0x18C190;
|
||||
public const nint NetworkSystemVersion001 = 0x1B5730;
|
||||
public const nint SerializedEntitiesVersion001 = 0x1CF0F0;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
public static class NavsystemDll {
|
||||
public const nint NavSystem001 = 0xC430;
|
||||
// Module: libpanorama.so
|
||||
public static class LibpanoramaSo {
|
||||
public const nint PanoramaUIEngine001 = 0x233D10;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
public static class NetworksystemDll {
|
||||
public const nint FlattenedSerializersVersion001 = 0x7ED50;
|
||||
public const nint NetworkMessagesVersion001 = 0x9F7F0;
|
||||
public const nint NetworkSystemVersion001 = 0xC0650;
|
||||
public const nint SerializedEntitiesVersion001 = 0xD6790;
|
||||
// Module: libpanorama_text_pango.so
|
||||
public static class LibpanoramaTextPangoSo {
|
||||
public const nint PanoramaTextServices001 = 0xBB8E0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
public static class PanoramaDll {
|
||||
public const nint PanoramaUIEngine001 = 0x611C0;
|
||||
// Module: libpanoramauiclient.so
|
||||
public static class LibpanoramauiclientSo {
|
||||
public const nint PanoramaUIClient001 = 0x1095E0;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
public static class PanoramaTextPangoDll {
|
||||
public const nint PanoramaTextServices001 = 0x4CBD0;
|
||||
// Module: libparticles.so
|
||||
public static class LibparticlesSo {
|
||||
public const nint ParticleSystemMgr003 = 0x212AF0;
|
||||
}
|
||||
// Module: panoramauiclient.dll
|
||||
public static class PanoramauiclientDll {
|
||||
public const nint PanoramaUIClient001 = 0x122B0;
|
||||
// Module: libpulse_system.so
|
||||
public static class LibpulseSystemSo {
|
||||
public const nint IPulseSystem_001 = 0x402F0;
|
||||
}
|
||||
// Module: particles.dll
|
||||
public static class ParticlesDll {
|
||||
public const nint ParticleSystemMgr003 = 0x5C6D0;
|
||||
// Module: librendersystemvulkan.so
|
||||
public static class LibrendersystemvulkanSo {
|
||||
public const nint RenderDeviceMgr001 = 0x14E840;
|
||||
public const nint RenderUtils_001 = 0xCD990;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
public static class PulseSystemDll {
|
||||
public const nint IPulseSystem_001 = 0x3EC0;
|
||||
// Module: libresourcesystem.so
|
||||
public static class LibresourcesystemSo {
|
||||
public const nint ResourceSystem013 = 0x30F40;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
public static class Rendersystemdx11Dll {
|
||||
public const nint RenderDeviceMgr001 = 0x4FAA0;
|
||||
public const nint RenderUtils_001 = 0x596B0;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x4FAB0;
|
||||
// Module: libscenefilecache.so
|
||||
public static class LibscenefilecacheSo {
|
||||
public const nint ResponseRulesCache001 = 0x89040;
|
||||
public const nint SceneFileCache002 = 0x85BA0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
public static class ResourcesystemDll {
|
||||
public const nint ResourceSystem013 = 0x10C30;
|
||||
// Module: libscenesystem.so
|
||||
public static class LibscenesystemSo {
|
||||
public const nint RenderingPipelines_001 = 0x142630;
|
||||
public const nint SceneSystem_002 = 0x186F60;
|
||||
public const nint SceneUtils_001 = 0x2067E0;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
public static class ScenefilecacheDll {
|
||||
public const nint ResponseRulesCache001 = 0x3320;
|
||||
public const nint SceneFileCache002 = 0x6BE0;
|
||||
// Module: libschemasystem.so
|
||||
public static class LibschemasystemSo {
|
||||
public const nint SchemaSystem_001 = 0x20FC0;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
public static class ScenesystemDll {
|
||||
public const nint RenderingPipelines_001 = 0x9C390;
|
||||
public const nint SceneSystem_002 = 0xD3550;
|
||||
public const nint SceneUtils_001 = 0x14B530;
|
||||
// Module: libserver.so
|
||||
public static class LibserverSo {
|
||||
public const nint EmptyWorldService001_Server = 0xBF4E10;
|
||||
public const nint EntitySubclassUtilsV001 = 0x8DE640;
|
||||
public const nint NavGameTest001 = 0x1142450;
|
||||
public const nint ServerToolsInfo_001 = 0xF12E00;
|
||||
public const nint Source2GameClients001 = 0xF12D90;
|
||||
public const nint Source2GameDirector001 = 0x72E350;
|
||||
public const nint Source2GameEntities001 = 0xF12D80;
|
||||
public const nint Source2Server001 = 0xF12A80;
|
||||
public const nint Source2ServerConfig001 = 0xB914D0;
|
||||
public const nint customnavsystem001 = 0x8610C0;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
public static class SchemasystemDll {
|
||||
public const nint SchemaSystem_001 = 0xAB40;
|
||||
// Module: libsoundsystem.so
|
||||
public static class LibsoundsystemSo {
|
||||
public const nint SoundOpSystem001 = 0x176C80;
|
||||
public const nint SoundOpSystemEdit001 = 0xB6DC0;
|
||||
public const nint SoundSystem001 = 0x1E5FE0;
|
||||
public const nint VMixEditTool001 = 0x219CF0;
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x5837F0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2BA100;
|
||||
public const nint NavGameTest001 = 0xA64700;
|
||||
public const nint ServerToolsInfo_001 = 0x8578E0;
|
||||
public const nint Source2GameClients001 = 0x8578F0;
|
||||
public const nint Source2GameDirector001 = 0x1223F0;
|
||||
public const nint Source2GameEntities001 = 0x857900;
|
||||
public const nint Source2Server001 = 0x857910;
|
||||
public const nint Source2ServerConfig001 = 0x56FBD0;
|
||||
public const nint customnavsystem001 = 0x228630;
|
||||
// Module: libsteamaudio.so
|
||||
public static class LibsteamaudioSo {
|
||||
public const nint SteamAudio001 = 0x32410;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint SoundOpSystem001 = 0x17F6A0;
|
||||
public const nint SoundOpSystemEdit001 = 0x9CD60;
|
||||
public const nint SoundSystem001 = 0x49730;
|
||||
public const nint VMixEditTool001 = 0x7A170;
|
||||
// Module: libtier0.so
|
||||
public static class Libtier0So {
|
||||
public const nint TestScriptMgr001 = 0x1B9B90;
|
||||
public const nint VEngineCvar007 = 0xF61C0;
|
||||
public const nint VProcessUtils002 = 0x1AD380;
|
||||
public const nint VStringTokenSystem001 = 0x1DFCA0;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
public static class SteamaudioDll {
|
||||
public const nint SteamAudio001 = 0x64A70;
|
||||
// Module: libv8system.so
|
||||
public static class Libv8systemSo {
|
||||
public const nint Source2V8System001 = 0x1B450;
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
public static class Steamclient64Dll {
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x86CD70;
|
||||
public const nint IVALIDATE001 = 0x871150;
|
||||
public const nint SteamClient006 = 0x6691F0;
|
||||
public const nint SteamClient007 = 0x669200;
|
||||
public const nint SteamClient008 = 0x669210;
|
||||
public const nint SteamClient009 = 0x669220;
|
||||
public const nint SteamClient010 = 0x669230;
|
||||
public const nint SteamClient011 = 0x669240;
|
||||
public const nint SteamClient012 = 0x669250;
|
||||
public const nint SteamClient013 = 0x669260;
|
||||
public const nint SteamClient014 = 0x669270;
|
||||
public const nint SteamClient015 = 0x669280;
|
||||
public const nint SteamClient016 = 0x669290;
|
||||
public const nint SteamClient017 = 0x6692A0;
|
||||
public const nint SteamClient018 = 0x6692B0;
|
||||
public const nint SteamClient019 = 0x6692C0;
|
||||
public const nint SteamClient020 = 0x6692D0;
|
||||
public const nint SteamClient021 = 0x6692E0;
|
||||
public const nint p2pvoice002 = 0xDAB90;
|
||||
public const nint p2pvoicesingleton002 = 0xD7600;
|
||||
// Module: libvphysics2.so
|
||||
public static class Libvphysics2So {
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0xC92A0;
|
||||
public const nint VPhysics2_Interface_001 = 0xC8E90;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
public static class Tier0Dll {
|
||||
public const nint TestScriptMgr001 = 0x149BF0;
|
||||
public const nint VEngineCvar007 = 0x63C70;
|
||||
public const nint VProcessUtils002 = 0x13A650;
|
||||
public const nint VStringTokenSystem001 = 0x19E580;
|
||||
// Module: libvscript.so
|
||||
public static class LibvscriptSo {
|
||||
public const nint VScriptManager010 = 0x25DA0;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
public static class V8systemDll {
|
||||
public const nint Source2V8System001 = 0x1AE0;
|
||||
// Module: libworldrenderer.so
|
||||
public static class LibworldrendererSo {
|
||||
public const nint WorldRendererMgr001 = 0xAED00;
|
||||
}
|
||||
// Module: valve_avi.dll
|
||||
public static class ValveAviDll {
|
||||
public const nint VAvi001 = 0x2F90;
|
||||
}
|
||||
// Module: valve_wmf.dll
|
||||
public static class ValveWmfDll {
|
||||
public const nint VMediaFoundation001 = 0x12D0;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
public static class Vphysics2Dll {
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x60C80;
|
||||
public const nint VPhysics2_Interface_001 = 0x5C030;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
public static class VscriptDll {
|
||||
public const nint VScriptManager010 = 0x32210;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
public static class VstdlibS64Dll {
|
||||
public const nint IVALIDATE001 = 0x24DE0;
|
||||
public const nint VEngineCvar002 = 0x57A0;
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
public static class WorldrendererDll {
|
||||
public const nint WorldRendererMgr001 = 0x22FD0;
|
||||
// Module: steamclient.so
|
||||
public static class SteamclientSo {
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x12500B0;
|
||||
public const nint IVALIDATE001 = 0x124B950;
|
||||
public const nint SteamClient006 = 0xF1AA80;
|
||||
public const nint SteamClient007 = 0xF1AA90;
|
||||
public const nint SteamClient008 = 0xF1AAA0;
|
||||
public const nint SteamClient009 = 0xF1AAB0;
|
||||
public const nint SteamClient010 = 0xF1AAC0;
|
||||
public const nint SteamClient011 = 0xF1AAD0;
|
||||
public const nint SteamClient012 = 0xF1AAE0;
|
||||
public const nint SteamClient013 = 0xF1AAF0;
|
||||
public const nint SteamClient014 = 0xF1AB00;
|
||||
public const nint SteamClient015 = 0xF1AB10;
|
||||
public const nint SteamClient016 = 0xF1AB40;
|
||||
public const nint SteamClient017 = 0xF1AB70;
|
||||
public const nint SteamClient018 = 0xF1ABA0;
|
||||
public const nint SteamClient019 = 0xF1ABD0;
|
||||
public const nint SteamClient020 = 0xF1AC00;
|
||||
public const nint SteamClient021 = 0xF1AC30;
|
||||
public const nint p2pvoice002 = 0x18F1140;
|
||||
public const nint p2pvoicesingleton002 = 0x18E97B0;
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,242 +7,220 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace interfaces {
|
||||
// Module: animationsystem.dll
|
||||
namespace animationsystem_dll {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x79E00;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x748F0;
|
||||
// Module: libanimationsystem.so
|
||||
namespace libanimationsystem_so {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x1B4F70;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x1B4D60;
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x757C20;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x4A10F0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x757C30;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8E1370;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x757C40;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x484E50;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7D4890;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8C7C30;
|
||||
// Module: libclient.so
|
||||
namespace libclient_so {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0xE2DF60;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0xAEB700;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0xE2DB30;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x1010610;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0xE2DB90;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0xAD5F30;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0xEBD950;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0xF98520;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x17BE20;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x17CF70;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1F0F90;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x126C20;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1E0200;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E5380;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E5390;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x1845F0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x184600;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x186FA0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E9B40;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF5B90;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x18CB20;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1EC360;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x19FCD0;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A6F20;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1AD750;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1B1C80;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B6EC0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B73B0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B9D60;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1FDAE0;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x1BDFA0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x66BF0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8F9D0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x97060;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xAE6C0;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C49B0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C7700;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x1CC180;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x1278A0;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x1CD5B0;
|
||||
// Module: libengine2.so
|
||||
namespace libengine2_so {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x222FB0;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x21F170;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EE5D0;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x3BDB40;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DE740;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E3AF0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E3B00;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x224900;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x224910;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x22CB40;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E9110;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x387120;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x231230;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1EBA60;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x246460;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x269100;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x27E440;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x24A510;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x249C30;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x283620;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x2861A0;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x204D40;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x28A450;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x30B980;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x2DE440;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x332B90;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x315010;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x291D40;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x295700;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x29A360;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x3BD590;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x29BBE0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
namespace filesystem_stdio_dll {
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x67490;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x67480;
|
||||
// Module: libfilesystem_stdio.so
|
||||
namespace libfilesystem_stdio_so {
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x7DB90;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x7DB80;
|
||||
}
|
||||
// Module: host.dll
|
||||
namespace host_dll {
|
||||
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x15170;
|
||||
constexpr std::ptrdiff_t GameModelInfo001 = 0x15720;
|
||||
constexpr std::ptrdiff_t GameSystem2HostHook = 0x15800;
|
||||
constexpr std::ptrdiff_t HostUtils001 = 0x15FB0;
|
||||
constexpr std::ptrdiff_t PredictionDiffManager001 = 0x1AB00;
|
||||
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0x1C500;
|
||||
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0x1C510;
|
||||
constexpr std::ptrdiff_t Source2Host001 = 0x1C8A0;
|
||||
// Module: libhost.so
|
||||
namespace libhost_so {
|
||||
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0xC5150;
|
||||
constexpr std::ptrdiff_t GameModelInfo001 = 0xC0160;
|
||||
constexpr std::ptrdiff_t GameSystem2HostHook = 0xC0890;
|
||||
constexpr std::ptrdiff_t HostUtils001 = 0xC0D10;
|
||||
constexpr std::ptrdiff_t PredictionDiffManager001 = 0xC1C90;
|
||||
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0xC3C90;
|
||||
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0xC3F50;
|
||||
constexpr std::ptrdiff_t Source2Host001 = 0xC46B0;
|
||||
}
|
||||
// Module: imemanager.dll
|
||||
namespace imemanager_dll {
|
||||
constexpr std::ptrdiff_t IMEManager001 = 0xC470;
|
||||
// Module: libinputsystem.so
|
||||
namespace libinputsystem_so {
|
||||
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x11500;
|
||||
constexpr std::ptrdiff_t InputSystemVersion001 = 0x129F0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x1850;
|
||||
constexpr std::ptrdiff_t InputSystemVersion001 = 0x2A40;
|
||||
// Module: liblocalize.so
|
||||
namespace liblocalize_so {
|
||||
constexpr std::ptrdiff_t Localize_001 = 0x1D770;
|
||||
}
|
||||
// Module: localize.dll
|
||||
namespace localize_dll {
|
||||
constexpr std::ptrdiff_t Localize_001 = 0x3AE0;
|
||||
// Module: libmatchmaking.so
|
||||
namespace libmatchmaking_so {
|
||||
constexpr std::ptrdiff_t GameTypes001 = 0xF4D40;
|
||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1C9F90;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
namespace matchmaking_dll {
|
||||
constexpr std::ptrdiff_t GameTypes001 = 0x53910;
|
||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x105780;
|
||||
// Module: libmaterialsystem2.so
|
||||
namespace libmaterialsystem2_so {
|
||||
constexpr std::ptrdiff_t FontManager_001 = 0x7DDF0;
|
||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x67C30;
|
||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x8D2C0;
|
||||
constexpr std::ptrdiff_t TextLayout_001 = 0x8A850;
|
||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x2C470;
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
namespace materialsystem2_dll {
|
||||
constexpr std::ptrdiff_t FontManager_001 = 0x38430;
|
||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x4E380;
|
||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x43330;
|
||||
constexpr std::ptrdiff_t TextLayout_001 = 0x4AA40;
|
||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x26760;
|
||||
// Module: libmeshsystem.so
|
||||
namespace libmeshsystem_so {
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x97630;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
namespace meshsystem_dll {
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0xAA20;
|
||||
// Module: libnetworksystem.so
|
||||
namespace libnetworksystem_so {
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x163810;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x18C190;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x1B5730;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x1CF0F0;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
namespace navsystem_dll {
|
||||
constexpr std::ptrdiff_t NavSystem001 = 0xC430;
|
||||
// Module: libpanorama.so
|
||||
namespace libpanorama_so {
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x233D10;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
namespace networksystem_dll {
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7ED50;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9F7F0;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xC0650;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD6790;
|
||||
// Module: libpanorama_text_pango.so
|
||||
namespace libpanorama_text_pango_so {
|
||||
constexpr std::ptrdiff_t PanoramaTextServices001 = 0xBB8E0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
namespace panorama_dll {
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x611C0;
|
||||
// Module: libpanoramauiclient.so
|
||||
namespace libpanoramauiclient_so {
|
||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x1095E0;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
namespace panorama_text_pango_dll {
|
||||
constexpr std::ptrdiff_t PanoramaTextServices001 = 0x4CBD0;
|
||||
// Module: libparticles.so
|
||||
namespace libparticles_so {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x212AF0;
|
||||
}
|
||||
// Module: panoramauiclient.dll
|
||||
namespace panoramauiclient_dll {
|
||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x122B0;
|
||||
// Module: libpulse_system.so
|
||||
namespace libpulse_system_so {
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x402F0;
|
||||
}
|
||||
// Module: particles.dll
|
||||
namespace particles_dll {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x5C6D0;
|
||||
// Module: librendersystemvulkan.so
|
||||
namespace librendersystemvulkan_so {
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x14E840;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0xCD990;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
namespace pulse_system_dll {
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x3EC0;
|
||||
// Module: libresourcesystem.so
|
||||
namespace libresourcesystem_so {
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x30F40;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
namespace rendersystemdx11_dll {
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4FAA0;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x596B0;
|
||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4FAB0;
|
||||
// Module: libscenefilecache.so
|
||||
namespace libscenefilecache_so {
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x89040;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x85BA0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
namespace resourcesystem_dll {
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x10C30;
|
||||
// Module: libscenesystem.so
|
||||
namespace libscenesystem_so {
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x142630;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x186F60;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x2067E0;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
namespace scenefilecache_dll {
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x3320;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x6BE0;
|
||||
// Module: libschemasystem.so
|
||||
namespace libschemasystem_so {
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x20FC0;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
namespace scenesystem_dll {
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x9C390;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0xD3550;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x14B530;
|
||||
// Module: libserver.so
|
||||
namespace libserver_so {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0xBF4E10;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x8DE640;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1142450;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0xF12E00;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0xF12D90;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x72E350;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0xF12D80;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0xF12A80;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0xB914D0;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x8610C0;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
namespace schemasystem_dll {
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0xAB40;
|
||||
// Module: libsoundsystem.so
|
||||
namespace libsoundsystem_so {
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x176C80;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0xB6DC0;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x1E5FE0;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x219CF0;
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5837F0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2BA100;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA64700;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x8578E0;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x8578F0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x1223F0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x857900;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x857910;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x56FBD0;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x228630;
|
||||
// Module: libsteamaudio.so
|
||||
namespace libsteamaudio_so {
|
||||
constexpr std::ptrdiff_t SteamAudio001 = 0x32410;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x17F6A0;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x9CD60;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x49730;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x7A170;
|
||||
// Module: libtier0.so
|
||||
namespace libtier0_so {
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1B9B90;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0xF61C0;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x1AD380;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1DFCA0;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
namespace steamaudio_dll {
|
||||
constexpr std::ptrdiff_t SteamAudio001 = 0x64A70;
|
||||
// Module: libv8system.so
|
||||
namespace libv8system_so {
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x1B450;
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
namespace steamclient64_dll {
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x86CD70;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x871150;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0x6691F0;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0x669200;
|
||||
constexpr std::ptrdiff_t SteamClient008 = 0x669210;
|
||||
constexpr std::ptrdiff_t SteamClient009 = 0x669220;
|
||||
constexpr std::ptrdiff_t SteamClient010 = 0x669230;
|
||||
constexpr std::ptrdiff_t SteamClient011 = 0x669240;
|
||||
constexpr std::ptrdiff_t SteamClient012 = 0x669250;
|
||||
constexpr std::ptrdiff_t SteamClient013 = 0x669260;
|
||||
constexpr std::ptrdiff_t SteamClient014 = 0x669270;
|
||||
constexpr std::ptrdiff_t SteamClient015 = 0x669280;
|
||||
constexpr std::ptrdiff_t SteamClient016 = 0x669290;
|
||||
constexpr std::ptrdiff_t SteamClient017 = 0x6692A0;
|
||||
constexpr std::ptrdiff_t SteamClient018 = 0x6692B0;
|
||||
constexpr std::ptrdiff_t SteamClient019 = 0x6692C0;
|
||||
constexpr std::ptrdiff_t SteamClient020 = 0x6692D0;
|
||||
constexpr std::ptrdiff_t SteamClient021 = 0x6692E0;
|
||||
constexpr std::ptrdiff_t p2pvoice002 = 0xDAB90;
|
||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0xD7600;
|
||||
// Module: libvphysics2.so
|
||||
namespace libvphysics2_so {
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0xC92A0;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0xC8E90;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
namespace tier0_dll {
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x149BF0;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x63C70;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x13A650;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x19E580;
|
||||
// Module: libvscript.so
|
||||
namespace libvscript_so {
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x25DA0;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
namespace v8system_dll {
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x1AE0;
|
||||
// Module: libworldrenderer.so
|
||||
namespace libworldrenderer_so {
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0xAED00;
|
||||
}
|
||||
// Module: valve_avi.dll
|
||||
namespace valve_avi_dll {
|
||||
constexpr std::ptrdiff_t VAvi001 = 0x2F90;
|
||||
}
|
||||
// Module: valve_wmf.dll
|
||||
namespace valve_wmf_dll {
|
||||
constexpr std::ptrdiff_t VMediaFoundation001 = 0x12D0;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
namespace vphysics2_dll {
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x60C80;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x5C030;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
namespace vscript_dll {
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x32210;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
namespace vstdlib_s64_dll {
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x24DE0;
|
||||
constexpr std::ptrdiff_t VEngineCvar002 = 0x57A0;
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
namespace worldrenderer_dll {
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x22FD0;
|
||||
// Module: steamclient.so
|
||||
namespace steamclient_so {
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x12500B0;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x124B950;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0xF1AA80;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0xF1AA90;
|
||||
constexpr std::ptrdiff_t SteamClient008 = 0xF1AAA0;
|
||||
constexpr std::ptrdiff_t SteamClient009 = 0xF1AAB0;
|
||||
constexpr std::ptrdiff_t SteamClient010 = 0xF1AAC0;
|
||||
constexpr std::ptrdiff_t SteamClient011 = 0xF1AAD0;
|
||||
constexpr std::ptrdiff_t SteamClient012 = 0xF1AAE0;
|
||||
constexpr std::ptrdiff_t SteamClient013 = 0xF1AAF0;
|
||||
constexpr std::ptrdiff_t SteamClient014 = 0xF1AB00;
|
||||
constexpr std::ptrdiff_t SteamClient015 = 0xF1AB10;
|
||||
constexpr std::ptrdiff_t SteamClient016 = 0xF1AB40;
|
||||
constexpr std::ptrdiff_t SteamClient017 = 0xF1AB70;
|
||||
constexpr std::ptrdiff_t SteamClient018 = 0xF1ABA0;
|
||||
constexpr std::ptrdiff_t SteamClient019 = 0xF1ABD0;
|
||||
constexpr std::ptrdiff_t SteamClient020 = 0xF1AC00;
|
||||
constexpr std::ptrdiff_t SteamClient021 = 0xF1AC30;
|
||||
constexpr std::ptrdiff_t p2pvoice002 = 0x18F1140;
|
||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x18E97B0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,204 +1,187 @@
|
||||
{
|
||||
"animationsystem.dll": {
|
||||
"AnimationSystemUtils_001": 499200,
|
||||
"AnimationSystem_001": 477424
|
||||
"libanimationsystem.so": {
|
||||
"AnimationSystemUtils_001": 1789808,
|
||||
"AnimationSystem_001": 1789280
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 7699488,
|
||||
"EmptyWorldService001_Client": 4854000,
|
||||
"GameClientExports001": 7699504,
|
||||
"LegacyGameUI001": 9311088,
|
||||
"Source2Client002": 7699520,
|
||||
"Source2ClientConfig001": 4738640,
|
||||
"Source2ClientPrediction001": 8210576,
|
||||
"Source2ClientUI001": 9206832
|
||||
"libclient.so": {
|
||||
"ClientToolsInfo_001": 14868320,
|
||||
"EmptyWorldService001_Client": 11450112,
|
||||
"GameClientExports001": 14867248,
|
||||
"LegacyGameUI001": 16844304,
|
||||
"Source2Client002": 14867344,
|
||||
"Source2ClientConfig001": 11362096,
|
||||
"Source2ClientPrediction001": 15456592,
|
||||
"Source2ClientUI001": 16352544
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 1556000,
|
||||
"BugService001": 1560432,
|
||||
"ClientServerEngineLoopService_001": 2035600,
|
||||
"EngineGameUI001": 1207328,
|
||||
"EngineServiceMgr001": 1966592,
|
||||
"GameEventSystemClientV001": 1987456,
|
||||
"GameEventSystemServerV001": 1987472,
|
||||
"GameResourceServiceClientV001": 1590768,
|
||||
"GameResourceServiceServerV001": 1590784,
|
||||
"GameUIService_001": 1601440,
|
||||
"HostStateMgr001": 2005824,
|
||||
"INETSUPPORT_001": 1006480,
|
||||
"InputService_001": 1624864,
|
||||
"KeyValueCache001": 2016096,
|
||||
"MapListService_001": 1703120,
|
||||
"NetworkClientService_001": 1732384,
|
||||
"NetworkP2PService_001": 1759056,
|
||||
"NetworkServerService_001": 1776768,
|
||||
"NetworkService_001": 1797824,
|
||||
"RenderService_001": 1799088,
|
||||
"ScreenshotService001": 1809760,
|
||||
"SimpleEngineLoopService_001": 2087648,
|
||||
"SoundService_001": 1826720,
|
||||
"Source2EngineToClient001": 420848,
|
||||
"Source2EngineToClientStringTable001": 588240,
|
||||
"Source2EngineToServer001": 618592,
|
||||
"Source2EngineToServerStringTable001": 714432,
|
||||
"SplitScreenService_001": 1853872,
|
||||
"StatsService_001": 1865472,
|
||||
"ToolService_001": 1884544,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1210528,
|
||||
"VProfService_001": 1889712
|
||||
"libengine2.so": {
|
||||
"BenchmarkService001": 2240432,
|
||||
"BugService001": 2224496,
|
||||
"ClientServerEngineLoopService_001": 2024912,
|
||||
"EngineGameUI001": 3922752,
|
||||
"EngineServiceMgr001": 1959744,
|
||||
"GameEventSystemClientV001": 1981168,
|
||||
"GameEventSystemServerV001": 1981184,
|
||||
"GameResourceServiceClientV001": 2246912,
|
||||
"GameResourceServiceServerV001": 2246928,
|
||||
"GameUIService_001": 2280256,
|
||||
"HostStateMgr001": 2003216,
|
||||
"INETSUPPORT_001": 3698976,
|
||||
"InputService_001": 2298416,
|
||||
"KeyValueCache001": 2013792,
|
||||
"MapListService_001": 2384992,
|
||||
"NetworkClientService_001": 2527488,
|
||||
"NetworkP2PService_001": 2614336,
|
||||
"NetworkServerService_001": 2401552,
|
||||
"NetworkService_001": 2399280,
|
||||
"RenderService_001": 2635296,
|
||||
"ScreenshotService001": 2646432,
|
||||
"SimpleEngineLoopService_001": 2116928,
|
||||
"SoundService_001": 2663504,
|
||||
"Source2EngineToClient001": 3193216,
|
||||
"Source2EngineToClientStringTable001": 3007552,
|
||||
"Source2EngineToServer001": 3353488,
|
||||
"Source2EngineToServerStringTable001": 3231760,
|
||||
"SplitScreenService_001": 2694464,
|
||||
"StatsService_001": 2709248,
|
||||
"ToolService_001": 2728800,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 3921296,
|
||||
"VProfService_001": 2735072
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 423056,
|
||||
"VFileSystem017": 423040
|
||||
"libfilesystem_stdio.so": {
|
||||
"VAsyncFileSystem2_001": 514960,
|
||||
"VFileSystem017": 514944
|
||||
},
|
||||
"host.dll": {
|
||||
"DebugDrawQueueManager001": 86384,
|
||||
"GameModelInfo001": 87840,
|
||||
"GameSystem2HostHook": 88064,
|
||||
"HostUtils001": 90032,
|
||||
"PredictionDiffManager001": 109312,
|
||||
"SaveRestoreDataVersion001": 115968,
|
||||
"SinglePlayerSharedMemory001": 115984,
|
||||
"Source2Host001": 116896
|
||||
"libhost.so": {
|
||||
"DebugDrawQueueManager001": 807248,
|
||||
"GameModelInfo001": 786784,
|
||||
"GameSystem2HostHook": 788624,
|
||||
"HostUtils001": 789776,
|
||||
"PredictionDiffManager001": 793744,
|
||||
"SaveRestoreDataVersion001": 801936,
|
||||
"SinglePlayerSharedMemory001": 802640,
|
||||
"Source2Host001": 804528
|
||||
},
|
||||
"imemanager.dll": {
|
||||
"IMEManager001": 50288
|
||||
"libinputsystem.so": {
|
||||
"InputStackSystemVersion001": 70912,
|
||||
"InputSystemVersion001": 76272
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"InputStackSystemVersion001": 6224,
|
||||
"InputSystemVersion001": 10816
|
||||
"liblocalize.so": {
|
||||
"Localize_001": 120688
|
||||
},
|
||||
"localize.dll": {
|
||||
"Localize_001": 15072
|
||||
"libmatchmaking.so": {
|
||||
"GameTypes001": 1002816,
|
||||
"MATCHFRAMEWORK_001": 1875856
|
||||
},
|
||||
"matchmaking.dll": {
|
||||
"GameTypes001": 342288,
|
||||
"MATCHFRAMEWORK_001": 1070976
|
||||
"libmaterialsystem2.so": {
|
||||
"FontManager_001": 515568,
|
||||
"MaterialUtils_001": 425008,
|
||||
"PostProcessingSystem_001": 578240,
|
||||
"TextLayout_001": 567376,
|
||||
"VMaterialSystem2_001": 181360
|
||||
},
|
||||
"materialsystem2.dll": {
|
||||
"FontManager_001": 230448,
|
||||
"MaterialUtils_001": 320384,
|
||||
"PostProcessingSystem_001": 275248,
|
||||
"TextLayout_001": 305728,
|
||||
"VMaterialSystem2_001": 157536
|
||||
"libmeshsystem.so": {
|
||||
"MeshSystem001": 620080
|
||||
},
|
||||
"meshsystem.dll": {
|
||||
"MeshSystem001": 43552
|
||||
"libnetworksystem.so": {
|
||||
"FlattenedSerializersVersion001": 1456144,
|
||||
"NetworkMessagesVersion001": 1622416,
|
||||
"NetworkSystemVersion001": 1791792,
|
||||
"SerializedEntitiesVersion001": 1896688
|
||||
},
|
||||
"navsystem.dll": {
|
||||
"NavSystem001": 50224
|
||||
"libpanorama.so": {
|
||||
"PanoramaUIEngine001": 2309392
|
||||
},
|
||||
"networksystem.dll": {
|
||||
"FlattenedSerializersVersion001": 519504,
|
||||
"NetworkMessagesVersion001": 653296,
|
||||
"NetworkSystemVersion001": 788048,
|
||||
"SerializedEntitiesVersion001": 878480
|
||||
"libpanorama_text_pango.so": {
|
||||
"PanoramaTextServices001": 768224
|
||||
},
|
||||
"panorama.dll": {
|
||||
"PanoramaUIEngine001": 397760
|
||||
"libpanoramauiclient.so": {
|
||||
"PanoramaUIClient001": 1086944
|
||||
},
|
||||
"panorama_text_pango.dll": {
|
||||
"PanoramaTextServices001": 314320
|
||||
"libparticles.so": {
|
||||
"ParticleSystemMgr003": 2173680
|
||||
},
|
||||
"panoramauiclient.dll": {
|
||||
"PanoramaUIClient001": 74416
|
||||
"libpulse_system.so": {
|
||||
"IPulseSystem_001": 262896
|
||||
},
|
||||
"particles.dll": {
|
||||
"ParticleSystemMgr003": 378576
|
||||
"librendersystemvulkan.so": {
|
||||
"RenderDeviceMgr001": 1370176,
|
||||
"RenderUtils_001": 842128
|
||||
},
|
||||
"pulse_system.dll": {
|
||||
"IPulseSystem_001": 16064
|
||||
"libresourcesystem.so": {
|
||||
"ResourceSystem013": 200512
|
||||
},
|
||||
"rendersystemdx11.dll": {
|
||||
"RenderDeviceMgr001": 326304,
|
||||
"RenderUtils_001": 366256,
|
||||
"VRenderDeviceMgrBackdoor001": 326320
|
||||
"libscenefilecache.so": {
|
||||
"ResponseRulesCache001": 561216,
|
||||
"SceneFileCache002": 547744
|
||||
},
|
||||
"resourcesystem.dll": {
|
||||
"ResourceSystem013": 68656
|
||||
"libscenesystem.so": {
|
||||
"RenderingPipelines_001": 1320496,
|
||||
"SceneSystem_002": 1601376,
|
||||
"SceneUtils_001": 2123744
|
||||
},
|
||||
"scenefilecache.dll": {
|
||||
"ResponseRulesCache001": 13088,
|
||||
"SceneFileCache002": 27616
|
||||
"libschemasystem.so": {
|
||||
"SchemaSystem_001": 135104
|
||||
},
|
||||
"scenesystem.dll": {
|
||||
"RenderingPipelines_001": 639888,
|
||||
"SceneSystem_002": 865616,
|
||||
"SceneUtils_001": 1357104
|
||||
"libserver.so": {
|
||||
"EmptyWorldService001_Server": 12537360,
|
||||
"EntitySubclassUtilsV001": 9299520,
|
||||
"NavGameTest001": 18097232,
|
||||
"ServerToolsInfo_001": 15805952,
|
||||
"Source2GameClients001": 15805840,
|
||||
"Source2GameDirector001": 7529296,
|
||||
"Source2GameEntities001": 15805824,
|
||||
"Source2Server001": 15805056,
|
||||
"Source2ServerConfig001": 12129488,
|
||||
"customnavsystem001": 8786112
|
||||
},
|
||||
"schemasystem.dll": {
|
||||
"SchemaSystem_001": 43840
|
||||
"libsoundsystem.so": {
|
||||
"SoundOpSystem001": 1535104,
|
||||
"SoundOpSystemEdit001": 748992,
|
||||
"SoundSystem001": 1990624,
|
||||
"VMixEditTool001": 2202864
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 5781488,
|
||||
"EntitySubclassUtilsV001": 2859264,
|
||||
"NavGameTest001": 10897152,
|
||||
"ServerToolsInfo_001": 8747232,
|
||||
"Source2GameClients001": 8747248,
|
||||
"Source2GameDirector001": 1188848,
|
||||
"Source2GameEntities001": 8747264,
|
||||
"Source2Server001": 8747280,
|
||||
"Source2ServerConfig001": 5700560,
|
||||
"customnavsystem001": 2262576
|
||||
"libsteamaudio.so": {
|
||||
"SteamAudio001": 205840
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 1570464,
|
||||
"SoundOpSystemEdit001": 642400,
|
||||
"SoundSystem001": 300848,
|
||||
"VMixEditTool001": 500080
|
||||
"libtier0.so": {
|
||||
"TestScriptMgr001": 1809296,
|
||||
"VEngineCvar007": 1008064,
|
||||
"VProcessUtils002": 1758080,
|
||||
"VStringTokenSystem001": 1965216
|
||||
},
|
||||
"steamaudio.dll": {
|
||||
"SteamAudio001": 412272
|
||||
"libv8system.so": {
|
||||
"Source2V8System001": 111696
|
||||
},
|
||||
"steamclient64.dll": {
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 8834416,
|
||||
"IVALIDATE001": 8851792,
|
||||
"SteamClient006": 6722032,
|
||||
"SteamClient007": 6722048,
|
||||
"SteamClient008": 6722064,
|
||||
"SteamClient009": 6722080,
|
||||
"SteamClient010": 6722096,
|
||||
"SteamClient011": 6722112,
|
||||
"SteamClient012": 6722128,
|
||||
"SteamClient013": 6722144,
|
||||
"SteamClient014": 6722160,
|
||||
"SteamClient015": 6722176,
|
||||
"SteamClient016": 6722192,
|
||||
"SteamClient017": 6722208,
|
||||
"SteamClient018": 6722224,
|
||||
"SteamClient019": 6722240,
|
||||
"SteamClient020": 6722256,
|
||||
"SteamClient021": 6722272,
|
||||
"p2pvoice002": 895888,
|
||||
"p2pvoicesingleton002": 882176
|
||||
"libvphysics2.so": {
|
||||
"VPhysics2_Handle_Interface_001": 823968,
|
||||
"VPhysics2_Interface_001": 822928
|
||||
},
|
||||
"tier0.dll": {
|
||||
"TestScriptMgr001": 1350640,
|
||||
"VEngineCvar007": 408688,
|
||||
"VProcessUtils002": 1287760,
|
||||
"VStringTokenSystem001": 1697152
|
||||
"libvscript.so": {
|
||||
"VScriptManager010": 155040
|
||||
},
|
||||
"v8system.dll": {
|
||||
"Source2V8System001": 6880
|
||||
"libworldrenderer.so": {
|
||||
"WorldRendererMgr001": 716032
|
||||
},
|
||||
"valve_avi.dll": {
|
||||
"VAvi001": 12176
|
||||
},
|
||||
"valve_wmf.dll": {
|
||||
"VMediaFoundation001": 4816
|
||||
},
|
||||
"vphysics2.dll": {
|
||||
"VPhysics2_Handle_Interface_001": 396416,
|
||||
"VPhysics2_Interface_001": 376880
|
||||
},
|
||||
"vscript.dll": {
|
||||
"VScriptManager010": 205328
|
||||
},
|
||||
"vstdlib_s64.dll": {
|
||||
"IVALIDATE001": 151008,
|
||||
"VEngineCvar002": 22432
|
||||
},
|
||||
"worldrenderer.dll": {
|
||||
"WorldRendererMgr001": 143312
|
||||
"steamclient.so": {
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 19202224,
|
||||
"IVALIDATE001": 19183952,
|
||||
"SteamClient006": 15837824,
|
||||
"SteamClient007": 15837840,
|
||||
"SteamClient008": 15837856,
|
||||
"SteamClient009": 15837872,
|
||||
"SteamClient010": 15837888,
|
||||
"SteamClient011": 15837904,
|
||||
"SteamClient012": 15837920,
|
||||
"SteamClient013": 15837936,
|
||||
"SteamClient014": 15837952,
|
||||
"SteamClient015": 15837968,
|
||||
"SteamClient016": 15838016,
|
||||
"SteamClient017": 15838064,
|
||||
"SteamClient018": 15838112,
|
||||
"SteamClient019": 15838160,
|
||||
"SteamClient020": 15838208,
|
||||
"SteamClient021": 15838256,
|
||||
"p2pvoice002": 26153280,
|
||||
"p2pvoicesingleton002": 26122160
|
||||
}
|
||||
}
|
@@ -1,246 +1,224 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod interfaces {
|
||||
// Module: animationsystem.dll
|
||||
pub mod animationsystem_dll {
|
||||
pub const AnimationSystemUtils_001: usize = 0x79E00;
|
||||
pub const AnimationSystem_001: usize = 0x748F0;
|
||||
// Module: libanimationsystem.so
|
||||
pub mod libanimationsystem_so {
|
||||
pub const AnimationSystemUtils_001: usize = 0x1B4F70;
|
||||
pub const AnimationSystem_001: usize = 0x1B4D60;
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x757C20;
|
||||
pub const EmptyWorldService001_Client: usize = 0x4A10F0;
|
||||
pub const GameClientExports001: usize = 0x757C30;
|
||||
pub const LegacyGameUI001: usize = 0x8E1370;
|
||||
pub const Source2Client002: usize = 0x757C40;
|
||||
pub const Source2ClientConfig001: usize = 0x484E50;
|
||||
pub const Source2ClientPrediction001: usize = 0x7D4890;
|
||||
pub const Source2ClientUI001: usize = 0x8C7C30;
|
||||
// Module: libclient.so
|
||||
pub mod libclient_so {
|
||||
pub const ClientToolsInfo_001: usize = 0xE2DF60;
|
||||
pub const EmptyWorldService001_Client: usize = 0xAEB700;
|
||||
pub const GameClientExports001: usize = 0xE2DB30;
|
||||
pub const LegacyGameUI001: usize = 0x1010610;
|
||||
pub const Source2Client002: usize = 0xE2DB90;
|
||||
pub const Source2ClientConfig001: usize = 0xAD5F30;
|
||||
pub const Source2ClientPrediction001: usize = 0xEBD950;
|
||||
pub const Source2ClientUI001: usize = 0xF98520;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x17BE20;
|
||||
pub const BugService001: usize = 0x17CF70;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1F0F90;
|
||||
pub const EngineGameUI001: usize = 0x126C20;
|
||||
pub const EngineServiceMgr001: usize = 0x1E0200;
|
||||
pub const GameEventSystemClientV001: usize = 0x1E5380;
|
||||
pub const GameEventSystemServerV001: usize = 0x1E5390;
|
||||
pub const GameResourceServiceClientV001: usize = 0x1845F0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x184600;
|
||||
pub const GameUIService_001: usize = 0x186FA0;
|
||||
pub const HostStateMgr001: usize = 0x1E9B40;
|
||||
pub const INETSUPPORT_001: usize = 0xF5B90;
|
||||
pub const InputService_001: usize = 0x18CB20;
|
||||
pub const KeyValueCache001: usize = 0x1EC360;
|
||||
pub const MapListService_001: usize = 0x19FCD0;
|
||||
pub const NetworkClientService_001: usize = 0x1A6F20;
|
||||
pub const NetworkP2PService_001: usize = 0x1AD750;
|
||||
pub const NetworkServerService_001: usize = 0x1B1C80;
|
||||
pub const NetworkService_001: usize = 0x1B6EC0;
|
||||
pub const RenderService_001: usize = 0x1B73B0;
|
||||
pub const ScreenshotService001: usize = 0x1B9D60;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1FDAE0;
|
||||
pub const SoundService_001: usize = 0x1BDFA0;
|
||||
pub const Source2EngineToClient001: usize = 0x66BF0;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x8F9D0;
|
||||
pub const Source2EngineToServer001: usize = 0x97060;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xAE6C0;
|
||||
pub const SplitScreenService_001: usize = 0x1C49B0;
|
||||
pub const StatsService_001: usize = 0x1C7700;
|
||||
pub const ToolService_001: usize = 0x1CC180;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x1278A0;
|
||||
pub const VProfService_001: usize = 0x1CD5B0;
|
||||
// Module: libengine2.so
|
||||
pub mod libengine2_so {
|
||||
pub const BenchmarkService001: usize = 0x222FB0;
|
||||
pub const BugService001: usize = 0x21F170;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1EE5D0;
|
||||
pub const EngineGameUI001: usize = 0x3BDB40;
|
||||
pub const EngineServiceMgr001: usize = 0x1DE740;
|
||||
pub const GameEventSystemClientV001: usize = 0x1E3AF0;
|
||||
pub const GameEventSystemServerV001: usize = 0x1E3B00;
|
||||
pub const GameResourceServiceClientV001: usize = 0x224900;
|
||||
pub const GameResourceServiceServerV001: usize = 0x224910;
|
||||
pub const GameUIService_001: usize = 0x22CB40;
|
||||
pub const HostStateMgr001: usize = 0x1E9110;
|
||||
pub const INETSUPPORT_001: usize = 0x387120;
|
||||
pub const InputService_001: usize = 0x231230;
|
||||
pub const KeyValueCache001: usize = 0x1EBA60;
|
||||
pub const MapListService_001: usize = 0x246460;
|
||||
pub const NetworkClientService_001: usize = 0x269100;
|
||||
pub const NetworkP2PService_001: usize = 0x27E440;
|
||||
pub const NetworkServerService_001: usize = 0x24A510;
|
||||
pub const NetworkService_001: usize = 0x249C30;
|
||||
pub const RenderService_001: usize = 0x283620;
|
||||
pub const ScreenshotService001: usize = 0x2861A0;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x204D40;
|
||||
pub const SoundService_001: usize = 0x28A450;
|
||||
pub const Source2EngineToClient001: usize = 0x30B980;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x2DE440;
|
||||
pub const Source2EngineToServer001: usize = 0x332B90;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x315010;
|
||||
pub const SplitScreenService_001: usize = 0x291D40;
|
||||
pub const StatsService_001: usize = 0x295700;
|
||||
pub const ToolService_001: usize = 0x29A360;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x3BD590;
|
||||
pub const VProfService_001: usize = 0x29BBE0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
pub mod filesystem_stdio_dll {
|
||||
pub const VAsyncFileSystem2_001: usize = 0x67490;
|
||||
pub const VFileSystem017: usize = 0x67480;
|
||||
// Module: libfilesystem_stdio.so
|
||||
pub mod libfilesystem_stdio_so {
|
||||
pub const VAsyncFileSystem2_001: usize = 0x7DB90;
|
||||
pub const VFileSystem017: usize = 0x7DB80;
|
||||
}
|
||||
// Module: host.dll
|
||||
pub mod host_dll {
|
||||
pub const DebugDrawQueueManager001: usize = 0x15170;
|
||||
pub const GameModelInfo001: usize = 0x15720;
|
||||
pub const GameSystem2HostHook: usize = 0x15800;
|
||||
pub const HostUtils001: usize = 0x15FB0;
|
||||
pub const PredictionDiffManager001: usize = 0x1AB00;
|
||||
pub const SaveRestoreDataVersion001: usize = 0x1C500;
|
||||
pub const SinglePlayerSharedMemory001: usize = 0x1C510;
|
||||
pub const Source2Host001: usize = 0x1C8A0;
|
||||
// Module: libhost.so
|
||||
pub mod libhost_so {
|
||||
pub const DebugDrawQueueManager001: usize = 0xC5150;
|
||||
pub const GameModelInfo001: usize = 0xC0160;
|
||||
pub const GameSystem2HostHook: usize = 0xC0890;
|
||||
pub const HostUtils001: usize = 0xC0D10;
|
||||
pub const PredictionDiffManager001: usize = 0xC1C90;
|
||||
pub const SaveRestoreDataVersion001: usize = 0xC3C90;
|
||||
pub const SinglePlayerSharedMemory001: usize = 0xC3F50;
|
||||
pub const Source2Host001: usize = 0xC46B0;
|
||||
}
|
||||
// Module: imemanager.dll
|
||||
pub mod imemanager_dll {
|
||||
pub const IMEManager001: usize = 0xC470;
|
||||
// Module: libinputsystem.so
|
||||
pub mod libinputsystem_so {
|
||||
pub const InputStackSystemVersion001: usize = 0x11500;
|
||||
pub const InputSystemVersion001: usize = 0x129F0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
pub const InputStackSystemVersion001: usize = 0x1850;
|
||||
pub const InputSystemVersion001: usize = 0x2A40;
|
||||
// Module: liblocalize.so
|
||||
pub mod liblocalize_so {
|
||||
pub const Localize_001: usize = 0x1D770;
|
||||
}
|
||||
// Module: localize.dll
|
||||
pub mod localize_dll {
|
||||
pub const Localize_001: usize = 0x3AE0;
|
||||
// Module: libmatchmaking.so
|
||||
pub mod libmatchmaking_so {
|
||||
pub const GameTypes001: usize = 0xF4D40;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x1C9F90;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
pub mod matchmaking_dll {
|
||||
pub const GameTypes001: usize = 0x53910;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x105780;
|
||||
// Module: libmaterialsystem2.so
|
||||
pub mod libmaterialsystem2_so {
|
||||
pub const FontManager_001: usize = 0x7DDF0;
|
||||
pub const MaterialUtils_001: usize = 0x67C30;
|
||||
pub const PostProcessingSystem_001: usize = 0x8D2C0;
|
||||
pub const TextLayout_001: usize = 0x8A850;
|
||||
pub const VMaterialSystem2_001: usize = 0x2C470;
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
pub mod materialsystem2_dll {
|
||||
pub const FontManager_001: usize = 0x38430;
|
||||
pub const MaterialUtils_001: usize = 0x4E380;
|
||||
pub const PostProcessingSystem_001: usize = 0x43330;
|
||||
pub const TextLayout_001: usize = 0x4AA40;
|
||||
pub const VMaterialSystem2_001: usize = 0x26760;
|
||||
// Module: libmeshsystem.so
|
||||
pub mod libmeshsystem_so {
|
||||
pub const MeshSystem001: usize = 0x97630;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
pub mod meshsystem_dll {
|
||||
pub const MeshSystem001: usize = 0xAA20;
|
||||
// Module: libnetworksystem.so
|
||||
pub mod libnetworksystem_so {
|
||||
pub const FlattenedSerializersVersion001: usize = 0x163810;
|
||||
pub const NetworkMessagesVersion001: usize = 0x18C190;
|
||||
pub const NetworkSystemVersion001: usize = 0x1B5730;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x1CF0F0;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
pub mod navsystem_dll {
|
||||
pub const NavSystem001: usize = 0xC430;
|
||||
// Module: libpanorama.so
|
||||
pub mod libpanorama_so {
|
||||
pub const PanoramaUIEngine001: usize = 0x233D10;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
pub mod networksystem_dll {
|
||||
pub const FlattenedSerializersVersion001: usize = 0x7ED50;
|
||||
pub const NetworkMessagesVersion001: usize = 0x9F7F0;
|
||||
pub const NetworkSystemVersion001: usize = 0xC0650;
|
||||
pub const SerializedEntitiesVersion001: usize = 0xD6790;
|
||||
// Module: libpanorama_text_pango.so
|
||||
pub mod libpanorama_text_pango_so {
|
||||
pub const PanoramaTextServices001: usize = 0xBB8E0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
pub mod panorama_dll {
|
||||
pub const PanoramaUIEngine001: usize = 0x611C0;
|
||||
// Module: libpanoramauiclient.so
|
||||
pub mod libpanoramauiclient_so {
|
||||
pub const PanoramaUIClient001: usize = 0x1095E0;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
pub mod panorama_text_pango_dll {
|
||||
pub const PanoramaTextServices001: usize = 0x4CBD0;
|
||||
// Module: libparticles.so
|
||||
pub mod libparticles_so {
|
||||
pub const ParticleSystemMgr003: usize = 0x212AF0;
|
||||
}
|
||||
// Module: panoramauiclient.dll
|
||||
pub mod panoramauiclient_dll {
|
||||
pub const PanoramaUIClient001: usize = 0x122B0;
|
||||
// Module: libpulse_system.so
|
||||
pub mod libpulse_system_so {
|
||||
pub const IPulseSystem_001: usize = 0x402F0;
|
||||
}
|
||||
// Module: particles.dll
|
||||
pub mod particles_dll {
|
||||
pub const ParticleSystemMgr003: usize = 0x5C6D0;
|
||||
// Module: librendersystemvulkan.so
|
||||
pub mod librendersystemvulkan_so {
|
||||
pub const RenderDeviceMgr001: usize = 0x14E840;
|
||||
pub const RenderUtils_001: usize = 0xCD990;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
pub mod pulse_system_dll {
|
||||
pub const IPulseSystem_001: usize = 0x3EC0;
|
||||
// Module: libresourcesystem.so
|
||||
pub mod libresourcesystem_so {
|
||||
pub const ResourceSystem013: usize = 0x30F40;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
pub mod rendersystemdx11_dll {
|
||||
pub const RenderDeviceMgr001: usize = 0x4FAA0;
|
||||
pub const RenderUtils_001: usize = 0x596B0;
|
||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x4FAB0;
|
||||
// Module: libscenefilecache.so
|
||||
pub mod libscenefilecache_so {
|
||||
pub const ResponseRulesCache001: usize = 0x89040;
|
||||
pub const SceneFileCache002: usize = 0x85BA0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
pub mod resourcesystem_dll {
|
||||
pub const ResourceSystem013: usize = 0x10C30;
|
||||
// Module: libscenesystem.so
|
||||
pub mod libscenesystem_so {
|
||||
pub const RenderingPipelines_001: usize = 0x142630;
|
||||
pub const SceneSystem_002: usize = 0x186F60;
|
||||
pub const SceneUtils_001: usize = 0x2067E0;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
pub mod scenefilecache_dll {
|
||||
pub const ResponseRulesCache001: usize = 0x3320;
|
||||
pub const SceneFileCache002: usize = 0x6BE0;
|
||||
// Module: libschemasystem.so
|
||||
pub mod libschemasystem_so {
|
||||
pub const SchemaSystem_001: usize = 0x20FC0;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
pub mod scenesystem_dll {
|
||||
pub const RenderingPipelines_001: usize = 0x9C390;
|
||||
pub const SceneSystem_002: usize = 0xD3550;
|
||||
pub const SceneUtils_001: usize = 0x14B530;
|
||||
// Module: libserver.so
|
||||
pub mod libserver_so {
|
||||
pub const EmptyWorldService001_Server: usize = 0xBF4E10;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x8DE640;
|
||||
pub const NavGameTest001: usize = 0x1142450;
|
||||
pub const ServerToolsInfo_001: usize = 0xF12E00;
|
||||
pub const Source2GameClients001: usize = 0xF12D90;
|
||||
pub const Source2GameDirector001: usize = 0x72E350;
|
||||
pub const Source2GameEntities001: usize = 0xF12D80;
|
||||
pub const Source2Server001: usize = 0xF12A80;
|
||||
pub const Source2ServerConfig001: usize = 0xB914D0;
|
||||
pub const customnavsystem001: usize = 0x8610C0;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
pub mod schemasystem_dll {
|
||||
pub const SchemaSystem_001: usize = 0xAB40;
|
||||
// Module: libsoundsystem.so
|
||||
pub mod libsoundsystem_so {
|
||||
pub const SoundOpSystem001: usize = 0x176C80;
|
||||
pub const SoundOpSystemEdit001: usize = 0xB6DC0;
|
||||
pub const SoundSystem001: usize = 0x1E5FE0;
|
||||
pub const VMixEditTool001: usize = 0x219CF0;
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x5837F0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2BA100;
|
||||
pub const NavGameTest001: usize = 0xA64700;
|
||||
pub const ServerToolsInfo_001: usize = 0x8578E0;
|
||||
pub const Source2GameClients001: usize = 0x8578F0;
|
||||
pub const Source2GameDirector001: usize = 0x1223F0;
|
||||
pub const Source2GameEntities001: usize = 0x857900;
|
||||
pub const Source2Server001: usize = 0x857910;
|
||||
pub const Source2ServerConfig001: usize = 0x56FBD0;
|
||||
pub const customnavsystem001: usize = 0x228630;
|
||||
// Module: libsteamaudio.so
|
||||
pub mod libsteamaudio_so {
|
||||
pub const SteamAudio001: usize = 0x32410;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const SoundOpSystem001: usize = 0x17F6A0;
|
||||
pub const SoundOpSystemEdit001: usize = 0x9CD60;
|
||||
pub const SoundSystem001: usize = 0x49730;
|
||||
pub const VMixEditTool001: usize = 0x7A170;
|
||||
// Module: libtier0.so
|
||||
pub mod libtier0_so {
|
||||
pub const TestScriptMgr001: usize = 0x1B9B90;
|
||||
pub const VEngineCvar007: usize = 0xF61C0;
|
||||
pub const VProcessUtils002: usize = 0x1AD380;
|
||||
pub const VStringTokenSystem001: usize = 0x1DFCA0;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
pub mod steamaudio_dll {
|
||||
pub const SteamAudio001: usize = 0x64A70;
|
||||
// Module: libv8system.so
|
||||
pub mod libv8system_so {
|
||||
pub const Source2V8System001: usize = 0x1B450;
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
pub mod steamclient64_dll {
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x86CD70;
|
||||
pub const IVALIDATE001: usize = 0x871150;
|
||||
pub const SteamClient006: usize = 0x6691F0;
|
||||
pub const SteamClient007: usize = 0x669200;
|
||||
pub const SteamClient008: usize = 0x669210;
|
||||
pub const SteamClient009: usize = 0x669220;
|
||||
pub const SteamClient010: usize = 0x669230;
|
||||
pub const SteamClient011: usize = 0x669240;
|
||||
pub const SteamClient012: usize = 0x669250;
|
||||
pub const SteamClient013: usize = 0x669260;
|
||||
pub const SteamClient014: usize = 0x669270;
|
||||
pub const SteamClient015: usize = 0x669280;
|
||||
pub const SteamClient016: usize = 0x669290;
|
||||
pub const SteamClient017: usize = 0x6692A0;
|
||||
pub const SteamClient018: usize = 0x6692B0;
|
||||
pub const SteamClient019: usize = 0x6692C0;
|
||||
pub const SteamClient020: usize = 0x6692D0;
|
||||
pub const SteamClient021: usize = 0x6692E0;
|
||||
pub const p2pvoice002: usize = 0xDAB90;
|
||||
pub const p2pvoicesingleton002: usize = 0xD7600;
|
||||
// Module: libvphysics2.so
|
||||
pub mod libvphysics2_so {
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0xC92A0;
|
||||
pub const VPhysics2_Interface_001: usize = 0xC8E90;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
pub mod tier0_dll {
|
||||
pub const TestScriptMgr001: usize = 0x149BF0;
|
||||
pub const VEngineCvar007: usize = 0x63C70;
|
||||
pub const VProcessUtils002: usize = 0x13A650;
|
||||
pub const VStringTokenSystem001: usize = 0x19E580;
|
||||
// Module: libvscript.so
|
||||
pub mod libvscript_so {
|
||||
pub const VScriptManager010: usize = 0x25DA0;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
pub mod v8system_dll {
|
||||
pub const Source2V8System001: usize = 0x1AE0;
|
||||
// Module: libworldrenderer.so
|
||||
pub mod libworldrenderer_so {
|
||||
pub const WorldRendererMgr001: usize = 0xAED00;
|
||||
}
|
||||
// Module: valve_avi.dll
|
||||
pub mod valve_avi_dll {
|
||||
pub const VAvi001: usize = 0x2F90;
|
||||
}
|
||||
// Module: valve_wmf.dll
|
||||
pub mod valve_wmf_dll {
|
||||
pub const VMediaFoundation001: usize = 0x12D0;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
pub mod vphysics2_dll {
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0x60C80;
|
||||
pub const VPhysics2_Interface_001: usize = 0x5C030;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
pub mod vscript_dll {
|
||||
pub const VScriptManager010: usize = 0x32210;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
pub mod vstdlib_s64_dll {
|
||||
pub const IVALIDATE001: usize = 0x24DE0;
|
||||
pub const VEngineCvar002: usize = 0x57A0;
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
pub mod worldrenderer_dll {
|
||||
pub const WorldRendererMgr001: usize = 0x22FD0;
|
||||
// Module: steamclient.so
|
||||
pub mod steamclient_so {
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x12500B0;
|
||||
pub const IVALIDATE001: usize = 0x124B950;
|
||||
pub const SteamClient006: usize = 0xF1AA80;
|
||||
pub const SteamClient007: usize = 0xF1AA90;
|
||||
pub const SteamClient008: usize = 0xF1AAA0;
|
||||
pub const SteamClient009: usize = 0xF1AAB0;
|
||||
pub const SteamClient010: usize = 0xF1AAC0;
|
||||
pub const SteamClient011: usize = 0xF1AAD0;
|
||||
pub const SteamClient012: usize = 0xF1AAE0;
|
||||
pub const SteamClient013: usize = 0xF1AAF0;
|
||||
pub const SteamClient014: usize = 0xF1AB00;
|
||||
pub const SteamClient015: usize = 0xF1AB10;
|
||||
pub const SteamClient016: usize = 0xF1AB40;
|
||||
pub const SteamClient017: usize = 0xF1AB70;
|
||||
pub const SteamClient018: usize = 0xF1ABA0;
|
||||
pub const SteamClient019: usize = 0xF1ABD0;
|
||||
pub const SteamClient020: usize = 0xF1AC00;
|
||||
pub const SteamClient021: usize = 0xF1AC30;
|
||||
pub const p2pvoice002: usize = 0x18F1140;
|
||||
pub const p2pvoicesingleton002: usize = 0x18E97B0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
// Classes count: 44
|
||||
// Module: libengine2.so
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
public static class Engine2Dll {
|
||||
public static class Libengine2So {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum EntityDormancyType_t : uint {
|
||||
@@ -51,10 +51,10 @@ namespace CS2Dumper.Schemas {
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
public static class EventPostAdvanceTick_t {
|
||||
public const nint m_nCurrentTick = 0x30; // int32
|
||||
public const nint m_nCurrentTickThisFrame = 0x34; // int32
|
||||
public const nint m_nTotalTicksThisFrame = 0x38; // int32
|
||||
public const nint m_nTotalTicks = 0x3C; // int32
|
||||
public const nint m_nCurrentTick = 0x2C; // int32
|
||||
public const nint m_nCurrentTickThisFrame = 0x30; // int32
|
||||
public const nint m_nTotalTicksThisFrame = 0x34; // int32
|
||||
public const nint m_nTotalTicks = 0x38; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -87,6 +87,15 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nPriority = 0x18; // int32
|
||||
public const nint m_pNext = 0x20; // CEntityComponentHelper*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class GameTime_t {
|
||||
public const nint m_Value = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class EventServerEndAsyncPostTickWork_t {
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
public static class EventClientAdvanceTick_t {
|
||||
@@ -114,6 +123,11 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_bRenderOnly = 0x38; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class GameTick_t {
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
public static class EventClientPollInput_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
@@ -168,16 +182,17 @@ namespace CS2Dumper.Schemas {
|
||||
public static class EventClientPauseSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
// Fields count: 1
|
||||
public static class EventClientProcessNetworking_t {
|
||||
public const nint m_nTickCount = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
public static class EventAdvanceTick_t {
|
||||
public const nint m_nCurrentTick = 0x30; // int32
|
||||
public const nint m_nCurrentTickThisFrame = 0x34; // int32
|
||||
public const nint m_nTotalTicksThisFrame = 0x38; // int32
|
||||
public const nint m_nTotalTicks = 0x3C; // int32
|
||||
public const nint m_nCurrentTick = 0x2C; // int32
|
||||
public const nint m_nCurrentTickThisFrame = 0x30; // int32
|
||||
public const nint m_nTotalTicksThisFrame = 0x34; // int32
|
||||
public const nint m_nTotalTicks = 0x38; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
@@ -211,7 +226,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_flRealTime = 0x28; // float32
|
||||
public const nint m_flFrameTime = 0x2C; // float32
|
||||
public const nint m_flWhenScheduleSendTickPacket = 0x30; // float64
|
||||
public const nint m_bScheduleSendTickPacket = 0x30; // bool
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
@@ -276,6 +291,10 @@ namespace CS2Dumper.Schemas {
|
||||
public static class EventClientPollNetworking_t {
|
||||
public const nint m_nTickCount = 0x0; // int32
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
public static class EventServerBeginAsyncPostTickWork_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
public static class EventClientProcessInput_t {
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: engine2.dll
|
||||
// Classes count: 44
|
||||
// Module: libengine2.so
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
namespace engine2_dll {
|
||||
namespace libengine2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class EntityDormancyType_t : uint32_t {
|
||||
@@ -56,10 +56,10 @@ namespace cs2_dumper {
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
namespace EventPostAdvanceTick_t {
|
||||
constexpr std::ptrdiff_t m_nCurrentTick = 0x30; // int32
|
||||
constexpr std::ptrdiff_t m_nCurrentTickThisFrame = 0x34; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicksThisFrame = 0x38; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicks = 0x3C; // int32
|
||||
constexpr std::ptrdiff_t m_nCurrentTick = 0x2C; // int32
|
||||
constexpr std::ptrdiff_t m_nCurrentTickThisFrame = 0x30; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicksThisFrame = 0x34; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicks = 0x38; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -92,6 +92,15 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nPriority = 0x18; // int32
|
||||
constexpr std::ptrdiff_t m_pNext = 0x20; // CEntityComponentHelper*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace GameTime_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace EventServerEndAsyncPostTickWork_t {
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
namespace EventClientAdvanceTick_t {
|
||||
@@ -119,6 +128,11 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_bRenderOnly = 0x38; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace GameTick_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
namespace EventClientPollInput_t {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
@@ -173,16 +187,17 @@ namespace cs2_dumper {
|
||||
namespace EventClientPauseSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
// Fields count: 1
|
||||
namespace EventClientProcessNetworking_t {
|
||||
constexpr std::ptrdiff_t m_nTickCount = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
namespace EventAdvanceTick_t {
|
||||
constexpr std::ptrdiff_t m_nCurrentTick = 0x30; // int32
|
||||
constexpr std::ptrdiff_t m_nCurrentTickThisFrame = 0x34; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicksThisFrame = 0x38; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicks = 0x3C; // int32
|
||||
constexpr std::ptrdiff_t m_nCurrentTick = 0x2C; // int32
|
||||
constexpr std::ptrdiff_t m_nCurrentTickThisFrame = 0x30; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicksThisFrame = 0x34; // int32
|
||||
constexpr std::ptrdiff_t m_nTotalTicks = 0x38; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
@@ -216,7 +231,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_flFrameTime = 0x2C; // float32
|
||||
constexpr std::ptrdiff_t m_flWhenScheduleSendTickPacket = 0x30; // float64
|
||||
constexpr std::ptrdiff_t m_bScheduleSendTickPacket = 0x30; // bool
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
@@ -281,6 +296,10 @@ namespace cs2_dumper {
|
||||
namespace EventClientPollNetworking_t {
|
||||
constexpr std::ptrdiff_t m_nTickCount = 0x0; // int32
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
namespace EventServerBeginAsyncPostTickWork_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
namespace EventClientProcessInput_t {
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"engine2.dll": {
|
||||
"libengine2.so": {
|
||||
"classes": {
|
||||
"CEmptyEntityInstance": {
|
||||
"fields": {},
|
||||
@@ -70,10 +70,10 @@
|
||||
},
|
||||
"EventAdvanceTick_t": {
|
||||
"fields": {
|
||||
"m_nCurrentTick": 48,
|
||||
"m_nCurrentTickThisFrame": 52,
|
||||
"m_nTotalTicks": 60,
|
||||
"m_nTotalTicksThisFrame": 56
|
||||
"m_nCurrentTick": 44,
|
||||
"m_nCurrentTickThisFrame": 48,
|
||||
"m_nTotalTicks": 56,
|
||||
"m_nTotalTicksThisFrame": 52
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
@@ -98,9 +98,9 @@
|
||||
"EventClientFrameSimulate_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_bScheduleSendTickPacket": 48,
|
||||
"m_flFrameTime": 44,
|
||||
"m_flRealTime": 40,
|
||||
"m_flWhenScheduleSendTickPacket": 48
|
||||
"m_flRealTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
@@ -194,7 +194,9 @@
|
||||
"parent": null
|
||||
},
|
||||
"EventClientProcessNetworking_t": {
|
||||
"fields": {},
|
||||
"fields": {
|
||||
"m_nTickCount": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
@@ -224,10 +226,10 @@
|
||||
},
|
||||
"EventPostAdvanceTick_t": {
|
||||
"fields": {
|
||||
"m_nCurrentTick": 48,
|
||||
"m_nCurrentTickThisFrame": 52,
|
||||
"m_nTotalTicks": 60,
|
||||
"m_nTotalTicksThisFrame": 56
|
||||
"m_nCurrentTick": 44,
|
||||
"m_nCurrentTickThisFrame": 48,
|
||||
"m_nTotalTicks": 56,
|
||||
"m_nTotalTicksThisFrame": 52
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
@@ -258,6 +260,16 @@
|
||||
"metadata": [],
|
||||
"parent": "EventAdvanceTick_t"
|
||||
},
|
||||
"EventServerBeginAsyncPostTickWork_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventPostAdvanceTick_t"
|
||||
},
|
||||
"EventServerEndAsyncPostTickWork_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventServerPollNetworking_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
@@ -319,6 +331,20 @@
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"GameTick_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"GameTime_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: engine2.dll
|
||||
// Classes count: 44
|
||||
// Module: libengine2.so
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
pub mod engine2_dll {
|
||||
pub mod libengine2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
@@ -58,10 +58,10 @@ pub mod cs2_dumper {
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
pub mod EventPostAdvanceTick_t {
|
||||
pub const m_nCurrentTick: usize = 0x30; // int32
|
||||
pub const m_nCurrentTickThisFrame: usize = 0x34; // int32
|
||||
pub const m_nTotalTicksThisFrame: usize = 0x38; // int32
|
||||
pub const m_nTotalTicks: usize = 0x3C; // int32
|
||||
pub const m_nCurrentTick: usize = 0x2C; // int32
|
||||
pub const m_nCurrentTickThisFrame: usize = 0x30; // int32
|
||||
pub const m_nTotalTicksThisFrame: usize = 0x34; // int32
|
||||
pub const m_nTotalTicks: usize = 0x38; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -94,6 +94,15 @@ pub mod cs2_dumper {
|
||||
pub const m_nPriority: usize = 0x18; // int32
|
||||
pub const m_pNext: usize = 0x20; // CEntityComponentHelper*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod GameTime_t {
|
||||
pub const m_Value: usize = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod EventServerEndAsyncPostTickWork_t {
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
pub mod EventClientAdvanceTick_t {
|
||||
@@ -121,6 +130,11 @@ pub mod cs2_dumper {
|
||||
pub const m_bRenderOnly: usize = 0x38; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod GameTick_t {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
pub mod EventClientPollInput_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
@@ -175,16 +189,17 @@ pub mod cs2_dumper {
|
||||
pub mod EventClientPauseSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
// Fields count: 1
|
||||
pub mod EventClientProcessNetworking_t {
|
||||
pub const m_nTickCount: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
pub mod EventAdvanceTick_t {
|
||||
pub const m_nCurrentTick: usize = 0x30; // int32
|
||||
pub const m_nCurrentTickThisFrame: usize = 0x34; // int32
|
||||
pub const m_nTotalTicksThisFrame: usize = 0x38; // int32
|
||||
pub const m_nTotalTicks: usize = 0x3C; // int32
|
||||
pub const m_nCurrentTick: usize = 0x2C; // int32
|
||||
pub const m_nCurrentTickThisFrame: usize = 0x30; // int32
|
||||
pub const m_nTotalTicksThisFrame: usize = 0x34; // int32
|
||||
pub const m_nTotalTicks: usize = 0x38; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
@@ -218,7 +233,7 @@ pub mod cs2_dumper {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRealTime: usize = 0x28; // float32
|
||||
pub const m_flFrameTime: usize = 0x2C; // float32
|
||||
pub const m_flWhenScheduleSendTickPacket: usize = 0x30; // float64
|
||||
pub const m_bScheduleSendTickPacket: usize = 0x30; // bool
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
@@ -283,6 +298,10 @@ pub mod cs2_dumper {
|
||||
pub mod EventClientPollNetworking_t {
|
||||
pub const m_nTickCount: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerBeginAsyncPostTickWork_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
pub mod EventClientProcessInput_t {
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
// Module: libhost.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
public static class HostDll {
|
||||
public static class LibhostSo {
|
||||
// Parent: CAnimScriptBase
|
||||
// Fields count: 1
|
||||
public static class EmptyTestScript {
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: host.dll
|
||||
// Module: libhost.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
namespace host_dll {
|
||||
namespace libhost_so {
|
||||
// Parent: CAnimScriptBase
|
||||
// Fields count: 1
|
||||
namespace EmptyTestScript {
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"host.dll": {
|
||||
"libhost.so": {
|
||||
"classes": {
|
||||
"CAnimScriptBase": {
|
||||
"fields": {
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: host.dll
|
||||
// Module: libhost.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
pub mod host_dll {
|
||||
pub mod libhost_so {
|
||||
// Parent: CAnimScriptBase
|
||||
// Fields count: 1
|
||||
pub mod EmptyTestScript {
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
// Module: libmaterialsystem2.so
|
||||
// Classes count: 13
|
||||
// Enums count: 5
|
||||
public static class Materialsystem2Dll {
|
||||
public static class Libmaterialsystem2So {
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum VertJustification_e : uint {
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: materialsystem2.dll
|
||||
// Module: libmaterialsystem2.so
|
||||
// Classes count: 13
|
||||
// Enums count: 5
|
||||
namespace materialsystem2_dll {
|
||||
namespace libmaterialsystem2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class VertJustification_e : uint32_t {
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"materialsystem2.dll": {
|
||||
"libmaterialsystem2.so": {
|
||||
"classes": {
|
||||
"MaterialParamBuffer_t": {
|
||||
"fields": {
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: materialsystem2.dll
|
||||
// Module: libmaterialsystem2.so
|
||||
// Classes count: 13
|
||||
// Enums count: 5
|
||||
pub mod materialsystem2_dll {
|
||||
pub mod libmaterialsystem2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
@@ -1,15 +1,15 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
// Module: libnetworksystem.so
|
||||
// Classes count: 1
|
||||
// Enums count: 0
|
||||
public static class NetworksystemDll {
|
||||
public static class LibnetworksystemSo {
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class ChangeAccessorFieldPathIndex_t {
|
||||
public const nint m_Value = 0x0; // int16
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: networksystem.dll
|
||||
// Module: libnetworksystem.so
|
||||
// Classes count: 1
|
||||
// Enums count: 0
|
||||
namespace networksystem_dll {
|
||||
namespace libnetworksystem_so {
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace ChangeAccessorFieldPathIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"networksystem.dll": {
|
||||
"libnetworksystem.so": {
|
||||
"classes": {
|
||||
"ChangeAccessorFieldPathIndex_t": {
|
||||
"fields": {
|
@@ -1,18 +1,18 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: networksystem.dll
|
||||
// Module: libnetworksystem.so
|
||||
// Classes count: 1
|
||||
// Enums count: 0
|
||||
pub mod networksystem_dll {
|
||||
pub mod libnetworksystem_so {
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod ChangeAccessorFieldPathIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
// Module: libpanorama.so
|
||||
// Classes count: 0
|
||||
// Enums count: 2
|
||||
public static class PanoramaDll {
|
||||
public static class LibpanoramaSo {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
public enum ELayoutNodeType : uint {
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: panorama.dll
|
||||
// Module: libpanorama.so
|
||||
// Classes count: 0
|
||||
// Enums count: 2
|
||||
namespace panorama_dll {
|
||||
namespace libpanorama_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
enum class ELayoutNodeType : uint32_t {
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"panorama.dll": {
|
||||
"libpanorama.so": {
|
||||
"classes": {},
|
||||
"enums": {
|
||||
"ELayoutNodeType": {
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: panorama.dll
|
||||
// Module: libpanorama.so
|
||||
// Classes count: 0
|
||||
// Enums count: 2
|
||||
pub mod panorama_dll {
|
||||
pub mod libpanorama_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
#[repr(u32)]
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
// Classes count: 108
|
||||
// Module: libpulse_system.so
|
||||
// Classes count: 112
|
||||
// Enums count: 9
|
||||
public static class PulseSystemDll {
|
||||
public static class LibpulseSystemSo {
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
public enum EPulseGraphExecutionHistoryFlag : uint {
|
||||
@@ -38,7 +38,7 @@ namespace CS2Dumper.Schemas {
|
||||
OngoingNotify = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 20
|
||||
// Members count: 21
|
||||
public enum PulseValueType_t : uint {
|
||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
PVAL_BOOL = 0x0,
|
||||
@@ -51,18 +51,19 @@ namespace CS2Dumper.Schemas {
|
||||
PVAL_EHANDLE = 0x7,
|
||||
PVAL_RESOURCE = 0x8,
|
||||
PVAL_SNDEVT_GUID = 0x9,
|
||||
PVAL_ENTITY_NAME = 0xA,
|
||||
PVAL_OPAQUE_HANDLE = 0xB,
|
||||
PVAL_TYPESAFE_INT = 0xC,
|
||||
PVAL_CURSOR_FLOW = 0xD,
|
||||
PVAL_ANY = 0xE,
|
||||
PVAL_SCHEMA_ENUM = 0xF,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
||||
PVAL_TEST_HANDLE = 0x11,
|
||||
PVAL_COUNT = 0x12
|
||||
PVAL_SNDEVT_NAME = 0xA,
|
||||
PVAL_ENTITY_NAME = 0xB,
|
||||
PVAL_OPAQUE_HANDLE = 0xC,
|
||||
PVAL_TYPESAFE_INT = 0xD,
|
||||
PVAL_CURSOR_FLOW = 0xE,
|
||||
PVAL_ANY = 0xF,
|
||||
PVAL_SCHEMA_ENUM = 0x10,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x11,
|
||||
PVAL_TEST_HANDLE = 0x12,
|
||||
PVAL_COUNT = 0x13
|
||||
}
|
||||
// Alignment: 2
|
||||
// Members count: 73
|
||||
// Members count: 75
|
||||
public enum PulseInstructionCode_t : ushort {
|
||||
INVALID = 0x0,
|
||||
IMMEDIATE_HALT = 0x1,
|
||||
@@ -123,20 +124,22 @@ namespace CS2Dumper.Schemas {
|
||||
EQ_FLOAT = 0x38,
|
||||
EQ_STRING = 0x39,
|
||||
EQ_ENTITY_NAME = 0x3A,
|
||||
EQ_EHANDLE = 0x3B,
|
||||
EQ_PANEL_HANDLE = 0x3C,
|
||||
EQ_OPAQUE_HANDLE = 0x3D,
|
||||
EQ_TEST_HANDLE = 0x3E,
|
||||
NE_BOOL = 0x3F,
|
||||
NE_INT = 0x40,
|
||||
NE_FLOAT = 0x41,
|
||||
NE_STRING = 0x42,
|
||||
NE_ENTITY_NAME = 0x43,
|
||||
NE_EHANDLE = 0x44,
|
||||
NE_PANEL_HANDLE = 0x45,
|
||||
NE_OPAQUE_HANDLE = 0x46,
|
||||
NE_TEST_HANDLE = 0x47,
|
||||
GET_CONST_INLINE_STORAGE = 0x48
|
||||
EQ_SCHEMA_ENUM = 0x3B,
|
||||
EQ_EHANDLE = 0x3C,
|
||||
EQ_PANEL_HANDLE = 0x3D,
|
||||
EQ_OPAQUE_HANDLE = 0x3E,
|
||||
EQ_TEST_HANDLE = 0x3F,
|
||||
NE_BOOL = 0x40,
|
||||
NE_INT = 0x41,
|
||||
NE_FLOAT = 0x42,
|
||||
NE_STRING = 0x43,
|
||||
NE_ENTITY_NAME = 0x44,
|
||||
NE_SCHEMA_ENUM = 0x45,
|
||||
NE_EHANDLE = 0x46,
|
||||
NE_PANEL_HANDLE = 0x47,
|
||||
NE_OPAQUE_HANDLE = 0x48,
|
||||
NE_TEST_HANDLE = 0x49,
|
||||
GET_CONST_INLINE_STORAGE = 0x4A
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
@@ -324,14 +327,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint nTestStep = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
// MPropertyDescription
|
||||
public static class CPulseTestFuncs_DerivedDomain {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
@@ -385,8 +380,8 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
public static class CTestDomainDerived_Cursor {
|
||||
public const nint m_nCursorValueA = 0xA0; // int32
|
||||
public const nint m_nCursorValueB = 0xA4; // int32
|
||||
public const nint m_nCursorValueA = 0xA8; // int32
|
||||
public const nint m_nCursorValueB = 0xAC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -450,11 +445,20 @@ namespace CS2Dumper.Schemas {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class IGapHost_ExecLog {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGapTypeQueriesForScopeSingleton
|
||||
public static class CPulseTestGapTypeQueryRegistration {
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Fields count: 1
|
||||
public static class CPulseCell_Unknown {
|
||||
public const nint m_UnknownKeys = 0x48; // KeyValues3
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
@@ -497,7 +501,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CPulseCell_Outflow_CycleShuffled__InstanceState_t {
|
||||
public const nint m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8>
|
||||
public const nint m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8,8>
|
||||
public const nint m_nNextShuffle = 0x20; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
@@ -542,6 +546,10 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_StartTime = 0x0; // GameTime_t
|
||||
public const nint m_EndTime = 0x4; // GameTime_t
|
||||
}
|
||||
// Parent: IGapHost_ExecLog
|
||||
// Fields count: 0
|
||||
public static class IGapHost_Cursor {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -596,6 +604,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseRequirementPass
|
||||
// MPulseRequirementSummaryExpr
|
||||
public static class CPulseCell_LimitCount {
|
||||
public const nint m_nLimitCount = 0x48; // int32
|
||||
}
|
||||
@@ -694,7 +703,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_WakeFail = 0xA8; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 1
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -703,6 +712,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MPulseCellOutflowHookInfo
|
||||
public static class CPulseCell_Inflow_ObservableVariableListener {
|
||||
public const nint m_BlackboardReference = 0x70; // CPulse_BlackboardReference
|
||||
public const nint m_bSelfReference = 0x168; // bool
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@@ -881,6 +891,10 @@ namespace CS2Dumper.Schemas {
|
||||
public static class PulseRuntimeBlackboardReferenceIndex_t {
|
||||
public const nint m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: IGapHost_Cursor
|
||||
// Fields count: 0
|
||||
public static class IGapHost_YieldingCursor {
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
public static class SignatureOutflow_Continue {
|
||||
@@ -908,7 +922,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
public static class CPulseGraphInstance_TestDomain_Derived {
|
||||
public const nint m_nInstanceValueX = 0x120; // int32
|
||||
public const nint m_nInstanceValueX = 0x11C; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 4
|
||||
@@ -1008,12 +1022,25 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nWrittenByInstruction = 0x50; // int32
|
||||
public const nint m_nLastReadByInstruction = 0x54; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
public static class CPulseCell_Value_RandomFloat {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class PulseRuntimeCellIndex_t {
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Parent: IGapHost_YieldingCursor
|
||||
// Fields count: 0
|
||||
public static class CPulseExecCursor {
|
||||
}
|
||||
@@ -1199,10 +1226,10 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
public static class CPulseTurtleGraphicsCursor {
|
||||
public const nint m_Color = 0xA0; // Color
|
||||
public const nint m_vPos = 0xA4; // Vector2D
|
||||
public const nint m_flHeadingDeg = 0xAC; // float32
|
||||
public const nint m_bPenUp = 0xB0; // bool
|
||||
public const nint m_Color = 0xA6; // Color
|
||||
public const nint m_vPos = 0xAC; // Vector2D
|
||||
public const nint m_flHeadingDeg = 0xB4; // float32
|
||||
public const nint m_bPenUp = 0xB8; // bool
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: pulse_system.dll
|
||||
// Classes count: 108
|
||||
// Module: libpulse_system.so
|
||||
// Classes count: 112
|
||||
// Enums count: 9
|
||||
namespace pulse_system_dll {
|
||||
namespace libpulse_system_so {
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
enum class EPulseGraphExecutionHistoryFlag : uint32_t {
|
||||
@@ -43,7 +43,7 @@ namespace cs2_dumper {
|
||||
OngoingNotify = 0x3
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 20
|
||||
// Members count: 21
|
||||
enum class PulseValueType_t : uint32_t {
|
||||
PVAL_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
PVAL_BOOL = 0x0,
|
||||
@@ -56,18 +56,19 @@ namespace cs2_dumper {
|
||||
PVAL_EHANDLE = 0x7,
|
||||
PVAL_RESOURCE = 0x8,
|
||||
PVAL_SNDEVT_GUID = 0x9,
|
||||
PVAL_ENTITY_NAME = 0xA,
|
||||
PVAL_OPAQUE_HANDLE = 0xB,
|
||||
PVAL_TYPESAFE_INT = 0xC,
|
||||
PVAL_CURSOR_FLOW = 0xD,
|
||||
PVAL_ANY = 0xE,
|
||||
PVAL_SCHEMA_ENUM = 0xF,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
||||
PVAL_TEST_HANDLE = 0x11,
|
||||
PVAL_COUNT = 0x12
|
||||
PVAL_SNDEVT_NAME = 0xA,
|
||||
PVAL_ENTITY_NAME = 0xB,
|
||||
PVAL_OPAQUE_HANDLE = 0xC,
|
||||
PVAL_TYPESAFE_INT = 0xD,
|
||||
PVAL_CURSOR_FLOW = 0xE,
|
||||
PVAL_ANY = 0xF,
|
||||
PVAL_SCHEMA_ENUM = 0x10,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x11,
|
||||
PVAL_TEST_HANDLE = 0x12,
|
||||
PVAL_COUNT = 0x13
|
||||
};
|
||||
// Alignment: 2
|
||||
// Members count: 73
|
||||
// Members count: 75
|
||||
enum class PulseInstructionCode_t : uint16_t {
|
||||
INVALID = 0x0,
|
||||
IMMEDIATE_HALT = 0x1,
|
||||
@@ -128,20 +129,22 @@ namespace cs2_dumper {
|
||||
EQ_FLOAT = 0x38,
|
||||
EQ_STRING = 0x39,
|
||||
EQ_ENTITY_NAME = 0x3A,
|
||||
EQ_EHANDLE = 0x3B,
|
||||
EQ_PANEL_HANDLE = 0x3C,
|
||||
EQ_OPAQUE_HANDLE = 0x3D,
|
||||
EQ_TEST_HANDLE = 0x3E,
|
||||
NE_BOOL = 0x3F,
|
||||
NE_INT = 0x40,
|
||||
NE_FLOAT = 0x41,
|
||||
NE_STRING = 0x42,
|
||||
NE_ENTITY_NAME = 0x43,
|
||||
NE_EHANDLE = 0x44,
|
||||
NE_PANEL_HANDLE = 0x45,
|
||||
NE_OPAQUE_HANDLE = 0x46,
|
||||
NE_TEST_HANDLE = 0x47,
|
||||
GET_CONST_INLINE_STORAGE = 0x48
|
||||
EQ_SCHEMA_ENUM = 0x3B,
|
||||
EQ_EHANDLE = 0x3C,
|
||||
EQ_PANEL_HANDLE = 0x3D,
|
||||
EQ_OPAQUE_HANDLE = 0x3E,
|
||||
EQ_TEST_HANDLE = 0x3F,
|
||||
NE_BOOL = 0x40,
|
||||
NE_INT = 0x41,
|
||||
NE_FLOAT = 0x42,
|
||||
NE_STRING = 0x43,
|
||||
NE_ENTITY_NAME = 0x44,
|
||||
NE_SCHEMA_ENUM = 0x45,
|
||||
NE_EHANDLE = 0x46,
|
||||
NE_PANEL_HANDLE = 0x47,
|
||||
NE_OPAQUE_HANDLE = 0x48,
|
||||
NE_TEST_HANDLE = 0x49,
|
||||
GET_CONST_INLINE_STORAGE = 0x4A
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
@@ -329,14 +332,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t nTestStep = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
// MPropertyDescription
|
||||
namespace CPulseTestFuncs_DerivedDomain {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
@@ -390,8 +385,8 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
namespace CTestDomainDerived_Cursor {
|
||||
constexpr std::ptrdiff_t m_nCursorValueA = 0xA0; // int32
|
||||
constexpr std::ptrdiff_t m_nCursorValueB = 0xA4; // int32
|
||||
constexpr std::ptrdiff_t m_nCursorValueA = 0xA8; // int32
|
||||
constexpr std::ptrdiff_t m_nCursorValueB = 0xAC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -455,11 +450,20 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace IGapHost_ExecLog {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGapTypeQueriesForScopeSingleton
|
||||
namespace CPulseTestGapTypeQueryRegistration {
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Fields count: 1
|
||||
namespace CPulseCell_Unknown {
|
||||
constexpr std::ptrdiff_t m_UnknownKeys = 0x48; // KeyValues3
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
@@ -502,7 +506,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CPulseCell_Outflow_CycleShuffled__InstanceState_t {
|
||||
constexpr std::ptrdiff_t m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8>
|
||||
constexpr std::ptrdiff_t m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8,8>
|
||||
constexpr std::ptrdiff_t m_nNextShuffle = 0x20; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
@@ -547,6 +551,10 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_StartTime = 0x0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_EndTime = 0x4; // GameTime_t
|
||||
}
|
||||
// Parent: IGapHost_ExecLog
|
||||
// Fields count: 0
|
||||
namespace IGapHost_Cursor {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -601,6 +609,7 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseRequirementPass
|
||||
// MPulseRequirementSummaryExpr
|
||||
namespace CPulseCell_LimitCount {
|
||||
constexpr std::ptrdiff_t m_nLimitCount = 0x48; // int32
|
||||
}
|
||||
@@ -699,7 +708,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_WakeFail = 0xA8; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 1
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -708,6 +717,7 @@ namespace cs2_dumper {
|
||||
// MPulseCellOutflowHookInfo
|
||||
namespace CPulseCell_Inflow_ObservableVariableListener {
|
||||
constexpr std::ptrdiff_t m_BlackboardReference = 0x70; // CPulse_BlackboardReference
|
||||
constexpr std::ptrdiff_t m_bSelfReference = 0x168; // bool
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@@ -886,6 +896,10 @@ namespace cs2_dumper {
|
||||
namespace PulseRuntimeBlackboardReferenceIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
||||
}
|
||||
// Parent: IGapHost_Cursor
|
||||
// Fields count: 0
|
||||
namespace IGapHost_YieldingCursor {
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
namespace SignatureOutflow_Continue {
|
||||
@@ -913,7 +927,7 @@ namespace cs2_dumper {
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
namespace CPulseGraphInstance_TestDomain_Derived {
|
||||
constexpr std::ptrdiff_t m_nInstanceValueX = 0x120; // int32
|
||||
constexpr std::ptrdiff_t m_nInstanceValueX = 0x11C; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 4
|
||||
@@ -1013,12 +1027,25 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nWrittenByInstruction = 0x50; // int32
|
||||
constexpr std::ptrdiff_t m_nLastReadByInstruction = 0x54; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
namespace CPulseCell_Value_RandomFloat {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace PulseRuntimeCellIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Parent: IGapHost_YieldingCursor
|
||||
// Fields count: 0
|
||||
namespace CPulseExecCursor {
|
||||
}
|
||||
@@ -1204,10 +1231,10 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
namespace CPulseTurtleGraphicsCursor {
|
||||
constexpr std::ptrdiff_t m_Color = 0xA0; // Color
|
||||
constexpr std::ptrdiff_t m_vPos = 0xA4; // Vector2D
|
||||
constexpr std::ptrdiff_t m_flHeadingDeg = 0xAC; // float32
|
||||
constexpr std::ptrdiff_t m_bPenUp = 0xB0; // bool
|
||||
constexpr std::ptrdiff_t m_Color = 0xA6; // Color
|
||||
constexpr std::ptrdiff_t m_vPos = 0xAC; // Vector2D
|
||||
constexpr std::ptrdiff_t m_flHeadingDeg = 0xB4; // float32
|
||||
constexpr std::ptrdiff_t m_bPenUp = 0xB8; // bool
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"pulse_system.dll": {
|
||||
"libpulse_system.so": {
|
||||
"classes": {
|
||||
"CBasePulseGraphInstance": {
|
||||
"fields": {},
|
||||
@@ -269,7 +269,8 @@
|
||||
},
|
||||
"CPulseCell_Inflow_ObservableVariableListener": {
|
||||
"fields": {
|
||||
"m_BlackboardReference": 112
|
||||
"m_BlackboardReference": 112,
|
||||
"m_bSelfReference": 360
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -383,6 +384,10 @@
|
||||
{
|
||||
"name": "MPulseRequirementPass",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPulseRequirementSummaryExpr",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CPulseCell_BaseRequirement"
|
||||
@@ -1008,6 +1013,13 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CPulseCell_Unknown": {
|
||||
"fields": {
|
||||
"m_UnknownKeys": 72
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": "CPulseCell_Base"
|
||||
},
|
||||
"CPulseCell_Val_TestDomainFindEntityByName": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@@ -1060,6 +1072,40 @@
|
||||
],
|
||||
"parent": "CPulseCell_BaseValue"
|
||||
},
|
||||
"CPulseCell_Value_RandomFloat": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MCellForDomain",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPulseCellMethodBindings",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPulseCellOutflowHookInfo",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPulseEditorHeaderIcon",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CPulseCell_BaseValue"
|
||||
},
|
||||
"CPulseCell_Value_RandomInt": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@@ -1198,7 +1244,7 @@
|
||||
"CPulseExecCursor": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
"parent": "IGapHost_YieldingCursor"
|
||||
},
|
||||
"CPulseGraphDef": {
|
||||
"fields": {
|
||||
@@ -1272,7 +1318,7 @@
|
||||
},
|
||||
"CPulseGraphInstance_TestDomain_Derived": {
|
||||
"fields": {
|
||||
"m_nInstanceValueX": 288
|
||||
"m_nInstanceValueX": 284
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1336,20 +1382,6 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CPulseTestFuncs_DerivedDomain": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MPulseLibraryBindings",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CPulseTestFuncs_LibraryA": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@@ -1390,10 +1422,10 @@
|
||||
},
|
||||
"CPulseTurtleGraphicsCursor": {
|
||||
"fields": {
|
||||
"m_Color": 160,
|
||||
"m_bPenUp": 176,
|
||||
"m_flHeadingDeg": 172,
|
||||
"m_vPos": 164
|
||||
"m_Color": 166,
|
||||
"m_bPenUp": 184,
|
||||
"m_flHeadingDeg": 180,
|
||||
"m_vPos": 172
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1572,8 +1604,8 @@
|
||||
},
|
||||
"CTestDomainDerived_Cursor": {
|
||||
"fields": {
|
||||
"m_nCursorValueA": 160,
|
||||
"m_nCursorValueB": 164
|
||||
"m_nCursorValueA": 168,
|
||||
"m_nCursorValueB": 172
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1625,6 +1657,21 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"IGapHost_Cursor": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "IGapHost_ExecLog"
|
||||
},
|
||||
"IGapHost_ExecLog": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"IGapHost_YieldingCursor": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "IGapHost_Cursor"
|
||||
},
|
||||
"PGDInstruction_t": {
|
||||
"fields": {
|
||||
"m_nBlackboardReferenceIdx": 36,
|
||||
@@ -1915,17 +1962,18 @@
|
||||
"DIV_INT": 46,
|
||||
"EQ": 27,
|
||||
"EQ_BOOL": 54,
|
||||
"EQ_EHANDLE": 59,
|
||||
"EQ_EHANDLE": 60,
|
||||
"EQ_ENTITY_NAME": 58,
|
||||
"EQ_FLOAT": 56,
|
||||
"EQ_INT": 55,
|
||||
"EQ_OPAQUE_HANDLE": 61,
|
||||
"EQ_PANEL_HANDLE": 60,
|
||||
"EQ_OPAQUE_HANDLE": 62,
|
||||
"EQ_PANEL_HANDLE": 61,
|
||||
"EQ_SCHEMA_ENUM": 59,
|
||||
"EQ_STRING": 57,
|
||||
"EQ_TEST_HANDLE": 62,
|
||||
"EQ_TEST_HANDLE": 63,
|
||||
"GET_BLACKBOARD_REFERENCE": 33,
|
||||
"GET_CONST": 15,
|
||||
"GET_CONST_INLINE_STORAGE": 72,
|
||||
"GET_CONST_INLINE_STORAGE": 74,
|
||||
"GET_DOMAIN_VALUE": 16,
|
||||
"GET_VAR": 14,
|
||||
"IMMEDIATE_HALT": 1,
|
||||
@@ -1950,15 +1998,16 @@
|
||||
"NEGATE": 19,
|
||||
"NEGATE_FLOAT": 38,
|
||||
"NEGATE_INT": 37,
|
||||
"NE_BOOL": 63,
|
||||
"NE_EHANDLE": 68,
|
||||
"NE_ENTITY_NAME": 67,
|
||||
"NE_FLOAT": 65,
|
||||
"NE_INT": 64,
|
||||
"NE_OPAQUE_HANDLE": 70,
|
||||
"NE_PANEL_HANDLE": 69,
|
||||
"NE_STRING": 66,
|
||||
"NE_TEST_HANDLE": 71,
|
||||
"NE_BOOL": 64,
|
||||
"NE_EHANDLE": 70,
|
||||
"NE_ENTITY_NAME": 68,
|
||||
"NE_FLOAT": 66,
|
||||
"NE_INT": 65,
|
||||
"NE_OPAQUE_HANDLE": 72,
|
||||
"NE_PANEL_HANDLE": 71,
|
||||
"NE_SCHEMA_ENUM": 69,
|
||||
"NE_STRING": 67,
|
||||
"NE_TEST_HANDLE": 73,
|
||||
"NOP": 4,
|
||||
"NOT": 18,
|
||||
"OR": 30,
|
||||
@@ -2007,25 +2056,26 @@
|
||||
"PulseValueType_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"PVAL_ANY": 14,
|
||||
"PVAL_ANY": 15,
|
||||
"PVAL_BOOL": 0,
|
||||
"PVAL_COLOR_RGB": 6,
|
||||
"PVAL_COUNT": 18,
|
||||
"PVAL_CURSOR_FLOW": 13,
|
||||
"PVAL_COUNT": 19,
|
||||
"PVAL_CURSOR_FLOW": 14,
|
||||
"PVAL_EHANDLE": 7,
|
||||
"PVAL_ENTITY_NAME": 10,
|
||||
"PVAL_ENTITY_NAME": 11,
|
||||
"PVAL_FLOAT": 2,
|
||||
"PVAL_INT": 1,
|
||||
"PVAL_INVALID": -1,
|
||||
"PVAL_OPAQUE_HANDLE": 11,
|
||||
"PVAL_PANORAMA_PANEL_HANDLE": 16,
|
||||
"PVAL_OPAQUE_HANDLE": 12,
|
||||
"PVAL_PANORAMA_PANEL_HANDLE": 17,
|
||||
"PVAL_RESOURCE": 8,
|
||||
"PVAL_SCHEMA_ENUM": 15,
|
||||
"PVAL_SCHEMA_ENUM": 16,
|
||||
"PVAL_SNDEVT_GUID": 9,
|
||||
"PVAL_SNDEVT_NAME": 10,
|
||||
"PVAL_STRING": 3,
|
||||
"PVAL_TEST_HANDLE": 17,
|
||||
"PVAL_TEST_HANDLE": 18,
|
||||
"PVAL_TRANSFORM": 5,
|
||||
"PVAL_TYPESAFE_INT": 12,
|
||||
"PVAL_TYPESAFE_INT": 13,
|
||||
"PVAL_VEC3": 4
|
||||
},
|
||||
"type": "uint32"
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: pulse_system.dll
|
||||
// Classes count: 108
|
||||
// Module: libpulse_system.so
|
||||
// Classes count: 112
|
||||
// Enums count: 9
|
||||
pub mod pulse_system_dll {
|
||||
pub mod libpulse_system_so {
|
||||
// Alignment: 4
|
||||
// Members count: 6
|
||||
#[repr(u32)]
|
||||
@@ -45,7 +45,7 @@ pub mod cs2_dumper {
|
||||
OngoingNotify = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 20
|
||||
// Members count: 21
|
||||
#[repr(u32)]
|
||||
pub enum PulseValueType_t {
|
||||
PVAL_INVALID = u32::MAX,
|
||||
@@ -59,18 +59,19 @@ pub mod cs2_dumper {
|
||||
PVAL_EHANDLE = 0x7,
|
||||
PVAL_RESOURCE = 0x8,
|
||||
PVAL_SNDEVT_GUID = 0x9,
|
||||
PVAL_ENTITY_NAME = 0xA,
|
||||
PVAL_OPAQUE_HANDLE = 0xB,
|
||||
PVAL_TYPESAFE_INT = 0xC,
|
||||
PVAL_CURSOR_FLOW = 0xD,
|
||||
PVAL_ANY = 0xE,
|
||||
PVAL_SCHEMA_ENUM = 0xF,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x10,
|
||||
PVAL_TEST_HANDLE = 0x11,
|
||||
PVAL_COUNT = 0x12
|
||||
PVAL_SNDEVT_NAME = 0xA,
|
||||
PVAL_ENTITY_NAME = 0xB,
|
||||
PVAL_OPAQUE_HANDLE = 0xC,
|
||||
PVAL_TYPESAFE_INT = 0xD,
|
||||
PVAL_CURSOR_FLOW = 0xE,
|
||||
PVAL_ANY = 0xF,
|
||||
PVAL_SCHEMA_ENUM = 0x10,
|
||||
PVAL_PANORAMA_PANEL_HANDLE = 0x11,
|
||||
PVAL_TEST_HANDLE = 0x12,
|
||||
PVAL_COUNT = 0x13
|
||||
}
|
||||
// Alignment: 2
|
||||
// Members count: 73
|
||||
// Members count: 75
|
||||
#[repr(u16)]
|
||||
pub enum PulseInstructionCode_t {
|
||||
INVALID = 0x0,
|
||||
@@ -132,20 +133,22 @@ pub mod cs2_dumper {
|
||||
EQ_FLOAT = 0x38,
|
||||
EQ_STRING = 0x39,
|
||||
EQ_ENTITY_NAME = 0x3A,
|
||||
EQ_EHANDLE = 0x3B,
|
||||
EQ_PANEL_HANDLE = 0x3C,
|
||||
EQ_OPAQUE_HANDLE = 0x3D,
|
||||
EQ_TEST_HANDLE = 0x3E,
|
||||
NE_BOOL = 0x3F,
|
||||
NE_INT = 0x40,
|
||||
NE_FLOAT = 0x41,
|
||||
NE_STRING = 0x42,
|
||||
NE_ENTITY_NAME = 0x43,
|
||||
NE_EHANDLE = 0x44,
|
||||
NE_PANEL_HANDLE = 0x45,
|
||||
NE_OPAQUE_HANDLE = 0x46,
|
||||
NE_TEST_HANDLE = 0x47,
|
||||
GET_CONST_INLINE_STORAGE = 0x48
|
||||
EQ_SCHEMA_ENUM = 0x3B,
|
||||
EQ_EHANDLE = 0x3C,
|
||||
EQ_PANEL_HANDLE = 0x3D,
|
||||
EQ_OPAQUE_HANDLE = 0x3E,
|
||||
EQ_TEST_HANDLE = 0x3F,
|
||||
NE_BOOL = 0x40,
|
||||
NE_INT = 0x41,
|
||||
NE_FLOAT = 0x42,
|
||||
NE_STRING = 0x43,
|
||||
NE_ENTITY_NAME = 0x44,
|
||||
NE_SCHEMA_ENUM = 0x45,
|
||||
NE_EHANDLE = 0x46,
|
||||
NE_PANEL_HANDLE = 0x47,
|
||||
NE_OPAQUE_HANDLE = 0x48,
|
||||
NE_TEST_HANDLE = 0x49,
|
||||
GET_CONST_INLINE_STORAGE = 0x4A
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
@@ -336,14 +339,6 @@ pub mod cs2_dumper {
|
||||
pub const nTestStep: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
// MPropertyDescription
|
||||
pub mod CPulseTestFuncs_DerivedDomain {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
@@ -397,8 +392,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
pub mod CTestDomainDerived_Cursor {
|
||||
pub const m_nCursorValueA: usize = 0xA0; // int32
|
||||
pub const m_nCursorValueB: usize = 0xA4; // int32
|
||||
pub const m_nCursorValueA: usize = 0xA8; // int32
|
||||
pub const m_nCursorValueB: usize = 0xAC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -462,11 +457,20 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod IGapHost_ExecLog {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGapTypeQueriesForScopeSingleton
|
||||
pub mod CPulseTestGapTypeQueryRegistration {
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
// Fields count: 1
|
||||
pub mod CPulseCell_Unknown {
|
||||
pub const m_UnknownKeys: usize = 0x48; // KeyValues3
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 2
|
||||
//
|
||||
@@ -509,7 +513,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CPulseCell_Outflow_CycleShuffled__InstanceState_t {
|
||||
pub const m_Shuffle: usize = 0x0; // CUtlVectorFixedGrowable<uint8>
|
||||
pub const m_Shuffle: usize = 0x0; // CUtlVectorFixedGrowable<uint8,8>
|
||||
pub const m_nNextShuffle: usize = 0x20; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Base
|
||||
@@ -554,6 +558,10 @@ pub mod cs2_dumper {
|
||||
pub const m_StartTime: usize = 0x0; // GameTime_t
|
||||
pub const m_EndTime: usize = 0x4; // GameTime_t
|
||||
}
|
||||
// Parent: IGapHost_ExecLog
|
||||
// Fields count: 0
|
||||
pub mod IGapHost_Cursor {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -608,6 +616,7 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseRequirementPass
|
||||
// MPulseRequirementSummaryExpr
|
||||
pub mod CPulseCell_LimitCount {
|
||||
pub const m_nLimitCount: usize = 0x48; // int32
|
||||
}
|
||||
@@ -706,7 +715,7 @@ pub mod cs2_dumper {
|
||||
pub const m_WakeFail: usize = 0xA8; // CPulse_ResumePoint
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 1
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -715,6 +724,7 @@ pub mod cs2_dumper {
|
||||
// MPulseCellOutflowHookInfo
|
||||
pub mod CPulseCell_Inflow_ObservableVariableListener {
|
||||
pub const m_BlackboardReference: usize = 0x70; // CPulse_BlackboardReference
|
||||
pub const m_bSelfReference: usize = 0x168; // bool
|
||||
}
|
||||
// Parent: CPulseCell_BaseFlow
|
||||
// Fields count: 0
|
||||
@@ -893,6 +903,10 @@ pub mod cs2_dumper {
|
||||
pub mod PulseRuntimeBlackboardReferenceIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int16
|
||||
}
|
||||
// Parent: IGapHost_Cursor
|
||||
// Fields count: 0
|
||||
pub mod IGapHost_YieldingCursor {
|
||||
}
|
||||
// Parent: CPulse_OutflowConnection
|
||||
// Fields count: 0
|
||||
pub mod SignatureOutflow_Continue {
|
||||
@@ -920,7 +934,7 @@ pub mod cs2_dumper {
|
||||
// MPulseDomainHookInfo
|
||||
// MPulseLibraryBindings
|
||||
pub mod CPulseGraphInstance_TestDomain_Derived {
|
||||
pub const m_nInstanceValueX: usize = 0x120; // int32
|
||||
pub const m_nInstanceValueX: usize = 0x11C; // int32
|
||||
}
|
||||
// Parent: CPulseCell_Inflow_BaseEntrypoint
|
||||
// Fields count: 4
|
||||
@@ -1020,12 +1034,25 @@ pub mod cs2_dumper {
|
||||
pub const m_nWrittenByInstruction: usize = 0x50; // int32
|
||||
pub const m_nLastReadByInstruction: usize = 0x54; // int32
|
||||
}
|
||||
// Parent: CPulseCell_BaseValue
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MCellForDomain
|
||||
// MPulseCellMethodBindings
|
||||
// MPulseCellOutflowHookInfo
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
// MPulseEditorHeaderIcon
|
||||
pub mod CPulseCell_Value_RandomFloat {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod PulseRuntimeCellIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Parent: IGapHost_YieldingCursor
|
||||
// Fields count: 0
|
||||
pub mod CPulseExecCursor {
|
||||
}
|
||||
@@ -1211,10 +1238,10 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MPulseLibraryBindings
|
||||
pub mod CPulseTurtleGraphicsCursor {
|
||||
pub const m_Color: usize = 0xA0; // Color
|
||||
pub const m_vPos: usize = 0xA4; // Vector2D
|
||||
pub const m_flHeadingDeg: usize = 0xAC; // float32
|
||||
pub const m_bPenUp: usize = 0xB0; // bool
|
||||
pub const m_Color: usize = 0xA6; // Color
|
||||
pub const m_vPos: usize = 0xAC; // Vector2D
|
||||
pub const m_flHeadingDeg: usize = 0xB4; // float32
|
||||
pub const m_bPenUp: usize = 0xB8; // bool
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
// Module: librendersystemvulkan.so
|
||||
// Classes count: 3
|
||||
// Enums count: 5
|
||||
public static class Rendersystemdx11Dll {
|
||||
public static class LibrendersystemvulkanSo {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
public enum RenderPrimitiveType_t : uint {
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
// Module: librendersystemvulkan.so
|
||||
// Classes count: 3
|
||||
// Enums count: 5
|
||||
namespace rendersystemdx11_dll {
|
||||
namespace librendersystemvulkan_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
enum class RenderPrimitiveType_t : uint32_t {
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"rendersystemdx11.dll": {
|
||||
"librendersystemvulkan.so": {
|
||||
"classes": {
|
||||
"RenderInputLayoutField_t": {
|
||||
"fields": {
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
// Module: librendersystemvulkan.so
|
||||
// Classes count: 3
|
||||
// Enums count: 5
|
||||
pub mod rendersystemdx11_dll {
|
||||
pub mod librendersystemvulkan_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
#[repr(u32)]
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
// Classes count: 58
|
||||
// Module: libresourcesystem.so
|
||||
// Classes count: 59
|
||||
// Enums count: 2
|
||||
public static class ResourcesystemDll {
|
||||
public static class LibresourcesystemSo {
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
public enum FuseVariableType_t : byte {
|
||||
@@ -30,6 +30,13 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmIKRig {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: resourcesystem.dll
|
||||
// Classes count: 58
|
||||
// Module: libresourcesystem.so
|
||||
// Classes count: 59
|
||||
// Enums count: 2
|
||||
namespace resourcesystem_dll {
|
||||
namespace libresourcesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
enum class FuseVariableType_t : uint8_t {
|
||||
@@ -35,6 +35,13 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmIKRig {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"resourcesystem.dll": {
|
||||
"libresourcesystem.so": {
|
||||
"classes": {
|
||||
"AABB_t": {
|
||||
"fields": {
|
||||
@@ -255,6 +255,16 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCNmIKRig": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MResourceTypeForInfoType",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCNmSkeleton": {
|
||||
"fields": {},
|
||||
"metadata": [
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: resourcesystem.dll
|
||||
// Classes count: 58
|
||||
// Module: libresourcesystem.so
|
||||
// Classes count: 59
|
||||
// Enums count: 2
|
||||
pub mod resourcesystem_dll {
|
||||
pub mod libresourcesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
#[repr(u8)]
|
||||
@@ -35,6 +35,13 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmIKRig {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
// Module: libscenesystem.so
|
||||
// Classes count: 9
|
||||
// Enums count: 1
|
||||
public static class ScenesystemDll {
|
||||
public static class LibscenesystemSo {
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
public enum DisableShadows_t : byte {
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: scenesystem.dll
|
||||
// Module: libscenesystem.so
|
||||
// Classes count: 9
|
||||
// Enums count: 1
|
||||
namespace scenesystem_dll {
|
||||
namespace libscenesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
enum class DisableShadows_t : uint8_t {
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"scenesystem.dll": {
|
||||
"libscenesystem.so": {
|
||||
"classes": {
|
||||
"CSSDSEndFrameViewInfo": {
|
||||
"fields": {
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: scenesystem.dll
|
||||
// Module: libscenesystem.so
|
||||
// Classes count: 9
|
||||
// Enums count: 1
|
||||
pub mod scenesystem_dll {
|
||||
pub mod libscenesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
#[repr(u8)]
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
// Module: libschemasystem.so
|
||||
// Classes count: 7
|
||||
// Enums count: 2
|
||||
public static class SchemasystemDll {
|
||||
public static class LibschemasystemSo {
|
||||
// Alignment: 1
|
||||
// Members count: 81
|
||||
public enum fieldtype_t : byte {
|
||||
@@ -137,7 +137,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedA {
|
||||
public const nint m_nDerivedA = 0x10; // int32
|
||||
public const nint m_nDerivedA = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -153,7 +153,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedB {
|
||||
public const nint m_nDerivedB = 0x10; // int32
|
||||
public const nint m_nDerivedB = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: schemasystem.dll
|
||||
// Module: libschemasystem.so
|
||||
// Classes count: 7
|
||||
// Enums count: 2
|
||||
namespace schemasystem_dll {
|
||||
namespace libschemasystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 81
|
||||
enum class fieldtype_t : uint8_t {
|
||||
@@ -142,7 +142,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedA {
|
||||
constexpr std::ptrdiff_t m_nDerivedA = 0x10; // int32
|
||||
constexpr std::ptrdiff_t m_nDerivedA = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -158,7 +158,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedB {
|
||||
constexpr std::ptrdiff_t m_nDerivedB = 0x10; // int32
|
||||
constexpr std::ptrdiff_t m_nDerivedB = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"schemasystem.dll": {
|
||||
"libschemasystem.so": {
|
||||
"classes": {
|
||||
"CExampleSchemaVData_Monomorphic": {
|
||||
"fields": {
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"CExampleSchemaVData_PolymorphicDerivedA": {
|
||||
"fields": {
|
||||
"m_nDerivedA": 16
|
||||
"m_nDerivedA": 12
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"CExampleSchemaVData_PolymorphicDerivedB": {
|
||||
"fields": {
|
||||
"m_nDerivedB": 16
|
||||
"m_nDerivedB": 12
|
||||
},
|
||||
"metadata": [
|
||||
{
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: schemasystem.dll
|
||||
// Module: libschemasystem.so
|
||||
// Classes count: 7
|
||||
// Enums count: 2
|
||||
pub mod schemasystem_dll {
|
||||
pub mod libschemasystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 81
|
||||
#[repr(u8)]
|
||||
@@ -142,7 +142,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedA {
|
||||
pub const m_nDerivedA: usize = 0x10; // int32
|
||||
pub const m_nDerivedA: usize = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -158,7 +158,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedB {
|
||||
pub const m_nDerivedB: usize = 0x10; // int32
|
||||
pub const m_nDerivedB: usize = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
// Classes count: 63
|
||||
// Module: libsoundsystem.so
|
||||
// Classes count: 74
|
||||
// Enums count: 18
|
||||
public static class SoundsystemDll {
|
||||
public static class LibsoundsystemSo {
|
||||
// Alignment: 4
|
||||
// Members count: 2
|
||||
public enum EMode_t : uint {
|
||||
@@ -68,12 +68,13 @@ namespace CS2Dumper.Schemas {
|
||||
SOS_SORTTYPE_LOWEST = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
// Members count: 5
|
||||
public enum PlayBackMode_t : uint {
|
||||
Random = 0x0,
|
||||
RandomNoRepeats = 0x1,
|
||||
RandomAvoidLast = 0x2,
|
||||
Sequential = 0x3
|
||||
Sequential = 0x3,
|
||||
RandomWeights = 0x4
|
||||
}
|
||||
// Alignment: 2
|
||||
// Members count: 30
|
||||
@@ -198,7 +199,7 @@ namespace CS2Dumper.Schemas {
|
||||
FILTER_SLOPE_MAX = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 8
|
||||
// Members count: 10
|
||||
public enum ActionType_t : uint {
|
||||
SOS_ACTION_NONE = 0x0,
|
||||
SOS_ACTION_LIMITER = 0x1,
|
||||
@@ -207,7 +208,9 @@ namespace CS2Dumper.Schemas {
|
||||
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4,
|
||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5,
|
||||
SOS_ACTION_SOUNDEVENT_PRIORITY = 0x6,
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7,
|
||||
SOS_ACTION_SOUNDEVENT_COUNT = 0x8,
|
||||
SOS_ACTION_SOUNDEVENT_MIN_MAX_VALUES = 0x9
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
@@ -230,9 +233,9 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerBlender {
|
||||
public const nint m_firstSound = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_secondSound = 0xF8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_flBlendFactor = 0x100; // float32
|
||||
public const nint m_firstSound = 0xC0; // CSoundContainerReference
|
||||
public const nint m_secondSound = 0xD8; // CSoundContainerReference
|
||||
public const nint m_flBlendFactor = 0xF0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@@ -277,22 +280,21 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerRandomSampler {
|
||||
public const nint m_flAmplitude = 0xF0; // float32
|
||||
public const nint m_flAmplitudeJitter = 0xF4; // float32
|
||||
public const nint m_flTimeJitter = 0xF8; // float32
|
||||
public const nint m_flMaxLength = 0xFC; // float32
|
||||
public const nint m_nNumDelayVariations = 0x100; // int32
|
||||
public const nint m_grainResources = 0x108; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
public const nint m_flAmplitude = 0xC0; // float32
|
||||
public const nint m_flAmplitudeJitter = 0xC4; // float32
|
||||
public const nint m_flTimeJitter = 0xC8; // float32
|
||||
public const nint m_flMaxLength = 0xCC; // float32
|
||||
public const nint m_nNumDelayVariations = 0xD0; // int32
|
||||
public const nint m_grainResources = 0xD8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerDefault {
|
||||
public const nint m_vsndReference = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
@@ -347,6 +349,18 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_opvarName = 0x28; // CUtlString
|
||||
public const nint m_nSortType = 0x30; // SosActionSortType_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CSoundContainerReference {
|
||||
public const nint m_bUseReference = 0x0; // bool
|
||||
public const nint m_sound = 0x8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_pSound = 0x10; // CVoiceContainerBase*
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
@@ -378,6 +392,23 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_bRegenerateCurveOnCompile = 0x8; // bool
|
||||
public const nint m_curve = 0x10; // CPiecewiseCurve
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSosGroupActionSoundeventMinMaxValuesSchema {
|
||||
public const nint m_strQueryPublicFieldName = 0x18; // CUtlString
|
||||
public const nint m_strDelayPublicFieldName = 0x20; // CUtlString
|
||||
public const nint m_bExcludeStoppedSounds = 0x28; // bool
|
||||
public const nint m_bExcludeDelayedSounds = 0x29; // bool
|
||||
public const nint m_bExcludeSoundsBelowThreshold = 0x2A; // bool
|
||||
public const nint m_flExcludeSoundsMinThresholdValue = 0x2C; // float32
|
||||
public const nint m_bExcludSoundsAboveThreshold = 0x30; // bool
|
||||
public const nint m_flExcludeSoundsMaxThresholdValue = 0x34; // float32
|
||||
public const nint m_strMinValueName = 0x38; // CUtlString
|
||||
public const nint m_strMaxValueName = 0x40; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
@@ -406,9 +437,9 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerRealtimeFMSineWave {
|
||||
public const nint m_flCarrierFrequency = 0xF0; // float32
|
||||
public const nint m_flModulatorFrequency = 0xF4; // float32
|
||||
public const nint m_flModulatorAmount = 0xF8; // float32
|
||||
public const nint m_flCarrierFrequency = 0xC0; // float32
|
||||
public const nint m_flModulatorFrequency = 0xC4; // float32
|
||||
public const nint m_flModulatorAmount = 0xC8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -549,7 +580,25 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerStaticAdditiveSynth {
|
||||
public const nint m_tones = 0xF0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
public const nint m_tones = 0xC0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerShapedNoise {
|
||||
public const nint m_bUseCurveForFrequency = 0xC0; // bool
|
||||
public const nint m_flFrequency = 0xC4; // float32
|
||||
public const nint m_frequencySweep = 0xC8; // CPiecewiseCurve
|
||||
public const nint m_bUseCurveForResonance = 0x108; // bool
|
||||
public const nint m_flResonance = 0x10C; // float32
|
||||
public const nint m_resonanceSweep = 0x110; // CPiecewiseCurve
|
||||
public const nint m_bUseCurveForAmplitude = 0x150; // bool
|
||||
public const nint m_flGainInDecibels = 0x154; // float32
|
||||
public const nint m_gainSweep = 0x158; // CPiecewiseCurve
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -561,7 +610,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -570,9 +619,21 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerBase {
|
||||
public const nint m_vSound = 0x20; // CVSound
|
||||
public const nint m_bHideAnalyzers = 0xD0; // bool
|
||||
public const nint m_analysisContainers = 0xD8; // CUtlVector<CVoiceContainerAnalysisBase*>
|
||||
public const nint m_vSound = 0x38; // CVSound
|
||||
public const nint m_pEnvelopeAnalyzer = 0xB8; // CVoiceContainerAnalysisBase*
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
public static class CVoiceContainerGranulator {
|
||||
public const nint m_flGrainLength = 0xC0; // float32
|
||||
public const nint m_flGrainCrossfadeAmount = 0xC4; // float32
|
||||
public const nint m_flStartJitter = 0xC8; // float32
|
||||
public const nint m_flPlaybackJitter = 0xCC; // float32
|
||||
public const nint m_sourceAudio = 0xD0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
@@ -606,6 +667,15 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flEndTime = 0x4; // float32
|
||||
public const nint m_nPhonemeCode = 0x8; // int32
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSosGroupActionSoundeventCountSchema {
|
||||
public const nint m_bExcludeStoppedSounds = 0x18; // bool
|
||||
public const nint m_strCountKeyName = 0x20; // CUtlString
|
||||
}
|
||||
// Parent: CVoiceContainerAnalysisBase
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -646,6 +716,16 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flTime = 0x0; // float32
|
||||
public const nint m_flValue = 0x4; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerSet {
|
||||
public const nint m_soundsToPlay = 0xC0; // CUtlVector<CVoiceContainerSetElement>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -662,6 +742,15 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flHighCutoffFreq = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CVoiceContainerSetElement {
|
||||
public const nint m_sound = 0x0; // CSoundContainerReference
|
||||
public const nint m_flVolumeDB = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
@@ -715,6 +804,18 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flFeedbackDiffusion2 = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CSoundContainerReferenceArray {
|
||||
public const nint m_bUseReference = 0x0; // bool
|
||||
public const nint m_sounds = 0x8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
public const nint m_pSounds = 0x20; // CUtlVector<CVoiceContainerBase*>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
@@ -792,7 +893,18 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerAmpedDecayingSineWave {
|
||||
public const nint m_flGainAmount = 0xF8; // float32
|
||||
public const nint m_flGainAmount = 0xC8; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerEnvelope {
|
||||
public const nint m_sound = 0xC0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_analysisContainer = 0xC8; // CVoiceContainerAnalysisBase*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
@@ -853,9 +965,9 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerSelector {
|
||||
public const nint m_mode = 0xF0; // PlayBackMode_t
|
||||
public const nint m_bRetrigger = 0xF4; // bool
|
||||
public const nint m_soundsToPlay = 0xF8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
public const nint m_mode = 0xC0; // PlayBackMode_t
|
||||
public const nint m_soundsToPlay = 0xC8; // CSoundContainerReferenceArray
|
||||
public const nint m_fProbabilityWeights = 0x100; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
@@ -866,6 +978,17 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nMaxCount = 0x18; // int32
|
||||
public const nint m_flMaxDuration = 0x1C; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CTestBlendContainer {
|
||||
public const nint m_firstSound = 0xC0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
public const nint m_secondSound = 0xC8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -889,7 +1012,7 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerSwitch {
|
||||
public const nint m_soundsToPlay = 0xF0; // CUtlVector<CVoiceContainerBase*>
|
||||
public const nint m_soundsToPlay = 0xC0; // CUtlVector<CSoundContainerReference>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 1
|
||||
@@ -930,6 +1053,20 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flBassFreq = 0x14; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerLoopTrigger {
|
||||
public const nint m_sound = 0xC0; // CSoundContainerReference
|
||||
public const nint m_flRetriggerTimeMin = 0xD8; // float32
|
||||
public const nint m_flRetriggerTimeMax = 0xDC; // float32
|
||||
public const nint m_flFadeTime = 0xE0; // float32
|
||||
public const nint m_bCrossFade = 0xE4; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
@@ -937,8 +1074,8 @@ namespace CS2Dumper.Schemas {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
public static class CVoiceContainerDecayingSineWave {
|
||||
public const nint m_flFrequency = 0xF0; // float32
|
||||
public const nint m_flDecayTime = 0xF4; // float32
|
||||
public const nint m_flFrequency = 0xC0; // float32
|
||||
public const nint m_flDecayTime = 0xC4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: soundsystem.dll
|
||||
// Classes count: 63
|
||||
// Module: libsoundsystem.so
|
||||
// Classes count: 74
|
||||
// Enums count: 18
|
||||
namespace soundsystem_dll {
|
||||
namespace libsoundsystem_so {
|
||||
// Alignment: 4
|
||||
// Members count: 2
|
||||
enum class EMode_t : uint32_t {
|
||||
@@ -73,12 +73,13 @@ namespace cs2_dumper {
|
||||
SOS_SORTTYPE_LOWEST = 0x1
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
// Members count: 5
|
||||
enum class PlayBackMode_t : uint32_t {
|
||||
Random = 0x0,
|
||||
RandomNoRepeats = 0x1,
|
||||
RandomAvoidLast = 0x2,
|
||||
Sequential = 0x3
|
||||
Sequential = 0x3,
|
||||
RandomWeights = 0x4
|
||||
};
|
||||
// Alignment: 2
|
||||
// Members count: 30
|
||||
@@ -203,7 +204,7 @@ namespace cs2_dumper {
|
||||
FILTER_SLOPE_MAX = 0x7
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 8
|
||||
// Members count: 10
|
||||
enum class ActionType_t : uint32_t {
|
||||
SOS_ACTION_NONE = 0x0,
|
||||
SOS_ACTION_LIMITER = 0x1,
|
||||
@@ -212,7 +213,9 @@ namespace cs2_dumper {
|
||||
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4,
|
||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5,
|
||||
SOS_ACTION_SOUNDEVENT_PRIORITY = 0x6,
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7,
|
||||
SOS_ACTION_SOUNDEVENT_COUNT = 0x8,
|
||||
SOS_ACTION_SOUNDEVENT_MIN_MAX_VALUES = 0x9
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
@@ -235,9 +238,9 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerBlender {
|
||||
constexpr std::ptrdiff_t m_firstSound = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_secondSound = 0xF8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_flBlendFactor = 0x100; // float32
|
||||
constexpr std::ptrdiff_t m_firstSound = 0xC0; // CSoundContainerReference
|
||||
constexpr std::ptrdiff_t m_secondSound = 0xD8; // CSoundContainerReference
|
||||
constexpr std::ptrdiff_t m_flBlendFactor = 0xF0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@@ -282,22 +285,21 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerRandomSampler {
|
||||
constexpr std::ptrdiff_t m_flAmplitude = 0xF0; // float32
|
||||
constexpr std::ptrdiff_t m_flAmplitudeJitter = 0xF4; // float32
|
||||
constexpr std::ptrdiff_t m_flTimeJitter = 0xF8; // float32
|
||||
constexpr std::ptrdiff_t m_flMaxLength = 0xFC; // float32
|
||||
constexpr std::ptrdiff_t m_nNumDelayVariations = 0x100; // int32
|
||||
constexpr std::ptrdiff_t m_grainResources = 0x108; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
constexpr std::ptrdiff_t m_flAmplitude = 0xC0; // float32
|
||||
constexpr std::ptrdiff_t m_flAmplitudeJitter = 0xC4; // float32
|
||||
constexpr std::ptrdiff_t m_flTimeJitter = 0xC8; // float32
|
||||
constexpr std::ptrdiff_t m_flMaxLength = 0xCC; // float32
|
||||
constexpr std::ptrdiff_t m_nNumDelayVariations = 0xD0; // int32
|
||||
constexpr std::ptrdiff_t m_grainResources = 0xD8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerDefault {
|
||||
constexpr std::ptrdiff_t m_vsndReference = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
@@ -352,6 +354,18 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_opvarName = 0x28; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nSortType = 0x30; // SosActionSortType_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CSoundContainerReference {
|
||||
constexpr std::ptrdiff_t m_bUseReference = 0x0; // bool
|
||||
constexpr std::ptrdiff_t m_sound = 0x8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_pSound = 0x10; // CVoiceContainerBase*
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
@@ -383,6 +397,23 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_bRegenerateCurveOnCompile = 0x8; // bool
|
||||
constexpr std::ptrdiff_t m_curve = 0x10; // CPiecewiseCurve
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSosGroupActionSoundeventMinMaxValuesSchema {
|
||||
constexpr std::ptrdiff_t m_strQueryPublicFieldName = 0x18; // CUtlString
|
||||
constexpr std::ptrdiff_t m_strDelayPublicFieldName = 0x20; // CUtlString
|
||||
constexpr std::ptrdiff_t m_bExcludeStoppedSounds = 0x28; // bool
|
||||
constexpr std::ptrdiff_t m_bExcludeDelayedSounds = 0x29; // bool
|
||||
constexpr std::ptrdiff_t m_bExcludeSoundsBelowThreshold = 0x2A; // bool
|
||||
constexpr std::ptrdiff_t m_flExcludeSoundsMinThresholdValue = 0x2C; // float32
|
||||
constexpr std::ptrdiff_t m_bExcludSoundsAboveThreshold = 0x30; // bool
|
||||
constexpr std::ptrdiff_t m_flExcludeSoundsMaxThresholdValue = 0x34; // float32
|
||||
constexpr std::ptrdiff_t m_strMinValueName = 0x38; // CUtlString
|
||||
constexpr std::ptrdiff_t m_strMaxValueName = 0x40; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
@@ -411,9 +442,9 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerRealtimeFMSineWave {
|
||||
constexpr std::ptrdiff_t m_flCarrierFrequency = 0xF0; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorFrequency = 0xF4; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorAmount = 0xF8; // float32
|
||||
constexpr std::ptrdiff_t m_flCarrierFrequency = 0xC0; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorFrequency = 0xC4; // float32
|
||||
constexpr std::ptrdiff_t m_flModulatorAmount = 0xC8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -554,7 +585,25 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerStaticAdditiveSynth {
|
||||
constexpr std::ptrdiff_t m_tones = 0xF0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
constexpr std::ptrdiff_t m_tones = 0xC0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerShapedNoise {
|
||||
constexpr std::ptrdiff_t m_bUseCurveForFrequency = 0xC0; // bool
|
||||
constexpr std::ptrdiff_t m_flFrequency = 0xC4; // float32
|
||||
constexpr std::ptrdiff_t m_frequencySweep = 0xC8; // CPiecewiseCurve
|
||||
constexpr std::ptrdiff_t m_bUseCurveForResonance = 0x108; // bool
|
||||
constexpr std::ptrdiff_t m_flResonance = 0x10C; // float32
|
||||
constexpr std::ptrdiff_t m_resonanceSweep = 0x110; // CPiecewiseCurve
|
||||
constexpr std::ptrdiff_t m_bUseCurveForAmplitude = 0x150; // bool
|
||||
constexpr std::ptrdiff_t m_flGainInDecibels = 0x154; // float32
|
||||
constexpr std::ptrdiff_t m_gainSweep = 0x158; // CPiecewiseCurve
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -566,7 +615,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -575,9 +624,21 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerBase {
|
||||
constexpr std::ptrdiff_t m_vSound = 0x20; // CVSound
|
||||
constexpr std::ptrdiff_t m_bHideAnalyzers = 0xD0; // bool
|
||||
constexpr std::ptrdiff_t m_analysisContainers = 0xD8; // CUtlVector<CVoiceContainerAnalysisBase*>
|
||||
constexpr std::ptrdiff_t m_vSound = 0x38; // CVSound
|
||||
constexpr std::ptrdiff_t m_pEnvelopeAnalyzer = 0xB8; // CVoiceContainerAnalysisBase*
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
namespace CVoiceContainerGranulator {
|
||||
constexpr std::ptrdiff_t m_flGrainLength = 0xC0; // float32
|
||||
constexpr std::ptrdiff_t m_flGrainCrossfadeAmount = 0xC4; // float32
|
||||
constexpr std::ptrdiff_t m_flStartJitter = 0xC8; // float32
|
||||
constexpr std::ptrdiff_t m_flPlaybackJitter = 0xCC; // float32
|
||||
constexpr std::ptrdiff_t m_sourceAudio = 0xD0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
@@ -611,6 +672,15 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flEndTime = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_nPhonemeCode = 0x8; // int32
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSosGroupActionSoundeventCountSchema {
|
||||
constexpr std::ptrdiff_t m_bExcludeStoppedSounds = 0x18; // bool
|
||||
constexpr std::ptrdiff_t m_strCountKeyName = 0x20; // CUtlString
|
||||
}
|
||||
// Parent: CVoiceContainerAnalysisBase
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -651,6 +721,16 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flTime = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_flValue = 0x4; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerSet {
|
||||
constexpr std::ptrdiff_t m_soundsToPlay = 0xC0; // CUtlVector<CVoiceContainerSetElement>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -667,6 +747,15 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CVoiceContainerSetElement {
|
||||
constexpr std::ptrdiff_t m_sound = 0x0; // CSoundContainerReference
|
||||
constexpr std::ptrdiff_t m_flVolumeDB = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
@@ -720,6 +809,18 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flFeedbackDiffusion2 = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CSoundContainerReferenceArray {
|
||||
constexpr std::ptrdiff_t m_bUseReference = 0x0; // bool
|
||||
constexpr std::ptrdiff_t m_sounds = 0x8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
constexpr std::ptrdiff_t m_pSounds = 0x20; // CUtlVector<CVoiceContainerBase*>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
@@ -797,7 +898,18 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerAmpedDecayingSineWave {
|
||||
constexpr std::ptrdiff_t m_flGainAmount = 0xF8; // float32
|
||||
constexpr std::ptrdiff_t m_flGainAmount = 0xC8; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerEnvelope {
|
||||
constexpr std::ptrdiff_t m_sound = 0xC0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_analysisContainer = 0xC8; // CVoiceContainerAnalysisBase*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
@@ -858,9 +970,9 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerSelector {
|
||||
constexpr std::ptrdiff_t m_mode = 0xF0; // PlayBackMode_t
|
||||
constexpr std::ptrdiff_t m_bRetrigger = 0xF4; // bool
|
||||
constexpr std::ptrdiff_t m_soundsToPlay = 0xF8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
constexpr std::ptrdiff_t m_mode = 0xC0; // PlayBackMode_t
|
||||
constexpr std::ptrdiff_t m_soundsToPlay = 0xC8; // CSoundContainerReferenceArray
|
||||
constexpr std::ptrdiff_t m_fProbabilityWeights = 0x100; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
@@ -871,6 +983,17 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nMaxCount = 0x18; // int32
|
||||
constexpr std::ptrdiff_t m_flMaxDuration = 0x1C; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CTestBlendContainer {
|
||||
constexpr std::ptrdiff_t m_firstSound = 0xC0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
constexpr std::ptrdiff_t m_secondSound = 0xC8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -894,7 +1017,7 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerSwitch {
|
||||
constexpr std::ptrdiff_t m_soundsToPlay = 0xF0; // CUtlVector<CVoiceContainerBase*>
|
||||
constexpr std::ptrdiff_t m_soundsToPlay = 0xC0; // CUtlVector<CSoundContainerReference>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 1
|
||||
@@ -935,6 +1058,20 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flBassFreq = 0x14; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerLoopTrigger {
|
||||
constexpr std::ptrdiff_t m_sound = 0xC0; // CSoundContainerReference
|
||||
constexpr std::ptrdiff_t m_flRetriggerTimeMin = 0xD8; // float32
|
||||
constexpr std::ptrdiff_t m_flRetriggerTimeMax = 0xDC; // float32
|
||||
constexpr std::ptrdiff_t m_flFadeTime = 0xE0; // float32
|
||||
constexpr std::ptrdiff_t m_bCrossFade = 0xE4; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
@@ -942,8 +1079,8 @@ namespace cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
namespace CVoiceContainerDecayingSineWave {
|
||||
constexpr std::ptrdiff_t m_flFrequency = 0xF0; // float32
|
||||
constexpr std::ptrdiff_t m_flDecayTime = 0xF4; // float32
|
||||
constexpr std::ptrdiff_t m_flFrequency = 0xC0; // float32
|
||||
constexpr std::ptrdiff_t m_flDecayTime = 0xC4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"soundsystem.dll": {
|
||||
"libsoundsystem.so": {
|
||||
"classes": {
|
||||
"CAudioEmphasisSample": {
|
||||
"fields": {
|
||||
@@ -191,6 +191,40 @@
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionSoundeventCountSchema": {
|
||||
"fields": {
|
||||
"m_bExcludeStoppedSounds": 24,
|
||||
"m_strCountKeyName": 32
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionSoundeventMinMaxValuesSchema": {
|
||||
"fields": {
|
||||
"m_bExcludSoundsAboveThreshold": 48,
|
||||
"m_bExcludeDelayedSounds": 41,
|
||||
"m_bExcludeSoundsBelowThreshold": 42,
|
||||
"m_bExcludeStoppedSounds": 40,
|
||||
"m_flExcludeSoundsMaxThresholdValue": 52,
|
||||
"m_flExcludeSoundsMinThresholdValue": 44,
|
||||
"m_strDelayPublicFieldName": 32,
|
||||
"m_strMaxValueName": 64,
|
||||
"m_strMinValueName": 56,
|
||||
"m_strQueryPublicFieldName": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionSoundeventPrioritySchema": {
|
||||
"fields": {
|
||||
"m_bPriorityReadButDontContribute": 48,
|
||||
@@ -299,6 +333,50 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CSoundContainerReference": {
|
||||
"fields": {
|
||||
"m_bUseReference": 0,
|
||||
"m_pSound": 16,
|
||||
"m_sound": 8
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CSoundContainerReferenceArray": {
|
||||
"fields": {
|
||||
"m_bUseReference": 0,
|
||||
"m_pSounds": 32,
|
||||
"m_sounds": 8
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CSoundEventMetaData": {
|
||||
"fields": {
|
||||
"m_soundEventVMix": 0
|
||||
@@ -321,6 +399,27 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CTestBlendContainer": {
|
||||
"fields": {
|
||||
"m_firstSound": 192,
|
||||
"m_secondSound": 200
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVSound": {
|
||||
"fields": {
|
||||
"m_Sentences": 24,
|
||||
@@ -345,7 +444,7 @@
|
||||
},
|
||||
"CVoiceContainerAmpedDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flGainAmount": 248
|
||||
"m_flGainAmount": 200
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -390,9 +489,8 @@
|
||||
},
|
||||
"CVoiceContainerBase": {
|
||||
"fields": {
|
||||
"m_analysisContainers": 216,
|
||||
"m_bHideAnalyzers": 208,
|
||||
"m_vSound": 32
|
||||
"m_pEnvelopeAnalyzer": 184,
|
||||
"m_vSound": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -420,9 +518,9 @@
|
||||
},
|
||||
"CVoiceContainerBlender": {
|
||||
"fields": {
|
||||
"m_firstSound": 240,
|
||||
"m_flBlendFactor": 256,
|
||||
"m_secondSound": 248
|
||||
"m_firstSound": 192,
|
||||
"m_flBlendFactor": 240,
|
||||
"m_secondSound": 216
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -442,8 +540,8 @@
|
||||
},
|
||||
"CVoiceContainerDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flDecayTime": 244,
|
||||
"m_flFrequency": 240
|
||||
"m_flDecayTime": 196,
|
||||
"m_flFrequency": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -462,8 +560,27 @@
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerDefault": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerEnvelope": {
|
||||
"fields": {
|
||||
"m_vsndReference": 240
|
||||
"m_analysisContainer": 200,
|
||||
"m_sound": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -503,6 +620,50 @@
|
||||
],
|
||||
"parent": "CVoiceContainerAnalysisBase"
|
||||
},
|
||||
"CVoiceContainerGranulator": {
|
||||
"fields": {
|
||||
"m_flGrainCrossfadeAmount": 196,
|
||||
"m_flGrainLength": 192,
|
||||
"m_flPlaybackJitter": 204,
|
||||
"m_flStartJitter": 200,
|
||||
"m_sourceAudio": 208
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerLoopTrigger": {
|
||||
"fields": {
|
||||
"m_bCrossFade": 228,
|
||||
"m_flFadeTime": 224,
|
||||
"m_flRetriggerTimeMax": 220,
|
||||
"m_flRetriggerTimeMin": 216,
|
||||
"m_sound": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerNull": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@@ -523,12 +684,12 @@
|
||||
},
|
||||
"CVoiceContainerRandomSampler": {
|
||||
"fields": {
|
||||
"m_flAmplitude": 240,
|
||||
"m_flAmplitudeJitter": 244,
|
||||
"m_flMaxLength": 252,
|
||||
"m_flTimeJitter": 248,
|
||||
"m_grainResources": 264,
|
||||
"m_nNumDelayVariations": 256
|
||||
"m_flAmplitude": 192,
|
||||
"m_flAmplitudeJitter": 196,
|
||||
"m_flMaxLength": 204,
|
||||
"m_flTimeJitter": 200,
|
||||
"m_grainResources": 216,
|
||||
"m_nNumDelayVariations": 208
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -548,9 +709,9 @@
|
||||
},
|
||||
"CVoiceContainerRealtimeFMSineWave": {
|
||||
"fields": {
|
||||
"m_flCarrierFrequency": 240,
|
||||
"m_flModulatorAmount": 248,
|
||||
"m_flModulatorFrequency": 244
|
||||
"m_flCarrierFrequency": 192,
|
||||
"m_flModulatorAmount": 200,
|
||||
"m_flModulatorFrequency": 196
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -570,9 +731,70 @@
|
||||
},
|
||||
"CVoiceContainerSelector": {
|
||||
"fields": {
|
||||
"m_bRetrigger": 244,
|
||||
"m_mode": 240,
|
||||
"m_soundsToPlay": 248
|
||||
"m_fProbabilityWeights": 256,
|
||||
"m_mode": 192,
|
||||
"m_soundsToPlay": 200
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerSet": {
|
||||
"fields": {
|
||||
"m_soundsToPlay": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerSetElement": {
|
||||
"fields": {
|
||||
"m_flVolumeDB": 24,
|
||||
"m_sound": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerShapedNoise": {
|
||||
"fields": {
|
||||
"m_bUseCurveForAmplitude": 336,
|
||||
"m_bUseCurveForFrequency": 192,
|
||||
"m_bUseCurveForResonance": 264,
|
||||
"m_flFrequency": 196,
|
||||
"m_flGainInDecibels": 340,
|
||||
"m_flResonance": 268,
|
||||
"m_frequencySweep": 200,
|
||||
"m_gainSweep": 344,
|
||||
"m_resonanceSweep": 272
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -592,7 +814,7 @@
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth": {
|
||||
"fields": {
|
||||
"m_tones": 240
|
||||
"m_tones": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -659,7 +881,7 @@
|
||||
},
|
||||
"CVoiceContainerSwitch": {
|
||||
"fields": {
|
||||
"m_soundsToPlay": 240
|
||||
"m_soundsToPlay": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1117,6 +1339,8 @@
|
||||
"SOS_ACTION_NONE": 0,
|
||||
"SOS_ACTION_SET_SOUNDEVENT_PARAM": 4,
|
||||
"SOS_ACTION_SOUNDEVENT_CLUSTER": 5,
|
||||
"SOS_ACTION_SOUNDEVENT_COUNT": 8,
|
||||
"SOS_ACTION_SOUNDEVENT_MIN_MAX_VALUES": 9,
|
||||
"SOS_ACTION_SOUNDEVENT_PRIORITY": 6,
|
||||
"SOS_ACTION_TIME_BLOCK_LIMITER": 3,
|
||||
"SOS_ACTION_TIME_LIMIT": 2
|
||||
@@ -1177,6 +1401,7 @@
|
||||
"Random": 0,
|
||||
"RandomAvoidLast": 2,
|
||||
"RandomNoRepeats": 1,
|
||||
"RandomWeights": 4,
|
||||
"Sequential": 3
|
||||
},
|
||||
"type": "uint32"
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: soundsystem.dll
|
||||
// Classes count: 63
|
||||
// Module: libsoundsystem.so
|
||||
// Classes count: 74
|
||||
// Enums count: 18
|
||||
pub mod soundsystem_dll {
|
||||
pub mod libsoundsystem_so {
|
||||
// Alignment: 4
|
||||
// Members count: 2
|
||||
#[repr(u32)]
|
||||
@@ -78,13 +78,14 @@ pub mod cs2_dumper {
|
||||
SOS_SORTTYPE_LOWEST = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
// Members count: 5
|
||||
#[repr(u32)]
|
||||
pub enum PlayBackMode_t {
|
||||
Random = 0x0,
|
||||
RandomNoRepeats = 0x1,
|
||||
RandomAvoidLast = 0x2,
|
||||
Sequential = 0x3
|
||||
Sequential = 0x3,
|
||||
RandomWeights = 0x4
|
||||
}
|
||||
// Alignment: 2
|
||||
// Members count: 30
|
||||
@@ -211,7 +212,7 @@ pub mod cs2_dumper {
|
||||
FILTER_SLOPE_48dB = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 8
|
||||
// Members count: 10
|
||||
#[repr(u32)]
|
||||
pub enum ActionType_t {
|
||||
SOS_ACTION_NONE = 0x0,
|
||||
@@ -221,7 +222,9 @@ pub mod cs2_dumper {
|
||||
SOS_ACTION_SET_SOUNDEVENT_PARAM = 0x4,
|
||||
SOS_ACTION_SOUNDEVENT_CLUSTER = 0x5,
|
||||
SOS_ACTION_SOUNDEVENT_PRIORITY = 0x6,
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7
|
||||
SOS_ACTION_COUNT_ENVELOPE = 0x7,
|
||||
SOS_ACTION_SOUNDEVENT_COUNT = 0x8,
|
||||
SOS_ACTION_SOUNDEVENT_MIN_MAX_VALUES = 0x9
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
@@ -246,9 +249,9 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerBlender {
|
||||
pub const m_firstSound: usize = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_secondSound: usize = 0xF8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_flBlendFactor: usize = 0x100; // float32
|
||||
pub const m_firstSound: usize = 0xC0; // CSoundContainerReference
|
||||
pub const m_secondSound: usize = 0xD8; // CSoundContainerReference
|
||||
pub const m_flBlendFactor: usize = 0xF0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@@ -293,22 +296,21 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerRandomSampler {
|
||||
pub const m_flAmplitude: usize = 0xF0; // float32
|
||||
pub const m_flAmplitudeJitter: usize = 0xF4; // float32
|
||||
pub const m_flTimeJitter: usize = 0xF8; // float32
|
||||
pub const m_flMaxLength: usize = 0xFC; // float32
|
||||
pub const m_nNumDelayVariations: usize = 0x100; // int32
|
||||
pub const m_grainResources: usize = 0x108; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
pub const m_flAmplitude: usize = 0xC0; // float32
|
||||
pub const m_flAmplitudeJitter: usize = 0xC4; // float32
|
||||
pub const m_flTimeJitter: usize = 0xC8; // float32
|
||||
pub const m_flMaxLength: usize = 0xCC; // float32
|
||||
pub const m_nNumDelayVariations: usize = 0xD0; // int32
|
||||
pub const m_grainResources: usize = 0xD8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerDefault {
|
||||
pub const m_vsndReference: usize = 0xF0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
@@ -363,6 +365,18 @@ pub mod cs2_dumper {
|
||||
pub const m_opvarName: usize = 0x28; // CUtlString
|
||||
pub const m_nSortType: usize = 0x30; // SosActionSortType_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CSoundContainerReference {
|
||||
pub const m_bUseReference: usize = 0x0; // bool
|
||||
pub const m_sound: usize = 0x8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_pSound: usize = 0x10; // CVoiceContainerBase*
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
@@ -394,6 +408,23 @@ pub mod cs2_dumper {
|
||||
pub const m_bRegenerateCurveOnCompile: usize = 0x8; // bool
|
||||
pub const m_curve: usize = 0x10; // CPiecewiseCurve
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSosGroupActionSoundeventMinMaxValuesSchema {
|
||||
pub const m_strQueryPublicFieldName: usize = 0x18; // CUtlString
|
||||
pub const m_strDelayPublicFieldName: usize = 0x20; // CUtlString
|
||||
pub const m_bExcludeStoppedSounds: usize = 0x28; // bool
|
||||
pub const m_bExcludeDelayedSounds: usize = 0x29; // bool
|
||||
pub const m_bExcludeSoundsBelowThreshold: usize = 0x2A; // bool
|
||||
pub const m_flExcludeSoundsMinThresholdValue: usize = 0x2C; // float32
|
||||
pub const m_bExcludSoundsAboveThreshold: usize = 0x30; // bool
|
||||
pub const m_flExcludeSoundsMaxThresholdValue: usize = 0x34; // float32
|
||||
pub const m_strMinValueName: usize = 0x38; // CUtlString
|
||||
pub const m_strMaxValueName: usize = 0x40; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
@@ -422,9 +453,9 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerRealtimeFMSineWave {
|
||||
pub const m_flCarrierFrequency: usize = 0xF0; // float32
|
||||
pub const m_flModulatorFrequency: usize = 0xF4; // float32
|
||||
pub const m_flModulatorAmount: usize = 0xF8; // float32
|
||||
pub const m_flCarrierFrequency: usize = 0xC0; // float32
|
||||
pub const m_flModulatorFrequency: usize = 0xC4; // float32
|
||||
pub const m_flModulatorAmount: usize = 0xC8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -565,7 +596,25 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerStaticAdditiveSynth {
|
||||
pub const m_tones: usize = 0xF0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
pub const m_tones: usize = 0xC0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerShapedNoise {
|
||||
pub const m_bUseCurveForFrequency: usize = 0xC0; // bool
|
||||
pub const m_flFrequency: usize = 0xC4; // float32
|
||||
pub const m_frequencySweep: usize = 0xC8; // CPiecewiseCurve
|
||||
pub const m_bUseCurveForResonance: usize = 0x108; // bool
|
||||
pub const m_flResonance: usize = 0x10C; // float32
|
||||
pub const m_resonanceSweep: usize = 0x110; // CPiecewiseCurve
|
||||
pub const m_bUseCurveForAmplitude: usize = 0x150; // bool
|
||||
pub const m_flGainInDecibels: usize = 0x154; // float32
|
||||
pub const m_gainSweep: usize = 0x158; // CPiecewiseCurve
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -577,7 +626,7 @@ pub mod cs2_dumper {
|
||||
pub const m_modifiers: usize = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -586,9 +635,21 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerBase {
|
||||
pub const m_vSound: usize = 0x20; // CVSound
|
||||
pub const m_bHideAnalyzers: usize = 0xD0; // bool
|
||||
pub const m_analysisContainers: usize = 0xD8; // CUtlVector<CVoiceContainerAnalysisBase*>
|
||||
pub const m_vSound: usize = 0x38; // CVSound
|
||||
pub const m_pEnvelopeAnalyzer: usize = 0xB8; // CVoiceContainerAnalysisBase*
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
pub mod CVoiceContainerGranulator {
|
||||
pub const m_flGrainLength: usize = 0xC0; // float32
|
||||
pub const m_flGrainCrossfadeAmount: usize = 0xC4; // float32
|
||||
pub const m_flStartJitter: usize = 0xC8; // float32
|
||||
pub const m_flPlaybackJitter: usize = 0xCC; // float32
|
||||
pub const m_sourceAudio: usize = 0xD0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
@@ -622,6 +683,15 @@ pub mod cs2_dumper {
|
||||
pub const m_flEndTime: usize = 0x4; // float32
|
||||
pub const m_nPhonemeCode: usize = 0x8; // int32
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSosGroupActionSoundeventCountSchema {
|
||||
pub const m_bExcludeStoppedSounds: usize = 0x18; // bool
|
||||
pub const m_strCountKeyName: usize = 0x20; // CUtlString
|
||||
}
|
||||
// Parent: CVoiceContainerAnalysisBase
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -662,6 +732,16 @@ pub mod cs2_dumper {
|
||||
pub const m_flTime: usize = 0x0; // float32
|
||||
pub const m_flValue: usize = 0x4; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerSet {
|
||||
pub const m_soundsToPlay: usize = 0xC0; // CUtlVector<CVoiceContainerSetElement>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -678,6 +758,15 @@ pub mod cs2_dumper {
|
||||
pub const m_flHighCutoffFreq: usize = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CVoiceContainerSetElement {
|
||||
pub const m_sound: usize = 0x0; // CSoundContainerReference
|
||||
pub const m_flVolumeDB: usize = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
@@ -731,6 +820,18 @@ pub mod cs2_dumper {
|
||||
pub const m_flFeedbackDiffusion2: usize = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CSoundContainerReferenceArray {
|
||||
pub const m_bUseReference: usize = 0x0; // bool
|
||||
pub const m_sounds: usize = 0x8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
pub const m_pSounds: usize = 0x20; // CUtlVector<CVoiceContainerBase*>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
@@ -808,7 +909,18 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerAmpedDecayingSineWave {
|
||||
pub const m_flGainAmount: usize = 0xF8; // float32
|
||||
pub const m_flGainAmount: usize = 0xC8; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerEnvelope {
|
||||
pub const m_sound: usize = 0xC0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_analysisContainer: usize = 0xC8; // CVoiceContainerAnalysisBase*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
@@ -869,9 +981,9 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerSelector {
|
||||
pub const m_mode: usize = 0xF0; // PlayBackMode_t
|
||||
pub const m_bRetrigger: usize = 0xF4; // bool
|
||||
pub const m_soundsToPlay: usize = 0xF8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
||||
pub const m_mode: usize = 0xC0; // PlayBackMode_t
|
||||
pub const m_soundsToPlay: usize = 0xC8; // CSoundContainerReferenceArray
|
||||
pub const m_fProbabilityWeights: usize = 0x100; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 2
|
||||
@@ -882,6 +994,17 @@ pub mod cs2_dumper {
|
||||
pub const m_nMaxCount: usize = 0x18; // int32
|
||||
pub const m_flMaxDuration: usize = 0x1C; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CTestBlendContainer {
|
||||
pub const m_firstSound: usize = 0xC0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
pub const m_secondSound: usize = 0xC8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -905,7 +1028,7 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerSwitch {
|
||||
pub const m_soundsToPlay: usize = 0xF0; // CUtlVector<CVoiceContainerBase*>
|
||||
pub const m_soundsToPlay: usize = 0xC0; // CUtlVector<CSoundContainerReference>
|
||||
}
|
||||
// Parent: CSosGroupActionSchema
|
||||
// Fields count: 1
|
||||
@@ -946,6 +1069,20 @@ pub mod cs2_dumper {
|
||||
pub const m_flBassFreq: usize = 0x14; // float32
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerLoopTrigger {
|
||||
pub const m_sound: usize = 0xC0; // CSoundContainerReference
|
||||
pub const m_flRetriggerTimeMin: usize = 0xD8; // float32
|
||||
pub const m_flRetriggerTimeMax: usize = 0xDC; // float32
|
||||
pub const m_flFadeTime: usize = 0xE0; // float32
|
||||
pub const m_bCrossFade: usize = 0xE4; // bool
|
||||
}
|
||||
// Parent: CVoiceContainerBase
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
@@ -953,8 +1090,8 @@ pub mod cs2_dumper {
|
||||
// MPropertyFriendlyName
|
||||
// MPropertyDescription
|
||||
pub mod CVoiceContainerDecayingSineWave {
|
||||
pub const m_flFrequency: usize = 0xF0; // float32
|
||||
pub const m_flDecayTime: usize = 0xF4; // float32
|
||||
pub const m_flFrequency: usize = 0xC0; // float32
|
||||
pub const m_flDecayTime: usize = 0xC4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
// Classes count: 88
|
||||
// Module: libvphysics2.so
|
||||
// Classes count: 94
|
||||
// Enums count: 2
|
||||
public static class Vphysics2Dll {
|
||||
public static class Libvphysics2So {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum JointMotion_t : uint {
|
||||
@@ -44,7 +44,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class RnHullDesc_t {
|
||||
public const nint m_Hull = 0x10; // RnHull_t
|
||||
public const nint m_Hull = 0x18; // RnHull_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
@@ -62,7 +62,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class RnCapsuleDesc_t {
|
||||
public const nint m_Capsule = 0x10; // RnCapsule_t
|
||||
public const nint m_Capsule = 0x18; // RnCapsule_t
|
||||
}
|
||||
// Parent: RnShapeDesc_t
|
||||
// Fields count: 1
|
||||
@@ -70,7 +70,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class RnSphereDesc_t {
|
||||
public const nint m_Sphere = 0x10; // SphereBase_t<float32>
|
||||
public const nint m_Sphere = 0x18; // SphereBase_t<float32>
|
||||
}
|
||||
// Parent: RnShapeDesc_t
|
||||
// Fields count: 1
|
||||
@@ -78,10 +78,10 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class RnMeshDesc_t {
|
||||
public const nint m_Mesh = 0x10; // RnMesh_t
|
||||
public const nint m_Mesh = 0x18; // RnMesh_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 101
|
||||
// Fields count: 106
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -116,77 +116,82 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_InitPose = 0x120; // CUtlVector<CTransform>
|
||||
public const nint m_Rods = 0x138; // CUtlVector<FeRodConstraint_t>
|
||||
public const nint m_Twists = 0x150; // CUtlVector<FeTwistConstraint_t>
|
||||
public const nint m_AxialEdges = 0x168; // CUtlVector<FeAxialEdgeBend_t>
|
||||
public const nint m_NodeInvMasses = 0x180; // CUtlVector<float32>
|
||||
public const nint m_CtrlOffsets = 0x198; // CUtlVector<FeCtrlOffset_t>
|
||||
public const nint m_CtrlOsOffsets = 0x1B0; // CUtlVector<FeCtrlOsOffset_t>
|
||||
public const nint m_FollowNodes = 0x1C8; // CUtlVector<FeFollowNode_t>
|
||||
public const nint m_CollisionPlanes = 0x1E0; // CUtlVector<FeCollisionPlane_t>
|
||||
public const nint m_NodeIntegrator = 0x1F8; // CUtlVector<FeNodeIntegrator_t>
|
||||
public const nint m_SpringIntegrator = 0x210; // CUtlVector<FeSpringIntegrator_t>
|
||||
public const nint m_SimdSpringIntegrator = 0x228; // CUtlVector<FeSimdSpringIntegrator_t>
|
||||
public const nint m_WorldCollisionParams = 0x240; // CUtlVector<FeWorldCollisionParams_t>
|
||||
public const nint m_LegacyStretchForce = 0x258; // CUtlVector<float32>
|
||||
public const nint m_NodeCollisionRadii = 0x270; // CUtlVector<float32>
|
||||
public const nint m_DynNodeFriction = 0x288; // CUtlVector<float32>
|
||||
public const nint m_LocalRotation = 0x2A0; // CUtlVector<float32>
|
||||
public const nint m_LocalForce = 0x2B8; // CUtlVector<float32>
|
||||
public const nint m_TaperedCapsuleStretches = 0x2D0; // CUtlVector<FeTaperedCapsuleStretch_t>
|
||||
public const nint m_TaperedCapsuleRigids = 0x2E8; // CUtlVector<FeTaperedCapsuleRigid_t>
|
||||
public const nint m_SphereRigids = 0x300; // CUtlVector<FeSphereRigid_t>
|
||||
public const nint m_WorldCollisionNodes = 0x318; // CUtlVector<uint16>
|
||||
public const nint m_TreeParents = 0x330; // CUtlVector<uint16>
|
||||
public const nint m_TreeCollisionMasks = 0x348; // CUtlVector<uint16>
|
||||
public const nint m_TreeChildren = 0x360; // CUtlVector<FeTreeChildren_t>
|
||||
public const nint m_FreeNodes = 0x378; // CUtlVector<uint16>
|
||||
public const nint m_FitMatrices = 0x390; // CUtlVector<FeFitMatrix_t>
|
||||
public const nint m_FitWeights = 0x3A8; // CUtlVector<FeFitWeight_t>
|
||||
public const nint m_ReverseOffsets = 0x3C0; // CUtlVector<FeNodeReverseOffset_t>
|
||||
public const nint m_AnimStrayRadii = 0x3D8; // CUtlVector<FeAnimStrayRadius_t>
|
||||
public const nint m_SimdAnimStrayRadii = 0x3F0; // CUtlVector<FeSimdAnimStrayRadius_t>
|
||||
public const nint m_KelagerBends = 0x408; // CUtlVector<FeKelagerBend2_t>
|
||||
public const nint m_CtrlSoftOffsets = 0x420; // CUtlVector<FeCtrlSoftOffset_t>
|
||||
public const nint m_JiggleBones = 0x438; // CUtlVector<CFeIndexedJiggleBone>
|
||||
public const nint m_SourceElems = 0x450; // CUtlVector<uint16>
|
||||
public const nint m_GoalDampedSpringIntegrators = 0x468; // CUtlVector<uint32>
|
||||
public const nint m_Tris = 0x480; // CUtlVector<FeTri_t>
|
||||
public const nint m_nTriCount1 = 0x498; // uint16
|
||||
public const nint m_nTriCount2 = 0x49A; // uint16
|
||||
public const nint m_nReservedUint8 = 0x49C; // uint8
|
||||
public const nint m_nExtraPressureIterations = 0x49D; // uint8
|
||||
public const nint m_nExtraGoalIterations = 0x49E; // uint8
|
||||
public const nint m_nExtraIterations = 0x49F; // uint8
|
||||
public const nint m_BoxRigids = 0x4A0; // CUtlVector<FeBoxRigid_t>
|
||||
public const nint m_DynNodeVertexSet = 0x4B8; // CUtlVector<uint8>
|
||||
public const nint m_VertexSetNames = 0x4D0; // CUtlVector<uint32>
|
||||
public const nint m_RigidColliderPriorities = 0x4E8; // CUtlVector<FeRigidColliderIndices_t>
|
||||
public const nint m_MorphLayers = 0x500; // CUtlVector<FeMorphLayerDepr_t>
|
||||
public const nint m_MorphSetData = 0x518; // CUtlVector<uint8>
|
||||
public const nint m_VertexMaps = 0x530; // CUtlVector<FeVertexMapDesc_t>
|
||||
public const nint m_VertexMapValues = 0x548; // CUtlVector<uint8>
|
||||
public const nint m_Effects = 0x560; // CUtlVector<FeEffectDesc_t>
|
||||
public const nint m_LockToParent = 0x578; // CUtlVector<FeCtrlOffset_t>
|
||||
public const nint m_LockToGoal = 0x590; // CUtlVector<uint16>
|
||||
public const nint m_SkelParents = 0x5A8; // CUtlVector<int16>
|
||||
public const nint m_DynNodeWindBases = 0x5C0; // CUtlVector<FeNodeWindBase_t>
|
||||
public const nint m_flInternalPressure = 0x5D8; // float32
|
||||
public const nint m_flDefaultTimeDilation = 0x5DC; // float32
|
||||
public const nint m_flWindage = 0x5E0; // float32
|
||||
public const nint m_flWindDrag = 0x5E4; // float32
|
||||
public const nint m_flDefaultSurfaceStretch = 0x5E8; // float32
|
||||
public const nint m_flDefaultThreadStretch = 0x5EC; // float32
|
||||
public const nint m_flDefaultGravityScale = 0x5F0; // float32
|
||||
public const nint m_flDefaultVelAirDrag = 0x5F4; // float32
|
||||
public const nint m_flDefaultExpAirDrag = 0x5F8; // float32
|
||||
public const nint m_flDefaultVelQuadAirDrag = 0x5FC; // float32
|
||||
public const nint m_flDefaultExpQuadAirDrag = 0x600; // float32
|
||||
public const nint m_flRodVelocitySmoothRate = 0x604; // float32
|
||||
public const nint m_flQuadVelocitySmoothRate = 0x608; // float32
|
||||
public const nint m_flAddWorldCollisionRadius = 0x60C; // float32
|
||||
public const nint m_flDefaultVolumetricSolveAmount = 0x610; // float32
|
||||
public const nint m_flMotionSmoothCDT = 0x614; // float32
|
||||
public const nint m_nRodVelocitySmoothIterations = 0x618; // uint16
|
||||
public const nint m_nQuadVelocitySmoothIterations = 0x61A; // uint16
|
||||
public const nint m_HingeLimits = 0x168; // CUtlVector<FeHingeLimit_t>
|
||||
public const nint m_AntiTunnelProbes = 0x180; // CUtlVector<FeAntiTunnelProbe_t>
|
||||
public const nint m_AntiTunnelTargetNodes = 0x198; // CUtlVector<uint16>
|
||||
public const nint m_AxialEdges = 0x1B0; // CUtlVector<FeAxialEdgeBend_t>
|
||||
public const nint m_NodeInvMasses = 0x1C8; // CUtlVector<float32>
|
||||
public const nint m_CtrlOffsets = 0x1E0; // CUtlVector<FeCtrlOffset_t>
|
||||
public const nint m_CtrlOsOffsets = 0x1F8; // CUtlVector<FeCtrlOsOffset_t>
|
||||
public const nint m_FollowNodes = 0x210; // CUtlVector<FeFollowNode_t>
|
||||
public const nint m_CollisionPlanes = 0x228; // CUtlVector<FeCollisionPlane_t>
|
||||
public const nint m_NodeIntegrator = 0x240; // CUtlVector<FeNodeIntegrator_t>
|
||||
public const nint m_SpringIntegrator = 0x258; // CUtlVector<FeSpringIntegrator_t>
|
||||
public const nint m_SimdSpringIntegrator = 0x270; // CUtlVector<FeSimdSpringIntegrator_t>
|
||||
public const nint m_WorldCollisionParams = 0x288; // CUtlVector<FeWorldCollisionParams_t>
|
||||
public const nint m_LegacyStretchForce = 0x2A0; // CUtlVector<float32>
|
||||
public const nint m_NodeCollisionRadii = 0x2B8; // CUtlVector<float32>
|
||||
public const nint m_DynNodeFriction = 0x2D0; // CUtlVector<float32>
|
||||
public const nint m_LocalRotation = 0x2E8; // CUtlVector<float32>
|
||||
public const nint m_LocalForce = 0x300; // CUtlVector<float32>
|
||||
public const nint m_TaperedCapsuleStretches = 0x318; // CUtlVector<FeTaperedCapsuleStretch_t>
|
||||
public const nint m_TaperedCapsuleRigids = 0x330; // CUtlVector<FeTaperedCapsuleRigid_t>
|
||||
public const nint m_SphereRigids = 0x348; // CUtlVector<FeSphereRigid_t>
|
||||
public const nint m_WorldCollisionNodes = 0x360; // CUtlVector<uint16>
|
||||
public const nint m_TreeParents = 0x378; // CUtlVector<uint16>
|
||||
public const nint m_TreeCollisionMasks = 0x390; // CUtlVector<uint16>
|
||||
public const nint m_TreeChildren = 0x3A8; // CUtlVector<FeTreeChildren_t>
|
||||
public const nint m_FreeNodes = 0x3C0; // CUtlVector<uint16>
|
||||
public const nint m_FitMatrices = 0x3D8; // CUtlVector<FeFitMatrix_t>
|
||||
public const nint m_FitWeights = 0x3F0; // CUtlVector<FeFitWeight_t>
|
||||
public const nint m_ReverseOffsets = 0x408; // CUtlVector<FeNodeReverseOffset_t>
|
||||
public const nint m_AnimStrayRadii = 0x420; // CUtlVector<FeAnimStrayRadius_t>
|
||||
public const nint m_SimdAnimStrayRadii = 0x438; // CUtlVector<FeSimdAnimStrayRadius_t>
|
||||
public const nint m_KelagerBends = 0x450; // CUtlVector<FeKelagerBend2_t>
|
||||
public const nint m_CtrlSoftOffsets = 0x468; // CUtlVector<FeCtrlSoftOffset_t>
|
||||
public const nint m_JiggleBones = 0x480; // CUtlVector<CFeIndexedJiggleBone>
|
||||
public const nint m_SourceElems = 0x498; // CUtlVector<uint16>
|
||||
public const nint m_GoalDampedSpringIntegrators = 0x4B0; // CUtlVector<uint32>
|
||||
public const nint m_Tris = 0x4C8; // CUtlVector<FeTri_t>
|
||||
public const nint m_nTriCount1 = 0x4E0; // uint16
|
||||
public const nint m_nTriCount2 = 0x4E2; // uint16
|
||||
public const nint m_nReservedUint8 = 0x4E4; // uint8
|
||||
public const nint m_nExtraPressureIterations = 0x4E5; // uint8
|
||||
public const nint m_nExtraGoalIterations = 0x4E6; // uint8
|
||||
public const nint m_nExtraIterations = 0x4E7; // uint8
|
||||
public const nint m_SDFRigids = 0x4E8; // CUtlVector<FeSDFRigid_t>
|
||||
public const nint m_BoxRigids = 0x500; // CUtlVector<FeBoxRigid_t>
|
||||
public const nint m_DynNodeVertexSet = 0x518; // CUtlVector<uint8>
|
||||
public const nint m_VertexSetNames = 0x530; // CUtlVector<uint32>
|
||||
public const nint m_RigidColliderPriorities = 0x548; // CUtlVector<FeRigidColliderIndices_t>
|
||||
public const nint m_MorphLayers = 0x560; // CUtlVector<FeMorphLayerDepr_t>
|
||||
public const nint m_MorphSetData = 0x578; // CUtlVector<uint8>
|
||||
public const nint m_VertexMaps = 0x590; // CUtlVector<FeVertexMapDesc_t>
|
||||
public const nint m_VertexMapValues = 0x5A8; // CUtlVector<uint8>
|
||||
public const nint m_Effects = 0x5C0; // CUtlVector<FeEffectDesc_t>
|
||||
public const nint m_LockToParent = 0x5D8; // CUtlVector<FeCtrlOffset_t>
|
||||
public const nint m_LockToGoal = 0x5F0; // CUtlVector<uint16>
|
||||
public const nint m_SkelParents = 0x608; // CUtlVector<int16>
|
||||
public const nint m_DynNodeWindBases = 0x620; // CUtlVector<FeNodeWindBase_t>
|
||||
public const nint m_flInternalPressure = 0x638; // float32
|
||||
public const nint m_flDefaultTimeDilation = 0x63C; // float32
|
||||
public const nint m_flWindage = 0x640; // float32
|
||||
public const nint m_flWindDrag = 0x644; // float32
|
||||
public const nint m_flDefaultSurfaceStretch = 0x648; // float32
|
||||
public const nint m_flDefaultThreadStretch = 0x64C; // float32
|
||||
public const nint m_flDefaultGravityScale = 0x650; // float32
|
||||
public const nint m_flDefaultVelAirDrag = 0x654; // float32
|
||||
public const nint m_flDefaultExpAirDrag = 0x658; // float32
|
||||
public const nint m_flDefaultVelQuadAirDrag = 0x65C; // float32
|
||||
public const nint m_flDefaultExpQuadAirDrag = 0x660; // float32
|
||||
public const nint m_flRodVelocitySmoothRate = 0x664; // float32
|
||||
public const nint m_flQuadVelocitySmoothRate = 0x668; // float32
|
||||
public const nint m_flAddWorldCollisionRadius = 0x66C; // float32
|
||||
public const nint m_flDefaultVolumetricSolveAmount = 0x670; // float32
|
||||
public const nint m_flMotionSmoothCDT = 0x674; // float32
|
||||
public const nint m_flLocalDrag1 = 0x678; // float32
|
||||
public const nint m_nRodVelocitySmoothIterations = 0x67C; // uint16
|
||||
public const nint m_nQuadVelocitySmoothIterations = 0x67E; // uint16
|
||||
}
|
||||
// Parent: RnBodyDesc_t
|
||||
// Fields count: 1
|
||||
@@ -202,8 +207,8 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FeBuildBoxRigid_t {
|
||||
public const nint m_nPriority = 0x40; // int32
|
||||
public const nint m_nVertexMapHash = 0x44; // uint32
|
||||
public const nint m_nPriority = 0x34; // int32
|
||||
public const nint m_nVertexMapHash = 0x38; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
@@ -342,6 +347,20 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_jiggleBone = 0x34; // CFeJiggleBone
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FeAntiTunnelProbeBuild_t {
|
||||
public const nint flWeight = 0x0; // float32
|
||||
public const nint flActivationDistance = 0x4; // float32
|
||||
public const nint flBias = 0x8; // float32
|
||||
public const nint flCurvature = 0xC; // float32
|
||||
public const nint nFlags = 0x10; // uint32
|
||||
public const nint nProbeNode = 0x14; // uint16
|
||||
public const nint targetNodes = 0x18; // CUtlVector<uint16>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 35
|
||||
//
|
||||
// Metadata:
|
||||
@@ -435,6 +454,15 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_vPosition = 0x0; // Vector
|
||||
public const nint m_vNormal = 0xC; // Vector
|
||||
}
|
||||
// Parent: FeSDFRigid_t
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FeBuildSDFRigid_t {
|
||||
public const nint m_nPriority = 0x4C; // int32
|
||||
public const nint m_nVertexMapHash = 0x50; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -546,6 +574,24 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flOffset = 0xC; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FeSDFRigid_t {
|
||||
public const nint vLocalMin = 0x0; // Vector
|
||||
public const nint vLocalMax = 0xC; // Vector
|
||||
public const nint flBounciness = 0x18; // float32
|
||||
public const nint nNode = 0x1C; // uint16
|
||||
public const nint nCollisionMask = 0x1E; // uint16
|
||||
public const nint nVertexMapIndex = 0x20; // uint16
|
||||
public const nint nFlags = 0x22; // uint16
|
||||
public const nint m_Distances = 0x28; // CUtlVector<float32>
|
||||
public const nint m_nWidth = 0x40; // int32
|
||||
public const nint m_nHeight = 0x44; // int32
|
||||
public const nint m_nDepth = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 35
|
||||
//
|
||||
// Metadata:
|
||||
@@ -678,6 +724,19 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint vShape = 0xC; // Vector4D[4]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FeHingeLimit_t {
|
||||
public const nint nNode = 0x0; // uint16[6]
|
||||
public const nint nFlags = 0xC; // uint32
|
||||
public const nint flWeight4 = 0x10; // float32
|
||||
public const nint flWeight5 = 0x14; // float32
|
||||
public const nint flAngleCenter = 0x18; // float32
|
||||
public const nint flAngleExtents = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -751,7 +810,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_pHull = 0x28; // RnHull_t*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -759,7 +818,8 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nTaperedCapsuleRigidIndex = 0x0; // uint16
|
||||
public const nint m_nSphereRigidIndex = 0x2; // uint16
|
||||
public const nint m_nBoxRigidIndex = 0x4; // uint16
|
||||
public const nint m_nCollisionPlaneIndex = 0x6; // uint16
|
||||
public const nint m_nSDFRigidIndex = 0x6; // uint16
|
||||
public const nint m_nCollisionPlaneIndex = 0x8; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@@ -938,6 +998,21 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint nCtrlChild = 0x2; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FeAntiTunnelProbe_t {
|
||||
public const nint flWeight = 0x0; // float32
|
||||
public const nint nFlags = 0x4; // uint32
|
||||
public const nint nProbeNode = 0x8; // uint16
|
||||
public const nint nCount = 0xA; // uint16
|
||||
public const nint nBegin = 0xC; // uint32
|
||||
public const nint flActivationDistance = 0x10; // float32
|
||||
public const nint flCurvatureRadius = 0x14; // float32
|
||||
public const nint flBias = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -1030,7 +1105,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint flAlpha = 0x4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -1038,6 +1113,9 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nCollisionAttributeIndex = 0x0; // uint32
|
||||
public const nint m_nSurfacePropertyIndex = 0x4; // uint32
|
||||
public const nint m_UserFriendlyName = 0x8; // CUtlString
|
||||
public const nint m_bUserFriendlyNameSealed = 0x10; // bool
|
||||
public const nint m_bUserFriendlyNameLong = 0x11; // bool
|
||||
public const nint m_nToolMaterialHash = 0x14; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -1107,5 +1185,16 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint flWeight = 0x4; // float32
|
||||
public const nint nMatrixNode = 0x8; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FeHingeLimitBuild_t {
|
||||
public const nint nNode = 0x0; // uint16[6]
|
||||
public const nint nFlags = 0xC; // uint32
|
||||
public const nint flLimitCW = 0x10; // float32
|
||||
public const nint flLimitCCW = 0x14; // float32
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: vphysics2.dll
|
||||
// Classes count: 88
|
||||
// Module: libvphysics2.so
|
||||
// Classes count: 94
|
||||
// Enums count: 2
|
||||
namespace vphysics2_dll {
|
||||
namespace libvphysics2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class JointMotion_t : uint32_t {
|
||||
@@ -49,7 +49,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace RnHullDesc_t {
|
||||
constexpr std::ptrdiff_t m_Hull = 0x10; // RnHull_t
|
||||
constexpr std::ptrdiff_t m_Hull = 0x18; // RnHull_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
@@ -67,7 +67,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace RnCapsuleDesc_t {
|
||||
constexpr std::ptrdiff_t m_Capsule = 0x10; // RnCapsule_t
|
||||
constexpr std::ptrdiff_t m_Capsule = 0x18; // RnCapsule_t
|
||||
}
|
||||
// Parent: RnShapeDesc_t
|
||||
// Fields count: 1
|
||||
@@ -75,7 +75,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace RnSphereDesc_t {
|
||||
constexpr std::ptrdiff_t m_Sphere = 0x10; // SphereBase_t<float32>
|
||||
constexpr std::ptrdiff_t m_Sphere = 0x18; // SphereBase_t<float32>
|
||||
}
|
||||
// Parent: RnShapeDesc_t
|
||||
// Fields count: 1
|
||||
@@ -83,10 +83,10 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace RnMeshDesc_t {
|
||||
constexpr std::ptrdiff_t m_Mesh = 0x10; // RnMesh_t
|
||||
constexpr std::ptrdiff_t m_Mesh = 0x18; // RnMesh_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 101
|
||||
// Fields count: 106
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -121,77 +121,82 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_InitPose = 0x120; // CUtlVector<CTransform>
|
||||
constexpr std::ptrdiff_t m_Rods = 0x138; // CUtlVector<FeRodConstraint_t>
|
||||
constexpr std::ptrdiff_t m_Twists = 0x150; // CUtlVector<FeTwistConstraint_t>
|
||||
constexpr std::ptrdiff_t m_AxialEdges = 0x168; // CUtlVector<FeAxialEdgeBend_t>
|
||||
constexpr std::ptrdiff_t m_NodeInvMasses = 0x180; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_CtrlOffsets = 0x198; // CUtlVector<FeCtrlOffset_t>
|
||||
constexpr std::ptrdiff_t m_CtrlOsOffsets = 0x1B0; // CUtlVector<FeCtrlOsOffset_t>
|
||||
constexpr std::ptrdiff_t m_FollowNodes = 0x1C8; // CUtlVector<FeFollowNode_t>
|
||||
constexpr std::ptrdiff_t m_CollisionPlanes = 0x1E0; // CUtlVector<FeCollisionPlane_t>
|
||||
constexpr std::ptrdiff_t m_NodeIntegrator = 0x1F8; // CUtlVector<FeNodeIntegrator_t>
|
||||
constexpr std::ptrdiff_t m_SpringIntegrator = 0x210; // CUtlVector<FeSpringIntegrator_t>
|
||||
constexpr std::ptrdiff_t m_SimdSpringIntegrator = 0x228; // CUtlVector<FeSimdSpringIntegrator_t>
|
||||
constexpr std::ptrdiff_t m_WorldCollisionParams = 0x240; // CUtlVector<FeWorldCollisionParams_t>
|
||||
constexpr std::ptrdiff_t m_LegacyStretchForce = 0x258; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_NodeCollisionRadii = 0x270; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_DynNodeFriction = 0x288; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_LocalRotation = 0x2A0; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_LocalForce = 0x2B8; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_TaperedCapsuleStretches = 0x2D0; // CUtlVector<FeTaperedCapsuleStretch_t>
|
||||
constexpr std::ptrdiff_t m_TaperedCapsuleRigids = 0x2E8; // CUtlVector<FeTaperedCapsuleRigid_t>
|
||||
constexpr std::ptrdiff_t m_SphereRigids = 0x300; // CUtlVector<FeSphereRigid_t>
|
||||
constexpr std::ptrdiff_t m_WorldCollisionNodes = 0x318; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_TreeParents = 0x330; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_TreeCollisionMasks = 0x348; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_TreeChildren = 0x360; // CUtlVector<FeTreeChildren_t>
|
||||
constexpr std::ptrdiff_t m_FreeNodes = 0x378; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_FitMatrices = 0x390; // CUtlVector<FeFitMatrix_t>
|
||||
constexpr std::ptrdiff_t m_FitWeights = 0x3A8; // CUtlVector<FeFitWeight_t>
|
||||
constexpr std::ptrdiff_t m_ReverseOffsets = 0x3C0; // CUtlVector<FeNodeReverseOffset_t>
|
||||
constexpr std::ptrdiff_t m_AnimStrayRadii = 0x3D8; // CUtlVector<FeAnimStrayRadius_t>
|
||||
constexpr std::ptrdiff_t m_SimdAnimStrayRadii = 0x3F0; // CUtlVector<FeSimdAnimStrayRadius_t>
|
||||
constexpr std::ptrdiff_t m_KelagerBends = 0x408; // CUtlVector<FeKelagerBend2_t>
|
||||
constexpr std::ptrdiff_t m_CtrlSoftOffsets = 0x420; // CUtlVector<FeCtrlSoftOffset_t>
|
||||
constexpr std::ptrdiff_t m_JiggleBones = 0x438; // CUtlVector<CFeIndexedJiggleBone>
|
||||
constexpr std::ptrdiff_t m_SourceElems = 0x450; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_GoalDampedSpringIntegrators = 0x468; // CUtlVector<uint32>
|
||||
constexpr std::ptrdiff_t m_Tris = 0x480; // CUtlVector<FeTri_t>
|
||||
constexpr std::ptrdiff_t m_nTriCount1 = 0x498; // uint16
|
||||
constexpr std::ptrdiff_t m_nTriCount2 = 0x49A; // uint16
|
||||
constexpr std::ptrdiff_t m_nReservedUint8 = 0x49C; // uint8
|
||||
constexpr std::ptrdiff_t m_nExtraPressureIterations = 0x49D; // uint8
|
||||
constexpr std::ptrdiff_t m_nExtraGoalIterations = 0x49E; // uint8
|
||||
constexpr std::ptrdiff_t m_nExtraIterations = 0x49F; // uint8
|
||||
constexpr std::ptrdiff_t m_BoxRigids = 0x4A0; // CUtlVector<FeBoxRigid_t>
|
||||
constexpr std::ptrdiff_t m_DynNodeVertexSet = 0x4B8; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_VertexSetNames = 0x4D0; // CUtlVector<uint32>
|
||||
constexpr std::ptrdiff_t m_RigidColliderPriorities = 0x4E8; // CUtlVector<FeRigidColliderIndices_t>
|
||||
constexpr std::ptrdiff_t m_MorphLayers = 0x500; // CUtlVector<FeMorphLayerDepr_t>
|
||||
constexpr std::ptrdiff_t m_MorphSetData = 0x518; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_VertexMaps = 0x530; // CUtlVector<FeVertexMapDesc_t>
|
||||
constexpr std::ptrdiff_t m_VertexMapValues = 0x548; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_Effects = 0x560; // CUtlVector<FeEffectDesc_t>
|
||||
constexpr std::ptrdiff_t m_LockToParent = 0x578; // CUtlVector<FeCtrlOffset_t>
|
||||
constexpr std::ptrdiff_t m_LockToGoal = 0x590; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_SkelParents = 0x5A8; // CUtlVector<int16>
|
||||
constexpr std::ptrdiff_t m_DynNodeWindBases = 0x5C0; // CUtlVector<FeNodeWindBase_t>
|
||||
constexpr std::ptrdiff_t m_flInternalPressure = 0x5D8; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultTimeDilation = 0x5DC; // float32
|
||||
constexpr std::ptrdiff_t m_flWindage = 0x5E0; // float32
|
||||
constexpr std::ptrdiff_t m_flWindDrag = 0x5E4; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultSurfaceStretch = 0x5E8; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultThreadStretch = 0x5EC; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultGravityScale = 0x5F0; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultVelAirDrag = 0x5F4; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultExpAirDrag = 0x5F8; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultVelQuadAirDrag = 0x5FC; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultExpQuadAirDrag = 0x600; // float32
|
||||
constexpr std::ptrdiff_t m_flRodVelocitySmoothRate = 0x604; // float32
|
||||
constexpr std::ptrdiff_t m_flQuadVelocitySmoothRate = 0x608; // float32
|
||||
constexpr std::ptrdiff_t m_flAddWorldCollisionRadius = 0x60C; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultVolumetricSolveAmount = 0x610; // float32
|
||||
constexpr std::ptrdiff_t m_flMotionSmoothCDT = 0x614; // float32
|
||||
constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x618; // uint16
|
||||
constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x61A; // uint16
|
||||
constexpr std::ptrdiff_t m_HingeLimits = 0x168; // CUtlVector<FeHingeLimit_t>
|
||||
constexpr std::ptrdiff_t m_AntiTunnelProbes = 0x180; // CUtlVector<FeAntiTunnelProbe_t>
|
||||
constexpr std::ptrdiff_t m_AntiTunnelTargetNodes = 0x198; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_AxialEdges = 0x1B0; // CUtlVector<FeAxialEdgeBend_t>
|
||||
constexpr std::ptrdiff_t m_NodeInvMasses = 0x1C8; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_CtrlOffsets = 0x1E0; // CUtlVector<FeCtrlOffset_t>
|
||||
constexpr std::ptrdiff_t m_CtrlOsOffsets = 0x1F8; // CUtlVector<FeCtrlOsOffset_t>
|
||||
constexpr std::ptrdiff_t m_FollowNodes = 0x210; // CUtlVector<FeFollowNode_t>
|
||||
constexpr std::ptrdiff_t m_CollisionPlanes = 0x228; // CUtlVector<FeCollisionPlane_t>
|
||||
constexpr std::ptrdiff_t m_NodeIntegrator = 0x240; // CUtlVector<FeNodeIntegrator_t>
|
||||
constexpr std::ptrdiff_t m_SpringIntegrator = 0x258; // CUtlVector<FeSpringIntegrator_t>
|
||||
constexpr std::ptrdiff_t m_SimdSpringIntegrator = 0x270; // CUtlVector<FeSimdSpringIntegrator_t>
|
||||
constexpr std::ptrdiff_t m_WorldCollisionParams = 0x288; // CUtlVector<FeWorldCollisionParams_t>
|
||||
constexpr std::ptrdiff_t m_LegacyStretchForce = 0x2A0; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_NodeCollisionRadii = 0x2B8; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_DynNodeFriction = 0x2D0; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_LocalRotation = 0x2E8; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_LocalForce = 0x300; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_TaperedCapsuleStretches = 0x318; // CUtlVector<FeTaperedCapsuleStretch_t>
|
||||
constexpr std::ptrdiff_t m_TaperedCapsuleRigids = 0x330; // CUtlVector<FeTaperedCapsuleRigid_t>
|
||||
constexpr std::ptrdiff_t m_SphereRigids = 0x348; // CUtlVector<FeSphereRigid_t>
|
||||
constexpr std::ptrdiff_t m_WorldCollisionNodes = 0x360; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_TreeParents = 0x378; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_TreeCollisionMasks = 0x390; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_TreeChildren = 0x3A8; // CUtlVector<FeTreeChildren_t>
|
||||
constexpr std::ptrdiff_t m_FreeNodes = 0x3C0; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_FitMatrices = 0x3D8; // CUtlVector<FeFitMatrix_t>
|
||||
constexpr std::ptrdiff_t m_FitWeights = 0x3F0; // CUtlVector<FeFitWeight_t>
|
||||
constexpr std::ptrdiff_t m_ReverseOffsets = 0x408; // CUtlVector<FeNodeReverseOffset_t>
|
||||
constexpr std::ptrdiff_t m_AnimStrayRadii = 0x420; // CUtlVector<FeAnimStrayRadius_t>
|
||||
constexpr std::ptrdiff_t m_SimdAnimStrayRadii = 0x438; // CUtlVector<FeSimdAnimStrayRadius_t>
|
||||
constexpr std::ptrdiff_t m_KelagerBends = 0x450; // CUtlVector<FeKelagerBend2_t>
|
||||
constexpr std::ptrdiff_t m_CtrlSoftOffsets = 0x468; // CUtlVector<FeCtrlSoftOffset_t>
|
||||
constexpr std::ptrdiff_t m_JiggleBones = 0x480; // CUtlVector<CFeIndexedJiggleBone>
|
||||
constexpr std::ptrdiff_t m_SourceElems = 0x498; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_GoalDampedSpringIntegrators = 0x4B0; // CUtlVector<uint32>
|
||||
constexpr std::ptrdiff_t m_Tris = 0x4C8; // CUtlVector<FeTri_t>
|
||||
constexpr std::ptrdiff_t m_nTriCount1 = 0x4E0; // uint16
|
||||
constexpr std::ptrdiff_t m_nTriCount2 = 0x4E2; // uint16
|
||||
constexpr std::ptrdiff_t m_nReservedUint8 = 0x4E4; // uint8
|
||||
constexpr std::ptrdiff_t m_nExtraPressureIterations = 0x4E5; // uint8
|
||||
constexpr std::ptrdiff_t m_nExtraGoalIterations = 0x4E6; // uint8
|
||||
constexpr std::ptrdiff_t m_nExtraIterations = 0x4E7; // uint8
|
||||
constexpr std::ptrdiff_t m_SDFRigids = 0x4E8; // CUtlVector<FeSDFRigid_t>
|
||||
constexpr std::ptrdiff_t m_BoxRigids = 0x500; // CUtlVector<FeBoxRigid_t>
|
||||
constexpr std::ptrdiff_t m_DynNodeVertexSet = 0x518; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_VertexSetNames = 0x530; // CUtlVector<uint32>
|
||||
constexpr std::ptrdiff_t m_RigidColliderPriorities = 0x548; // CUtlVector<FeRigidColliderIndices_t>
|
||||
constexpr std::ptrdiff_t m_MorphLayers = 0x560; // CUtlVector<FeMorphLayerDepr_t>
|
||||
constexpr std::ptrdiff_t m_MorphSetData = 0x578; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_VertexMaps = 0x590; // CUtlVector<FeVertexMapDesc_t>
|
||||
constexpr std::ptrdiff_t m_VertexMapValues = 0x5A8; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_Effects = 0x5C0; // CUtlVector<FeEffectDesc_t>
|
||||
constexpr std::ptrdiff_t m_LockToParent = 0x5D8; // CUtlVector<FeCtrlOffset_t>
|
||||
constexpr std::ptrdiff_t m_LockToGoal = 0x5F0; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_SkelParents = 0x608; // CUtlVector<int16>
|
||||
constexpr std::ptrdiff_t m_DynNodeWindBases = 0x620; // CUtlVector<FeNodeWindBase_t>
|
||||
constexpr std::ptrdiff_t m_flInternalPressure = 0x638; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultTimeDilation = 0x63C; // float32
|
||||
constexpr std::ptrdiff_t m_flWindage = 0x640; // float32
|
||||
constexpr std::ptrdiff_t m_flWindDrag = 0x644; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultSurfaceStretch = 0x648; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultThreadStretch = 0x64C; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultGravityScale = 0x650; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultVelAirDrag = 0x654; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultExpAirDrag = 0x658; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultVelQuadAirDrag = 0x65C; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultExpQuadAirDrag = 0x660; // float32
|
||||
constexpr std::ptrdiff_t m_flRodVelocitySmoothRate = 0x664; // float32
|
||||
constexpr std::ptrdiff_t m_flQuadVelocitySmoothRate = 0x668; // float32
|
||||
constexpr std::ptrdiff_t m_flAddWorldCollisionRadius = 0x66C; // float32
|
||||
constexpr std::ptrdiff_t m_flDefaultVolumetricSolveAmount = 0x670; // float32
|
||||
constexpr std::ptrdiff_t m_flMotionSmoothCDT = 0x674; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalDrag1 = 0x678; // float32
|
||||
constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x67C; // uint16
|
||||
constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x67E; // uint16
|
||||
}
|
||||
// Parent: RnBodyDesc_t
|
||||
// Fields count: 1
|
||||
@@ -207,8 +212,8 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FeBuildBoxRigid_t {
|
||||
constexpr std::ptrdiff_t m_nPriority = 0x40; // int32
|
||||
constexpr std::ptrdiff_t m_nVertexMapHash = 0x44; // uint32
|
||||
constexpr std::ptrdiff_t m_nPriority = 0x34; // int32
|
||||
constexpr std::ptrdiff_t m_nVertexMapHash = 0x38; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
@@ -347,6 +352,20 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_jiggleBone = 0x34; // CFeJiggleBone
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FeAntiTunnelProbeBuild_t {
|
||||
constexpr std::ptrdiff_t flWeight = 0x0; // float32
|
||||
constexpr std::ptrdiff_t flActivationDistance = 0x4; // float32
|
||||
constexpr std::ptrdiff_t flBias = 0x8; // float32
|
||||
constexpr std::ptrdiff_t flCurvature = 0xC; // float32
|
||||
constexpr std::ptrdiff_t nFlags = 0x10; // uint32
|
||||
constexpr std::ptrdiff_t nProbeNode = 0x14; // uint16
|
||||
constexpr std::ptrdiff_t targetNodes = 0x18; // CUtlVector<uint16>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 35
|
||||
//
|
||||
// Metadata:
|
||||
@@ -440,6 +459,15 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_vPosition = 0x0; // Vector
|
||||
constexpr std::ptrdiff_t m_vNormal = 0xC; // Vector
|
||||
}
|
||||
// Parent: FeSDFRigid_t
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FeBuildSDFRigid_t {
|
||||
constexpr std::ptrdiff_t m_nPriority = 0x4C; // int32
|
||||
constexpr std::ptrdiff_t m_nVertexMapHash = 0x50; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -551,6 +579,24 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flOffset = 0xC; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FeSDFRigid_t {
|
||||
constexpr std::ptrdiff_t vLocalMin = 0x0; // Vector
|
||||
constexpr std::ptrdiff_t vLocalMax = 0xC; // Vector
|
||||
constexpr std::ptrdiff_t flBounciness = 0x18; // float32
|
||||
constexpr std::ptrdiff_t nNode = 0x1C; // uint16
|
||||
constexpr std::ptrdiff_t nCollisionMask = 0x1E; // uint16
|
||||
constexpr std::ptrdiff_t nVertexMapIndex = 0x20; // uint16
|
||||
constexpr std::ptrdiff_t nFlags = 0x22; // uint16
|
||||
constexpr std::ptrdiff_t m_Distances = 0x28; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_nWidth = 0x40; // int32
|
||||
constexpr std::ptrdiff_t m_nHeight = 0x44; // int32
|
||||
constexpr std::ptrdiff_t m_nDepth = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 35
|
||||
//
|
||||
// Metadata:
|
||||
@@ -683,6 +729,19 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t vShape = 0xC; // Vector4D[4]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FeHingeLimit_t {
|
||||
constexpr std::ptrdiff_t nNode = 0x0; // uint16[6]
|
||||
constexpr std::ptrdiff_t nFlags = 0xC; // uint32
|
||||
constexpr std::ptrdiff_t flWeight4 = 0x10; // float32
|
||||
constexpr std::ptrdiff_t flWeight5 = 0x14; // float32
|
||||
constexpr std::ptrdiff_t flAngleCenter = 0x18; // float32
|
||||
constexpr std::ptrdiff_t flAngleExtents = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -756,7 +815,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_pHull = 0x28; // RnHull_t*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -764,7 +823,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nTaperedCapsuleRigidIndex = 0x0; // uint16
|
||||
constexpr std::ptrdiff_t m_nSphereRigidIndex = 0x2; // uint16
|
||||
constexpr std::ptrdiff_t m_nBoxRigidIndex = 0x4; // uint16
|
||||
constexpr std::ptrdiff_t m_nCollisionPlaneIndex = 0x6; // uint16
|
||||
constexpr std::ptrdiff_t m_nSDFRigidIndex = 0x6; // uint16
|
||||
constexpr std::ptrdiff_t m_nCollisionPlaneIndex = 0x8; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@@ -943,6 +1003,21 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t nCtrlChild = 0x2; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FeAntiTunnelProbe_t {
|
||||
constexpr std::ptrdiff_t flWeight = 0x0; // float32
|
||||
constexpr std::ptrdiff_t nFlags = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t nProbeNode = 0x8; // uint16
|
||||
constexpr std::ptrdiff_t nCount = 0xA; // uint16
|
||||
constexpr std::ptrdiff_t nBegin = 0xC; // uint32
|
||||
constexpr std::ptrdiff_t flActivationDistance = 0x10; // float32
|
||||
constexpr std::ptrdiff_t flCurvatureRadius = 0x14; // float32
|
||||
constexpr std::ptrdiff_t flBias = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -1035,7 +1110,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t flAlpha = 0x4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -1043,6 +1118,9 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nCollisionAttributeIndex = 0x0; // uint32
|
||||
constexpr std::ptrdiff_t m_nSurfacePropertyIndex = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t m_UserFriendlyName = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_bUserFriendlyNameSealed = 0x10; // bool
|
||||
constexpr std::ptrdiff_t m_bUserFriendlyNameLong = 0x11; // bool
|
||||
constexpr std::ptrdiff_t m_nToolMaterialHash = 0x14; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -1112,6 +1190,17 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t flWeight = 0x4; // float32
|
||||
constexpr std::ptrdiff_t nMatrixNode = 0x8; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FeHingeLimitBuild_t {
|
||||
constexpr std::ptrdiff_t nNode = 0x0; // uint16[6]
|
||||
constexpr std::ptrdiff_t nFlags = 0xC; // uint32
|
||||
constexpr std::ptrdiff_t flLimitCW = 0x10; // float32
|
||||
constexpr std::ptrdiff_t flLimitCCW = 0x14; // float32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"vphysics2.dll": {
|
||||
"libvphysics2.so": {
|
||||
"classes": {
|
||||
"CFeIndexedJiggleBone": {
|
||||
"fields": {
|
||||
@@ -177,6 +177,43 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeAntiTunnelProbeBuild_t": {
|
||||
"fields": {
|
||||
"flActivationDistance": 4,
|
||||
"flBias": 8,
|
||||
"flCurvature": 12,
|
||||
"flWeight": 0,
|
||||
"nFlags": 16,
|
||||
"nProbeNode": 20,
|
||||
"targetNodes": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeAntiTunnelProbe_t": {
|
||||
"fields": {
|
||||
"flActivationDistance": 16,
|
||||
"flBias": 24,
|
||||
"flCurvatureRadius": 20,
|
||||
"flWeight": 0,
|
||||
"nBegin": 12,
|
||||
"nCount": 10,
|
||||
"nFlags": 4,
|
||||
"nProbeNode": 8
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeAxialEdgeBend_t": {
|
||||
"fields": {
|
||||
"flDist": 8,
|
||||
@@ -226,8 +263,8 @@
|
||||
},
|
||||
"FeBuildBoxRigid_t": {
|
||||
"fields": {
|
||||
"m_nPriority": 64,
|
||||
"m_nVertexMapHash": 68
|
||||
"m_nPriority": 52,
|
||||
"m_nVertexMapHash": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -237,6 +274,19 @@
|
||||
],
|
||||
"parent": "FeBoxRigid_t"
|
||||
},
|
||||
"FeBuildSDFRigid_t": {
|
||||
"fields": {
|
||||
"m_nPriority": 76,
|
||||
"m_nVertexMapHash": 80
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "FeSDFRigid_t"
|
||||
},
|
||||
"FeBuildSphereRigid_t": {
|
||||
"fields": {
|
||||
"m_nPriority": 32,
|
||||
@@ -407,6 +457,38 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeHingeLimitBuild_t": {
|
||||
"fields": {
|
||||
"flLimitCCW": 20,
|
||||
"flLimitCW": 16,
|
||||
"nFlags": 12,
|
||||
"nNode": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeHingeLimit_t": {
|
||||
"fields": {
|
||||
"flAngleCenter": 24,
|
||||
"flAngleExtents": 28,
|
||||
"flWeight4": 16,
|
||||
"flWeight5": 20,
|
||||
"nFlags": 12,
|
||||
"nNode": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeKelagerBend2_t": {
|
||||
"fields": {
|
||||
"flHeight0": 12,
|
||||
@@ -533,7 +615,8 @@
|
||||
"FeRigidColliderIndices_t": {
|
||||
"fields": {
|
||||
"m_nBoxRigidIndex": 4,
|
||||
"m_nCollisionPlaneIndex": 6,
|
||||
"m_nCollisionPlaneIndex": 8,
|
||||
"m_nSDFRigidIndex": 6,
|
||||
"m_nSphereRigidIndex": 2,
|
||||
"m_nTaperedCapsuleRigidIndex": 0
|
||||
},
|
||||
@@ -561,6 +644,28 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeSDFRigid_t": {
|
||||
"fields": {
|
||||
"flBounciness": 24,
|
||||
"m_Distances": 40,
|
||||
"m_nDepth": 72,
|
||||
"m_nHeight": 68,
|
||||
"m_nWidth": 64,
|
||||
"nCollisionMask": 30,
|
||||
"nFlags": 34,
|
||||
"nNode": 28,
|
||||
"nVertexMapIndex": 32,
|
||||
"vLocalMax": 12,
|
||||
"vLocalMin": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FeSimdAnimStrayRadius_t": {
|
||||
"fields": {
|
||||
"flMaxDist": 16,
|
||||
@@ -942,96 +1047,101 @@
|
||||
},
|
||||
"PhysFeModelDesc_t": {
|
||||
"fields": {
|
||||
"m_AnimStrayRadii": 984,
|
||||
"m_AxialEdges": 360,
|
||||
"m_BoxRigids": 1184,
|
||||
"m_CollisionPlanes": 480,
|
||||
"m_AnimStrayRadii": 1056,
|
||||
"m_AntiTunnelProbes": 384,
|
||||
"m_AntiTunnelTargetNodes": 408,
|
||||
"m_AxialEdges": 432,
|
||||
"m_BoxRigids": 1280,
|
||||
"m_CollisionPlanes": 552,
|
||||
"m_CtrlHash": 0,
|
||||
"m_CtrlName": 24,
|
||||
"m_CtrlOffsets": 408,
|
||||
"m_CtrlOsOffsets": 432,
|
||||
"m_CtrlSoftOffsets": 1056,
|
||||
"m_DynNodeFriction": 648,
|
||||
"m_DynNodeVertexSet": 1208,
|
||||
"m_DynNodeWindBases": 1472,
|
||||
"m_Effects": 1376,
|
||||
"m_FitMatrices": 912,
|
||||
"m_FitWeights": 936,
|
||||
"m_FollowNodes": 456,
|
||||
"m_FreeNodes": 888,
|
||||
"m_GoalDampedSpringIntegrators": 1128,
|
||||
"m_CtrlOffsets": 480,
|
||||
"m_CtrlOsOffsets": 504,
|
||||
"m_CtrlSoftOffsets": 1128,
|
||||
"m_DynNodeFriction": 720,
|
||||
"m_DynNodeVertexSet": 1304,
|
||||
"m_DynNodeWindBases": 1568,
|
||||
"m_Effects": 1472,
|
||||
"m_FitMatrices": 984,
|
||||
"m_FitWeights": 1008,
|
||||
"m_FollowNodes": 528,
|
||||
"m_FreeNodes": 960,
|
||||
"m_GoalDampedSpringIntegrators": 1200,
|
||||
"m_HingeLimits": 360,
|
||||
"m_InitPose": 288,
|
||||
"m_JiggleBones": 1080,
|
||||
"m_KelagerBends": 1032,
|
||||
"m_LegacyStretchForce": 600,
|
||||
"m_LocalForce": 696,
|
||||
"m_LocalRotation": 672,
|
||||
"m_LockToGoal": 1424,
|
||||
"m_LockToParent": 1400,
|
||||
"m_MorphLayers": 1280,
|
||||
"m_MorphSetData": 1304,
|
||||
"m_JiggleBones": 1152,
|
||||
"m_KelagerBends": 1104,
|
||||
"m_LegacyStretchForce": 672,
|
||||
"m_LocalForce": 768,
|
||||
"m_LocalRotation": 744,
|
||||
"m_LockToGoal": 1520,
|
||||
"m_LockToParent": 1496,
|
||||
"m_MorphLayers": 1376,
|
||||
"m_MorphSetData": 1400,
|
||||
"m_NodeBases": 120,
|
||||
"m_NodeCollisionRadii": 624,
|
||||
"m_NodeIntegrator": 504,
|
||||
"m_NodeInvMasses": 384,
|
||||
"m_NodeCollisionRadii": 696,
|
||||
"m_NodeIntegrator": 576,
|
||||
"m_NodeInvMasses": 456,
|
||||
"m_Quads": 168,
|
||||
"m_ReverseOffsets": 960,
|
||||
"m_RigidColliderPriorities": 1256,
|
||||
"m_ReverseOffsets": 1032,
|
||||
"m_RigidColliderPriorities": 1352,
|
||||
"m_Rods": 312,
|
||||
"m_Ropes": 96,
|
||||
"m_SimdAnimStrayRadii": 1008,
|
||||
"m_SDFRigids": 1256,
|
||||
"m_SimdAnimStrayRadii": 1080,
|
||||
"m_SimdNodeBases": 144,
|
||||
"m_SimdQuads": 192,
|
||||
"m_SimdRods": 240,
|
||||
"m_SimdRodsAnim": 264,
|
||||
"m_SimdSpringIntegrator": 552,
|
||||
"m_SimdSpringIntegrator": 624,
|
||||
"m_SimdTris": 216,
|
||||
"m_SkelParents": 1448,
|
||||
"m_SourceElems": 1104,
|
||||
"m_SphereRigids": 768,
|
||||
"m_SpringIntegrator": 528,
|
||||
"m_TaperedCapsuleRigids": 744,
|
||||
"m_TaperedCapsuleStretches": 720,
|
||||
"m_TreeChildren": 864,
|
||||
"m_TreeCollisionMasks": 840,
|
||||
"m_TreeParents": 816,
|
||||
"m_Tris": 1152,
|
||||
"m_SkelParents": 1544,
|
||||
"m_SourceElems": 1176,
|
||||
"m_SphereRigids": 840,
|
||||
"m_SpringIntegrator": 600,
|
||||
"m_TaperedCapsuleRigids": 816,
|
||||
"m_TaperedCapsuleStretches": 792,
|
||||
"m_TreeChildren": 936,
|
||||
"m_TreeCollisionMasks": 912,
|
||||
"m_TreeParents": 888,
|
||||
"m_Tris": 1224,
|
||||
"m_Twists": 336,
|
||||
"m_VertexMapValues": 1352,
|
||||
"m_VertexMaps": 1328,
|
||||
"m_VertexSetNames": 1232,
|
||||
"m_WorldCollisionNodes": 792,
|
||||
"m_WorldCollisionParams": 576,
|
||||
"m_flAddWorldCollisionRadius": 1548,
|
||||
"m_flDefaultExpAirDrag": 1528,
|
||||
"m_flDefaultExpQuadAirDrag": 1536,
|
||||
"m_flDefaultGravityScale": 1520,
|
||||
"m_flDefaultSurfaceStretch": 1512,
|
||||
"m_flDefaultThreadStretch": 1516,
|
||||
"m_flDefaultTimeDilation": 1500,
|
||||
"m_flDefaultVelAirDrag": 1524,
|
||||
"m_flDefaultVelQuadAirDrag": 1532,
|
||||
"m_flDefaultVolumetricSolveAmount": 1552,
|
||||
"m_flInternalPressure": 1496,
|
||||
"m_VertexMapValues": 1448,
|
||||
"m_VertexMaps": 1424,
|
||||
"m_VertexSetNames": 1328,
|
||||
"m_WorldCollisionNodes": 864,
|
||||
"m_WorldCollisionParams": 648,
|
||||
"m_flAddWorldCollisionRadius": 1644,
|
||||
"m_flDefaultExpAirDrag": 1624,
|
||||
"m_flDefaultExpQuadAirDrag": 1632,
|
||||
"m_flDefaultGravityScale": 1616,
|
||||
"m_flDefaultSurfaceStretch": 1608,
|
||||
"m_flDefaultThreadStretch": 1612,
|
||||
"m_flDefaultTimeDilation": 1596,
|
||||
"m_flDefaultVelAirDrag": 1620,
|
||||
"m_flDefaultVelQuadAirDrag": 1628,
|
||||
"m_flDefaultVolumetricSolveAmount": 1648,
|
||||
"m_flInternalPressure": 1592,
|
||||
"m_flLocalDrag1": 1656,
|
||||
"m_flLocalForce": 56,
|
||||
"m_flLocalRotation": 60,
|
||||
"m_flMotionSmoothCDT": 1556,
|
||||
"m_flQuadVelocitySmoothRate": 1544,
|
||||
"m_flRodVelocitySmoothRate": 1540,
|
||||
"m_flWindDrag": 1508,
|
||||
"m_flWindage": 1504,
|
||||
"m_flMotionSmoothCDT": 1652,
|
||||
"m_flQuadVelocitySmoothRate": 1640,
|
||||
"m_flRodVelocitySmoothRate": 1636,
|
||||
"m_flWindDrag": 1604,
|
||||
"m_flWindage": 1600,
|
||||
"m_nDynamicNodeFlags": 52,
|
||||
"m_nExtraGoalIterations": 1182,
|
||||
"m_nExtraIterations": 1183,
|
||||
"m_nExtraPressureIterations": 1181,
|
||||
"m_nExtraGoalIterations": 1254,
|
||||
"m_nExtraIterations": 1255,
|
||||
"m_nExtraPressureIterations": 1253,
|
||||
"m_nFirstPositionDrivenNode": 70,
|
||||
"m_nNodeBaseJiggleboneDependsCount": 86,
|
||||
"m_nNodeCount": 64,
|
||||
"m_nQuadCount1": 80,
|
||||
"m_nQuadCount2": 82,
|
||||
"m_nQuadVelocitySmoothIterations": 1562,
|
||||
"m_nReservedUint8": 1180,
|
||||
"m_nRodVelocitySmoothIterations": 1560,
|
||||
"m_nQuadVelocitySmoothIterations": 1662,
|
||||
"m_nReservedUint8": 1252,
|
||||
"m_nRodVelocitySmoothIterations": 1660,
|
||||
"m_nRopeCount": 88,
|
||||
"m_nRotLockStaticNodes": 68,
|
||||
"m_nSimdQuadCount1": 76,
|
||||
@@ -1041,8 +1151,8 @@
|
||||
"m_nStaticNodeFlags": 48,
|
||||
"m_nStaticNodes": 66,
|
||||
"m_nTreeDepth": 84,
|
||||
"m_nTriCount1": 1176,
|
||||
"m_nTriCount2": 1178
|
||||
"m_nTriCount1": 1248,
|
||||
"m_nTriCount2": 1250
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1119,7 +1229,7 @@
|
||||
},
|
||||
"RnCapsuleDesc_t": {
|
||||
"fields": {
|
||||
"m_Capsule": 16
|
||||
"m_Capsule": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1171,7 +1281,7 @@
|
||||
},
|
||||
"RnHullDesc_t": {
|
||||
"fields": {
|
||||
"m_Hull": 16
|
||||
"m_Hull": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1208,7 +1318,7 @@
|
||||
},
|
||||
"RnMeshDesc_t": {
|
||||
"fields": {
|
||||
"m_Mesh": 16
|
||||
"m_Mesh": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1270,8 +1380,11 @@
|
||||
"RnShapeDesc_t": {
|
||||
"fields": {
|
||||
"m_UserFriendlyName": 8,
|
||||
"m_bUserFriendlyNameLong": 17,
|
||||
"m_bUserFriendlyNameSealed": 16,
|
||||
"m_nCollisionAttributeIndex": 0,
|
||||
"m_nSurfacePropertyIndex": 4
|
||||
"m_nSurfacePropertyIndex": 4,
|
||||
"m_nToolMaterialHash": 20
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1322,7 +1435,7 @@
|
||||
},
|
||||
"RnSphereDesc_t": {
|
||||
"fields": {
|
||||
"m_Sphere": 16
|
||||
"m_Sphere": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: vphysics2.dll
|
||||
// Classes count: 88
|
||||
// Module: libvphysics2.so
|
||||
// Classes count: 94
|
||||
// Enums count: 2
|
||||
pub mod vphysics2_dll {
|
||||
pub mod libvphysics2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
@@ -49,7 +49,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod RnHullDesc_t {
|
||||
pub const m_Hull: usize = 0x10; // RnHull_t
|
||||
pub const m_Hull: usize = 0x18; // RnHull_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
@@ -67,7 +67,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod RnCapsuleDesc_t {
|
||||
pub const m_Capsule: usize = 0x10; // RnCapsule_t
|
||||
pub const m_Capsule: usize = 0x18; // RnCapsule_t
|
||||
}
|
||||
// Parent: RnShapeDesc_t
|
||||
// Fields count: 1
|
||||
@@ -75,7 +75,7 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod RnSphereDesc_t {
|
||||
pub const m_Sphere: usize = 0x10; // SphereBase_t<float32>
|
||||
pub const m_Sphere: usize = 0x18; // SphereBase_t<float32>
|
||||
}
|
||||
// Parent: RnShapeDesc_t
|
||||
// Fields count: 1
|
||||
@@ -83,10 +83,10 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod RnMeshDesc_t {
|
||||
pub const m_Mesh: usize = 0x10; // RnMesh_t
|
||||
pub const m_Mesh: usize = 0x18; // RnMesh_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 101
|
||||
// Fields count: 106
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -121,77 +121,82 @@ pub mod cs2_dumper {
|
||||
pub const m_InitPose: usize = 0x120; // CUtlVector<CTransform>
|
||||
pub const m_Rods: usize = 0x138; // CUtlVector<FeRodConstraint_t>
|
||||
pub const m_Twists: usize = 0x150; // CUtlVector<FeTwistConstraint_t>
|
||||
pub const m_AxialEdges: usize = 0x168; // CUtlVector<FeAxialEdgeBend_t>
|
||||
pub const m_NodeInvMasses: usize = 0x180; // CUtlVector<float32>
|
||||
pub const m_CtrlOffsets: usize = 0x198; // CUtlVector<FeCtrlOffset_t>
|
||||
pub const m_CtrlOsOffsets: usize = 0x1B0; // CUtlVector<FeCtrlOsOffset_t>
|
||||
pub const m_FollowNodes: usize = 0x1C8; // CUtlVector<FeFollowNode_t>
|
||||
pub const m_CollisionPlanes: usize = 0x1E0; // CUtlVector<FeCollisionPlane_t>
|
||||
pub const m_NodeIntegrator: usize = 0x1F8; // CUtlVector<FeNodeIntegrator_t>
|
||||
pub const m_SpringIntegrator: usize = 0x210; // CUtlVector<FeSpringIntegrator_t>
|
||||
pub const m_SimdSpringIntegrator: usize = 0x228; // CUtlVector<FeSimdSpringIntegrator_t>
|
||||
pub const m_WorldCollisionParams: usize = 0x240; // CUtlVector<FeWorldCollisionParams_t>
|
||||
pub const m_LegacyStretchForce: usize = 0x258; // CUtlVector<float32>
|
||||
pub const m_NodeCollisionRadii: usize = 0x270; // CUtlVector<float32>
|
||||
pub const m_DynNodeFriction: usize = 0x288; // CUtlVector<float32>
|
||||
pub const m_LocalRotation: usize = 0x2A0; // CUtlVector<float32>
|
||||
pub const m_LocalForce: usize = 0x2B8; // CUtlVector<float32>
|
||||
pub const m_TaperedCapsuleStretches: usize = 0x2D0; // CUtlVector<FeTaperedCapsuleStretch_t>
|
||||
pub const m_TaperedCapsuleRigids: usize = 0x2E8; // CUtlVector<FeTaperedCapsuleRigid_t>
|
||||
pub const m_SphereRigids: usize = 0x300; // CUtlVector<FeSphereRigid_t>
|
||||
pub const m_WorldCollisionNodes: usize = 0x318; // CUtlVector<uint16>
|
||||
pub const m_TreeParents: usize = 0x330; // CUtlVector<uint16>
|
||||
pub const m_TreeCollisionMasks: usize = 0x348; // CUtlVector<uint16>
|
||||
pub const m_TreeChildren: usize = 0x360; // CUtlVector<FeTreeChildren_t>
|
||||
pub const m_FreeNodes: usize = 0x378; // CUtlVector<uint16>
|
||||
pub const m_FitMatrices: usize = 0x390; // CUtlVector<FeFitMatrix_t>
|
||||
pub const m_FitWeights: usize = 0x3A8; // CUtlVector<FeFitWeight_t>
|
||||
pub const m_ReverseOffsets: usize = 0x3C0; // CUtlVector<FeNodeReverseOffset_t>
|
||||
pub const m_AnimStrayRadii: usize = 0x3D8; // CUtlVector<FeAnimStrayRadius_t>
|
||||
pub const m_SimdAnimStrayRadii: usize = 0x3F0; // CUtlVector<FeSimdAnimStrayRadius_t>
|
||||
pub const m_KelagerBends: usize = 0x408; // CUtlVector<FeKelagerBend2_t>
|
||||
pub const m_CtrlSoftOffsets: usize = 0x420; // CUtlVector<FeCtrlSoftOffset_t>
|
||||
pub const m_JiggleBones: usize = 0x438; // CUtlVector<CFeIndexedJiggleBone>
|
||||
pub const m_SourceElems: usize = 0x450; // CUtlVector<uint16>
|
||||
pub const m_GoalDampedSpringIntegrators: usize = 0x468; // CUtlVector<uint32>
|
||||
pub const m_Tris: usize = 0x480; // CUtlVector<FeTri_t>
|
||||
pub const m_nTriCount1: usize = 0x498; // uint16
|
||||
pub const m_nTriCount2: usize = 0x49A; // uint16
|
||||
pub const m_nReservedUint8: usize = 0x49C; // uint8
|
||||
pub const m_nExtraPressureIterations: usize = 0x49D; // uint8
|
||||
pub const m_nExtraGoalIterations: usize = 0x49E; // uint8
|
||||
pub const m_nExtraIterations: usize = 0x49F; // uint8
|
||||
pub const m_BoxRigids: usize = 0x4A0; // CUtlVector<FeBoxRigid_t>
|
||||
pub const m_DynNodeVertexSet: usize = 0x4B8; // CUtlVector<uint8>
|
||||
pub const m_VertexSetNames: usize = 0x4D0; // CUtlVector<uint32>
|
||||
pub const m_RigidColliderPriorities: usize = 0x4E8; // CUtlVector<FeRigidColliderIndices_t>
|
||||
pub const m_MorphLayers: usize = 0x500; // CUtlVector<FeMorphLayerDepr_t>
|
||||
pub const m_MorphSetData: usize = 0x518; // CUtlVector<uint8>
|
||||
pub const m_VertexMaps: usize = 0x530; // CUtlVector<FeVertexMapDesc_t>
|
||||
pub const m_VertexMapValues: usize = 0x548; // CUtlVector<uint8>
|
||||
pub const m_Effects: usize = 0x560; // CUtlVector<FeEffectDesc_t>
|
||||
pub const m_LockToParent: usize = 0x578; // CUtlVector<FeCtrlOffset_t>
|
||||
pub const m_LockToGoal: usize = 0x590; // CUtlVector<uint16>
|
||||
pub const m_SkelParents: usize = 0x5A8; // CUtlVector<int16>
|
||||
pub const m_DynNodeWindBases: usize = 0x5C0; // CUtlVector<FeNodeWindBase_t>
|
||||
pub const m_flInternalPressure: usize = 0x5D8; // float32
|
||||
pub const m_flDefaultTimeDilation: usize = 0x5DC; // float32
|
||||
pub const m_flWindage: usize = 0x5E0; // float32
|
||||
pub const m_flWindDrag: usize = 0x5E4; // float32
|
||||
pub const m_flDefaultSurfaceStretch: usize = 0x5E8; // float32
|
||||
pub const m_flDefaultThreadStretch: usize = 0x5EC; // float32
|
||||
pub const m_flDefaultGravityScale: usize = 0x5F0; // float32
|
||||
pub const m_flDefaultVelAirDrag: usize = 0x5F4; // float32
|
||||
pub const m_flDefaultExpAirDrag: usize = 0x5F8; // float32
|
||||
pub const m_flDefaultVelQuadAirDrag: usize = 0x5FC; // float32
|
||||
pub const m_flDefaultExpQuadAirDrag: usize = 0x600; // float32
|
||||
pub const m_flRodVelocitySmoothRate: usize = 0x604; // float32
|
||||
pub const m_flQuadVelocitySmoothRate: usize = 0x608; // float32
|
||||
pub const m_flAddWorldCollisionRadius: usize = 0x60C; // float32
|
||||
pub const m_flDefaultVolumetricSolveAmount: usize = 0x610; // float32
|
||||
pub const m_flMotionSmoothCDT: usize = 0x614; // float32
|
||||
pub const m_nRodVelocitySmoothIterations: usize = 0x618; // uint16
|
||||
pub const m_nQuadVelocitySmoothIterations: usize = 0x61A; // uint16
|
||||
pub const m_HingeLimits: usize = 0x168; // CUtlVector<FeHingeLimit_t>
|
||||
pub const m_AntiTunnelProbes: usize = 0x180; // CUtlVector<FeAntiTunnelProbe_t>
|
||||
pub const m_AntiTunnelTargetNodes: usize = 0x198; // CUtlVector<uint16>
|
||||
pub const m_AxialEdges: usize = 0x1B0; // CUtlVector<FeAxialEdgeBend_t>
|
||||
pub const m_NodeInvMasses: usize = 0x1C8; // CUtlVector<float32>
|
||||
pub const m_CtrlOffsets: usize = 0x1E0; // CUtlVector<FeCtrlOffset_t>
|
||||
pub const m_CtrlOsOffsets: usize = 0x1F8; // CUtlVector<FeCtrlOsOffset_t>
|
||||
pub const m_FollowNodes: usize = 0x210; // CUtlVector<FeFollowNode_t>
|
||||
pub const m_CollisionPlanes: usize = 0x228; // CUtlVector<FeCollisionPlane_t>
|
||||
pub const m_NodeIntegrator: usize = 0x240; // CUtlVector<FeNodeIntegrator_t>
|
||||
pub const m_SpringIntegrator: usize = 0x258; // CUtlVector<FeSpringIntegrator_t>
|
||||
pub const m_SimdSpringIntegrator: usize = 0x270; // CUtlVector<FeSimdSpringIntegrator_t>
|
||||
pub const m_WorldCollisionParams: usize = 0x288; // CUtlVector<FeWorldCollisionParams_t>
|
||||
pub const m_LegacyStretchForce: usize = 0x2A0; // CUtlVector<float32>
|
||||
pub const m_NodeCollisionRadii: usize = 0x2B8; // CUtlVector<float32>
|
||||
pub const m_DynNodeFriction: usize = 0x2D0; // CUtlVector<float32>
|
||||
pub const m_LocalRotation: usize = 0x2E8; // CUtlVector<float32>
|
||||
pub const m_LocalForce: usize = 0x300; // CUtlVector<float32>
|
||||
pub const m_TaperedCapsuleStretches: usize = 0x318; // CUtlVector<FeTaperedCapsuleStretch_t>
|
||||
pub const m_TaperedCapsuleRigids: usize = 0x330; // CUtlVector<FeTaperedCapsuleRigid_t>
|
||||
pub const m_SphereRigids: usize = 0x348; // CUtlVector<FeSphereRigid_t>
|
||||
pub const m_WorldCollisionNodes: usize = 0x360; // CUtlVector<uint16>
|
||||
pub const m_TreeParents: usize = 0x378; // CUtlVector<uint16>
|
||||
pub const m_TreeCollisionMasks: usize = 0x390; // CUtlVector<uint16>
|
||||
pub const m_TreeChildren: usize = 0x3A8; // CUtlVector<FeTreeChildren_t>
|
||||
pub const m_FreeNodes: usize = 0x3C0; // CUtlVector<uint16>
|
||||
pub const m_FitMatrices: usize = 0x3D8; // CUtlVector<FeFitMatrix_t>
|
||||
pub const m_FitWeights: usize = 0x3F0; // CUtlVector<FeFitWeight_t>
|
||||
pub const m_ReverseOffsets: usize = 0x408; // CUtlVector<FeNodeReverseOffset_t>
|
||||
pub const m_AnimStrayRadii: usize = 0x420; // CUtlVector<FeAnimStrayRadius_t>
|
||||
pub const m_SimdAnimStrayRadii: usize = 0x438; // CUtlVector<FeSimdAnimStrayRadius_t>
|
||||
pub const m_KelagerBends: usize = 0x450; // CUtlVector<FeKelagerBend2_t>
|
||||
pub const m_CtrlSoftOffsets: usize = 0x468; // CUtlVector<FeCtrlSoftOffset_t>
|
||||
pub const m_JiggleBones: usize = 0x480; // CUtlVector<CFeIndexedJiggleBone>
|
||||
pub const m_SourceElems: usize = 0x498; // CUtlVector<uint16>
|
||||
pub const m_GoalDampedSpringIntegrators: usize = 0x4B0; // CUtlVector<uint32>
|
||||
pub const m_Tris: usize = 0x4C8; // CUtlVector<FeTri_t>
|
||||
pub const m_nTriCount1: usize = 0x4E0; // uint16
|
||||
pub const m_nTriCount2: usize = 0x4E2; // uint16
|
||||
pub const m_nReservedUint8: usize = 0x4E4; // uint8
|
||||
pub const m_nExtraPressureIterations: usize = 0x4E5; // uint8
|
||||
pub const m_nExtraGoalIterations: usize = 0x4E6; // uint8
|
||||
pub const m_nExtraIterations: usize = 0x4E7; // uint8
|
||||
pub const m_SDFRigids: usize = 0x4E8; // CUtlVector<FeSDFRigid_t>
|
||||
pub const m_BoxRigids: usize = 0x500; // CUtlVector<FeBoxRigid_t>
|
||||
pub const m_DynNodeVertexSet: usize = 0x518; // CUtlVector<uint8>
|
||||
pub const m_VertexSetNames: usize = 0x530; // CUtlVector<uint32>
|
||||
pub const m_RigidColliderPriorities: usize = 0x548; // CUtlVector<FeRigidColliderIndices_t>
|
||||
pub const m_MorphLayers: usize = 0x560; // CUtlVector<FeMorphLayerDepr_t>
|
||||
pub const m_MorphSetData: usize = 0x578; // CUtlVector<uint8>
|
||||
pub const m_VertexMaps: usize = 0x590; // CUtlVector<FeVertexMapDesc_t>
|
||||
pub const m_VertexMapValues: usize = 0x5A8; // CUtlVector<uint8>
|
||||
pub const m_Effects: usize = 0x5C0; // CUtlVector<FeEffectDesc_t>
|
||||
pub const m_LockToParent: usize = 0x5D8; // CUtlVector<FeCtrlOffset_t>
|
||||
pub const m_LockToGoal: usize = 0x5F0; // CUtlVector<uint16>
|
||||
pub const m_SkelParents: usize = 0x608; // CUtlVector<int16>
|
||||
pub const m_DynNodeWindBases: usize = 0x620; // CUtlVector<FeNodeWindBase_t>
|
||||
pub const m_flInternalPressure: usize = 0x638; // float32
|
||||
pub const m_flDefaultTimeDilation: usize = 0x63C; // float32
|
||||
pub const m_flWindage: usize = 0x640; // float32
|
||||
pub const m_flWindDrag: usize = 0x644; // float32
|
||||
pub const m_flDefaultSurfaceStretch: usize = 0x648; // float32
|
||||
pub const m_flDefaultThreadStretch: usize = 0x64C; // float32
|
||||
pub const m_flDefaultGravityScale: usize = 0x650; // float32
|
||||
pub const m_flDefaultVelAirDrag: usize = 0x654; // float32
|
||||
pub const m_flDefaultExpAirDrag: usize = 0x658; // float32
|
||||
pub const m_flDefaultVelQuadAirDrag: usize = 0x65C; // float32
|
||||
pub const m_flDefaultExpQuadAirDrag: usize = 0x660; // float32
|
||||
pub const m_flRodVelocitySmoothRate: usize = 0x664; // float32
|
||||
pub const m_flQuadVelocitySmoothRate: usize = 0x668; // float32
|
||||
pub const m_flAddWorldCollisionRadius: usize = 0x66C; // float32
|
||||
pub const m_flDefaultVolumetricSolveAmount: usize = 0x670; // float32
|
||||
pub const m_flMotionSmoothCDT: usize = 0x674; // float32
|
||||
pub const m_flLocalDrag1: usize = 0x678; // float32
|
||||
pub const m_nRodVelocitySmoothIterations: usize = 0x67C; // uint16
|
||||
pub const m_nQuadVelocitySmoothIterations: usize = 0x67E; // uint16
|
||||
}
|
||||
// Parent: RnBodyDesc_t
|
||||
// Fields count: 1
|
||||
@@ -207,8 +212,8 @@ pub mod cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FeBuildBoxRigid_t {
|
||||
pub const m_nPriority: usize = 0x40; // int32
|
||||
pub const m_nVertexMapHash: usize = 0x44; // uint32
|
||||
pub const m_nPriority: usize = 0x34; // int32
|
||||
pub const m_nVertexMapHash: usize = 0x38; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
@@ -347,6 +352,20 @@ pub mod cs2_dumper {
|
||||
pub const m_jiggleBone: usize = 0x34; // CFeJiggleBone
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FeAntiTunnelProbeBuild_t {
|
||||
pub const flWeight: usize = 0x0; // float32
|
||||
pub const flActivationDistance: usize = 0x4; // float32
|
||||
pub const flBias: usize = 0x8; // float32
|
||||
pub const flCurvature: usize = 0xC; // float32
|
||||
pub const nFlags: usize = 0x10; // uint32
|
||||
pub const nProbeNode: usize = 0x14; // uint16
|
||||
pub const targetNodes: usize = 0x18; // CUtlVector<uint16>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 35
|
||||
//
|
||||
// Metadata:
|
||||
@@ -440,6 +459,15 @@ pub mod cs2_dumper {
|
||||
pub const m_vPosition: usize = 0x0; // Vector
|
||||
pub const m_vNormal: usize = 0xC; // Vector
|
||||
}
|
||||
// Parent: FeSDFRigid_t
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FeBuildSDFRigid_t {
|
||||
pub const m_nPriority: usize = 0x4C; // int32
|
||||
pub const m_nVertexMapHash: usize = 0x50; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
@@ -551,6 +579,24 @@ pub mod cs2_dumper {
|
||||
pub const m_flOffset: usize = 0xC; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FeSDFRigid_t {
|
||||
pub const vLocalMin: usize = 0x0; // Vector
|
||||
pub const vLocalMax: usize = 0xC; // Vector
|
||||
pub const flBounciness: usize = 0x18; // float32
|
||||
pub const nNode: usize = 0x1C; // uint16
|
||||
pub const nCollisionMask: usize = 0x1E; // uint16
|
||||
pub const nVertexMapIndex: usize = 0x20; // uint16
|
||||
pub const nFlags: usize = 0x22; // uint16
|
||||
pub const m_Distances: usize = 0x28; // CUtlVector<float32>
|
||||
pub const m_nWidth: usize = 0x40; // int32
|
||||
pub const m_nHeight: usize = 0x44; // int32
|
||||
pub const m_nDepth: usize = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 35
|
||||
//
|
||||
// Metadata:
|
||||
@@ -683,6 +729,19 @@ pub mod cs2_dumper {
|
||||
pub const vShape: usize = 0xC; // Vector4D[4]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FeHingeLimit_t {
|
||||
pub const nNode: usize = 0x0; // uint16[6]
|
||||
pub const nFlags: usize = 0xC; // uint32
|
||||
pub const flWeight4: usize = 0x10; // float32
|
||||
pub const flWeight5: usize = 0x14; // float32
|
||||
pub const flAngleCenter: usize = 0x18; // float32
|
||||
pub const flAngleExtents: usize = 0x1C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -756,7 +815,7 @@ pub mod cs2_dumper {
|
||||
pub const m_pHull: usize = 0x28; // RnHull_t*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -764,7 +823,8 @@ pub mod cs2_dumper {
|
||||
pub const m_nTaperedCapsuleRigidIndex: usize = 0x0; // uint16
|
||||
pub const m_nSphereRigidIndex: usize = 0x2; // uint16
|
||||
pub const m_nBoxRigidIndex: usize = 0x4; // uint16
|
||||
pub const m_nCollisionPlaneIndex: usize = 0x6; // uint16
|
||||
pub const m_nSDFRigidIndex: usize = 0x6; // uint16
|
||||
pub const m_nCollisionPlaneIndex: usize = 0x8; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
@@ -943,6 +1003,21 @@ pub mod cs2_dumper {
|
||||
pub const nCtrlChild: usize = 0x2; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FeAntiTunnelProbe_t {
|
||||
pub const flWeight: usize = 0x0; // float32
|
||||
pub const nFlags: usize = 0x4; // uint32
|
||||
pub const nProbeNode: usize = 0x8; // uint16
|
||||
pub const nCount: usize = 0xA; // uint16
|
||||
pub const nBegin: usize = 0xC; // uint32
|
||||
pub const flActivationDistance: usize = 0x10; // float32
|
||||
pub const flCurvatureRadius: usize = 0x14; // float32
|
||||
pub const flBias: usize = 0x18; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -1035,7 +1110,7 @@ pub mod cs2_dumper {
|
||||
pub const flAlpha: usize = 0x4; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -1043,6 +1118,9 @@ pub mod cs2_dumper {
|
||||
pub const m_nCollisionAttributeIndex: usize = 0x0; // uint32
|
||||
pub const m_nSurfacePropertyIndex: usize = 0x4; // uint32
|
||||
pub const m_UserFriendlyName: usize = 0x8; // CUtlString
|
||||
pub const m_bUserFriendlyNameSealed: usize = 0x10; // bool
|
||||
pub const m_bUserFriendlyNameLong: usize = 0x11; // bool
|
||||
pub const m_nToolMaterialHash: usize = 0x14; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -1112,6 +1190,17 @@ pub mod cs2_dumper {
|
||||
pub const flWeight: usize = 0x4; // float32
|
||||
pub const nMatrixNode: usize = 0x8; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FeHingeLimitBuild_t {
|
||||
pub const nNode: usize = 0x0; // uint16[6]
|
||||
pub const nFlags: usize = 0xC; // uint32
|
||||
pub const flLimitCW: usize = 0x10; // float32
|
||||
pub const flLimitCCW: usize = 0x14; // float32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,13 +1,13 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
// Module: libworldrenderer.so
|
||||
// Classes count: 23
|
||||
// Enums count: 1
|
||||
public static class WorldrendererDll {
|
||||
public static class LibworldrendererSo {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
// Members count: 15
|
||||
public enum ObjectTypeFlags_t : uint {
|
||||
OBJECT_TYPE_NONE = 0x0,
|
||||
OBJECT_TYPE_MODEL = 0x8,
|
||||
@@ -21,7 +21,9 @@ namespace CS2Dumper.Schemas {
|
||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000,
|
||||
OBJECT_TYPE_DISABLE_VIS_CULLING = 0x10000,
|
||||
OBJECT_TYPE_BAKED_GEOMETRY = 0x20000
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
@@ -146,7 +148,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -164,6 +166,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_overlayLayerIndices = 0xF0; // CUtlVector<uint8>
|
||||
public const nint m_grassFileName = 0x108; // CUtlString
|
||||
public const nint m_nodeLightingInfo = 0x110; // BakedLightingInfo_t
|
||||
public const nint m_bHasBakedGeometryFlag = 0x140; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: worldrenderer.dll
|
||||
// Module: libworldrenderer.so
|
||||
// Classes count: 23
|
||||
// Enums count: 1
|
||||
namespace worldrenderer_dll {
|
||||
namespace libworldrenderer_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
// Members count: 15
|
||||
enum class ObjectTypeFlags_t : uint32_t {
|
||||
OBJECT_TYPE_NONE = 0x0,
|
||||
OBJECT_TYPE_MODEL = 0x8,
|
||||
@@ -26,7 +26,9 @@ namespace cs2_dumper {
|
||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000,
|
||||
OBJECT_TYPE_DISABLE_VIS_CULLING = 0x10000,
|
||||
OBJECT_TYPE_BAKED_GEOMETRY = 0x20000
|
||||
};
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
@@ -151,7 +153,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -169,6 +171,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_overlayLayerIndices = 0xF0; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_grassFileName = 0x108; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nodeLightingInfo = 0x110; // BakedLightingInfo_t
|
||||
constexpr std::ptrdiff_t m_bHasBakedGeometryFlag = 0x140; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"worldrenderer.dll": {
|
||||
"libworldrenderer.so": {
|
||||
"classes": {
|
||||
"AggregateLODSetup_t": {
|
||||
"fields": {
|
||||
@@ -343,6 +343,7 @@
|
||||
"WorldNode_t": {
|
||||
"fields": {
|
||||
"m_aggregateSceneObjects": 72,
|
||||
"m_bHasBakedGeometryFlag": 320,
|
||||
"m_clutterSceneObjects": 96,
|
||||
"m_extraVertexStreamOverrides": 120,
|
||||
"m_extraVertexStreams": 168,
|
||||
@@ -384,8 +385,10 @@
|
||||
"ObjectTypeFlags_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"OBJECT_TYPE_BAKED_GEOMETRY": 131072,
|
||||
"OBJECT_TYPE_BLOCK_LIGHT": 16,
|
||||
"OBJECT_TYPE_DISABLED_IN_LOW_QUALITY": 128,
|
||||
"OBJECT_TYPE_DISABLE_VIS_CULLING": 65536,
|
||||
"OBJECT_TYPE_MODEL": 8,
|
||||
"OBJECT_TYPE_MODEL_HAS_LODS": 2048,
|
||||
"OBJECT_TYPE_NONE": 0,
|
@@ -1,16 +1,16 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: worldrenderer.dll
|
||||
// Module: libworldrenderer.so
|
||||
// Classes count: 23
|
||||
// Enums count: 1
|
||||
pub mod worldrenderer_dll {
|
||||
pub mod libworldrenderer_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
// Members count: 15
|
||||
#[repr(u32)]
|
||||
pub enum ObjectTypeFlags_t {
|
||||
OBJECT_TYPE_NONE = 0x0,
|
||||
@@ -25,7 +25,9 @@ pub mod cs2_dumper {
|
||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000,
|
||||
OBJECT_TYPE_DISABLE_VIS_CULLING = 0x10000,
|
||||
OBJECT_TYPE_BAKED_GEOMETRY = 0x20000
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
@@ -150,7 +152,7 @@ pub mod cs2_dumper {
|
||||
pub const m_entityKeyValues: usize = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
@@ -168,6 +170,7 @@ pub mod cs2_dumper {
|
||||
pub const m_overlayLayerIndices: usize = 0xF0; // CUtlVector<uint8>
|
||||
pub const m_grassFileName: usize = 0x108; // CUtlString
|
||||
pub const m_nodeLightingInfo: usize = 0x110; // BakedLightingInfo_t
|
||||
pub const m_bHasBakedGeometryFlag: usize = 0x140; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
@@ -1,50 +1,43 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A0D080;
|
||||
public const nint dwEntityList = 0x19A3328;
|
||||
public const nint dwGameEntitySystem = 0x1AC2018;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x1A00D08;
|
||||
public const nint dwGlobalVars = 0x1801BF0;
|
||||
public const nint dwGlowManager = 0x1A00420;
|
||||
public const nint dwLocalPlayerController = 0x19F3298;
|
||||
public const nint dwLocalPlayerPawn = 0x180DB18;
|
||||
public const nint dwPlantedC4 = 0x1A0A3F8;
|
||||
public const nint dwPrediction = 0x180D9D0;
|
||||
public const nint dwSensitivity = 0x1A019B8;
|
||||
// Module: libclient.so
|
||||
public static class LibclientSo {
|
||||
public const nint dwCSGOInput = 0x39AAA40;
|
||||
public const nint dwEntityList = 0x37EC100;
|
||||
public const nint dwGameEntitySystem = 0x3B04278;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x2110;
|
||||
public const nint dwGlowManager = 0x399A4F0;
|
||||
public const nint dwLocalPlayerController = 0x39805D8;
|
||||
public const nint dwLocalPlayerPawn = 0x39A03A8;
|
||||
public const nint dwPlantedC4 = 0x39A6618;
|
||||
public const nint dwPrediction = 0x39A0260;
|
||||
public const nint dwSensitivity = 0x399E828;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A12498;
|
||||
public const nint dwViewMatrix = 0x1A052D0;
|
||||
public const nint dwViewRender = 0x1A05AE0;
|
||||
public const nint dwWeaponC4 = 0x19A71B0;
|
||||
public const nint dwViewAngles = 0x39AFE68;
|
||||
public const nint dwViewRender = 0x39A0E10;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x51E784;
|
||||
public const nint dwEngineViewData = 0x5DA9DC;
|
||||
public const nint dwNetworkGameClient = 0x51DB58;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x178;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x278;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x28145F;
|
||||
public const nint dwNetworkGameClient_localPlayer = 0xF0;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x270;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x174;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x260;
|
||||
public const nint dwSoundService = 0x5DA940;
|
||||
public const nint dwWindowHeight = 0x5DE2B4;
|
||||
public const nint dwWindowWidth = 0x5DE2B0;
|
||||
// Module: libengine2.so
|
||||
public static class Libengine2So {
|
||||
public const nint dwBuildNumber = 0x7AEA34;
|
||||
public const nint dwNetworkGameClient = 0x7AF3E8;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x388;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x281477;
|
||||
public const nint dwNetworkGameClient_localPlayer = 0x108;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x258;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x38C;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x248;
|
||||
public const nint dwWindowHeight = 0x7B8A04;
|
||||
public const nint dwWindowWidth = 0x7B8A00;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
public const nint dwInputSystem = 0x387D0;
|
||||
// Module: libinputsystem.so
|
||||
public static class LibinputsystemSo {
|
||||
public const nint dwInputSystem = 0x401A0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
public static class MatchmakingDll {
|
||||
public const nint dwGameTypes = 0x1D2290;
|
||||
public const nint dwGameTypes_mapName = 0x1D23B0;
|
||||
// Module: libmatchmaking.so
|
||||
public static class LibmatchmakingSo {
|
||||
public const nint dwGameTypes = 0x3350C0;
|
||||
public const nint dwGameTypes_mapName = 0x3351E0;
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,50 +7,43 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A0D080;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19A3328;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AC2018;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A00D08;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1801BF0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A00420;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19F3298;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x180DB18;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A0A3F8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x180D9D0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A019B8;
|
||||
// Module: libclient.so
|
||||
namespace libclient_so {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x39AAA40;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x37EC100;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x3B04278;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x2110;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x399A4F0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x39805D8;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x39A03A8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x39A6618;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x39A0260;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x399E828;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A12498;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A052D0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A05AE0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19A71B0;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x39AFE68;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x39A0E10;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x51E784;
|
||||
constexpr std::ptrdiff_t dwEngineViewData = 0x5DA9DC;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x51DB58;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x178;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x278;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x28145F;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xF0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x270;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x174;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwSoundService = 0x5DA940;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5DE2B4;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5DE2B0;
|
||||
// Module: libengine2.so
|
||||
namespace libengine2_so {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x7AEA34;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x7AF3E8;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x388;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x281477;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0x108;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x258;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x38C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x248;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x7B8A04;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x7B8A00;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x387D0;
|
||||
// Module: libinputsystem.so
|
||||
namespace libinputsystem_so {
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x401A0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
namespace matchmaking_dll {
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x1D2290;
|
||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x1D23B0;
|
||||
// Module: libmatchmaking.so
|
||||
namespace libmatchmaking_so {
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x3350C0;
|
||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x3351E0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,43 +1,114 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27316352,
|
||||
"dwEntityList": 26882856,
|
||||
"dwGameEntitySystem": 28057624,
|
||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||
"dwGameRules": 27266312,
|
||||
"dwGlobalVars": 25172976,
|
||||
"dwGlowManager": 27264032,
|
||||
"dwLocalPlayerController": 27210392,
|
||||
"dwLocalPlayerPawn": 25221912,
|
||||
"dwPlantedC4": 27304952,
|
||||
"dwPrediction": 25221584,
|
||||
"dwSensitivity": 27269560,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27337880,
|
||||
"dwViewMatrix": 27284176,
|
||||
"dwViewRender": 27286240,
|
||||
"dwWeaponC4": 26898864
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5367684,
|
||||
"dwEngineViewData": 6138332,
|
||||
"dwNetworkGameClient": 5364568,
|
||||
"dwNetworkGameClient_clientTickCount": 376,
|
||||
"dwNetworkGameClient_deltaTick": 632,
|
||||
"dwNetworkGameClient_isBackgroundMap": 2626655,
|
||||
"dwNetworkGameClient_localPlayer": 240,
|
||||
"dwNetworkGameClient_maxClients": 624,
|
||||
"dwNetworkGameClient_serverTickCount": 372,
|
||||
"dwNetworkGameClient_signOnState": 608,
|
||||
"dwSoundService": 6138176,
|
||||
"dwWindowHeight": 6152884,
|
||||
"dwWindowWidth": 6152880
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 231376
|
||||
},
|
||||
"matchmaking.dll": {
|
||||
"dwGameTypes": 1909392,
|
||||
"dwGameTypes_mapName": 1909680
|
||||
}
|
||||
"libclient.so": [
|
||||
{
|
||||
"name": "dwCSGOInput",
|
||||
"value": 60467776
|
||||
},
|
||||
{
|
||||
"name": "dwEntityList",
|
||||
"value": 58638592
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem",
|
||||
"value": 61883000
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem_highestEntityIndex",
|
||||
"value": 8464
|
||||
},
|
||||
{
|
||||
"name": "dwGlowManager",
|
||||
"value": 60400880
|
||||
},
|
||||
{
|
||||
"name": "dwLocalPlayerController",
|
||||
"value": 60294616
|
||||
},
|
||||
{
|
||||
"name": "dwLocalPlayerPawn",
|
||||
"value": 60425128
|
||||
},
|
||||
{
|
||||
"name": "dwPlantedC4",
|
||||
"value": 60450328
|
||||
},
|
||||
{
|
||||
"name": "dwPrediction",
|
||||
"value": 60424800
|
||||
},
|
||||
{
|
||||
"name": "dwSensitivity",
|
||||
"value": 60418088
|
||||
},
|
||||
{
|
||||
"name": "dwSensitivity_sensitivity",
|
||||
"value": 64
|
||||
},
|
||||
{
|
||||
"name": "dwViewAngles",
|
||||
"value": 60489320
|
||||
},
|
||||
{
|
||||
"name": "dwViewRender",
|
||||
"value": 60427792
|
||||
}
|
||||
],
|
||||
"libengine2.so": [
|
||||
{
|
||||
"name": "dwBuildNumber",
|
||||
"value": 8055348
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient",
|
||||
"value": 8057832
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_clientTickCount",
|
||||
"value": 904
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_isBackgroundMap",
|
||||
"value": 2626679
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_localPlayer",
|
||||
"value": 264
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_maxClients",
|
||||
"value": 600
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_serverTickCount",
|
||||
"value": 908
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_signOnState",
|
||||
"value": 584
|
||||
},
|
||||
{
|
||||
"name": "dwWindowHeight",
|
||||
"value": 8096260
|
||||
},
|
||||
{
|
||||
"name": "dwWindowWidth",
|
||||
"value": 8096256
|
||||
}
|
||||
],
|
||||
"libinputsystem.so": [
|
||||
{
|
||||
"name": "dwInputSystem",
|
||||
"value": 262560
|
||||
}
|
||||
],
|
||||
"libmatchmaking.so": [
|
||||
{
|
||||
"name": "dwGameTypes",
|
||||
"value": 3363008
|
||||
},
|
||||
{
|
||||
"name": "dwGameTypes_mapName",
|
||||
"value": 3363296
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,54 +1,47 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-05-24 10:58:30.509826500 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A0D080;
|
||||
pub const dwEntityList: usize = 0x19A3328;
|
||||
pub const dwGameEntitySystem: usize = 0x1AC2018;
|
||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||
pub const dwGameRules: usize = 0x1A00D08;
|
||||
pub const dwGlobalVars: usize = 0x1801BF0;
|
||||
pub const dwGlowManager: usize = 0x1A00420;
|
||||
pub const dwLocalPlayerController: usize = 0x19F3298;
|
||||
pub const dwLocalPlayerPawn: usize = 0x180DB18;
|
||||
pub const dwPlantedC4: usize = 0x1A0A3F8;
|
||||
pub const dwPrediction: usize = 0x180D9D0;
|
||||
pub const dwSensitivity: usize = 0x1A019B8;
|
||||
// Module: libclient.so
|
||||
pub mod libclient_so {
|
||||
pub const dwCSGOInput: usize = 0x39AAA40;
|
||||
pub const dwEntityList: usize = 0x37EC100;
|
||||
pub const dwGameEntitySystem: usize = 0x3B04278;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x2110;
|
||||
pub const dwGlowManager: usize = 0x399A4F0;
|
||||
pub const dwLocalPlayerController: usize = 0x39805D8;
|
||||
pub const dwLocalPlayerPawn: usize = 0x39A03A8;
|
||||
pub const dwPlantedC4: usize = 0x39A6618;
|
||||
pub const dwPrediction: usize = 0x39A0260;
|
||||
pub const dwSensitivity: usize = 0x399E828;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A12498;
|
||||
pub const dwViewMatrix: usize = 0x1A052D0;
|
||||
pub const dwViewRender: usize = 0x1A05AE0;
|
||||
pub const dwWeaponC4: usize = 0x19A71B0;
|
||||
pub const dwViewAngles: usize = 0x39AFE68;
|
||||
pub const dwViewRender: usize = 0x39A0E10;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const dwBuildNumber: usize = 0x51E784;
|
||||
pub const dwEngineViewData: usize = 0x5DA9DC;
|
||||
pub const dwNetworkGameClient: usize = 0x51DB58;
|
||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x178;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x278;
|
||||
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x28145F;
|
||||
pub const dwNetworkGameClient_localPlayer: usize = 0xF0;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x270;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x174;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x260;
|
||||
pub const dwSoundService: usize = 0x5DA940;
|
||||
pub const dwWindowHeight: usize = 0x5DE2B4;
|
||||
pub const dwWindowWidth: usize = 0x5DE2B0;
|
||||
// Module: libengine2.so
|
||||
pub mod libengine2_so {
|
||||
pub const dwBuildNumber: usize = 0x7AEA34;
|
||||
pub const dwNetworkGameClient: usize = 0x7AF3E8;
|
||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x388;
|
||||
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x281477;
|
||||
pub const dwNetworkGameClient_localPlayer: usize = 0x108;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x258;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x38C;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x248;
|
||||
pub const dwWindowHeight: usize = 0x7B8A04;
|
||||
pub const dwWindowWidth: usize = 0x7B8A00;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
pub const dwInputSystem: usize = 0x387D0;
|
||||
// Module: libinputsystem.so
|
||||
pub mod libinputsystem_so {
|
||||
pub const dwInputSystem: usize = 0x401A0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
pub mod matchmaking_dll {
|
||||
pub const dwGameTypes: usize = 0x1D2290;
|
||||
pub const dwGameTypes_mapName: usize = 0x1D23B0;
|
||||
// Module: libmatchmaking.so
|
||||
pub mod libmatchmaking_so {
|
||||
pub const dwGameTypes: usize = 0x3350C0;
|
||||
pub const dwGameTypes_mapName: usize = 0x3351E0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
@@ -2,36 +2,29 @@ use log::debug;
|
||||
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use pelite::pattern;
|
||||
use pelite::pe64::{Pe, PeView};
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use skidscan_macros::signature;
|
||||
|
||||
use crate::error::{Error, Result};
|
||||
use crate::source2::KeyButton;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub struct Button {
|
||||
pub name: String,
|
||||
pub value: u32,
|
||||
}
|
||||
|
||||
pub fn buttons(process: &mut IntoProcessInstanceArcBox<'_>) -> Result<Vec<Button>> {
|
||||
let module = process.module_by_name("client.dll")?;
|
||||
let module = process.module_by_name("libclient.so")?;
|
||||
let buf = process.read_raw(module.base, module.size as _)?;
|
||||
|
||||
let view = PeView::from_bytes(&buf)?;
|
||||
let list_addr = signature!("48 8D 15 ? ? ? ? 66 44 89 ? ? 48 8D 35")
|
||||
.scan(&buf)
|
||||
.and_then(|result| process.read_addr64_rip(module.base + result).ok())
|
||||
.ok_or(Error::Other("unable to read button list address"))?;
|
||||
|
||||
let mut save = [0; 2];
|
||||
|
||||
if !view
|
||||
.scanner()
|
||||
.finds_code(pattern!("488b15${'} 4885d2 74? 0f1f40"), &mut save)
|
||||
{
|
||||
return Err(Error::Other("unable to find button list pattern"));
|
||||
}
|
||||
|
||||
read_buttons(process, &module, module.base + save[1])
|
||||
read_buttons(process, &module, list_addr)
|
||||
}
|
||||
|
||||
fn read_buttons(
|
||||
@@ -51,7 +44,7 @@ fn read_buttons(
|
||||
((cur_button.address() - module.base) + offset_of!(KeyButton.state) as i64) as u32;
|
||||
|
||||
debug!(
|
||||
"found button: {} @ {:#X} ({} + {:#X})",
|
||||
"found button: {} at {:#X} ({} + {:#X})",
|
||||
name,
|
||||
value as u64 + module.base.to_umem(),
|
||||
module.name,
|
||||
|
@@ -4,17 +4,16 @@ use log::debug;
|
||||
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use pelite::pattern;
|
||||
use pelite::pe64::{Pe, PeView};
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use skidscan_macros::signature;
|
||||
|
||||
use crate::error::Result;
|
||||
use crate::source2::InterfaceReg;
|
||||
|
||||
pub type InterfaceMap = BTreeMap<String, Vec<Interface>>;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub struct Interface {
|
||||
pub name: String,
|
||||
pub value: u32,
|
||||
@@ -27,18 +26,11 @@ pub fn interfaces(process: &mut IntoProcessInstanceArcBox<'_>) -> Result<Interfa
|
||||
.filter_map(|module| {
|
||||
let buf = process.read_raw(module.base, module.size as _).ok()?;
|
||||
|
||||
let view = PeView::from_bytes(&buf).ok()?;
|
||||
let list_addr = signature!("48 8B 1D ? ? ? ? 48 85 DB 74 ? 49 89 FC")
|
||||
.scan(&buf)
|
||||
.and_then(|result| process.read_addr64_rip(module.base + result).ok())?;
|
||||
|
||||
let mut save = [0; 2];
|
||||
|
||||
if !view
|
||||
.scanner()
|
||||
.finds_code(pattern!("4c8b0d${'} 4c8bd2 4c8bd9"), &mut save)
|
||||
{
|
||||
return None;
|
||||
}
|
||||
|
||||
read_interfaces(process, module, module.base + save[1])
|
||||
read_interfaces(process, module, list_addr)
|
||||
.ok()
|
||||
.filter(|ifaces| !ifaces.is_empty())
|
||||
.map(|ifaces| Ok((module.name.to_string(), ifaces)))
|
||||
@@ -62,7 +54,7 @@ fn read_interfaces(
|
||||
let value = (reg.create_fn.address() - module.base) as u32;
|
||||
|
||||
debug!(
|
||||
"found interface: {} @ {:#X} ({} + {:#X})",
|
||||
"found interface: {} at {:#X} ({} + {:#X})",
|
||||
name,
|
||||
value as u64 + module.base.to_umem(),
|
||||
module.name,
|
||||
|
@@ -1,150 +1,265 @@
|
||||
use std::collections::BTreeMap;
|
||||
use std::mem;
|
||||
use std::str::FromStr;
|
||||
|
||||
use log::{debug, error};
|
||||
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use pelite::pattern;
|
||||
use pelite::pattern::{save_len, Atom};
|
||||
use pelite::pe64::{Pe, PeView};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use phf::{phf_map, Map};
|
||||
use crate::config::{Operation, Signature, CONFIG};
|
||||
use crate::error::{Error, Result};
|
||||
|
||||
use crate::error::Result;
|
||||
pub type OffsetMap = BTreeMap<String, Vec<Offset>>;
|
||||
|
||||
pub type OffsetMap = BTreeMap<String, BTreeMap<String, u32>>;
|
||||
|
||||
macro_rules! pattern_map {
|
||||
($($module:ident => {
|
||||
$($name:expr => $pattern:expr $(=> $callback:expr)?),+ $(,)?
|
||||
}),+ $(,)?) => {
|
||||
$(
|
||||
mod $module {
|
||||
use super::*;
|
||||
|
||||
pub(super) const PATTERNS: Map<
|
||||
&'static str,
|
||||
(
|
||||
&'static [Atom],
|
||||
Option<fn(&PeView, &mut BTreeMap<String, u32>, u32)>,
|
||||
),
|
||||
> = phf_map! {
|
||||
$($name => ($pattern, $($callback)?)),+
|
||||
};
|
||||
|
||||
pub fn offsets(view: PeView<'_>) -> BTreeMap<String, u32> {
|
||||
let mut map = BTreeMap::new();
|
||||
|
||||
for (&name, (pat, callback)) in &PATTERNS {
|
||||
let mut save = vec![0; save_len(pat)];
|
||||
|
||||
if !view.scanner().finds_code(pat, &mut save) {
|
||||
error!("unable to find pattern: {}", name);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
let rva = save[1];
|
||||
|
||||
map.insert(name.to_string(), rva);
|
||||
|
||||
if let Some(callback) = callback {
|
||||
callback(&view, &mut map, rva);
|
||||
}
|
||||
}
|
||||
|
||||
for (name, value) in &map {
|
||||
debug!(
|
||||
"found offset: {} @ {:#X} ({}.dll + {:#X})",
|
||||
name,
|
||||
*value as u64 + view.optional_header().ImageBase,
|
||||
stringify!($module),
|
||||
value
|
||||
);
|
||||
}
|
||||
|
||||
map
|
||||
}
|
||||
}
|
||||
)+
|
||||
};
|
||||
}
|
||||
|
||||
pattern_map! {
|
||||
client => {
|
||||
"dwCSGOInput" => pattern!("488d0d${'} e8${} 488d05${} 48c705[8] 488905${} 488d0d${} 488d05") => Some(|view, map, rva| {
|
||||
let mut save = [0; 2];
|
||||
|
||||
if view.scanner().finds_code(pattern!("f2410f108430u4"), &mut save) {
|
||||
map.insert("dwViewAngles".to_string(), rva + save[1]);
|
||||
}
|
||||
}),
|
||||
"dwEntityList" => pattern!("488935${'} 4885f6") => None,
|
||||
"dwGameEntitySystem" => pattern!("488b1d${'} 48891d") => None,
|
||||
"dwGameEntitySystem_getHighestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None,
|
||||
"dwGameRules" => pattern!("48891d${'} ff15${} 84c0") => None,
|
||||
"dwGlobalVars" => pattern!("48890d${'} 488941") => None,
|
||||
"dwGlowManager" => pattern!("488b05${'} c3 cccccccccccccccc 8b41") => None,
|
||||
"dwLocalPlayerController" => pattern!("488905${'} 8b9e") => None,
|
||||
"dwPlantedC4" => pattern!("488b15${'} 41ffc0") => None,
|
||||
"dwPrediction" => pattern!("488d05${'} c3 cccccccccccccccc 4883ec? 8b0d") => Some(|_view, map, rva| {
|
||||
map.insert("dwLocalPlayerPawn".to_string(), rva + 0x148);
|
||||
}),
|
||||
"dwSensitivity" => pattern!("488b05${'} 488b40? f3410f59f4") => None,
|
||||
"dwSensitivity_sensitivity" => pattern!("ff50u1 4c8bc6 488d55? 488bcf e8${} 84c0 0f85${} 4c8d45? 8bd3 488bcf e8${} e9${} f30f1006") => None,
|
||||
"dwViewMatrix" => pattern!("488d0d${'} 48c1e006") => None,
|
||||
"dwViewRender" => pattern!("488905${'} 488bc8 4885c0") => None,
|
||||
"dwWeaponC4" => pattern!("488b15${'} ffc0 8905${} 488bc6 488934ea 488b6c24? c686[5] 80be") => None,
|
||||
},
|
||||
engine2 => {
|
||||
"dwBuildNumber" => pattern!("8905${'} 488d0d${} ff15${}") => None,
|
||||
"dwNetworkGameClient" => pattern!("48893d${'} 488d15") => None,
|
||||
"dwNetworkGameClient_clientTickCount" => pattern!("8b81u4 c3 cccccccccccccccccc 8b81${} c3 cccccccccccccccccc 83b9") => None,
|
||||
"dwNetworkGameClient_deltaTick" => pattern!("8983u4 40b7") => None,
|
||||
"dwNetworkGameClient_isBackgroundMap" => pattern!("0fb681u4 c3 cccccccccccccccc 0fb681${} c3 cccccccccccccccc 48895c24") => None,
|
||||
"dwNetworkGameClient_localPlayer" => pattern!("4883c0u1 488d0440 8b0cc1") => Some(|_view, map, rva| {
|
||||
// .text 48 83 C0 0A | add rax, 0Ah
|
||||
// .text 48 8D 04 40 | lea rax, [rax + rax * 2]
|
||||
// .text 8B 0C C1 | mov ecx, [rcx + rax * 8]
|
||||
map.insert("dwNetworkGameClient_localPlayer".to_string(), (rva + (rva * 2)) * 8);
|
||||
}),
|
||||
"dwNetworkGameClient_maxClients" => pattern!("8b81u4 c3cccccccccccccccccc 8b81${} ffc0") => None,
|
||||
"dwNetworkGameClient_serverTickCount" => pattern!("8b81u4 c3 cccccccccccccccccc 83b9") => None,
|
||||
"dwNetworkGameClient_signOnState" => pattern!("448b81u4 488d0d") => None,
|
||||
"dwSoundService" => pattern!("488905${'} 4c8d4424? 488d05") => Some(|_view, map, rva| {
|
||||
map.insert("dwEngineViewData".to_string(), rva + 0x9C);
|
||||
}),
|
||||
"dwWindowHeight" => pattern!("8b05${'} 8903") => None,
|
||||
"dwWindowWidth" => pattern!("8b05${'} 8907") => None,
|
||||
},
|
||||
input_system => {
|
||||
"dwInputSystem" => pattern!("488905${'} 488d05") => None,
|
||||
},
|
||||
matchmaking => {
|
||||
"dwGameTypes" => pattern!("488d0d${'} 33d2") => Some(|_view, map, rva| {
|
||||
map.insert("dwGameTypes_mapName".to_string(), rva + 0x120);
|
||||
}),
|
||||
},
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub struct Offset {
|
||||
pub name: String,
|
||||
pub value: u32,
|
||||
}
|
||||
|
||||
pub fn offsets(process: &mut IntoProcessInstanceArcBox<'_>) -> Result<OffsetMap> {
|
||||
let mut map = BTreeMap::new();
|
||||
|
||||
let modules: [(&str, fn(PeView) -> BTreeMap<String, u32>); 4] = [
|
||||
("client.dll", client::offsets),
|
||||
("engine2.dll", engine2::offsets),
|
||||
("inputsystem.dll", input_system::offsets),
|
||||
("matchmaking.dll", matchmaking::offsets),
|
||||
];
|
||||
|
||||
for (module_name, offsets) in &modules {
|
||||
for (module_name, sigs) in CONFIG.signatures.iter().flatten() {
|
||||
let module = process.module_by_name(module_name)?;
|
||||
let buf = process.read_raw(module.base, module.size as _)?;
|
||||
|
||||
let view = PeView::from_bytes(&buf)?;
|
||||
let mut offsets: Vec<_> = sigs
|
||||
.iter()
|
||||
.filter_map(|sig| match read_offset(process, &module, sig) {
|
||||
Ok(offset) => Some(offset),
|
||||
Err(err) => {
|
||||
error!("{}", err);
|
||||
|
||||
map.insert(module_name.to_string(), offsets(view));
|
||||
None
|
||||
}
|
||||
})
|
||||
.collect();
|
||||
|
||||
if !offsets.is_empty() {
|
||||
offsets.sort_unstable_by(|a, b| a.name.cmp(&b.name));
|
||||
|
||||
map.insert(module_name.to_string(), offsets);
|
||||
}
|
||||
}
|
||||
|
||||
Ok(map)
|
||||
}
|
||||
|
||||
fn read_offset(
|
||||
process: &mut IntoProcessInstanceArcBox<'_>,
|
||||
module: &ModuleInfo,
|
||||
signature: &Signature,
|
||||
) -> Result<Offset> {
|
||||
let buf = process.read_raw(module.base, module.size as _)?;
|
||||
|
||||
let addr = skidscan::Signature::from_str(&signature.pattern)?
|
||||
.scan(&buf)
|
||||
.ok_or_else(|| Error::SignatureNotFound(signature.name.clone()))?;
|
||||
|
||||
let mut result = module.base + addr;
|
||||
|
||||
for op in &signature.operations {
|
||||
result = match op {
|
||||
Operation::Add { value } => result + *value,
|
||||
Operation::Rip { offset, len } => {
|
||||
let offset: i32 = process.read(result + offset.unwrap_or(0x3))?;
|
||||
|
||||
(result + offset) + len.unwrap_or(7)
|
||||
}
|
||||
Operation::Read => process.read_addr64(result)?,
|
||||
Operation::Slice { start, end } => {
|
||||
let buf = process.read_raw(result + *start, end - start)?;
|
||||
|
||||
let mut bytes = [0; mem::size_of::<usize>()];
|
||||
|
||||
bytes[..buf.len()].copy_from_slice(&buf);
|
||||
|
||||
usize::from_le_bytes(bytes).into()
|
||||
}
|
||||
Operation::Sub { value } => result - *value,
|
||||
};
|
||||
}
|
||||
|
||||
let value = (result - module.base)
|
||||
.try_into().unwrap_or_else(|_| result.to_umem() as u32);
|
||||
|
||||
debug!("found offset: {} at {:#X}", signature.name, value);
|
||||
|
||||
Ok(Offset {
|
||||
name: signature.name.clone(),
|
||||
value,
|
||||
})
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::fs;
|
||||
|
||||
use serde_json::Value;
|
||||
|
||||
use super::*;
|
||||
|
||||
fn setup() -> Result<IntoProcessInstanceArcBox<'static>> {
|
||||
let os = memflow_native::create_os(&OsArgs::default(), LibArc::default())?;
|
||||
|
||||
let process = os.into_process_by_name("cs2")?;
|
||||
|
||||
Ok(process)
|
||||
}
|
||||
|
||||
fn get_class_field_value(module_name: &str, class_name: &str, field_name: &str) -> Option<u64> {
|
||||
let content = fs::read_to_string(format!("output/{}.json", module_name)).ok()?;
|
||||
let value: Value = serde_json::from_str(&content).ok()?;
|
||||
|
||||
value
|
||||
.get(module_name)?
|
||||
.get("classes")?
|
||||
.get(class_name)?
|
||||
.get("fields")?
|
||||
.get(field_name)?
|
||||
.as_u64()
|
||||
}
|
||||
|
||||
fn get_offset_value(module_name: &str, offset_name: &str) -> Option<u64> {
|
||||
let content = fs::read_to_string("output/offsets.json").ok()?;
|
||||
let value: Value = serde_json::from_str(&content).ok()?;
|
||||
|
||||
let offsets = value.get(module_name)?.as_array()?;
|
||||
|
||||
offsets.iter().find_map(|offset| {
|
||||
if offset.get("name")?.as_str()? == offset_name {
|
||||
offset.get("value")?.as_u64()
|
||||
} else {
|
||||
None
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn build_number() -> Result<()> {
|
||||
let mut process = setup()?;
|
||||
|
||||
let engine_base = process.module_by_name("libengine2.so")?.base;
|
||||
|
||||
let offset = get_offset_value("libengine2.so", "dwBuildNumber").unwrap();
|
||||
|
||||
let build_number: u32 = process.read(engine_base + offset).data_part()?;
|
||||
|
||||
println!("build number: {}", build_number);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn global_vars() -> Result<()> {
|
||||
let mut process = setup()?;
|
||||
|
||||
let client_base = process.module_by_name("libclient.so")?.base;
|
||||
|
||||
let offset = get_offset_value("libclient.so", "dwGlobalVars").unwrap();
|
||||
|
||||
let global_vars: u64 = process.read(client_base + offset).data_part()?;
|
||||
|
||||
let cur_map_name = {
|
||||
let addr = process
|
||||
.read_addr64((global_vars + 0x1C8).into())
|
||||
.data_part()?;
|
||||
|
||||
process.read_char_string(addr).data_part()?
|
||||
};
|
||||
|
||||
println!("current map name: {}", cur_map_name);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn local_player_controller() -> Result<()> {
|
||||
let mut process = setup()?;
|
||||
|
||||
let client_base = process.module_by_name("libclient.so")?.base;
|
||||
|
||||
let local_player_controller_offset =
|
||||
get_offset_value("libclient.so", "dwLocalPlayerController").unwrap();
|
||||
|
||||
let player_name_offset =
|
||||
get_class_field_value("libclient.so", "CBasePlayerController", "m_iszPlayerName")
|
||||
.unwrap();
|
||||
|
||||
let local_player_controller: u64 = process
|
||||
.read(client_base + local_player_controller_offset)
|
||||
.data_part()?;
|
||||
|
||||
let player_name = process
|
||||
.read_char_string((local_player_controller + player_name_offset).into())
|
||||
.data_part()?;
|
||||
|
||||
println!("local player name: {}", player_name);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn local_player_pawn() -> Result<()> {
|
||||
#[derive(Debug, Pod)]
|
||||
#[repr(C)]
|
||||
struct Vector3D {
|
||||
x: f32,
|
||||
y: f32,
|
||||
z: f32,
|
||||
}
|
||||
|
||||
let mut process = setup()?;
|
||||
|
||||
let client_base = process.module_by_name("libclient.so")?.base;
|
||||
|
||||
let local_player_pawn_offset =
|
||||
get_offset_value("libclient.so", "dwLocalPlayerPawn").unwrap();
|
||||
|
||||
let game_scene_node_offset =
|
||||
get_class_field_value("libclient.so", "C_BaseEntity", "m_pGameSceneNode").unwrap();
|
||||
|
||||
let vec_abs_origin_offset =
|
||||
get_class_field_value("libclient.so", "CGameSceneNode", "m_vecAbsOrigin").unwrap();
|
||||
|
||||
let local_player_pawn: u64 = process
|
||||
.read(client_base + local_player_pawn_offset)
|
||||
.data_part()?;
|
||||
|
||||
let game_scene_node: u64 = process
|
||||
.read((local_player_pawn + game_scene_node_offset).into())
|
||||
.data_part()?;
|
||||
|
||||
let vec_abs_origin: Vector3D = process
|
||||
.read((game_scene_node + vec_abs_origin_offset).into())
|
||||
.data_part()?;
|
||||
|
||||
println!("local player origin: {:?}", vec_abs_origin);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn window_size() -> Result<()> {
|
||||
let mut process = setup()?;
|
||||
|
||||
let engine_base = process.module_by_name("libengine2.so")?.base;
|
||||
|
||||
let window_width_offset = get_offset_value("libengine2.so", "dwWindowWidth").unwrap();
|
||||
let window_height_offset = get_offset_value("libengine2.so", "dwWindowHeight").unwrap();
|
||||
|
||||
let window_width: u32 = process
|
||||
.read(engine_base + window_width_offset)
|
||||
.data_part()?;
|
||||
|
||||
let window_height: u32 = process
|
||||
.read(engine_base + window_height_offset)
|
||||
.data_part()?;
|
||||
|
||||
println!("window size: {}x{}", window_width, window_height);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
@@ -5,24 +5,23 @@ use log::debug;
|
||||
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use pelite::pattern;
|
||||
use pelite::pe64::{Pe, PeView};
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use skidscan_macros::signature;
|
||||
|
||||
use crate::error::{Error, Result};
|
||||
use crate::source2::*;
|
||||
|
||||
pub type SchemaMap = BTreeMap<String, (Vec<Class>, Vec<Enum>)>;
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
pub enum ClassMetadata {
|
||||
Unknown { name: String },
|
||||
NetworkChangeCallback { name: String },
|
||||
NetworkVarNames { name: String, type_name: String },
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
pub struct Class {
|
||||
pub name: String,
|
||||
pub module_name: String,
|
||||
@@ -31,28 +30,28 @@ pub struct Class {
|
||||
pub fields: Vec<ClassField>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
pub struct ClassField {
|
||||
pub name: String,
|
||||
pub type_name: String,
|
||||
pub offset: i32,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
pub struct Enum {
|
||||
pub name: String,
|
||||
pub alignment: u8,
|
||||
pub size: u16,
|
||||
pub size: i16,
|
||||
pub members: Vec<EnumMember>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
pub struct EnumMember {
|
||||
pub name: String,
|
||||
pub value: i64,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
pub struct TypeScope {
|
||||
pub module_name: String,
|
||||
pub classes: Vec<Class>,
|
||||
@@ -85,7 +84,7 @@ fn read_class_binding(
|
||||
let module_name = binding
|
||||
.module_name
|
||||
.read_string(process)
|
||||
.map(|s| format!("{}.dll", s))?;
|
||||
.map(|s| format!("{}.so", s))?;
|
||||
|
||||
let name = binding.name.read_string(process)?.to_string();
|
||||
|
||||
@@ -118,7 +117,7 @@ fn read_class_binding(
|
||||
let metadata = read_class_binding_metadata(process, &binding)?;
|
||||
|
||||
debug!(
|
||||
"found class: {} @ {:#X} (module name: {}) (parent name: {:?}) (metadata count: {}) (fields count: {})",
|
||||
"found class: {} at {:#X} (module name: {}) (parent name: {:?}) (metadata count: {}) (fields count: {})",
|
||||
name,
|
||||
binding_ptr.to_umem(),
|
||||
module_name,
|
||||
@@ -144,7 +143,7 @@ fn read_class_binding_fields(
|
||||
return Ok(Vec::new());
|
||||
}
|
||||
|
||||
(0..binding.field_count).try_fold(Vec::new(), |mut acc, i| {
|
||||
(0..binding.fields_count).try_fold(Vec::new(), |mut acc, i| {
|
||||
let field = binding.fields.at(i as _).read(process)?;
|
||||
|
||||
if field.schema_type.is_null() {
|
||||
@@ -178,12 +177,12 @@ fn read_class_binding_metadata(
|
||||
(0..binding.static_metadata_count).try_fold(Vec::new(), |mut acc, i| {
|
||||
let metadata = binding.static_metadata.at(i as _).read(process)?;
|
||||
|
||||
if metadata.data.is_null() {
|
||||
if metadata.network_value.is_null() {
|
||||
return Ok(acc);
|
||||
}
|
||||
|
||||
let name = metadata.name.read_string(process)?.to_string();
|
||||
let network_value = metadata.data.read(process)?;
|
||||
let network_value = metadata.network_value.read(process)?;
|
||||
|
||||
let metadata = match name.as_str() {
|
||||
"MNetworkChangeCallback" => unsafe {
|
||||
@@ -226,17 +225,17 @@ fn read_enum_binding(
|
||||
let members = read_enum_binding_members(process, &binding)?;
|
||||
|
||||
debug!(
|
||||
"found enum: {} @ {:#X} (alignment: {}) (members count: {})",
|
||||
"found enum: {} at {:#X} (alignment: {}) (members count: {})",
|
||||
name,
|
||||
binding_ptr.to_umem(),
|
||||
binding.alignment,
|
||||
binding.align_of,
|
||||
binding.size,
|
||||
);
|
||||
|
||||
Ok(Enum {
|
||||
name,
|
||||
alignment: binding.alignment,
|
||||
size: binding.enumerator_count,
|
||||
alignment: binding.align_of,
|
||||
size: binding.enumerators_count,
|
||||
members,
|
||||
})
|
||||
}
|
||||
@@ -249,7 +248,7 @@ fn read_enum_binding_members(
|
||||
return Ok(Vec::new());
|
||||
}
|
||||
|
||||
(0..binding.enumerator_count).try_fold(Vec::new(), |mut acc, i| {
|
||||
(0..binding.enumerators_count).try_fold(Vec::new(), |mut acc, i| {
|
||||
let enumerator = binding.enumerators.at(i as _).read(process)?;
|
||||
let name = enumerator.name.read_string(process)?.to_string();
|
||||
|
||||
@@ -263,21 +262,15 @@ fn read_enum_binding_members(
|
||||
}
|
||||
|
||||
fn read_schema_system(process: &mut IntoProcessInstanceArcBox<'_>) -> Result<SchemaSystem> {
|
||||
let module = process.module_by_name("schemasystem.dll")?;
|
||||
let module = process.module_by_name("libschemasystem.so")?;
|
||||
let buf = process.read_raw(module.base, module.size as _)?;
|
||||
|
||||
let view = PeView::from_bytes(&buf)?;
|
||||
let schema_system_addr = signature!("48 8D 05 ? ? ? ? 49 89 04 24")
|
||||
.scan(&buf)
|
||||
.and_then(|result| process.read_addr64_rip(module.base + result).ok())
|
||||
.ok_or(Error::Other("unable to read schema system address"))?;
|
||||
|
||||
let mut save = [0; 2];
|
||||
|
||||
if !view.scanner().finds_code(
|
||||
pattern!("488905${'} 4c8d0d${} 0fb645? 4c8d45? 33f6"),
|
||||
&mut save,
|
||||
) {
|
||||
return Err(Error::Other("unable to find schema system pattern"));
|
||||
}
|
||||
|
||||
let schema_system: SchemaSystem = process.read(module.base + save[1])?;
|
||||
let schema_system: SchemaSystem = process.read(schema_system_addr)?;
|
||||
|
||||
if schema_system.num_registrations == 0 {
|
||||
return Err(Error::Other("no schema system registrations found"));
|
||||
@@ -319,7 +312,7 @@ fn read_type_scopes(
|
||||
}
|
||||
|
||||
debug!(
|
||||
"found type scope: {} @ {:#X} (classes count: {}) (enums count: {})",
|
||||
"found type scope: {} at {:#X} (classes count: {}) (enums count: {})",
|
||||
module_name,
|
||||
type_scope_ptr.to_umem(),
|
||||
classes.len(),
|
||||
|
49
src/config.rs
Normal file
49
src/config.rs
Normal file
@@ -0,0 +1,49 @@
|
||||
use std::collections::HashMap;
|
||||
use std::fs;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub static CONFIG: LazyLock<Config> = LazyLock::new(|| {
|
||||
let content = fs::read_to_string("config.json").unwrap();
|
||||
|
||||
serde_json::from_str(&content).unwrap()
|
||||
});
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[serde(rename_all = "snake_case", tag = "type")]
|
||||
pub enum Operation {
|
||||
/// Adds the specified value to the current address.
|
||||
Add { value: usize },
|
||||
|
||||
/// Resolves the absolute address of a RIP-relative address.
|
||||
Rip {
|
||||
/// The offset of the displacement value.
|
||||
offset: Option<usize>,
|
||||
|
||||
/// The total length of the instruction.
|
||||
len: Option<usize>,
|
||||
},
|
||||
|
||||
/// Reads the value at the current address, treating it as a pointer.
|
||||
Read,
|
||||
|
||||
/// Extracts a range of bytes from the current address and interprets them as a value.
|
||||
Slice { start: usize, end: usize },
|
||||
|
||||
/// Subtracts the specified value from the current address.
|
||||
Sub { value: usize },
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct Config {
|
||||
pub executable: String,
|
||||
pub signatures: Vec<HashMap<String, Vec<Signature>>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct Signature {
|
||||
pub name: String,
|
||||
pub pattern: String,
|
||||
pub operations: Vec<Operation>,
|
||||
}
|
20
src/error.rs
20
src/error.rs
@@ -13,19 +13,27 @@ pub enum Error {
|
||||
#[error(transparent)]
|
||||
Memflow(#[from] memflow::error::Error),
|
||||
|
||||
#[error(transparent)]
|
||||
Pelite(#[from] pelite::Error),
|
||||
|
||||
#[error(transparent)]
|
||||
Serde(#[from] serde_json::Error),
|
||||
|
||||
#[error("unable to parse signature")]
|
||||
SignatureParseError,
|
||||
|
||||
#[error("unable to find signature for: {0}")]
|
||||
SignatureNotFound(String),
|
||||
|
||||
#[error("{0}")]
|
||||
Other(&'static str),
|
||||
}
|
||||
|
||||
impl<T> From<memflow::error::PartialError<T>> for Error {
|
||||
#[inline]
|
||||
fn from(err: memflow::error::PartialError<T>) -> Self {
|
||||
Error::Memflow(err.into())
|
||||
fn from(e: memflow::error::PartialError<T>) -> Self {
|
||||
Error::Memflow(e.into())
|
||||
}
|
||||
}
|
||||
|
||||
impl From<skidscan::SignatureParseError> for Error {
|
||||
fn from(_e: skidscan::SignatureParseError) -> Self {
|
||||
Error::SignatureParseError
|
||||
}
|
||||
}
|
||||
|
45
src/main.rs
45
src/main.rs
@@ -1,19 +1,20 @@
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
use std::time::Instant;
|
||||
|
||||
use clap::*;
|
||||
use clap::{ArgAction, Parser};
|
||||
|
||||
use log::{info, Level};
|
||||
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use simplelog::{ColorChoice, TermLogger};
|
||||
use simplelog::{ColorChoice, Config, TermLogger, TerminalMode};
|
||||
|
||||
use config::CONFIG;
|
||||
use error::Result;
|
||||
use output::Output;
|
||||
|
||||
mod analysis;
|
||||
mod config;
|
||||
mod error;
|
||||
mod mem;
|
||||
mod output;
|
||||
@@ -22,14 +23,6 @@ mod source2;
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(author, version)]
|
||||
struct Args {
|
||||
/// The name of the memflow connector to use.
|
||||
#[arg(short, long)]
|
||||
connector: Option<String>,
|
||||
|
||||
/// Additional arguments to pass to the memflow connector.
|
||||
#[arg(short = 'a', long)]
|
||||
connector_args: Option<String>,
|
||||
|
||||
/// The types of files to generate.
|
||||
#[arg(short, long, value_delimiter = ',', default_values = ["cs", "hpp", "json", "rs"])]
|
||||
file_types: Vec<String>,
|
||||
@@ -42,10 +35,6 @@ struct Args {
|
||||
#[arg(short, long, default_value = "output")]
|
||||
output: PathBuf,
|
||||
|
||||
/// The name of the game process.
|
||||
#[arg(short, long, default_value = "cs2.exe")]
|
||||
process_name: String,
|
||||
|
||||
/// Increase logging verbosity. Can be specified multiple times.
|
||||
#[arg(short, action = ArgAction::Count)]
|
||||
verbose: u8,
|
||||
@@ -65,34 +54,18 @@ fn main() -> Result<()> {
|
||||
|
||||
TermLogger::init(
|
||||
log_level.to_level_filter(),
|
||||
Default::default(),
|
||||
Default::default(),
|
||||
Config::default(),
|
||||
TerminalMode::Mixed,
|
||||
ColorChoice::Auto,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
let conn_args = args
|
||||
.connector_args
|
||||
.map(|s| ConnectorArgs::from_str(&s).expect("unable to parse connector arguments"))
|
||||
.unwrap_or_default();
|
||||
let os = memflow_native::create_os(&OsArgs::default(), LibArc::default())?;
|
||||
|
||||
let os = if let Some(conn) = args.connector {
|
||||
let inventory = Inventory::scan();
|
||||
|
||||
inventory
|
||||
.builder()
|
||||
.connector(&conn)
|
||||
.args(conn_args)
|
||||
.os("win32")
|
||||
.build()?
|
||||
} else {
|
||||
// Fallback to the native OS layer if no connector name was specified.
|
||||
memflow_native::create_os(&Default::default(), Default::default())?
|
||||
};
|
||||
|
||||
let mut process = os.into_process_by_name(&args.process_name)?;
|
||||
let mut process = os.into_process_by_name(&CONFIG.executable)?;
|
||||
|
||||
let result = analysis::analyze_all(&mut process)?;
|
||||
|
||||
let output = Output::new(&args.file_types, args.indent_size, &args.output, &result)?;
|
||||
|
||||
output.dump_all(&mut process)?;
|
||||
|
@@ -53,7 +53,7 @@ impl CodeWriter for Vec<Button> {
|
||||
BTreeMap::from_iter([("client.dll", buttons)])
|
||||
};
|
||||
|
||||
fmt.write_str(&serde_json::to_string_pretty(&content).expect("unable to serialize json"))
|
||||
fmt.write_str(&serde_json::to_string_pretty(&content).expect("failed to serialize"))
|
||||
}
|
||||
|
||||
fn write_rs(&self, fmt: &mut Formatter<'_>) -> fmt::Result {
|
||||
|
@@ -15,7 +15,6 @@ impl<'a> Formatter<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Refactor this.
|
||||
pub fn block<F>(&mut self, heading: &str, semicolon: bool, f: F) -> fmt::Result
|
||||
where
|
||||
F: FnOnce(&mut Self) -> fmt::Result,
|
||||
@@ -42,7 +41,6 @@ impl<'a> Formatter<'a> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn push_indentation(&mut self) {
|
||||
if self.indent_level > 0 {
|
||||
let indentation = " ".repeat(self.indent_level * self.indent_size);
|
||||
@@ -52,7 +50,7 @@ impl<'a> Formatter<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> Write for Formatter<'a> {
|
||||
impl Write for Formatter<'_> {
|
||||
fn write_str(&mut self, s: &str) -> fmt::Result {
|
||||
let mut lines = s.lines().peekable();
|
||||
|
||||
|
@@ -76,7 +76,7 @@ impl CodeWriter for InterfaceMap {
|
||||
})
|
||||
.collect();
|
||||
|
||||
fmt.write_str(&serde_json::to_string_pretty(&content).expect("unable to serialize json"))
|
||||
fmt.write_str(&serde_json::to_string_pretty(&content).expect("failed to serialize"))
|
||||
}
|
||||
|
||||
fn write_rs(&self, fmt: &mut Formatter<'_>) -> fmt::Result {
|
||||
|
@@ -45,7 +45,7 @@ trait CodeWriter {
|
||||
fn write_rs(&self, fmt: &mut Formatter<'_>) -> fmt::Result;
|
||||
}
|
||||
|
||||
impl<'a> CodeWriter for Item<'a> {
|
||||
impl CodeWriter for Item<'_> {
|
||||
fn write_cs(&self, fmt: &mut Formatter<'_>) -> fmt::Result {
|
||||
match self {
|
||||
Item::Buttons(buttons) => buttons.write_cs(fmt),
|
||||
@@ -98,7 +98,7 @@ impl<'a> Output<'a> {
|
||||
out_dir: &'a Path,
|
||||
result: &'a AnalysisResult,
|
||||
) -> Result<Self> {
|
||||
fs::create_dir_all(&out_dir)?;
|
||||
fs::create_dir_all(out_dir)?;
|
||||
|
||||
Ok(Self {
|
||||
file_types,
|
||||
@@ -135,7 +135,11 @@ impl<'a> Output<'a> {
|
||||
.iter()
|
||||
.find_map(|(module_name, offsets)| {
|
||||
let module = process.module_by_name(module_name).ok()?;
|
||||
let offset = offsets.iter().find(|(name, _)| *name == "dwBuildNumber")?.1;
|
||||
|
||||
let offset = offsets
|
||||
.iter()
|
||||
.find(|offset| offset.name == "dwBuildNumber")?
|
||||
.value;
|
||||
|
||||
process.read::<u32>(module.base + offset).ok()
|
||||
})
|
||||
|
@@ -14,8 +14,12 @@ impl CodeWriter for OffsetMap {
|
||||
&format!("public static class {}", AsPascalCase(slugify(module_name))),
|
||||
false,
|
||||
|fmt| {
|
||||
for (name, value) in offsets {
|
||||
writeln!(fmt, "public const nint {} = {:#X};", name, value)?;
|
||||
for offset in offsets {
|
||||
writeln!(
|
||||
fmt,
|
||||
"public const nint {} = {:#X};",
|
||||
offset.name, offset.value
|
||||
)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
@@ -40,8 +44,12 @@ impl CodeWriter for OffsetMap {
|
||||
&format!("namespace {}", AsSnakeCase(slugify(module_name))),
|
||||
false,
|
||||
|fmt| {
|
||||
for (name, value) in offsets {
|
||||
writeln!(fmt, "constexpr std::ptrdiff_t {} = {:#X};", name, value)?;
|
||||
for offset in offsets {
|
||||
writeln!(
|
||||
fmt,
|
||||
"constexpr std::ptrdiff_t {} = {:#X};",
|
||||
offset.name, offset.value
|
||||
)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
@@ -55,7 +63,7 @@ impl CodeWriter for OffsetMap {
|
||||
}
|
||||
|
||||
fn write_json(&self, fmt: &mut Formatter<'_>) -> fmt::Result {
|
||||
fmt.write_str(&serde_json::to_string_pretty(self).expect("unable to serialize json"))
|
||||
fmt.write_str(&serde_json::to_string_pretty(self).expect("failed to serialize"))
|
||||
}
|
||||
|
||||
fn write_rs(&self, fmt: &mut Formatter<'_>) -> fmt::Result {
|
||||
@@ -70,8 +78,12 @@ impl CodeWriter for OffsetMap {
|
||||
&format!("pub mod {}", AsSnakeCase(slugify(module_name))),
|
||||
false,
|
||||
|fmt| {
|
||||
for (name, value) in offsets {
|
||||
writeln!(fmt, "pub const {}: usize = {:#X};", name, value)?;
|
||||
for offset in offsets {
|
||||
writeln!(
|
||||
fmt,
|
||||
"pub const {}: usize = {:#X};",
|
||||
offset.name, offset.value
|
||||
)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
@@ -6,6 +6,6 @@ use super::SchemaClassInfoData;
|
||||
#[repr(C)]
|
||||
pub struct SchemaBaseClassInfoData {
|
||||
pub offset: u32, // 0x0000
|
||||
pad_0004: [u8; 4], // 0x0004
|
||||
pad_0004: [u8; 0x4], // 0x0004
|
||||
pub prev: Pointer64<SchemaClassInfoData>, // 0x0008
|
||||
}
|
||||
|
@@ -5,9 +5,9 @@ use super::{SchemaMetadataEntryData, SchemaType};
|
||||
#[derive(Pod)]
|
||||
#[repr(C)]
|
||||
pub struct SchemaClassFieldData {
|
||||
pub name: Pointer64<ReprCString>, // 0x0000
|
||||
pub schema_type: Pointer64<SchemaType>, // 0x0008
|
||||
pub single_inheritance_offset: i32, // 0x0010
|
||||
pub static_metadata_count: i32, // 0x0014
|
||||
pub static_metadata: Pointer64<SchemaMetadataEntryData>, // 0x0018
|
||||
pub name: Pointer64<ReprCString>, // 0x0000
|
||||
pub schema_type: Pointer64<SchemaType>, // 0x0008
|
||||
pub single_inheritance_offset: i32, // 0x0010
|
||||
pub metadata_count: i32, // 0x0014
|
||||
pub metadata: Pointer64<SchemaMetadataEntryData>, // 0x0018
|
||||
}
|
||||
|
@@ -1,6 +1,9 @@
|
||||
use memflow::prelude::v1::*;
|
||||
|
||||
use super::*;
|
||||
use super::{
|
||||
SchemaBaseClassInfoData, SchemaClassFieldData, SchemaMetadataEntryData, SchemaStaticFieldData,
|
||||
SchemaSystemTypeScope, SchemaType,
|
||||
};
|
||||
|
||||
pub type SchemaClassBinding = SchemaClassInfoData;
|
||||
|
||||
@@ -12,13 +15,13 @@ pub struct SchemaClassInfoData {
|
||||
pub name: Pointer64<ReprCString>, // 0x0008
|
||||
pub module_name: Pointer64<ReprCString>, // 0x0010
|
||||
pub size: i32, // 0x0018
|
||||
pub field_count: u16, // 0x001C
|
||||
pub static_field_count: u16, // 0x001E
|
||||
pub static_metadata_count: u16, // 0x0020
|
||||
pub alignment: u8, // 0x0022
|
||||
pub base_class_count: u8, // 0x0023
|
||||
pub multiple_inheritance_depth: u16, // 0x0024
|
||||
pub single_inheritance_depth: u16, // 0x0026
|
||||
pub fields_count: i16, // 0x001C
|
||||
pub static_fields_count: i16, // 0x001E
|
||||
pub static_metadata_count: i16, // 0x0020
|
||||
pub align_of: u8, // 0x0022
|
||||
pub has_base_class: u8, // 0x0023
|
||||
pub total_class_size: i16, // 0x0024
|
||||
pub derived_class_size: i16, // 0x0026
|
||||
pub fields: Pointer64<[SchemaClassFieldData]>, // 0x0028
|
||||
pub static_fields: Pointer64<[SchemaStaticFieldData]>, // 0x0030
|
||||
pub base_classes: Pointer64<SchemaBaseClassInfoData>, // 0x0038
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user