mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-09-10 01:22:17 +08:00
Compare commits
20 Commits
0.1.2
...
2d0bdc3ba4
Author | SHA1 | Date | |
---|---|---|---|
|
2d0bdc3ba4 | ||
|
fbcf7059da | ||
|
baae1570ee | ||
|
2b306cd1c7 | ||
|
5e7a138c93 | ||
|
bc337a247f | ||
|
ebea3364c4 | ||
|
86e536407b | ||
|
9111d7a0f4 | ||
|
6a69ee5232 | ||
|
43ba96ccf0 | ||
|
57fa5bc03b | ||
|
32be3bec25 | ||
|
8dc027007e | ||
|
1b85d65822 | ||
|
4f75a293b0 | ||
|
23072c2456 | ||
|
1e88a527a2 | ||
|
45b7574975 | ||
|
6406f88e0b |
10
Cargo.toml
10
Cargo.toml
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cs2-dumper"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["a2x"]
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
@@ -8,18 +8,18 @@ repository = "https://github.com/a2x/cs2-dumper"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bitflags = { version = "2.5", features = ["serde"] }
|
||||
clap = { version = "4.5", features = ["cargo"] }
|
||||
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" }
|
||||
phf = { version = "0.11", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
simplelog = "0.12"
|
||||
skidscan = "2.0"
|
||||
skidscan-macros = "0.1"
|
||||
simplelog = "0.12"
|
||||
thiserror = "1.0"
|
||||
|
||||
[profile.dev]
|
||||
|
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 a2x
|
||||
Copyright (c) 2024 a2x
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
23
README.md
23
README.md
@@ -1,8 +1,8 @@
|
||||
# cs2-dumper
|
||||
|
||||
An external offset/interface dumper for Counter-Strike 2, with support for both Windows & Linux.
|
||||
An external Counter-Strike 2 offset/interface dumper for Linux.
|
||||
|
||||
Powered by [memflow](https://github.com/memflow/memflow).
|
||||
**Note:** This branch will likely not be kept up-to-date by myself. Pull requests are welcome!
|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -14,25 +14,20 @@ toolchain must be installed.
|
||||
|
||||
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 to work.
|
||||
- Ensure that you have the appropriate config file in the same directory as the `cs2-dumper` executable:
|
||||
- For Linux: `config_linux.json`
|
||||
- For Windows: `config_win.json`
|
||||
|
||||
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 kvm -vvv`
|
||||
|
||||
### Available Arguments
|
||||
|
||||
- `-v...`: Increase logging verbosity. Can be specified multiple times.
|
||||
- `-c, --connector <connector>`: The name of the memflow connector to use.
|
||||
- `-a, --connector-args <connector-args>`: Additional arguments to supply to the connector.
|
||||
- `-o, --output <output>`: The output directory to write the generated files to. Default: `output`.
|
||||
- `-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`.
|
||||
- `-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)).
|
||||
|
@@ -31,7 +31,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem_getHighestEntityIndex",
|
||||
"name": "dwGameEntitySystem_highestEntityIndex",
|
||||
"pattern": "8B 87 ? ? ? ? C3 66 0F 1F 84 00 ? ? ? ? 8B 97",
|
||||
"operations": [
|
||||
{
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
{
|
||||
"name": "dwGameRules",
|
||||
"pattern": "48 89 3D ? ? ? ? 8B 3B",
|
||||
"pattern": "48 89 1D ? ? ? ? 48 8B 00",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
@@ -70,7 +70,7 @@
|
||||
},
|
||||
{
|
||||
"name": "dwLocalPlayerController",
|
||||
"pattern": "48 8B 15 ? ? ? ? 31 C0 48 85 D2 74 ? 8B B2",
|
||||
"pattern": "4C 89 2D ? ? ? ? E8 ? ? ? ? 48 8B 45",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
@@ -86,7 +86,7 @@
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 312
|
||||
"value": 328
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -137,13 +137,13 @@
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 21408
|
||||
"value": 21544
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwViewMatrix",
|
||||
"pattern": "4C 8D 05 ? ? ? ? 48 8B 38 48 8D 0D",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 83 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
@@ -181,6 +181,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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",
|
||||
@@ -193,28 +204,54 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_getLocalPlayer",
|
||||
"pattern": "48 8B 87 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 55 48 89 E5",
|
||||
"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": 4
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 4856
|
||||
"end": 7
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_getMaxClients",
|
||||
"pattern": "48 8B 87 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 89 B7 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 8B 87",
|
||||
"name": "dwNetworkGameClient_localPlayer",
|
||||
"pattern": "8B 84 C7 ? ? ? ? C3 66 0F 1F 44 00",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 3,
|
||||
"end": 6
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
292
config_win.json
292
config_win.json
@@ -1,292 +0,0 @@
|
||||
{
|
||||
"executable": "cs2.exe",
|
||||
"signatures": [
|
||||
{
|
||||
"client.dll": [
|
||||
{
|
||||
"name": "dwCSGOInput",
|
||||
"pattern": "48 89 05 ? ? ? ? 48 8D 05 ? ? ? ? 48 89 0D ? ? ? ? 48 89 05 ? ? ? ? 48 8D 05",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwEntityList",
|
||||
"pattern": "48 89 35 ? ? ? ? 48 85 F6",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem",
|
||||
"pattern": "48 8B 1D ? ? ? ? 48 89 1D",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameEntitySystem_getHighestEntityIndex",
|
||||
"pattern": "8B 81 ? ? ? ? 89 02 48 8B C2 C3 CC CC CC CC 48 89 5C 24 ? 48 89 6C 24",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameRules",
|
||||
"pattern": "48 89 0D ? ? ? ? 8B 0D ? ? ? ? FF 15",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGlobalVars",
|
||||
"pattern": "48 89 0D ? ? ? ? 48 89 41",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGlowManager",
|
||||
"pattern": "48 8B 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 8B 41",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwLocalPlayerController",
|
||||
"pattern": "48 8B 05 ? ? ? ? 48 85 C0 74 ? 8B 88",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwLocalPlayerPawn",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 312
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwPlantedC4",
|
||||
"pattern": "48 8B 15 ? ? ? ? FF C0 48 8D 4C 24",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwPrediction",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwSensitivity",
|
||||
"pattern": "48 8B 05 ? ? ? ? 48 8B 40 ? F3 41 0F 59 F4",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwSensitivity_sensitivity",
|
||||
"pattern": "FF 50 ? 4C 8B C6 48 8D 55 ? 48 8B CF E8 ? ? ? ? 84 C0 0F 85 ? ? ? ? 4C 8D 45 ? 8B D3 48 8B CF E8 ? ? ? ? E9 ? ? ? ? F3 0F 10 06",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwViewAngles",
|
||||
"pattern": "48 89 05 ? ? ? ? 48 8D 05 ? ? ? ? 48 89 0D ? ? ? ? 48 89 05 ? ? ? ? 48 8D 05",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 21392
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwViewMatrix",
|
||||
"pattern": "48 8D 05 ? ? ? ? 48 8B D3 4C 8D 05",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwViewRender",
|
||||
"pattern": "48 89 05 ? ? ? ? 48 8B C8 48 85 C0",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"engine2.dll": [
|
||||
{
|
||||
"name": "dwBuildNumber",
|
||||
"pattern": "89 05 ? ? ? ? 48 8D 0D ? ? ? ? FF 15 ? ? ? ? E9",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip",
|
||||
"offset": 2,
|
||||
"len": 6
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient",
|
||||
"pattern": "48 89 3D ? ? ? ? 48 8D 15",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_deltaTick",
|
||||
"pattern": "89 83 ? ? ? ? 40 B7",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_getLocalPlayer",
|
||||
"pattern": "48 83 C0 ? 48 8D 04 40 8B 0C C1 48 8B C2 89 0A C3 C7 02",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 3,
|
||||
"end": 4
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 230
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_getMaxClients",
|
||||
"pattern": "8B 81 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 8B 81 ? ? ? ? FF C0",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 2,
|
||||
"end": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwNetworkGameClient_signOnState",
|
||||
"pattern": "44 8B 81 ? ? ? ? 48 8D 0D",
|
||||
"operations": [
|
||||
{
|
||||
"type": "slice",
|
||||
"start": 3,
|
||||
"end": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwWindowHeight",
|
||||
"pattern": "8B 05 ? ? ? ? 89 03",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip",
|
||||
"offset": 2,
|
||||
"length": 6
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwWindowWidth",
|
||||
"pattern": "8B 05 ? ? ? ? 89 07",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip",
|
||||
"offset": 2,
|
||||
"length": 6
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"inputsystem.dll": [
|
||||
{
|
||||
"name": "dwInputSystem",
|
||||
"pattern": "48 89 05 ? ? ? ? 48 8D 05",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"matchmaking.dll": [
|
||||
{
|
||||
"name": "dwGameTypes",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 89 5C 24 ? 48 89 6C 24 ? 48 89 74 24",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dwGameTypes_mapName",
|
||||
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 89 5C 24 ? 48 89 6C 24 ? 48 89 74 24",
|
||||
"operations": [
|
||||
{
|
||||
"type": "rip"
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 288
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
9
output/buttons.cs
Normal file
9
output/buttons.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint = 0xDD800030;
|
||||
}
|
||||
}
|
13
output/buttons.hpp
Normal file
13
output/buttons.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t = 0xDD800030;
|
||||
}
|
||||
}
|
5
output/buttons.json
Normal file
5
output/buttons.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"": 3716153392
|
||||
}
|
||||
}
|
11
output/buttons.rs
Normal file
11
output/buttons.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 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 : usize = 0xDD800030;
|
||||
}
|
||||
}
|
4
output/info.json
Normal file
4
output/info.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"build_number": 14064,
|
||||
"timestamp": "2025-01-29T12:23:34.043004291+00:00"
|
||||
}
|
220
output/interfaces.cs
Normal file
220
output/interfaces.cs
Normal file
@@ -0,0 +1,220 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: libanimationsystem.so
|
||||
public static class LibanimationsystemSo {
|
||||
public const nint AnimationSystemUtils_001 = 0x1B4F70;
|
||||
public const nint AnimationSystem_001 = 0x1B4D60;
|
||||
}
|
||||
// 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: 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: libfilesystem_stdio.so
|
||||
public static class LibfilesystemStdioSo {
|
||||
public const nint VAsyncFileSystem2_001 = 0x7DB90;
|
||||
public const nint VFileSystem017 = 0x7DB80;
|
||||
}
|
||||
// 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: libinputsystem.so
|
||||
public static class LibinputsystemSo {
|
||||
public const nint InputStackSystemVersion001 = 0x11500;
|
||||
public const nint InputSystemVersion001 = 0x129F0;
|
||||
}
|
||||
// Module: liblocalize.so
|
||||
public static class LiblocalizeSo {
|
||||
public const nint Localize_001 = 0x1D770;
|
||||
}
|
||||
// Module: libmatchmaking.so
|
||||
public static class LibmatchmakingSo {
|
||||
public const nint GameTypes001 = 0xF4D40;
|
||||
public const nint MATCHFRAMEWORK_001 = 0x1C9F90;
|
||||
}
|
||||
// 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: libmeshsystem.so
|
||||
public static class LibmeshsystemSo {
|
||||
public const nint MeshSystem001 = 0x97630;
|
||||
}
|
||||
// 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: libpanorama.so
|
||||
public static class LibpanoramaSo {
|
||||
public const nint PanoramaUIEngine001 = 0x233D10;
|
||||
}
|
||||
// Module: libpanorama_text_pango.so
|
||||
public static class LibpanoramaTextPangoSo {
|
||||
public const nint PanoramaTextServices001 = 0xBB8E0;
|
||||
}
|
||||
// Module: libpanoramauiclient.so
|
||||
public static class LibpanoramauiclientSo {
|
||||
public const nint PanoramaUIClient001 = 0x1095E0;
|
||||
}
|
||||
// Module: libparticles.so
|
||||
public static class LibparticlesSo {
|
||||
public const nint ParticleSystemMgr003 = 0x212AF0;
|
||||
}
|
||||
// Module: libpulse_system.so
|
||||
public static class LibpulseSystemSo {
|
||||
public const nint IPulseSystem_001 = 0x402F0;
|
||||
}
|
||||
// Module: librendersystemvulkan.so
|
||||
public static class LibrendersystemvulkanSo {
|
||||
public const nint RenderDeviceMgr001 = 0x14E840;
|
||||
public const nint RenderUtils_001 = 0xCD990;
|
||||
}
|
||||
// Module: libresourcesystem.so
|
||||
public static class LibresourcesystemSo {
|
||||
public const nint ResourceSystem013 = 0x30F40;
|
||||
}
|
||||
// Module: libscenefilecache.so
|
||||
public static class LibscenefilecacheSo {
|
||||
public const nint ResponseRulesCache001 = 0x89040;
|
||||
public const nint SceneFileCache002 = 0x85BA0;
|
||||
}
|
||||
// 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: libschemasystem.so
|
||||
public static class LibschemasystemSo {
|
||||
public const nint SchemaSystem_001 = 0x20FC0;
|
||||
}
|
||||
// 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: 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: libsteamaudio.so
|
||||
public static class LibsteamaudioSo {
|
||||
public const nint SteamAudio001 = 0x32410;
|
||||
}
|
||||
// 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: libv8system.so
|
||||
public static class Libv8systemSo {
|
||||
public const nint Source2V8System001 = 0x1B450;
|
||||
}
|
||||
// Module: libvphysics2.so
|
||||
public static class Libvphysics2So {
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0xC92A0;
|
||||
public const nint VPhysics2_Interface_001 = 0xC8E90;
|
||||
}
|
||||
// Module: libvscript.so
|
||||
public static class LibvscriptSo {
|
||||
public const nint VScriptManager010 = 0x25DA0;
|
||||
}
|
||||
// Module: libworldrenderer.so
|
||||
public static class LibworldrendererSo {
|
||||
public const nint WorldRendererMgr001 = 0xAED00;
|
||||
}
|
||||
// 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;
|
||||
}
|
||||
}
|
226
output/interfaces.hpp
Normal file
226
output/interfaces.hpp
Normal file
@@ -0,0 +1,226 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace interfaces {
|
||||
// Module: libanimationsystem.so
|
||||
namespace libanimationsystem_so {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x1B4F70;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x1B4D60;
|
||||
}
|
||||
// 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: 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: libfilesystem_stdio.so
|
||||
namespace libfilesystem_stdio_so {
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x7DB90;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x7DB80;
|
||||
}
|
||||
// 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: libinputsystem.so
|
||||
namespace libinputsystem_so {
|
||||
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x11500;
|
||||
constexpr std::ptrdiff_t InputSystemVersion001 = 0x129F0;
|
||||
}
|
||||
// Module: liblocalize.so
|
||||
namespace liblocalize_so {
|
||||
constexpr std::ptrdiff_t Localize_001 = 0x1D770;
|
||||
}
|
||||
// Module: libmatchmaking.so
|
||||
namespace libmatchmaking_so {
|
||||
constexpr std::ptrdiff_t GameTypes001 = 0xF4D40;
|
||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1C9F90;
|
||||
}
|
||||
// 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: libmeshsystem.so
|
||||
namespace libmeshsystem_so {
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x97630;
|
||||
}
|
||||
// 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: libpanorama.so
|
||||
namespace libpanorama_so {
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x233D10;
|
||||
}
|
||||
// Module: libpanorama_text_pango.so
|
||||
namespace libpanorama_text_pango_so {
|
||||
constexpr std::ptrdiff_t PanoramaTextServices001 = 0xBB8E0;
|
||||
}
|
||||
// Module: libpanoramauiclient.so
|
||||
namespace libpanoramauiclient_so {
|
||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x1095E0;
|
||||
}
|
||||
// Module: libparticles.so
|
||||
namespace libparticles_so {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x212AF0;
|
||||
}
|
||||
// Module: libpulse_system.so
|
||||
namespace libpulse_system_so {
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x402F0;
|
||||
}
|
||||
// Module: librendersystemvulkan.so
|
||||
namespace librendersystemvulkan_so {
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x14E840;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0xCD990;
|
||||
}
|
||||
// Module: libresourcesystem.so
|
||||
namespace libresourcesystem_so {
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x30F40;
|
||||
}
|
||||
// Module: libscenefilecache.so
|
||||
namespace libscenefilecache_so {
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x89040;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x85BA0;
|
||||
}
|
||||
// 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: libschemasystem.so
|
||||
namespace libschemasystem_so {
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x20FC0;
|
||||
}
|
||||
// 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: 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: libsteamaudio.so
|
||||
namespace libsteamaudio_so {
|
||||
constexpr std::ptrdiff_t SteamAudio001 = 0x32410;
|
||||
}
|
||||
// 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: libv8system.so
|
||||
namespace libv8system_so {
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x1B450;
|
||||
}
|
||||
// Module: libvphysics2.so
|
||||
namespace libvphysics2_so {
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0xC92A0;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0xC8E90;
|
||||
}
|
||||
// Module: libvscript.so
|
||||
namespace libvscript_so {
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x25DA0;
|
||||
}
|
||||
// Module: libworldrenderer.so
|
||||
namespace libworldrenderer_so {
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0xAED00;
|
||||
}
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
187
output/interfaces.json
Normal file
187
output/interfaces.json
Normal file
@@ -0,0 +1,187 @@
|
||||
{
|
||||
"libanimationsystem.so": {
|
||||
"AnimationSystemUtils_001": 1789808,
|
||||
"AnimationSystem_001": 1789280
|
||||
},
|
||||
"libclient.so": {
|
||||
"ClientToolsInfo_001": 14868320,
|
||||
"EmptyWorldService001_Client": 11450112,
|
||||
"GameClientExports001": 14867248,
|
||||
"LegacyGameUI001": 16844304,
|
||||
"Source2Client002": 14867344,
|
||||
"Source2ClientConfig001": 11362096,
|
||||
"Source2ClientPrediction001": 15456592,
|
||||
"Source2ClientUI001": 16352544
|
||||
},
|
||||
"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
|
||||
},
|
||||
"libfilesystem_stdio.so": {
|
||||
"VAsyncFileSystem2_001": 514960,
|
||||
"VFileSystem017": 514944
|
||||
},
|
||||
"libhost.so": {
|
||||
"DebugDrawQueueManager001": 807248,
|
||||
"GameModelInfo001": 786784,
|
||||
"GameSystem2HostHook": 788624,
|
||||
"HostUtils001": 789776,
|
||||
"PredictionDiffManager001": 793744,
|
||||
"SaveRestoreDataVersion001": 801936,
|
||||
"SinglePlayerSharedMemory001": 802640,
|
||||
"Source2Host001": 804528
|
||||
},
|
||||
"libinputsystem.so": {
|
||||
"InputStackSystemVersion001": 70912,
|
||||
"InputSystemVersion001": 76272
|
||||
},
|
||||
"liblocalize.so": {
|
||||
"Localize_001": 120688
|
||||
},
|
||||
"libmatchmaking.so": {
|
||||
"GameTypes001": 1002816,
|
||||
"MATCHFRAMEWORK_001": 1875856
|
||||
},
|
||||
"libmaterialsystem2.so": {
|
||||
"FontManager_001": 515568,
|
||||
"MaterialUtils_001": 425008,
|
||||
"PostProcessingSystem_001": 578240,
|
||||
"TextLayout_001": 567376,
|
||||
"VMaterialSystem2_001": 181360
|
||||
},
|
||||
"libmeshsystem.so": {
|
||||
"MeshSystem001": 620080
|
||||
},
|
||||
"libnetworksystem.so": {
|
||||
"FlattenedSerializersVersion001": 1456144,
|
||||
"NetworkMessagesVersion001": 1622416,
|
||||
"NetworkSystemVersion001": 1791792,
|
||||
"SerializedEntitiesVersion001": 1896688
|
||||
},
|
||||
"libpanorama.so": {
|
||||
"PanoramaUIEngine001": 2309392
|
||||
},
|
||||
"libpanorama_text_pango.so": {
|
||||
"PanoramaTextServices001": 768224
|
||||
},
|
||||
"libpanoramauiclient.so": {
|
||||
"PanoramaUIClient001": 1086944
|
||||
},
|
||||
"libparticles.so": {
|
||||
"ParticleSystemMgr003": 2173680
|
||||
},
|
||||
"libpulse_system.so": {
|
||||
"IPulseSystem_001": 262896
|
||||
},
|
||||
"librendersystemvulkan.so": {
|
||||
"RenderDeviceMgr001": 1370176,
|
||||
"RenderUtils_001": 842128
|
||||
},
|
||||
"libresourcesystem.so": {
|
||||
"ResourceSystem013": 200512
|
||||
},
|
||||
"libscenefilecache.so": {
|
||||
"ResponseRulesCache001": 561216,
|
||||
"SceneFileCache002": 547744
|
||||
},
|
||||
"libscenesystem.so": {
|
||||
"RenderingPipelines_001": 1320496,
|
||||
"SceneSystem_002": 1601376,
|
||||
"SceneUtils_001": 2123744
|
||||
},
|
||||
"libschemasystem.so": {
|
||||
"SchemaSystem_001": 135104
|
||||
},
|
||||
"libserver.so": {
|
||||
"EmptyWorldService001_Server": 12537360,
|
||||
"EntitySubclassUtilsV001": 9299520,
|
||||
"NavGameTest001": 18097232,
|
||||
"ServerToolsInfo_001": 15805952,
|
||||
"Source2GameClients001": 15805840,
|
||||
"Source2GameDirector001": 7529296,
|
||||
"Source2GameEntities001": 15805824,
|
||||
"Source2Server001": 15805056,
|
||||
"Source2ServerConfig001": 12129488,
|
||||
"customnavsystem001": 8786112
|
||||
},
|
||||
"libsoundsystem.so": {
|
||||
"SoundOpSystem001": 1535104,
|
||||
"SoundOpSystemEdit001": 748992,
|
||||
"SoundSystem001": 1990624,
|
||||
"VMixEditTool001": 2202864
|
||||
},
|
||||
"libsteamaudio.so": {
|
||||
"SteamAudio001": 205840
|
||||
},
|
||||
"libtier0.so": {
|
||||
"TestScriptMgr001": 1809296,
|
||||
"VEngineCvar007": 1008064,
|
||||
"VProcessUtils002": 1758080,
|
||||
"VStringTokenSystem001": 1965216
|
||||
},
|
||||
"libv8system.so": {
|
||||
"Source2V8System001": 111696
|
||||
},
|
||||
"libvphysics2.so": {
|
||||
"VPhysics2_Handle_Interface_001": 823968,
|
||||
"VPhysics2_Interface_001": 822928
|
||||
},
|
||||
"libvscript.so": {
|
||||
"VScriptManager010": 155040
|
||||
},
|
||||
"libworldrenderer.so": {
|
||||
"WorldRendererMgr001": 716032
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
224
output/interfaces.rs
Normal file
224
output/interfaces.rs
Normal file
@@ -0,0 +1,224 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod interfaces {
|
||||
// Module: libanimationsystem.so
|
||||
pub mod libanimationsystem_so {
|
||||
pub const AnimationSystemUtils_001: usize = 0x1B4F70;
|
||||
pub const AnimationSystem_001: usize = 0x1B4D60;
|
||||
}
|
||||
// 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: 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: libfilesystem_stdio.so
|
||||
pub mod libfilesystem_stdio_so {
|
||||
pub const VAsyncFileSystem2_001: usize = 0x7DB90;
|
||||
pub const VFileSystem017: usize = 0x7DB80;
|
||||
}
|
||||
// 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: libinputsystem.so
|
||||
pub mod libinputsystem_so {
|
||||
pub const InputStackSystemVersion001: usize = 0x11500;
|
||||
pub const InputSystemVersion001: usize = 0x129F0;
|
||||
}
|
||||
// Module: liblocalize.so
|
||||
pub mod liblocalize_so {
|
||||
pub const Localize_001: usize = 0x1D770;
|
||||
}
|
||||
// Module: libmatchmaking.so
|
||||
pub mod libmatchmaking_so {
|
||||
pub const GameTypes001: usize = 0xF4D40;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x1C9F90;
|
||||
}
|
||||
// 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: libmeshsystem.so
|
||||
pub mod libmeshsystem_so {
|
||||
pub const MeshSystem001: usize = 0x97630;
|
||||
}
|
||||
// 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: libpanorama.so
|
||||
pub mod libpanorama_so {
|
||||
pub const PanoramaUIEngine001: usize = 0x233D10;
|
||||
}
|
||||
// Module: libpanorama_text_pango.so
|
||||
pub mod libpanorama_text_pango_so {
|
||||
pub const PanoramaTextServices001: usize = 0xBB8E0;
|
||||
}
|
||||
// Module: libpanoramauiclient.so
|
||||
pub mod libpanoramauiclient_so {
|
||||
pub const PanoramaUIClient001: usize = 0x1095E0;
|
||||
}
|
||||
// Module: libparticles.so
|
||||
pub mod libparticles_so {
|
||||
pub const ParticleSystemMgr003: usize = 0x212AF0;
|
||||
}
|
||||
// Module: libpulse_system.so
|
||||
pub mod libpulse_system_so {
|
||||
pub const IPulseSystem_001: usize = 0x402F0;
|
||||
}
|
||||
// Module: librendersystemvulkan.so
|
||||
pub mod librendersystemvulkan_so {
|
||||
pub const RenderDeviceMgr001: usize = 0x14E840;
|
||||
pub const RenderUtils_001: usize = 0xCD990;
|
||||
}
|
||||
// Module: libresourcesystem.so
|
||||
pub mod libresourcesystem_so {
|
||||
pub const ResourceSystem013: usize = 0x30F40;
|
||||
}
|
||||
// Module: libscenefilecache.so
|
||||
pub mod libscenefilecache_so {
|
||||
pub const ResponseRulesCache001: usize = 0x89040;
|
||||
pub const SceneFileCache002: usize = 0x85BA0;
|
||||
}
|
||||
// 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: libschemasystem.so
|
||||
pub mod libschemasystem_so {
|
||||
pub const SchemaSystem_001: usize = 0x20FC0;
|
||||
}
|
||||
// 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: 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: libsteamaudio.so
|
||||
pub mod libsteamaudio_so {
|
||||
pub const SteamAudio001: usize = 0x32410;
|
||||
}
|
||||
// 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: libv8system.so
|
||||
pub mod libv8system_so {
|
||||
pub const Source2V8System001: usize = 0x1B450;
|
||||
}
|
||||
// Module: libvphysics2.so
|
||||
pub mod libvphysics2_so {
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0xC92A0;
|
||||
pub const VPhysics2_Interface_001: usize = 0xC8E90;
|
||||
}
|
||||
// Module: libvscript.so
|
||||
pub mod libvscript_so {
|
||||
pub const VScriptManager010: usize = 0x25DA0;
|
||||
}
|
||||
// Module: libworldrenderer.so
|
||||
pub mod libworldrenderer_so {
|
||||
pub const WorldRendererMgr001: usize = 0xAED00;
|
||||
}
|
||||
// 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
14633
output/libclient.so.json
Normal file
14633
output/libclient.so.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
311
output/libengine2.so.cs
Normal file
311
output/libengine2.so.cs
Normal file
@@ -0,0 +1,311 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libengine2.so
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
public static class Libengine2So {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum EntityDormancyType_t : uint {
|
||||
ENTITY_NOT_DORMANT = 0x0,
|
||||
ENTITY_DORMANT = 0x1,
|
||||
ENTITY_SUSPENDED = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum EntityIOTargetType_t : uint {
|
||||
ENTITY_IO_TARGET_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
|
||||
ENTITY_IO_TARGET_EHANDLE = 0x6,
|
||||
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum SpawnDebugOverrideState_t : uint {
|
||||
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
||||
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
|
||||
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
public enum SpawnDebugRestrictionOverrideState_t : uint {
|
||||
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS = 0x1,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS = 0x2,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS = 0x4,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS = 0x8
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventClientPostSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
public static class EventSimpleLoopFrameUpdate_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_flRealTime = 0x28; // float32
|
||||
public const nint m_flFrameTime = 0x2C; // float32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
public static class EventPostAdvanceTick_t {
|
||||
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
|
||||
public static class CEntityIOOutput {
|
||||
public const nint m_Value = 0x18; // CVariantBase<CVariantDefaultAllocator>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class EventClientSceneSystemThreadStateChange_t {
|
||||
public const nint m_bThreadsActive = 0x0; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
public static class EventClientOutput_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_flRenderTime = 0x28; // float32
|
||||
public const nint m_flRealTime = 0x2C; // float32
|
||||
public const nint m_flRenderFrameTimeUnbounded = 0x30; // float32
|
||||
public const nint m_bRenderOnly = 0x34; // bool
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventServerPostSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
public static class CEntityComponentHelper {
|
||||
public const nint m_flags = 0x8; // uint32
|
||||
public const nint m_pInfo = 0x10; // EntComponentInfo_t*
|
||||
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 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class EntInput_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class CNetworkVarChainer {
|
||||
public const nint m_PathIndex = 0x20; // ChangeAccessorFieldPathIndex_t
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventClientSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
public static class EventClientPostOutput_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_flRenderTime = 0x28; // float64
|
||||
public const nint m_flRenderFrameTime = 0x30; // float32
|
||||
public const nint m_flRenderFrameTimeUnbounded = 0x34; // float32
|
||||
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
|
||||
public const nint m_flRealTime = 0x28; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class EventPreDataUpdate_t {
|
||||
public const nint m_nCount = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
public static class EventClientProcessGameInput_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_flRealTime = 0x28; // float32
|
||||
public const nint m_flFrameTime = 0x2C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class EventFrameBoundary_t {
|
||||
public const nint m_flFrameTime = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class EventAppShutdown_t {
|
||||
public const nint m_nDummy0 = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventServerSimulate_t {
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
public static class EventServerPostAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class EventProfileStorageAvailable_t {
|
||||
public const nint m_nSplitScreenSlot = 0x0; // CSplitScreenSlot
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class EventPostDataUpdate_t {
|
||||
public const nint m_nCount = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventClientPreSimulate_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventClientPauseSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// 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 = 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
|
||||
public static class EventSplitScreenStateChanged_t {
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
public static class EventClientPostAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class CVariantDefaultAllocator {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class EventModInitialized_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
public static class EventClientPreOutput_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_flRenderTime = 0x28; // float64
|
||||
public const nint m_flRenderFrameTime = 0x30; // float64
|
||||
public const nint m_flRenderFrameTimeUnbounded = 0x38; // float64
|
||||
public const nint m_flRealTime = 0x40; // float32
|
||||
public const nint m_bRenderOnly = 0x44; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
public static class EventClientFrameSimulate_t {
|
||||
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_bScheduleSendTickPacket = 0x30; // bool
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
public static class EventServerAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
public static class EventSetTime_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_nClientOutputFrames = 0x28; // int32
|
||||
public const nint m_flRealTime = 0x30; // float64
|
||||
public const nint m_flRenderTime = 0x38; // float64
|
||||
public const nint m_flRenderFrameTime = 0x40; // float64
|
||||
public const nint m_flRenderFrameTimeUnbounded = 0x48; // float64
|
||||
public const nint m_flRenderFrameTimeUnscaled = 0x50; // float64
|
||||
public const nint m_flTickRemainder = 0x58; // float64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class EntOutput_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
public static class EventSimulate_t {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_bFirstTick = 0x28; // bool
|
||||
public const nint m_bLastTick = 0x29; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class EventClientAdvanceNonRenderedFrame_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventServerProcessNetworking_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class CEmptyEntityInstance {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
public static class EntComponentInfo_t {
|
||||
public const nint m_pName = 0x0; // char*
|
||||
public const nint m_pCPPClassname = 0x8; // char*
|
||||
public const nint m_pNetworkDataReferencedDescription = 0x10; // char*
|
||||
public const nint m_pNetworkDataReferencedPtrPropDescription = 0x18; // char*
|
||||
public const nint m_nRuntimeIndex = 0x20; // int32
|
||||
public const nint m_nFlags = 0x24; // uint32
|
||||
public const nint m_pBaseClassComponentHelper = 0x60; // CEntityComponentHelper*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
public static class EngineLoopState_t {
|
||||
public const nint m_nPlatWindowWidth = 0x18; // int32
|
||||
public const nint m_nPlatWindowHeight = 0x1C; // int32
|
||||
public const nint m_nRenderWidth = 0x20; // int32
|
||||
public const nint m_nRenderHeight = 0x24; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
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 {
|
||||
public const nint m_LoopState = 0x0; // EngineLoopState_t
|
||||
public const nint m_flRealTime = 0x28; // float32
|
||||
public const nint m_flTickInterval = 0x2C; // float32
|
||||
public const nint m_flTickStartTime = 0x30; // float64
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
public static class EventServerPollNetworking_t {
|
||||
}
|
||||
}
|
||||
}
|
317
output/libengine2.so.hpp
Normal file
317
output/libengine2.so.hpp
Normal file
@@ -0,0 +1,317 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libengine2.so
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
namespace libengine2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class EntityDormancyType_t : uint32_t {
|
||||
ENTITY_NOT_DORMANT = 0x0,
|
||||
ENTITY_DORMANT = 0x1,
|
||||
ENTITY_SUSPENDED = 0x2
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class EntityIOTargetType_t : uint32_t {
|
||||
ENTITY_IO_TARGET_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
|
||||
ENTITY_IO_TARGET_EHANDLE = 0x6,
|
||||
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class SpawnDebugOverrideState_t : uint32_t {
|
||||
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
||||
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
|
||||
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
enum class SpawnDebugRestrictionOverrideState_t : uint32_t {
|
||||
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS = 0x1,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS = 0x2,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS = 0x4,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS = 0x8
|
||||
};
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventClientPostSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
namespace EventSimpleLoopFrameUpdate_t {
|
||||
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
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
namespace EventPostAdvanceTick_t {
|
||||
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
|
||||
namespace CEntityIOOutput {
|
||||
constexpr std::ptrdiff_t m_Value = 0x18; // CVariantBase<CVariantDefaultAllocator>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace EventClientSceneSystemThreadStateChange_t {
|
||||
constexpr std::ptrdiff_t m_bThreadsActive = 0x0; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
namespace EventClientOutput_t {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
constexpr std::ptrdiff_t m_flRenderTime = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_flRealTime = 0x2C; // float32
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x30; // float32
|
||||
constexpr std::ptrdiff_t m_bRenderOnly = 0x34; // bool
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventServerPostSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
namespace CEntityComponentHelper {
|
||||
constexpr std::ptrdiff_t m_flags = 0x8; // uint32
|
||||
constexpr std::ptrdiff_t m_pInfo = 0x10; // EntComponentInfo_t*
|
||||
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 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace EntInput_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace CNetworkVarChainer {
|
||||
constexpr std::ptrdiff_t m_PathIndex = 0x20; // ChangeAccessorFieldPathIndex_t
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventClientSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
namespace EventClientPostOutput_t {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
constexpr std::ptrdiff_t m_flRenderTime = 0x28; // float64
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTime = 0x30; // float32
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x34; // float32
|
||||
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
|
||||
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace EventPreDataUpdate_t {
|
||||
constexpr std::ptrdiff_t m_nCount = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
namespace EventClientProcessGameInput_t {
|
||||
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
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace EventFrameBoundary_t {
|
||||
constexpr std::ptrdiff_t m_flFrameTime = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace EventAppShutdown_t {
|
||||
constexpr std::ptrdiff_t m_nDummy0 = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventServerSimulate_t {
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
namespace EventServerPostAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace EventProfileStorageAvailable_t {
|
||||
constexpr std::ptrdiff_t m_nSplitScreenSlot = 0x0; // CSplitScreenSlot
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace EventPostDataUpdate_t {
|
||||
constexpr std::ptrdiff_t m_nCount = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventClientPreSimulate_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventClientPauseSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// 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 = 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
|
||||
namespace EventSplitScreenStateChanged_t {
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
namespace EventClientPostAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace CVariantDefaultAllocator {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace EventModInitialized_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
namespace EventClientPreOutput_t {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
constexpr std::ptrdiff_t m_flRenderTime = 0x28; // float64
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTime = 0x30; // float64
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x38; // float64
|
||||
constexpr std::ptrdiff_t m_flRealTime = 0x40; // float32
|
||||
constexpr std::ptrdiff_t m_bRenderOnly = 0x44; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
namespace EventClientFrameSimulate_t {
|
||||
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_bScheduleSendTickPacket = 0x30; // bool
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
namespace EventServerAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
namespace EventSetTime_t {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
constexpr std::ptrdiff_t m_nClientOutputFrames = 0x28; // int32
|
||||
constexpr std::ptrdiff_t m_flRealTime = 0x30; // float64
|
||||
constexpr std::ptrdiff_t m_flRenderTime = 0x38; // float64
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTime = 0x40; // float64
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x48; // float64
|
||||
constexpr std::ptrdiff_t m_flRenderFrameTimeUnscaled = 0x50; // float64
|
||||
constexpr std::ptrdiff_t m_flTickRemainder = 0x58; // float64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace EntOutput_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
namespace EventSimulate_t {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
constexpr std::ptrdiff_t m_bFirstTick = 0x28; // bool
|
||||
constexpr std::ptrdiff_t m_bLastTick = 0x29; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace EventClientAdvanceNonRenderedFrame_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventServerProcessNetworking_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace CEmptyEntityInstance {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
namespace EntComponentInfo_t {
|
||||
constexpr std::ptrdiff_t m_pName = 0x0; // char*
|
||||
constexpr std::ptrdiff_t m_pCPPClassname = 0x8; // char*
|
||||
constexpr std::ptrdiff_t m_pNetworkDataReferencedDescription = 0x10; // char*
|
||||
constexpr std::ptrdiff_t m_pNetworkDataReferencedPtrPropDescription = 0x18; // char*
|
||||
constexpr std::ptrdiff_t m_nRuntimeIndex = 0x20; // int32
|
||||
constexpr std::ptrdiff_t m_nFlags = 0x24; // uint32
|
||||
constexpr std::ptrdiff_t m_pBaseClassComponentHelper = 0x60; // CEntityComponentHelper*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
namespace EngineLoopState_t {
|
||||
constexpr std::ptrdiff_t m_nPlatWindowWidth = 0x18; // int32
|
||||
constexpr std::ptrdiff_t m_nPlatWindowHeight = 0x1C; // int32
|
||||
constexpr std::ptrdiff_t m_nRenderWidth = 0x20; // int32
|
||||
constexpr std::ptrdiff_t m_nRenderHeight = 0x24; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
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 {
|
||||
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
|
||||
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_flTickInterval = 0x2C; // float32
|
||||
constexpr std::ptrdiff_t m_flTickStartTime = 0x30; // float64
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
namespace EventServerPollNetworking_t {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
392
output/libengine2.so.json
Normal file
392
output/libengine2.so.json
Normal file
@@ -0,0 +1,392 @@
|
||||
{
|
||||
"libengine2.so": {
|
||||
"classes": {
|
||||
"CEmptyEntityInstance": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"CEntityComponentHelper": {
|
||||
"fields": {
|
||||
"m_flags": 8,
|
||||
"m_nPriority": 24,
|
||||
"m_pInfo": 16,
|
||||
"m_pNext": 32
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"CEntityIOOutput": {
|
||||
"fields": {
|
||||
"m_Value": 24
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"CNetworkVarChainer": {
|
||||
"fields": {
|
||||
"m_PathIndex": 32
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"CVariantDefaultAllocator": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EngineLoopState_t": {
|
||||
"fields": {
|
||||
"m_nPlatWindowHeight": 28,
|
||||
"m_nPlatWindowWidth": 24,
|
||||
"m_nRenderHeight": 36,
|
||||
"m_nRenderWidth": 32
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EntComponentInfo_t": {
|
||||
"fields": {
|
||||
"m_nFlags": 36,
|
||||
"m_nRuntimeIndex": 32,
|
||||
"m_pBaseClassComponentHelper": 96,
|
||||
"m_pCPPClassname": 8,
|
||||
"m_pName": 0,
|
||||
"m_pNetworkDataReferencedDescription": 16,
|
||||
"m_pNetworkDataReferencedPtrPropDescription": 24
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EntInput_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EntOutput_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventAdvanceTick_t": {
|
||||
"fields": {
|
||||
"m_nCurrentTick": 44,
|
||||
"m_nCurrentTickThisFrame": 48,
|
||||
"m_nTotalTicks": 56,
|
||||
"m_nTotalTicksThisFrame": 52
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventAppShutdown_t": {
|
||||
"fields": {
|
||||
"m_nDummy0": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientAdvanceNonRenderedFrame_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientAdvanceTick_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventAdvanceTick_t"
|
||||
},
|
||||
"EventClientFrameSimulate_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_bScheduleSendTickPacket": 48,
|
||||
"m_flFrameTime": 44,
|
||||
"m_flRealTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientOutput_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_bRenderOnly": 52,
|
||||
"m_flRealTime": 44,
|
||||
"m_flRenderFrameTimeUnbounded": 48,
|
||||
"m_flRenderTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientPauseSimulate_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventClientPollInput_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_flRealTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientPollNetworking_t": {
|
||||
"fields": {
|
||||
"m_nTickCount": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientPostAdvanceTick_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventPostAdvanceTick_t"
|
||||
},
|
||||
"EventClientPostOutput_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_bRenderOnly": 56,
|
||||
"m_flRenderFrameTime": 48,
|
||||
"m_flRenderFrameTimeUnbounded": 52,
|
||||
"m_flRenderTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientPostSimulate_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventClientPreOutput_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_bRenderOnly": 68,
|
||||
"m_flRealTime": 64,
|
||||
"m_flRenderFrameTime": 48,
|
||||
"m_flRenderFrameTimeUnbounded": 56,
|
||||
"m_flRenderTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientPreSimulate_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventClientProcessGameInput_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_flFrameTime": 44,
|
||||
"m_flRealTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientProcessInput_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_flRealTime": 40,
|
||||
"m_flTickInterval": 44,
|
||||
"m_flTickStartTime": 48
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientProcessNetworking_t": {
|
||||
"fields": {
|
||||
"m_nTickCount": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientSceneSystemThreadStateChange_t": {
|
||||
"fields": {
|
||||
"m_bThreadsActive": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventClientSimulate_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventFrameBoundary_t": {
|
||||
"fields": {
|
||||
"m_flFrameTime": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventModInitialized_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventPostAdvanceTick_t": {
|
||||
"fields": {
|
||||
"m_nCurrentTick": 44,
|
||||
"m_nCurrentTickThisFrame": 48,
|
||||
"m_nTotalTicks": 56,
|
||||
"m_nTotalTicksThisFrame": 52
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventPostDataUpdate_t": {
|
||||
"fields": {
|
||||
"m_nCount": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventPreDataUpdate_t": {
|
||||
"fields": {
|
||||
"m_nCount": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventProfileStorageAvailable_t": {
|
||||
"fields": {
|
||||
"m_nSplitScreenSlot": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventServerAdvanceTick_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventAdvanceTick_t"
|
||||
},
|
||||
"EventServerBeginAsyncPostTickWork_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventPostAdvanceTick_t"
|
||||
},
|
||||
"EventServerEndAsyncPostTickWork_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventServerPollNetworking_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventServerPostAdvanceTick_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventPostAdvanceTick_t"
|
||||
},
|
||||
"EventServerPostSimulate_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventServerProcessNetworking_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventServerSimulate_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": "EventSimulate_t"
|
||||
},
|
||||
"EventSetTime_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_flRealTime": 48,
|
||||
"m_flRenderFrameTime": 64,
|
||||
"m_flRenderFrameTimeUnbounded": 72,
|
||||
"m_flRenderFrameTimeUnscaled": 80,
|
||||
"m_flRenderTime": 56,
|
||||
"m_flTickRemainder": 88,
|
||||
"m_nClientOutputFrames": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventSimpleLoopFrameUpdate_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_flFrameTime": 44,
|
||||
"m_flRealTime": 40
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventSimulate_t": {
|
||||
"fields": {
|
||||
"m_LoopState": 0,
|
||||
"m_bFirstTick": 40,
|
||||
"m_bLastTick": 41
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EventSplitScreenStateChanged_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"GameTick_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"GameTime_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {
|
||||
"EntityDormancyType_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"ENTITY_DORMANT": 1,
|
||||
"ENTITY_NOT_DORMANT": 0,
|
||||
"ENTITY_SUSPENDED": 2
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"EntityIOTargetType_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"ENTITY_IO_TARGET_EHANDLE": 6,
|
||||
"ENTITY_IO_TARGET_ENTITYNAME": 2,
|
||||
"ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME": 7,
|
||||
"ENTITY_IO_TARGET_INVALID": -1
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"SpawnDebugOverrideState_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED": 2,
|
||||
"SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED": 1,
|
||||
"SPAWN_DEBUG_OVERRIDE_NONE": 0
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"SpawnDebugRestrictionOverrideState_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS": 1,
|
||||
"SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS": 8,
|
||||
"SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS": 4,
|
||||
"SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS": 2,
|
||||
"SPAWN_DEBUG_RESTRICT_NONE": 0
|
||||
},
|
||||
"type": "uint32"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
319
output/libengine2.so.rs
Normal file
319
output/libengine2.so.rs
Normal file
@@ -0,0 +1,319 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 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: libengine2.so
|
||||
// Classes count: 48
|
||||
// Enums count: 4
|
||||
pub mod libengine2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum EntityDormancyType_t {
|
||||
ENTITY_NOT_DORMANT = 0x0,
|
||||
ENTITY_DORMANT = 0x1,
|
||||
ENTITY_SUSPENDED = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
||||
pub enum EntityIOTargetType_t {
|
||||
ENTITY_IO_TARGET_INVALID = u32::MAX,
|
||||
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
|
||||
ENTITY_IO_TARGET_EHANDLE = 0x6,
|
||||
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum SpawnDebugOverrideState_t {
|
||||
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
|
||||
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
|
||||
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 5
|
||||
#[repr(u32)]
|
||||
pub enum SpawnDebugRestrictionOverrideState_t {
|
||||
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS = 0x1,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS = 0x2,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS = 0x4,
|
||||
SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS = 0x8
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventClientPostSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
pub mod EventSimpleLoopFrameUpdate_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRealTime: usize = 0x28; // float32
|
||||
pub const m_flFrameTime: usize = 0x2C; // float32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 4
|
||||
pub mod EventPostAdvanceTick_t {
|
||||
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
|
||||
pub mod CEntityIOOutput {
|
||||
pub const m_Value: usize = 0x18; // CVariantBase<CVariantDefaultAllocator>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod EventClientSceneSystemThreadStateChange_t {
|
||||
pub const m_bThreadsActive: usize = 0x0; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
pub mod EventClientOutput_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRenderTime: usize = 0x28; // float32
|
||||
pub const m_flRealTime: usize = 0x2C; // float32
|
||||
pub const m_flRenderFrameTimeUnbounded: usize = 0x30; // float32
|
||||
pub const m_bRenderOnly: usize = 0x34; // bool
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerPostSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
pub mod CEntityComponentHelper {
|
||||
pub const m_flags: usize = 0x8; // uint32
|
||||
pub const m_pInfo: usize = 0x10; // EntComponentInfo_t*
|
||||
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 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod EntInput_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod CNetworkVarChainer {
|
||||
pub const m_PathIndex: usize = 0x20; // ChangeAccessorFieldPathIndex_t
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventClientSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
pub mod EventClientPostOutput_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRenderTime: usize = 0x28; // float64
|
||||
pub const m_flRenderFrameTime: usize = 0x30; // float32
|
||||
pub const m_flRenderFrameTimeUnbounded: usize = 0x34; // float32
|
||||
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
|
||||
pub const m_flRealTime: usize = 0x28; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod EventPreDataUpdate_t {
|
||||
pub const m_nCount: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
pub mod EventClientProcessGameInput_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRealTime: usize = 0x28; // float32
|
||||
pub const m_flFrameTime: usize = 0x2C; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod EventFrameBoundary_t {
|
||||
pub const m_flFrameTime: usize = 0x0; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod EventAppShutdown_t {
|
||||
pub const m_nDummy0: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerSimulate_t {
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerPostAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod EventProfileStorageAvailable_t {
|
||||
pub const m_nSplitScreenSlot: usize = 0x0; // CSplitScreenSlot
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod EventPostDataUpdate_t {
|
||||
pub const m_nCount: usize = 0x0; // int32
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventClientPreSimulate_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventClientPauseSimulate_t {
|
||||
}
|
||||
// Parent: None
|
||||
// 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 = 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
|
||||
pub mod EventSplitScreenStateChanged_t {
|
||||
}
|
||||
// Parent: EventPostAdvanceTick_t
|
||||
// Fields count: 0
|
||||
pub mod EventClientPostAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod CVariantDefaultAllocator {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod EventModInitialized_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
pub mod EventClientPreOutput_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRenderTime: usize = 0x28; // float64
|
||||
pub const m_flRenderFrameTime: usize = 0x30; // float64
|
||||
pub const m_flRenderFrameTimeUnbounded: usize = 0x38; // float64
|
||||
pub const m_flRealTime: usize = 0x40; // float32
|
||||
pub const m_bRenderOnly: usize = 0x44; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
pub mod EventClientFrameSimulate_t {
|
||||
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_bScheduleSendTickPacket: usize = 0x30; // bool
|
||||
}
|
||||
// Parent: EventAdvanceTick_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerAdvanceTick_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
pub mod EventSetTime_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_nClientOutputFrames: usize = 0x28; // int32
|
||||
pub const m_flRealTime: usize = 0x30; // float64
|
||||
pub const m_flRenderTime: usize = 0x38; // float64
|
||||
pub const m_flRenderFrameTime: usize = 0x40; // float64
|
||||
pub const m_flRenderFrameTimeUnbounded: usize = 0x48; // float64
|
||||
pub const m_flRenderFrameTimeUnscaled: usize = 0x50; // float64
|
||||
pub const m_flTickRemainder: usize = 0x58; // float64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod EntOutput_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
pub mod EventSimulate_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_bFirstTick: usize = 0x28; // bool
|
||||
pub const m_bLastTick: usize = 0x29; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod EventClientAdvanceNonRenderedFrame_t {
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerProcessNetworking_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod CEmptyEntityInstance {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
pub mod EntComponentInfo_t {
|
||||
pub const m_pName: usize = 0x0; // char*
|
||||
pub const m_pCPPClassname: usize = 0x8; // char*
|
||||
pub const m_pNetworkDataReferencedDescription: usize = 0x10; // char*
|
||||
pub const m_pNetworkDataReferencedPtrPropDescription: usize = 0x18; // char*
|
||||
pub const m_nRuntimeIndex: usize = 0x20; // int32
|
||||
pub const m_nFlags: usize = 0x24; // uint32
|
||||
pub const m_pBaseClassComponentHelper: usize = 0x60; // CEntityComponentHelper*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
pub mod EngineLoopState_t {
|
||||
pub const m_nPlatWindowWidth: usize = 0x18; // int32
|
||||
pub const m_nPlatWindowHeight: usize = 0x1C; // int32
|
||||
pub const m_nRenderWidth: usize = 0x20; // int32
|
||||
pub const m_nRenderHeight: usize = 0x24; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
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 {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRealTime: usize = 0x28; // float32
|
||||
pub const m_flTickInterval: usize = 0x2C; // float32
|
||||
pub const m_flTickStartTime: usize = 0x30; // float64
|
||||
}
|
||||
// Parent: EventSimulate_t
|
||||
// Fields count: 0
|
||||
pub mod EventServerPollNetworking_t {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
output/libhost.so.cs
Normal file
20
output/libhost.so.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libhost.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
public static class LibhostSo {
|
||||
// Parent: CAnimScriptBase
|
||||
// Fields count: 1
|
||||
public static class EmptyTestScript {
|
||||
public const nint m_hTest = 0x10; // CAnimScriptParam<float32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class CAnimScriptBase {
|
||||
public const nint m_bIsValid = 0x8; // bool
|
||||
}
|
||||
}
|
||||
}
|
26
output/libhost.so.hpp
Normal file
26
output/libhost.so.hpp
Normal file
@@ -0,0 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libhost.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
namespace libhost_so {
|
||||
// Parent: CAnimScriptBase
|
||||
// Fields count: 1
|
||||
namespace EmptyTestScript {
|
||||
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam<float32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace CAnimScriptBase {
|
||||
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
output/libhost.so.json
Normal file
21
output/libhost.so.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"libhost.so": {
|
||||
"classes": {
|
||||
"CAnimScriptBase": {
|
||||
"fields": {
|
||||
"m_bIsValid": 8
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"EmptyTestScript": {
|
||||
"fields": {
|
||||
"m_hTest": 16
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": "CAnimScriptBase"
|
||||
}
|
||||
},
|
||||
"enums": {}
|
||||
}
|
||||
}
|
24
output/libhost.so.rs
Normal file
24
output/libhost.so.rs
Normal file
@@ -0,0 +1,24 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 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: libhost.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
pub mod libhost_so {
|
||||
// Parent: CAnimScriptBase
|
||||
// Fields count: 1
|
||||
pub mod EmptyTestScript {
|
||||
pub const m_hTest: usize = 0x10; // CAnimScriptParam<float32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod CAnimScriptBase {
|
||||
pub const m_bIsValid: usize = 0x8; // bool
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,11 +1,48 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libmaterialsystem2.so
|
||||
// Classes count: 13
|
||||
// Enums count: 0
|
||||
public static class Libmaterialsystem2 {
|
||||
// Enums count: 5
|
||||
public static class Libmaterialsystem2So {
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum VertJustification_e : uint {
|
||||
VERT_JUSTIFICATION_TOP = 0x0,
|
||||
VERT_JUSTIFICATION_CENTER = 0x1,
|
||||
VERT_JUSTIFICATION_BOTTOM = 0x2,
|
||||
VERT_JUSTIFICATION_NONE = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum LayoutPositionType_e : uint {
|
||||
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
||||
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
|
||||
LAYOUTPOSITIONTYPE_NONE = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum ViewFadeMode_t : uint {
|
||||
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
||||
VIEW_FADE_MODULATE = 0x1,
|
||||
VIEW_FADE_MOD2X = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum BloomBlendMode_t : uint {
|
||||
BLOOM_BLEND_ADD = 0x0,
|
||||
BLOOM_BLEND_SCREEN = 0x1,
|
||||
BLOOM_BLEND_BLUR = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum HorizJustification_e : uint {
|
||||
HORIZ_JUSTIFICATION_LEFT = 0x0,
|
||||
HORIZ_JUSTIFICATION_CENTER = 0x1,
|
||||
HORIZ_JUSTIFICATION_RIGHT = 0x2,
|
||||
HORIZ_JUSTIFICATION_NONE = 0x3
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
@@ -19,22 +56,6 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class MaterialParamInt_t {
|
||||
public const nint m_nValue = 0x8; // int32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class MaterialParamFloat_t {
|
||||
public const nint m_flValue = 0x8; // float32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class MaterialParamVector_t {
|
||||
public const nint m_value = 0x8; // Vector4D
|
||||
}
|
||||
@@ -43,16 +64,81 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class MaterialParamTexture_t {
|
||||
public const nint m_pValue = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
|
||||
public static class MaterialParamString_t {
|
||||
public const nint m_value = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingResource_t {
|
||||
public const nint m_bHasTonemapParams = 0x0; // bool
|
||||
public const nint m_toneMapParams = 0x4; // PostProcessingTonemapParameters_t
|
||||
public const nint m_bHasBloomParams = 0x40; // bool
|
||||
public const nint m_bloomParams = 0x44; // PostProcessingBloomParameters_t
|
||||
public const nint m_bHasVignetteParams = 0xB4; // bool
|
||||
public const nint m_vignetteParams = 0xB8; // PostProcessingVignetteParameters_t
|
||||
public const nint m_bHasLocalContrastParams = 0xDC; // bool
|
||||
public const nint m_localConstrastParams = 0xE0; // PostProcessingLocalContrastParameters_t
|
||||
public const nint m_nColorCorrectionVolumeDim = 0xF4; // int32
|
||||
public const nint m_colorCorrectionVolumeData = 0xF8; // CUtlBinaryBlock
|
||||
public const nint m_bHasColorCorrection = 0x110; // bool
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class MaterialParamString_t {
|
||||
public const nint m_value = 0x8; // CUtlString
|
||||
public static class MaterialParamInt_t {
|
||||
public const nint m_nValue = 0x8; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingVignetteParameters_t {
|
||||
public const nint m_flVignetteStrength = 0x0; // float32
|
||||
public const nint m_vCenter = 0x4; // Vector2D
|
||||
public const nint m_flRadius = 0xC; // float32
|
||||
public const nint m_flRoundness = 0x10; // float32
|
||||
public const nint m_flFeather = 0x14; // float32
|
||||
public const nint m_vColorTint = 0x18; // Vector
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingLocalContrastParameters_t {
|
||||
public const nint m_flLocalContrastStrength = 0x0; // float32
|
||||
public const nint m_flLocalContrastEdgeStrength = 0x4; // float32
|
||||
public const nint m_flLocalContrastVignetteStart = 0x8; // float32
|
||||
public const nint m_flLocalContrastVignetteEnd = 0xC; // float32
|
||||
public const nint m_flLocalContrastVignetteBlur = 0x10; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 15
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingTonemapParameters_t {
|
||||
public const nint m_flExposureBias = 0x0; // float32
|
||||
public const nint m_flShoulderStrength = 0x4; // float32
|
||||
public const nint m_flLinearStrength = 0x8; // float32
|
||||
public const nint m_flLinearAngle = 0xC; // float32
|
||||
public const nint m_flToeStrength = 0x10; // float32
|
||||
public const nint m_flToeNum = 0x14; // float32
|
||||
public const nint m_flToeDenom = 0x18; // float32
|
||||
public const nint m_flWhitePoint = 0x1C; // float32
|
||||
public const nint m_flLuminanceSource = 0x20; // float32
|
||||
public const nint m_flExposureBiasShadows = 0x24; // float32
|
||||
public const nint m_flExposureBiasHighlights = 0x28; // float32
|
||||
public const nint m_flMinShadowLum = 0x2C; // float32
|
||||
public const nint m_flMaxShadowLum = 0x30; // float32
|
||||
public const nint m_flMinHighlightLum = 0x34; // float32
|
||||
public const nint m_flMaxHighlightLum = 0x38; // float32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
@@ -84,28 +170,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_renderAttributesUsed = 0x118; // CUtlVector<CUtlString>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 15
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingTonemapParameters_t {
|
||||
public const nint m_flExposureBias = 0x0; // float32
|
||||
public const nint m_flShoulderStrength = 0x4; // float32
|
||||
public const nint m_flLinearStrength = 0x8; // float32
|
||||
public const nint m_flLinearAngle = 0xC; // float32
|
||||
public const nint m_flToeStrength = 0x10; // float32
|
||||
public const nint m_flToeNum = 0x14; // float32
|
||||
public const nint m_flToeDenom = 0x18; // float32
|
||||
public const nint m_flWhitePoint = 0x1C; // float32
|
||||
public const nint m_flLuminanceSource = 0x20; // float32
|
||||
public const nint m_flExposureBiasShadows = 0x24; // float32
|
||||
public const nint m_flExposureBiasHighlights = 0x28; // float32
|
||||
public const nint m_flMinShadowLum = 0x2C; // float32
|
||||
public const nint m_flMaxShadowLum = 0x30; // float32
|
||||
public const nint m_flMinHighlightLum = 0x34; // float32
|
||||
public const nint m_flMaxHighlightLum = 0x38; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
@@ -122,48 +186,21 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flBlurWeight = 0x20; // float32[5]
|
||||
public const nint m_vBlurTint = 0x34; // Vector[5]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingVignetteParameters_t {
|
||||
public const nint m_flVignetteStrength = 0x0; // float32
|
||||
public const nint m_vCenter = 0x4; // Vector2D
|
||||
public const nint m_flRadius = 0xC; // float32
|
||||
public const nint m_flRoundness = 0x10; // float32
|
||||
public const nint m_flFeather = 0x14; // float32
|
||||
public const nint m_vColorTint = 0x18; // Vector
|
||||
public static class MaterialParamFloat_t {
|
||||
public const nint m_flValue = 0x8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingLocalContrastParameters_t {
|
||||
public const nint m_flLocalContrastStrength = 0x0; // float32
|
||||
public const nint m_flLocalContrastEdgeStrength = 0x4; // float32
|
||||
public const nint m_flLocalContrastVignetteStart = 0x8; // float32
|
||||
public const nint m_flLocalContrastVignetteEnd = 0xC; // float32
|
||||
public const nint m_flLocalContrastVignetteBlur = 0x10; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PostProcessingResource_t {
|
||||
public const nint m_bHasTonemapParams = 0x0; // bool
|
||||
public const nint m_toneMapParams = 0x4; // PostProcessingTonemapParameters_t
|
||||
public const nint m_bHasBloomParams = 0x40; // bool
|
||||
public const nint m_bloomParams = 0x44; // PostProcessingBloomParameters_t
|
||||
public const nint m_bHasVignetteParams = 0xB4; // bool
|
||||
public const nint m_vignetteParams = 0xB8; // PostProcessingVignetteParameters_t
|
||||
public const nint m_bHasLocalContrastParams = 0xDC; // bool
|
||||
public const nint m_localConstrastParams = 0xE0; // PostProcessingLocalContrastParameters_t
|
||||
public const nint m_nColorCorrectionVolumeDim = 0xF4; // int32
|
||||
public const nint m_colorCorrectionVolumeData = 0xF8; // CUtlBinaryBlock
|
||||
public const nint m_bHasColorCorrection = 0x110; // bool
|
||||
public static class MaterialParamTexture_t {
|
||||
public const nint m_pValue = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,8 +9,45 @@ namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libmaterialsystem2.so
|
||||
// Classes count: 13
|
||||
// Enums count: 0
|
||||
namespace libmaterialsystem2 {
|
||||
// Enums count: 5
|
||||
namespace libmaterialsystem2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class VertJustification_e : uint32_t {
|
||||
VERT_JUSTIFICATION_TOP = 0x0,
|
||||
VERT_JUSTIFICATION_CENTER = 0x1,
|
||||
VERT_JUSTIFICATION_BOTTOM = 0x2,
|
||||
VERT_JUSTIFICATION_NONE = 0x3
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class LayoutPositionType_e : uint32_t {
|
||||
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
||||
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
|
||||
LAYOUTPOSITIONTYPE_NONE = 0x2
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class ViewFadeMode_t : uint32_t {
|
||||
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
||||
VIEW_FADE_MODULATE = 0x1,
|
||||
VIEW_FADE_MOD2X = 0x2
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class BloomBlendMode_t : uint32_t {
|
||||
BLOOM_BLEND_ADD = 0x0,
|
||||
BLOOM_BLEND_SCREEN = 0x1,
|
||||
BLOOM_BLEND_BLUR = 0x2
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class HorizJustification_e : uint32_t {
|
||||
HORIZ_JUSTIFICATION_LEFT = 0x0,
|
||||
HORIZ_JUSTIFICATION_CENTER = 0x1,
|
||||
HORIZ_JUSTIFICATION_RIGHT = 0x2,
|
||||
HORIZ_JUSTIFICATION_NONE = 0x3
|
||||
};
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
@@ -24,22 +61,6 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamInt_t {
|
||||
constexpr std::ptrdiff_t m_nValue = 0x8; // int32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamFloat_t {
|
||||
constexpr std::ptrdiff_t m_flValue = 0x8; // float32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamVector_t {
|
||||
constexpr std::ptrdiff_t m_value = 0x8; // Vector4D
|
||||
}
|
||||
@@ -48,16 +69,81 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamTexture_t {
|
||||
constexpr std::ptrdiff_t m_pValue = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
|
||||
namespace MaterialParamString_t {
|
||||
constexpr std::ptrdiff_t m_value = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingResource_t {
|
||||
constexpr std::ptrdiff_t m_bHasTonemapParams = 0x0; // bool
|
||||
constexpr std::ptrdiff_t m_toneMapParams = 0x4; // PostProcessingTonemapParameters_t
|
||||
constexpr std::ptrdiff_t m_bHasBloomParams = 0x40; // bool
|
||||
constexpr std::ptrdiff_t m_bloomParams = 0x44; // PostProcessingBloomParameters_t
|
||||
constexpr std::ptrdiff_t m_bHasVignetteParams = 0xB4; // bool
|
||||
constexpr std::ptrdiff_t m_vignetteParams = 0xB8; // PostProcessingVignetteParameters_t
|
||||
constexpr std::ptrdiff_t m_bHasLocalContrastParams = 0xDC; // bool
|
||||
constexpr std::ptrdiff_t m_localConstrastParams = 0xE0; // PostProcessingLocalContrastParameters_t
|
||||
constexpr std::ptrdiff_t m_nColorCorrectionVolumeDim = 0xF4; // int32
|
||||
constexpr std::ptrdiff_t m_colorCorrectionVolumeData = 0xF8; // CUtlBinaryBlock
|
||||
constexpr std::ptrdiff_t m_bHasColorCorrection = 0x110; // bool
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamString_t {
|
||||
constexpr std::ptrdiff_t m_value = 0x8; // CUtlString
|
||||
namespace MaterialParamInt_t {
|
||||
constexpr std::ptrdiff_t m_nValue = 0x8; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingVignetteParameters_t {
|
||||
constexpr std::ptrdiff_t m_flVignetteStrength = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_vCenter = 0x4; // Vector2D
|
||||
constexpr std::ptrdiff_t m_flRadius = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_flRoundness = 0x10; // float32
|
||||
constexpr std::ptrdiff_t m_flFeather = 0x14; // float32
|
||||
constexpr std::ptrdiff_t m_vColorTint = 0x18; // Vector
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingLocalContrastParameters_t {
|
||||
constexpr std::ptrdiff_t m_flLocalContrastStrength = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastEdgeStrength = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteStart = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteEnd = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteBlur = 0x10; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 15
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingTonemapParameters_t {
|
||||
constexpr std::ptrdiff_t m_flExposureBias = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_flShoulderStrength = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_flLinearStrength = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flLinearAngle = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_flToeStrength = 0x10; // float32
|
||||
constexpr std::ptrdiff_t m_flToeNum = 0x14; // float32
|
||||
constexpr std::ptrdiff_t m_flToeDenom = 0x18; // float32
|
||||
constexpr std::ptrdiff_t m_flWhitePoint = 0x1C; // float32
|
||||
constexpr std::ptrdiff_t m_flLuminanceSource = 0x20; // float32
|
||||
constexpr std::ptrdiff_t m_flExposureBiasShadows = 0x24; // float32
|
||||
constexpr std::ptrdiff_t m_flExposureBiasHighlights = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_flMinShadowLum = 0x2C; // float32
|
||||
constexpr std::ptrdiff_t m_flMaxShadowLum = 0x30; // float32
|
||||
constexpr std::ptrdiff_t m_flMinHighlightLum = 0x34; // float32
|
||||
constexpr std::ptrdiff_t m_flMaxHighlightLum = 0x38; // float32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
@@ -89,28 +175,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_renderAttributesUsed = 0x118; // CUtlVector<CUtlString>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 15
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingTonemapParameters_t {
|
||||
constexpr std::ptrdiff_t m_flExposureBias = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_flShoulderStrength = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_flLinearStrength = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flLinearAngle = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_flToeStrength = 0x10; // float32
|
||||
constexpr std::ptrdiff_t m_flToeNum = 0x14; // float32
|
||||
constexpr std::ptrdiff_t m_flToeDenom = 0x18; // float32
|
||||
constexpr std::ptrdiff_t m_flWhitePoint = 0x1C; // float32
|
||||
constexpr std::ptrdiff_t m_flLuminanceSource = 0x20; // float32
|
||||
constexpr std::ptrdiff_t m_flExposureBiasShadows = 0x24; // float32
|
||||
constexpr std::ptrdiff_t m_flExposureBiasHighlights = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_flMinShadowLum = 0x2C; // float32
|
||||
constexpr std::ptrdiff_t m_flMaxShadowLum = 0x30; // float32
|
||||
constexpr std::ptrdiff_t m_flMinHighlightLum = 0x34; // float32
|
||||
constexpr std::ptrdiff_t m_flMaxHighlightLum = 0x38; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
@@ -127,48 +191,21 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flBlurWeight = 0x20; // float32[5]
|
||||
constexpr std::ptrdiff_t m_vBlurTint = 0x34; // Vector[5]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingVignetteParameters_t {
|
||||
constexpr std::ptrdiff_t m_flVignetteStrength = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_vCenter = 0x4; // Vector2D
|
||||
constexpr std::ptrdiff_t m_flRadius = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_flRoundness = 0x10; // float32
|
||||
constexpr std::ptrdiff_t m_flFeather = 0x14; // float32
|
||||
constexpr std::ptrdiff_t m_vColorTint = 0x18; // Vector
|
||||
namespace MaterialParamFloat_t {
|
||||
constexpr std::ptrdiff_t m_flValue = 0x8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingLocalContrastParameters_t {
|
||||
constexpr std::ptrdiff_t m_flLocalContrastStrength = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastEdgeStrength = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteStart = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteEnd = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteBlur = 0x10; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingResource_t {
|
||||
constexpr std::ptrdiff_t m_bHasTonemapParams = 0x0; // bool
|
||||
constexpr std::ptrdiff_t m_toneMapParams = 0x4; // PostProcessingTonemapParameters_t
|
||||
constexpr std::ptrdiff_t m_bHasBloomParams = 0x40; // bool
|
||||
constexpr std::ptrdiff_t m_bloomParams = 0x44; // PostProcessingBloomParameters_t
|
||||
constexpr std::ptrdiff_t m_bHasVignetteParams = 0xB4; // bool
|
||||
constexpr std::ptrdiff_t m_vignetteParams = 0xB8; // PostProcessingVignetteParameters_t
|
||||
constexpr std::ptrdiff_t m_bHasLocalContrastParams = 0xDC; // bool
|
||||
constexpr std::ptrdiff_t m_localConstrastParams = 0xE0; // PostProcessingLocalContrastParameters_t
|
||||
constexpr std::ptrdiff_t m_nColorCorrectionVolumeDim = 0xF4; // int32
|
||||
constexpr std::ptrdiff_t m_colorCorrectionVolumeData = 0xF8; // CUtlBinaryBlock
|
||||
constexpr std::ptrdiff_t m_bHasColorCorrection = 0x110; // bool
|
||||
namespace MaterialParamTexture_t {
|
||||
constexpr std::ptrdiff_t m_pValue = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
|
||||
}
|
||||
}
|
||||
}
|
@@ -213,6 +213,54 @@
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {}
|
||||
"enums": {
|
||||
"BloomBlendMode_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"BLOOM_BLEND_ADD": 0,
|
||||
"BLOOM_BLEND_BLUR": 2,
|
||||
"BLOOM_BLEND_SCREEN": 1
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"HorizJustification_e": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"HORIZ_JUSTIFICATION_CENTER": 1,
|
||||
"HORIZ_JUSTIFICATION_LEFT": 0,
|
||||
"HORIZ_JUSTIFICATION_NONE": 3,
|
||||
"HORIZ_JUSTIFICATION_RIGHT": 2
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"LayoutPositionType_e": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"LAYOUTPOSITIONTYPE_FRACTIONAL": 1,
|
||||
"LAYOUTPOSITIONTYPE_NONE": 2,
|
||||
"LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE": 0
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"VertJustification_e": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"VERT_JUSTIFICATION_BOTTOM": 2,
|
||||
"VERT_JUSTIFICATION_CENTER": 1,
|
||||
"VERT_JUSTIFICATION_NONE": 3,
|
||||
"VERT_JUSTIFICATION_TOP": 0
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"ViewFadeMode_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"VIEW_FADE_CONSTANT_COLOR": 0,
|
||||
"VIEW_FADE_MOD2X": 2,
|
||||
"VIEW_FADE_MODULATE": 1
|
||||
},
|
||||
"type": "uint32"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,14 +1,56 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: libmaterialsystem2.so
|
||||
// Classes count: 13
|
||||
// Enums count: 0
|
||||
pub mod libmaterialsystem2 {
|
||||
// Enums count: 5
|
||||
pub mod libmaterialsystem2_so {
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
||||
pub enum VertJustification_e {
|
||||
VERT_JUSTIFICATION_TOP = 0x0,
|
||||
VERT_JUSTIFICATION_CENTER = 0x1,
|
||||
VERT_JUSTIFICATION_BOTTOM = 0x2,
|
||||
VERT_JUSTIFICATION_NONE = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum LayoutPositionType_e {
|
||||
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
|
||||
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
|
||||
LAYOUTPOSITIONTYPE_NONE = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum ViewFadeMode_t {
|
||||
VIEW_FADE_CONSTANT_COLOR = 0x0,
|
||||
VIEW_FADE_MODULATE = 0x1,
|
||||
VIEW_FADE_MOD2X = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum BloomBlendMode_t {
|
||||
BLOOM_BLEND_ADD = 0x0,
|
||||
BLOOM_BLEND_SCREEN = 0x1,
|
||||
BLOOM_BLEND_BLUR = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
||||
pub enum HorizJustification_e {
|
||||
HORIZ_JUSTIFICATION_LEFT = 0x0,
|
||||
HORIZ_JUSTIFICATION_CENTER = 0x1,
|
||||
HORIZ_JUSTIFICATION_RIGHT = 0x2,
|
||||
HORIZ_JUSTIFICATION_NONE = 0x3
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
@@ -22,22 +64,6 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod MaterialParamInt_t {
|
||||
pub const m_nValue: usize = 0x8; // int32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod MaterialParamFloat_t {
|
||||
pub const m_flValue: usize = 0x8; // float32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod MaterialParamVector_t {
|
||||
pub const m_value: usize = 0x8; // Vector4D
|
||||
}
|
||||
@@ -46,16 +72,81 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod MaterialParamTexture_t {
|
||||
pub const m_pValue: usize = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
|
||||
pub mod MaterialParamString_t {
|
||||
pub const m_value: usize = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingResource_t {
|
||||
pub const m_bHasTonemapParams: usize = 0x0; // bool
|
||||
pub const m_toneMapParams: usize = 0x4; // PostProcessingTonemapParameters_t
|
||||
pub const m_bHasBloomParams: usize = 0x40; // bool
|
||||
pub const m_bloomParams: usize = 0x44; // PostProcessingBloomParameters_t
|
||||
pub const m_bHasVignetteParams: usize = 0xB4; // bool
|
||||
pub const m_vignetteParams: usize = 0xB8; // PostProcessingVignetteParameters_t
|
||||
pub const m_bHasLocalContrastParams: usize = 0xDC; // bool
|
||||
pub const m_localConstrastParams: usize = 0xE0; // PostProcessingLocalContrastParameters_t
|
||||
pub const m_nColorCorrectionVolumeDim: usize = 0xF4; // int32
|
||||
pub const m_colorCorrectionVolumeData: usize = 0xF8; // CUtlBinaryBlock
|
||||
pub const m_bHasColorCorrection: usize = 0x110; // bool
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod MaterialParamString_t {
|
||||
pub const m_value: usize = 0x8; // CUtlString
|
||||
pub mod MaterialParamInt_t {
|
||||
pub const m_nValue: usize = 0x8; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingVignetteParameters_t {
|
||||
pub const m_flVignetteStrength: usize = 0x0; // float32
|
||||
pub const m_vCenter: usize = 0x4; // Vector2D
|
||||
pub const m_flRadius: usize = 0xC; // float32
|
||||
pub const m_flRoundness: usize = 0x10; // float32
|
||||
pub const m_flFeather: usize = 0x14; // float32
|
||||
pub const m_vColorTint: usize = 0x18; // Vector
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingLocalContrastParameters_t {
|
||||
pub const m_flLocalContrastStrength: usize = 0x0; // float32
|
||||
pub const m_flLocalContrastEdgeStrength: usize = 0x4; // float32
|
||||
pub const m_flLocalContrastVignetteStart: usize = 0x8; // float32
|
||||
pub const m_flLocalContrastVignetteEnd: usize = 0xC; // float32
|
||||
pub const m_flLocalContrastVignetteBlur: usize = 0x10; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 15
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingTonemapParameters_t {
|
||||
pub const m_flExposureBias: usize = 0x0; // float32
|
||||
pub const m_flShoulderStrength: usize = 0x4; // float32
|
||||
pub const m_flLinearStrength: usize = 0x8; // float32
|
||||
pub const m_flLinearAngle: usize = 0xC; // float32
|
||||
pub const m_flToeStrength: usize = 0x10; // float32
|
||||
pub const m_flToeNum: usize = 0x14; // float32
|
||||
pub const m_flToeDenom: usize = 0x18; // float32
|
||||
pub const m_flWhitePoint: usize = 0x1C; // float32
|
||||
pub const m_flLuminanceSource: usize = 0x20; // float32
|
||||
pub const m_flExposureBiasShadows: usize = 0x24; // float32
|
||||
pub const m_flExposureBiasHighlights: usize = 0x28; // float32
|
||||
pub const m_flMinShadowLum: usize = 0x2C; // float32
|
||||
pub const m_flMaxShadowLum: usize = 0x30; // float32
|
||||
pub const m_flMinHighlightLum: usize = 0x34; // float32
|
||||
pub const m_flMaxHighlightLum: usize = 0x38; // float32
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
@@ -87,28 +178,6 @@ pub mod cs2_dumper {
|
||||
pub const m_renderAttributesUsed: usize = 0x118; // CUtlVector<CUtlString>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 15
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingTonemapParameters_t {
|
||||
pub const m_flExposureBias: usize = 0x0; // float32
|
||||
pub const m_flShoulderStrength: usize = 0x4; // float32
|
||||
pub const m_flLinearStrength: usize = 0x8; // float32
|
||||
pub const m_flLinearAngle: usize = 0xC; // float32
|
||||
pub const m_flToeStrength: usize = 0x10; // float32
|
||||
pub const m_flToeNum: usize = 0x14; // float32
|
||||
pub const m_flToeDenom: usize = 0x18; // float32
|
||||
pub const m_flWhitePoint: usize = 0x1C; // float32
|
||||
pub const m_flLuminanceSource: usize = 0x20; // float32
|
||||
pub const m_flExposureBiasShadows: usize = 0x24; // float32
|
||||
pub const m_flExposureBiasHighlights: usize = 0x28; // float32
|
||||
pub const m_flMinShadowLum: usize = 0x2C; // float32
|
||||
pub const m_flMaxShadowLum: usize = 0x30; // float32
|
||||
pub const m_flMinHighlightLum: usize = 0x34; // float32
|
||||
pub const m_flMaxHighlightLum: usize = 0x38; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
@@ -125,48 +194,21 @@ pub mod cs2_dumper {
|
||||
pub const m_flBlurWeight: usize = 0x20; // float32[5]
|
||||
pub const m_vBlurTint: usize = 0x34; // Vector[5]
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingVignetteParameters_t {
|
||||
pub const m_flVignetteStrength: usize = 0x0; // float32
|
||||
pub const m_vCenter: usize = 0x4; // Vector2D
|
||||
pub const m_flRadius: usize = 0xC; // float32
|
||||
pub const m_flRoundness: usize = 0x10; // float32
|
||||
pub const m_flFeather: usize = 0x14; // float32
|
||||
pub const m_vColorTint: usize = 0x18; // Vector
|
||||
pub mod MaterialParamFloat_t {
|
||||
pub const m_flValue: usize = 0x8; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Parent: MaterialParam_t
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingLocalContrastParameters_t {
|
||||
pub const m_flLocalContrastStrength: usize = 0x0; // float32
|
||||
pub const m_flLocalContrastEdgeStrength: usize = 0x4; // float32
|
||||
pub const m_flLocalContrastVignetteStart: usize = 0x8; // float32
|
||||
pub const m_flLocalContrastVignetteEnd: usize = 0xC; // float32
|
||||
pub const m_flLocalContrastVignetteBlur: usize = 0x10; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PostProcessingResource_t {
|
||||
pub const m_bHasTonemapParams: usize = 0x0; // bool
|
||||
pub const m_toneMapParams: usize = 0x4; // PostProcessingTonemapParameters_t
|
||||
pub const m_bHasBloomParams: usize = 0x40; // bool
|
||||
pub const m_bloomParams: usize = 0x44; // PostProcessingBloomParameters_t
|
||||
pub const m_bHasVignetteParams: usize = 0xB4; // bool
|
||||
pub const m_vignetteParams: usize = 0xB8; // PostProcessingVignetteParameters_t
|
||||
pub const m_bHasLocalContrastParams: usize = 0xDC; // bool
|
||||
pub const m_localConstrastParams: usize = 0xE0; // PostProcessingLocalContrastParameters_t
|
||||
pub const m_nColorCorrectionVolumeDim: usize = 0xF4; // int32
|
||||
pub const m_colorCorrectionVolumeData: usize = 0xF8; // CUtlBinaryBlock
|
||||
pub const m_bHasColorCorrection: usize = 0x110; // bool
|
||||
pub mod MaterialParamTexture_t {
|
||||
pub const m_pValue: usize = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
|
||||
}
|
||||
}
|
||||
}
|
15
output/libnetworksystem.so.cs
Normal file
15
output/libnetworksystem.so.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libnetworksystem.so
|
||||
// Classes count: 1
|
||||
// Enums count: 0
|
||||
public static class LibnetworksystemSo {
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class ChangeAccessorFieldPathIndex_t {
|
||||
public const nint m_Value = 0x0; // int32
|
||||
}
|
||||
}
|
||||
}
|
21
output/libnetworksystem.so.hpp
Normal file
21
output/libnetworksystem.so.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libnetworksystem.so
|
||||
// Classes count: 1
|
||||
// Enums count: 0
|
||||
namespace libnetworksystem_so {
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace ChangeAccessorFieldPathIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
14
output/libnetworksystem.so.json
Normal file
14
output/libnetworksystem.so.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"libnetworksystem.so": {
|
||||
"classes": {
|
||||
"ChangeAccessorFieldPathIndex_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {}
|
||||
}
|
||||
}
|
19
output/libnetworksystem.so.rs
Normal file
19
output/libnetworksystem.so.rs
Normal file
@@ -0,0 +1,19 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 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: libnetworksystem.so
|
||||
// Classes count: 1
|
||||
// Enums count: 0
|
||||
pub mod libnetworksystem_so {
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod ChangeAccessorFieldPathIndex_t {
|
||||
pub const m_Value: usize = 0x0; // int32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,11 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 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 Panorama {
|
||||
public static class LibpanoramaSo {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
public enum ELayoutNodeType : uint {
|
||||
@@ -24,7 +24,7 @@ namespace CS2Dumper.Schemas {
|
||||
REFERENCE_PASSTHROUGH = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
// Members count: 16
|
||||
public enum EStyleNodeType : uint {
|
||||
ROOT = 0x0,
|
||||
EXPRESSION = 0x1,
|
||||
@@ -40,7 +40,8 @@ namespace CS2Dumper.Schemas {
|
||||
EXPRESSION_CONCAT = 0xB,
|
||||
REFERENCE_CONTENT = 0xC,
|
||||
REFERENCE_COMPILED = 0xD,
|
||||
REFERENCE_PASSTHROUGH = 0xE
|
||||
REFERENCE_PASSTHROUGH = 0xE,
|
||||
COMPILER_CONDITIONAL = 0xF
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 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 {
|
||||
namespace libpanorama_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
enum class ELayoutNodeType : uint32_t {
|
||||
@@ -29,7 +29,7 @@ namespace cs2_dumper {
|
||||
REFERENCE_PASSTHROUGH = 0xC
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
// Members count: 16
|
||||
enum class EStyleNodeType : uint32_t {
|
||||
ROOT = 0x0,
|
||||
EXPRESSION = 0x1,
|
||||
@@ -45,7 +45,8 @@ namespace cs2_dumper {
|
||||
EXPRESSION_CONCAT = 0xB,
|
||||
REFERENCE_CONTENT = 0xC,
|
||||
REFERENCE_COMPILED = 0xD,
|
||||
REFERENCE_PASSTHROUGH = 0xE
|
||||
REFERENCE_PASSTHROUGH = 0xE,
|
||||
COMPILER_CONDITIONAL = 0xF
|
||||
};
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"panorama.dll": {
|
||||
"libpanorama.so": {
|
||||
"classes": {},
|
||||
"enums": {
|
||||
"ELayoutNodeType": {
|
||||
@@ -24,6 +24,7 @@
|
||||
"EStyleNodeType": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"COMPILER_CONDITIONAL": 15,
|
||||
"DEFINE": 3,
|
||||
"EXPRESSION": 1,
|
||||
"EXPRESSION_CONCAT": 11,
|
@@ -1,14 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
#![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 {
|
||||
pub mod libpanorama_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
#[repr(u32)]
|
||||
@@ -28,7 +28,7 @@ pub mod cs2_dumper {
|
||||
REFERENCE_PASSTHROUGH = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
// Members count: 16
|
||||
#[repr(u32)]
|
||||
pub enum EStyleNodeType {
|
||||
ROOT = 0x0,
|
||||
@@ -45,7 +45,8 @@ pub mod cs2_dumper {
|
||||
EXPRESSION_CONCAT = 0xB,
|
||||
REFERENCE_CONTENT = 0xC,
|
||||
REFERENCE_COMPILED = 0xD,
|
||||
REFERENCE_PASSTHROUGH = 0xE
|
||||
REFERENCE_PASSTHROUGH = 0xE,
|
||||
COMPILER_CONDITIONAL = 0xF
|
||||
}
|
||||
}
|
||||
}
|
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
1235
output/libpulse_system.so.cs
Normal file
1235
output/libpulse_system.so.cs
Normal file
File diff suppressed because it is too large
Load Diff
1241
output/libpulse_system.so.hpp
Normal file
1241
output/libpulse_system.so.hpp
Normal file
File diff suppressed because it is too large
Load Diff
2085
output/libpulse_system.so.json
Normal file
2085
output/libpulse_system.so.json
Normal file
File diff suppressed because it is too large
Load Diff
1248
output/libpulse_system.so.rs
Normal file
1248
output/libpulse_system.so.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,34 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
// Classes count: 0
|
||||
// Module: librendersystemvulkan.so
|
||||
// Classes count: 3
|
||||
// Enums count: 5
|
||||
public static class Rendersystemdx11 {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum RenderSlotType_t : uint {
|
||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 12
|
||||
public enum RenderBufferFlags_t : uint {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800
|
||||
}
|
||||
public static class LibrendersystemvulkanSo {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
public enum RenderPrimitiveType_t : uint {
|
||||
@@ -47,12 +24,21 @@ namespace CS2Dumper.Schemas {
|
||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum InputLayoutVariation_t : uint {
|
||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
||||
// Members count: 13
|
||||
public enum RenderBufferFlags_t : uint {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800,
|
||||
RENDER_BUFFER_POOL_ALLOCATED = 0x1000
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 8
|
||||
@@ -66,5 +52,44 @@ namespace CS2Dumper.Schemas {
|
||||
RENDER_MULTISAMPLE_16X = 0x5,
|
||||
RENDER_MULTISAMPLE_TYPE_COUNT = 0x6
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
public enum InputLayoutVariation_t : uint {
|
||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum RenderSlotType_t : uint {
|
||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
public static class VsInputSignatureElement_t {
|
||||
public const nint m_pName = 0x0; // char[64]
|
||||
public const nint m_pSemantic = 0x40; // char[64]
|
||||
public const nint m_pD3DSemanticName = 0x80; // char[64]
|
||||
public const nint m_nD3DSemanticIndex = 0xC0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class VsInputSignature_t {
|
||||
public const nint m_elems = 0x0; // CUtlVector<VsInputSignatureElement_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
public static class RenderInputLayoutField_t {
|
||||
public const nint m_pSemanticName = 0x0; // uint8[32]
|
||||
public const nint m_nSemanticIndex = 0x20; // int32
|
||||
public const nint m_Format = 0x24; // uint32
|
||||
public const nint m_nOffset = 0x28; // int32
|
||||
public const nint m_nSlot = 0x2C; // int32
|
||||
public const nint m_nSlotType = 0x30; // RenderSlotType_t
|
||||
public const nint m_nInstanceStepRate = 0x34; // int32
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,33 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
// Classes count: 0
|
||||
// Module: librendersystemvulkan.so
|
||||
// Classes count: 3
|
||||
// Enums count: 5
|
||||
namespace rendersystemdx11 {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class RenderSlotType_t : uint32_t {
|
||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 12
|
||||
enum class RenderBufferFlags_t : uint32_t {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800
|
||||
};
|
||||
namespace librendersystemvulkan_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
enum class RenderPrimitiveType_t : uint32_t {
|
||||
@@ -52,12 +29,21 @@ namespace cs2_dumper {
|
||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class InputLayoutVariation_t : uint32_t {
|
||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
||||
// Members count: 13
|
||||
enum class RenderBufferFlags_t : uint32_t {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800,
|
||||
RENDER_BUFFER_POOL_ALLOCATED = 0x1000
|
||||
};
|
||||
// Alignment: 1
|
||||
// Members count: 8
|
||||
@@ -71,6 +57,45 @@ namespace cs2_dumper {
|
||||
RENDER_MULTISAMPLE_16X = 0x5,
|
||||
RENDER_MULTISAMPLE_TYPE_COUNT = 0x6
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
enum class InputLayoutVariation_t : uint32_t {
|
||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class RenderSlotType_t : uint32_t {
|
||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
||||
};
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
namespace VsInputSignatureElement_t {
|
||||
constexpr std::ptrdiff_t m_pName = 0x0; // char[64]
|
||||
constexpr std::ptrdiff_t m_pSemantic = 0x40; // char[64]
|
||||
constexpr std::ptrdiff_t m_pD3DSemanticName = 0x80; // char[64]
|
||||
constexpr std::ptrdiff_t m_nD3DSemanticIndex = 0xC0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace VsInputSignature_t {
|
||||
constexpr std::ptrdiff_t m_elems = 0x0; // CUtlVector<VsInputSignatureElement_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
namespace RenderInputLayoutField_t {
|
||||
constexpr std::ptrdiff_t m_pSemanticName = 0x0; // uint8[32]
|
||||
constexpr std::ptrdiff_t m_nSemanticIndex = 0x20; // int32
|
||||
constexpr std::ptrdiff_t m_Format = 0x24; // uint32
|
||||
constexpr std::ptrdiff_t m_nOffset = 0x28; // int32
|
||||
constexpr std::ptrdiff_t m_nSlot = 0x2C; // int32
|
||||
constexpr std::ptrdiff_t m_nSlotType = 0x30; // RenderSlotType_t
|
||||
constexpr std::ptrdiff_t m_nInstanceStepRate = 0x34; // int32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,6 +1,37 @@
|
||||
{
|
||||
"rendersystemdx11.dll": {
|
||||
"classes": {},
|
||||
"librendersystemvulkan.so": {
|
||||
"classes": {
|
||||
"RenderInputLayoutField_t": {
|
||||
"fields": {
|
||||
"m_Format": 36,
|
||||
"m_nInstanceStepRate": 52,
|
||||
"m_nOffset": 40,
|
||||
"m_nSemanticIndex": 32,
|
||||
"m_nSlot": 44,
|
||||
"m_nSlotType": 48,
|
||||
"m_pSemanticName": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"VsInputSignatureElement_t": {
|
||||
"fields": {
|
||||
"m_nD3DSemanticIndex": 192,
|
||||
"m_pD3DSemanticName": 128,
|
||||
"m_pName": 0,
|
||||
"m_pSemantic": 64
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"VsInputSignature_t": {
|
||||
"fields": {
|
||||
"m_elems": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {
|
||||
"InputLayoutVariation_t": {
|
||||
"alignment": 4,
|
||||
@@ -19,6 +50,7 @@
|
||||
"RENDER_BUFFER_APPEND_CONSUME_BUFFER": 64,
|
||||
"RENDER_BUFFER_BYTEADDRESS_BUFFER": 16,
|
||||
"RENDER_BUFFER_PER_FRAME_WRITE_ONCE": 2048,
|
||||
"RENDER_BUFFER_POOL_ALLOCATED": 4096,
|
||||
"RENDER_BUFFER_SHADER_BINDING_TABLE": 1024,
|
||||
"RENDER_BUFFER_STRUCTURED_BUFFER": 32,
|
||||
"RENDER_BUFFER_UAV_COUNTER": 128,
|
@@ -1,39 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
// Classes count: 0
|
||||
// Module: librendersystemvulkan.so
|
||||
// Classes count: 3
|
||||
// Enums count: 5
|
||||
pub mod rendersystemdx11 {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum RenderSlotType_t {
|
||||
RENDER_SLOT_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 12
|
||||
#[repr(u32)]
|
||||
pub enum RenderBufferFlags_t {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800
|
||||
}
|
||||
pub mod librendersystemvulkan_so {
|
||||
// Alignment: 4
|
||||
// Members count: 13
|
||||
#[repr(u32)]
|
||||
@@ -53,19 +28,28 @@ pub mod cs2_dumper {
|
||||
RENDER_PRIM_TYPE_COUNT = 0xC
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
// Members count: 13
|
||||
#[repr(u32)]
|
||||
pub enum InputLayoutVariation_t {
|
||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
||||
pub enum RenderBufferFlags_t {
|
||||
RENDER_BUFFER_USAGE_VERTEX_BUFFER = 0x1,
|
||||
RENDER_BUFFER_USAGE_INDEX_BUFFER = 0x2,
|
||||
RENDER_BUFFER_USAGE_SHADER_RESOURCE = 0x4,
|
||||
RENDER_BUFFER_USAGE_UNORDERED_ACCESS = 0x8,
|
||||
RENDER_BUFFER_BYTEADDRESS_BUFFER = 0x10,
|
||||
RENDER_BUFFER_STRUCTURED_BUFFER = 0x20,
|
||||
RENDER_BUFFER_APPEND_CONSUME_BUFFER = 0x40,
|
||||
RENDER_BUFFER_UAV_COUNTER = 0x80,
|
||||
RENDER_BUFFER_UAV_DRAW_INDIRECT_ARGS = 0x100,
|
||||
RENDER_BUFFER_ACCELERATION_STRUCTURE = 0x200,
|
||||
RENDER_BUFFER_SHADER_BINDING_TABLE = 0x400,
|
||||
RENDER_BUFFER_PER_FRAME_WRITE_ONCE = 0x800,
|
||||
RENDER_BUFFER_POOL_ALLOCATED = 0x1000
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 8
|
||||
#[repr(u8)]
|
||||
pub enum RenderMultisampleType_t {
|
||||
RENDER_MULTISAMPLE_INVALID = 0xFFFFFFFFFFFFFFFF,
|
||||
RENDER_MULTISAMPLE_INVALID = u8::MAX,
|
||||
RENDER_MULTISAMPLE_NONE = 0x0,
|
||||
RENDER_MULTISAMPLE_2X = 0x1,
|
||||
RENDER_MULTISAMPLE_4X = 0x2,
|
||||
@@ -74,6 +58,47 @@ pub mod cs2_dumper {
|
||||
RENDER_MULTISAMPLE_16X = 0x5,
|
||||
RENDER_MULTISAMPLE_TYPE_COUNT = 0x6
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 4
|
||||
#[repr(u32)]
|
||||
pub enum InputLayoutVariation_t {
|
||||
INPUT_LAYOUT_VARIATION_DEFAULT = 0x0,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID = 0x1,
|
||||
INPUT_LAYOUT_VARIATION_STREAM1_INSTANCEID_MORPH_VERT_ID = 0x2,
|
||||
INPUT_LAYOUT_VARIATION_MAX = 0x3
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum RenderSlotType_t {
|
||||
RENDER_SLOT_INVALID = u32::MAX,
|
||||
RENDER_SLOT_PER_VERTEX = 0x0,
|
||||
RENDER_SLOT_PER_INSTANCE = 0x1
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
pub mod VsInputSignatureElement_t {
|
||||
pub const m_pName: usize = 0x0; // char[64]
|
||||
pub const m_pSemantic: usize = 0x40; // char[64]
|
||||
pub const m_pD3DSemanticName: usize = 0x80; // char[64]
|
||||
pub const m_nD3DSemanticIndex: usize = 0xC0; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod VsInputSignature_t {
|
||||
pub const m_elems: usize = 0x0; // CUtlVector<VsInputSignatureElement_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
pub mod RenderInputLayoutField_t {
|
||||
pub const m_pSemanticName: usize = 0x0; // uint8[32]
|
||||
pub const m_nSemanticIndex: usize = 0x20; // int32
|
||||
pub const m_Format: usize = 0x24; // uint32
|
||||
pub const m_nOffset: usize = 0x28; // int32
|
||||
pub const m_nSlot: usize = 0x2C; // int32
|
||||
pub const m_nSlotType: usize = 0x30; // RenderSlotType_t
|
||||
pub const m_nInstanceStepRate: usize = 0x34; // int32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,11 +1,92 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libresourcesystem.so
|
||||
// Classes count: 54
|
||||
// Enums count: 0
|
||||
public static class Libresourcesystem {
|
||||
// Classes count: 59
|
||||
// Enums count: 2
|
||||
public static class LibresourcesystemSo {
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
public enum FuseVariableType_t : byte {
|
||||
INVALID = 0x0,
|
||||
BOOL = 0x1,
|
||||
INT8 = 0x2,
|
||||
INT16 = 0x3,
|
||||
INT32 = 0x4,
|
||||
UINT8 = 0x5,
|
||||
UINT16 = 0x6,
|
||||
UINT32 = 0x7,
|
||||
FLOAT32 = 0x8
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 2
|
||||
public enum FuseVariableAccess_t : byte {
|
||||
WRITABLE = 0x0,
|
||||
READ_ONLY = 0x1
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmIKRig {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCDotaItemDefinitionResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCMorphSetData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCChoreoSceneFileData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVSoundStackScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
public static class PackedAABB_t {
|
||||
public const nint m_nPackedMin = 0x0; // uint32
|
||||
public const nint m_nPackedMax = 0x4; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeManifestTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -17,40 +98,30 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flValue = 0xC; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class VariableInfo_t {
|
||||
public const nint m_name = 0x0; // CUtlString
|
||||
public const nint m_nameToken = 0x8; // CUtlStringToken
|
||||
public const nint m_nIndex = 0xC; // FuseVariableIndex_t
|
||||
public const nint m_nNumComponents = 0xE; // uint8
|
||||
public const nint m_eVarType = 0xF; // FuseVariableType_t
|
||||
public const nint m_eAccess = 0x10; // FuseVariableAccess_t
|
||||
// Fields count: 1
|
||||
public static class FuseFunctionIndex_t {
|
||||
public const nint m_Value = 0x0; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FunctionInfo_t {
|
||||
public const nint m_name = 0x8; // CUtlString
|
||||
public const nint m_nameToken = 0x10; // CUtlStringToken
|
||||
public const nint m_nParamCount = 0x14; // int32
|
||||
public const nint m_nIndex = 0x18; // FuseFunctionIndex_t
|
||||
public const nint m_bIsPure = 0x1A; // bool
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCGcExportableExternalData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CFuseProgram {
|
||||
public const nint m_programBuffer = 0x0; // CUtlVector<uint8>
|
||||
public const nint m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
|
||||
public const nint m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
|
||||
public const nint m_nMaxTempVarsUsed = 0x48; // int32
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIAnimGraphModelBinding {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCJavaScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
@@ -66,6 +137,20 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCRenderMesh {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVoxelVisibility {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -78,6 +163,96 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPhysAggregateData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmClip {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeWorld_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeProceduralTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
public static class AABB_t {
|
||||
public const nint m_vMinBounds = 0x0; // Vector
|
||||
public const nint m_vMaxBounds = 0xC; // Vector
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPostProcessingResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class VariableInfo_t {
|
||||
public const nint m_name = 0x0; // CUtlString
|
||||
public const nint m_nameToken = 0x8; // CUtlStringToken
|
||||
public const nint m_nIndex = 0xC; // FuseVariableIndex_t
|
||||
public const nint m_nNumComponents = 0xE; // uint8
|
||||
public const nint m_eVarType = 0xF; // FuseVariableType_t
|
||||
public const nint m_eAccess = 0x10; // FuseVariableAccess_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIParticleSnapshot {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
public static class FourQuaternions {
|
||||
public const nint x = 0x0; // fltx4
|
||||
public const nint y = 0x10; // fltx4
|
||||
public const nint z = 0x20; // fltx4
|
||||
public const nint w = 0x30; // fltx4
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPanoramaLayout {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCTypeScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmSkeleton {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
@@ -85,14 +260,182 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeProceduralTestResource_t {
|
||||
public static class InfoForResourceTypeCAnimationGroup {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeManifestTestResource_t {
|
||||
public static class InfoForResourceTypeCVSoundEventScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVoiceContainerBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCWorldNode {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraphVariation {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraphDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CFuseProgram {
|
||||
public const nint m_programBuffer = 0x0; // CUtlVector<uint8>
|
||||
public const nint m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
|
||||
public const nint m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
|
||||
public const nint m_nMaxTempVarsUsed = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCCompositeMaterialKit {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVMixListResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCAnimData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIMaterial2 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIVectorGraphic {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPanoramaDynamicImages {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIPulseGraphDef {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class FunctionInfo_t {
|
||||
public const nint m_name = 0x8; // CUtlString
|
||||
public const nint m_nameToken = 0x10; // CUtlStringToken
|
||||
public const nint m_nParamCount = 0x14; // int32
|
||||
public const nint m_nIndex = 0x18; // FuseFunctionIndex_t
|
||||
public const nint m_bIsPure = 0x1A; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVDataResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCModel {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCDOTANovelsList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCTextureBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class FuseVariableIndex_t {
|
||||
public const nint m_Value = 0x0; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCSequenceGroupData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -108,153 +451,6 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVDataResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIPulseGraphDef {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCTypeScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCJavaScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIParticleSnapshot {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCAnimData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCAnimationGroup {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCSequenceGroupData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIMaterial2 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCMorphSetData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCRenderMesh {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCModel {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCTextureBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIVectorGraphic {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVSoundEventScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVSoundStackScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVoiceContainerBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVMixListResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPhysAggregateData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCEntityLump {
|
||||
}
|
||||
// Parent: None
|
||||
@@ -262,154 +458,7 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCWorldNode {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeWorld_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCVoxelVisibility {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPostProcessingResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPanoramaLayout {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCPanoramaDynamicImages {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCDotaItemDefinitionResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCDOTAPatchNotesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCDOTANovelsList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeIAnimGraphModelBinding {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCChoreoSceneFileData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCDACGameDefsData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCCompositeMaterialKit {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCGcExportableExternalData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmSkeleton {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmClip {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraph {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeCNmGraphDataSet {
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -8,9 +8,90 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libresourcesystem.so
|
||||
// Classes count: 54
|
||||
// Enums count: 0
|
||||
namespace libresourcesystem {
|
||||
// Classes count: 59
|
||||
// Enums count: 2
|
||||
namespace libresourcesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
enum class FuseVariableType_t : uint8_t {
|
||||
INVALID = 0x0,
|
||||
BOOL = 0x1,
|
||||
INT8 = 0x2,
|
||||
INT16 = 0x3,
|
||||
INT32 = 0x4,
|
||||
UINT8 = 0x5,
|
||||
UINT16 = 0x6,
|
||||
UINT32 = 0x7,
|
||||
FLOAT32 = 0x8
|
||||
};
|
||||
// Alignment: 1
|
||||
// Members count: 2
|
||||
enum class FuseVariableAccess_t : uint8_t {
|
||||
WRITABLE = 0x0,
|
||||
READ_ONLY = 0x1
|
||||
};
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmIKRig {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCDotaItemDefinitionResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCMorphSetData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCChoreoSceneFileData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVSoundStackScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
namespace PackedAABB_t {
|
||||
constexpr std::ptrdiff_t m_nPackedMin = 0x0; // uint32
|
||||
constexpr std::ptrdiff_t m_nPackedMax = 0x4; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeManifestTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -22,40 +103,30 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_flValue = 0xC; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace VariableInfo_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
|
||||
constexpr std::ptrdiff_t m_nIndex = 0xC; // FuseVariableIndex_t
|
||||
constexpr std::ptrdiff_t m_nNumComponents = 0xE; // uint8
|
||||
constexpr std::ptrdiff_t m_eVarType = 0xF; // FuseVariableType_t
|
||||
constexpr std::ptrdiff_t m_eAccess = 0x10; // FuseVariableAccess_t
|
||||
// Fields count: 1
|
||||
namespace FuseFunctionIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FunctionInfo_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nameToken = 0x10; // CUtlStringToken
|
||||
constexpr std::ptrdiff_t m_nParamCount = 0x14; // int32
|
||||
constexpr std::ptrdiff_t m_nIndex = 0x18; // FuseFunctionIndex_t
|
||||
constexpr std::ptrdiff_t m_bIsPure = 0x1A; // bool
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCGcExportableExternalData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CFuseProgram {
|
||||
constexpr std::ptrdiff_t m_programBuffer = 0x0; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
|
||||
constexpr std::ptrdiff_t m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
|
||||
constexpr std::ptrdiff_t m_nMaxTempVarsUsed = 0x48; // int32
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIAnimGraphModelBinding {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCJavaScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
@@ -71,6 +142,20 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCRenderMesh {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVoxelVisibility {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -83,6 +168,96 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPhysAggregateData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmClip {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeWorld_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeProceduralTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
namespace AABB_t {
|
||||
constexpr std::ptrdiff_t m_vMinBounds = 0x0; // Vector
|
||||
constexpr std::ptrdiff_t m_vMaxBounds = 0xC; // Vector
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPostProcessingResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace VariableInfo_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
|
||||
constexpr std::ptrdiff_t m_nIndex = 0xC; // FuseVariableIndex_t
|
||||
constexpr std::ptrdiff_t m_nNumComponents = 0xE; // uint8
|
||||
constexpr std::ptrdiff_t m_eVarType = 0xF; // FuseVariableType_t
|
||||
constexpr std::ptrdiff_t m_eAccess = 0x10; // FuseVariableAccess_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIParticleSnapshot {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
namespace FourQuaternions {
|
||||
constexpr std::ptrdiff_t x = 0x0; // fltx4
|
||||
constexpr std::ptrdiff_t y = 0x10; // fltx4
|
||||
constexpr std::ptrdiff_t z = 0x20; // fltx4
|
||||
constexpr std::ptrdiff_t w = 0x30; // fltx4
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPanoramaLayout {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCTypeScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmSkeleton {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
@@ -90,14 +265,182 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeProceduralTestResource_t {
|
||||
namespace InfoForResourceTypeCAnimationGroup {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeManifestTestResource_t {
|
||||
namespace InfoForResourceTypeCVSoundEventScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVoiceContainerBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCWorldNode {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraphVariation {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraphDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CFuseProgram {
|
||||
constexpr std::ptrdiff_t m_programBuffer = 0x0; // CUtlVector<uint8>
|
||||
constexpr std::ptrdiff_t m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
|
||||
constexpr std::ptrdiff_t m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
|
||||
constexpr std::ptrdiff_t m_nMaxTempVarsUsed = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCCompositeMaterialKit {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVMixListResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCAnimData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIMaterial2 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIVectorGraphic {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPanoramaDynamicImages {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIPulseGraphDef {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace FunctionInfo_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nameToken = 0x10; // CUtlStringToken
|
||||
constexpr std::ptrdiff_t m_nParamCount = 0x14; // int32
|
||||
constexpr std::ptrdiff_t m_nIndex = 0x18; // FuseFunctionIndex_t
|
||||
constexpr std::ptrdiff_t m_bIsPure = 0x1A; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVDataResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCModel {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCDOTANovelsList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCTextureBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace FuseVariableIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCSequenceGroupData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -113,153 +456,6 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVDataResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIPulseGraphDef {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCTypeScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCJavaScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIParticleSnapshot {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCAnimData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCAnimationGroup {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCSequenceGroupData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIMaterial2 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCMorphSetData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCRenderMesh {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCModel {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCTextureBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIVectorGraphic {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVSoundEventScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVSoundStackScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVoiceContainerBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVMixListResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPhysAggregateData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCEntityLump {
|
||||
}
|
||||
// Parent: None
|
||||
@@ -267,155 +463,8 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCWorldNode {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeWorld_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCVoxelVisibility {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPostProcessingResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPanoramaLayout {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCPanoramaDynamicImages {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCDotaItemDefinitionResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCDOTAPatchNotesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCDOTANovelsList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeIAnimGraphModelBinding {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCChoreoSceneFileData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCDACGameDefsData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCCompositeMaterialKit {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCGcExportableExternalData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmSkeleton {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmClip {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraph {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeCNmGraphDataSet {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,6 +1,14 @@
|
||||
{
|
||||
"libresourcesystem.so": {
|
||||
"classes": {
|
||||
"AABB_t": {
|
||||
"fields": {
|
||||
"m_vMaxBounds": 12,
|
||||
"m_vMinBounds": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"CFuseProgram": {
|
||||
"fields": {
|
||||
"m_nMaxTempVarsUsed": 72,
|
||||
@@ -47,6 +55,16 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FourQuaternions": {
|
||||
"fields": {
|
||||
"w": 48,
|
||||
"x": 0,
|
||||
"y": 16,
|
||||
"z": 32
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"FunctionInfo_t": {
|
||||
"fields": {
|
||||
"m_bIsPure": 26,
|
||||
@@ -63,6 +81,20 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"FuseFunctionIndex_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"FuseVariableIndex_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCAnimData": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@@ -113,16 +145,6 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCDACGameDefsData": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MResourceTypeForInfoType",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCDOTANovelsList": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@@ -213,7 +235,7 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCNmGraph": {
|
||||
"InfoForResourceTypeCNmGraphDefinition": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -223,7 +245,17 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCNmGraphDataSet": {
|
||||
"InfoForResourceTypeCNmGraphVariation": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MResourceTypeForInfoType",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCNmIKRig": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -546,6 +578,14 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"PackedAABB_t": {
|
||||
"fields": {
|
||||
"m_nPackedMax": 4,
|
||||
"m_nPackedMin": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"TestResource_t": {
|
||||
"fields": {
|
||||
"m_name": 0
|
||||
@@ -576,6 +616,30 @@
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {}
|
||||
"enums": {
|
||||
"FuseVariableAccess_t": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"READ_ONLY": 1,
|
||||
"WRITABLE": 0
|
||||
},
|
||||
"type": "uint8"
|
||||
},
|
||||
"FuseVariableType_t": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"BOOL": 1,
|
||||
"FLOAT32": 8,
|
||||
"INT16": 3,
|
||||
"INT32": 4,
|
||||
"INT8": 2,
|
||||
"INVALID": 0,
|
||||
"UINT16": 6,
|
||||
"UINT32": 7,
|
||||
"UINT8": 5
|
||||
},
|
||||
"type": "uint8"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,14 +1,97 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: libresourcesystem.so
|
||||
// Classes count: 54
|
||||
// Enums count: 0
|
||||
pub mod libresourcesystem {
|
||||
// Classes count: 59
|
||||
// Enums count: 2
|
||||
pub mod libresourcesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 9
|
||||
#[repr(u8)]
|
||||
pub enum FuseVariableType_t {
|
||||
INVALID = 0x0,
|
||||
BOOL = 0x1,
|
||||
INT8 = 0x2,
|
||||
INT16 = 0x3,
|
||||
INT32 = 0x4,
|
||||
UINT8 = 0x5,
|
||||
UINT16 = 0x6,
|
||||
UINT32 = 0x7,
|
||||
FLOAT32 = 0x8
|
||||
}
|
||||
// Alignment: 1
|
||||
// Members count: 2
|
||||
#[repr(u8)]
|
||||
pub enum FuseVariableAccess_t {
|
||||
WRITABLE = 0x0,
|
||||
READ_ONLY = 0x1
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmIKRig {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCDotaItemDefinitionResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCMorphSetData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCChoreoSceneFileData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVSoundStackScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
pub mod PackedAABB_t {
|
||||
pub const m_nPackedMin: usize = 0x0; // uint32
|
||||
pub const m_nPackedMax: usize = 0x4; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeManifestTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
@@ -20,40 +103,30 @@ pub mod cs2_dumper {
|
||||
pub const m_flValue: usize = 0xC; // float32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod VariableInfo_t {
|
||||
pub const m_name: usize = 0x0; // CUtlString
|
||||
pub const m_nameToken: usize = 0x8; // CUtlStringToken
|
||||
pub const m_nIndex: usize = 0xC; // FuseVariableIndex_t
|
||||
pub const m_nNumComponents: usize = 0xE; // uint8
|
||||
pub const m_eVarType: usize = 0xF; // FuseVariableType_t
|
||||
pub const m_eAccess: usize = 0x10; // FuseVariableAccess_t
|
||||
// Fields count: 1
|
||||
pub mod FuseFunctionIndex_t {
|
||||
pub const m_Value: usize = 0x0; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FunctionInfo_t {
|
||||
pub const m_name: usize = 0x8; // CUtlString
|
||||
pub const m_nameToken: usize = 0x10; // CUtlStringToken
|
||||
pub const m_nParamCount: usize = 0x14; // int32
|
||||
pub const m_nIndex: usize = 0x18; // FuseFunctionIndex_t
|
||||
pub const m_bIsPure: usize = 0x1A; // bool
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCGcExportableExternalData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CFuseProgram {
|
||||
pub const m_programBuffer: usize = 0x0; // CUtlVector<uint8>
|
||||
pub const m_variablesRead: usize = 0x18; // CUtlVector<FuseVariableIndex_t>
|
||||
pub const m_variablesWritten: usize = 0x30; // CUtlVector<FuseVariableIndex_t>
|
||||
pub const m_nMaxTempVarsUsed: usize = 0x48; // int32
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIAnimGraphModelBinding {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCJavaScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
@@ -69,6 +142,20 @@ pub mod cs2_dumper {
|
||||
pub const m_functionMap: usize = 0x88; // CUtlHashtable<CUtlStringToken,int32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCRenderMesh {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVoxelVisibility {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
@@ -81,6 +168,96 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPhysAggregateData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmClip {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeWorld_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeProceduralTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
pub mod AABB_t {
|
||||
pub const m_vMinBounds: usize = 0x0; // Vector
|
||||
pub const m_vMaxBounds: usize = 0xC; // Vector
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPostProcessingResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod VariableInfo_t {
|
||||
pub const m_name: usize = 0x0; // CUtlString
|
||||
pub const m_nameToken: usize = 0x8; // CUtlStringToken
|
||||
pub const m_nIndex: usize = 0xC; // FuseVariableIndex_t
|
||||
pub const m_nNumComponents: usize = 0xE; // uint8
|
||||
pub const m_eVarType: usize = 0xF; // FuseVariableType_t
|
||||
pub const m_eAccess: usize = 0x10; // FuseVariableAccess_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIParticleSnapshot {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
pub mod FourQuaternions {
|
||||
pub const x: usize = 0x0; // fltx4
|
||||
pub const y: usize = 0x10; // fltx4
|
||||
pub const z: usize = 0x20; // fltx4
|
||||
pub const w: usize = 0x30; // fltx4
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPanoramaLayout {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCTypeScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmSkeleton {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeTestResource_t {
|
||||
}
|
||||
// Parent: None
|
||||
@@ -88,14 +265,182 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeProceduralTestResource_t {
|
||||
pub mod InfoForResourceTypeCAnimationGroup {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeManifestTestResource_t {
|
||||
pub mod InfoForResourceTypeCVSoundEventScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVoiceContainerBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCWorldNode {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraphVariation {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraphDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CFuseProgram {
|
||||
pub const m_programBuffer: usize = 0x0; // CUtlVector<uint8>
|
||||
pub const m_variablesRead: usize = 0x18; // CUtlVector<FuseVariableIndex_t>
|
||||
pub const m_variablesWritten: usize = 0x30; // CUtlVector<FuseVariableIndex_t>
|
||||
pub const m_nMaxTempVarsUsed: usize = 0x48; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCCompositeMaterialKit {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVMixListResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCAnimData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIMaterial2 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIVectorGraphic {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPanoramaDynamicImages {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIPulseGraphDef {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod FunctionInfo_t {
|
||||
pub const m_name: usize = 0x8; // CUtlString
|
||||
pub const m_nameToken: usize = 0x10; // CUtlStringToken
|
||||
pub const m_nParamCount: usize = 0x14; // int32
|
||||
pub const m_nIndex: usize = 0x18; // FuseFunctionIndex_t
|
||||
pub const m_bIsPure: usize = 0x1A; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVDataResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCModel {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCDOTANovelsList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCTextureBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod FuseVariableIndex_t {
|
||||
pub const m_Value: usize = 0x0; // uint16
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCSequenceGroupData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
@@ -111,153 +456,6 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVDataResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIPulseGraphDef {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCTypeScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCJavaScriptResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIParticleSystemDefinition {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIParticleSnapshot {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCAnimData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCAnimationGroup {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCSequenceGroupData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIMaterial2 {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCMorphSetData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCRenderMesh {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCModel {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCTextureBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIVectorGraphic {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVSoundEventScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVSoundStackScriptList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVoiceContainerBase {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVMixListResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPhysAggregateData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVPhysXSurfacePropertiesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCEntityLump {
|
||||
}
|
||||
// Parent: None
|
||||
@@ -265,155 +463,8 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCWorldNode {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeWorld_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCVoxelVisibility {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPostProcessingResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPanoramaStyle {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPanoramaLayout {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCPanoramaDynamicImages {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCDotaItemDefinitionResource {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCDOTAPatchNotesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCDOTANovelsList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeIAnimGraphModelBinding {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCChoreoSceneFileData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCDACGameDefsData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCCompositeMaterialKit {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCGcExportableExternalData {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCSmartProp {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCCSGOEconItem {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCResponseRulesList {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmSkeleton {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmClip {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraph {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeCNmGraphDataSet {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,58 +1,18 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libscenesystem.so
|
||||
// Classes count: 9
|
||||
// Enums count: 0
|
||||
public static class Libscenesystem {
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSEndFrameViewInfo {
|
||||
public const nint m_nViewId = 0x0; // uint64
|
||||
public const nint m_ViewName = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_EndFrame {
|
||||
public const nint m_Views = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class SceneViewId_t {
|
||||
public const nint m_nViewId = 0x0; // uint64
|
||||
public const nint m_nFrameCount = 0x8; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_ViewRender {
|
||||
public const nint m_viewId = 0x0; // SceneViewId_t
|
||||
public const nint m_ViewName = 0x10; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_LayerBase {
|
||||
public const nint m_viewId = 0x0; // SceneViewId_t
|
||||
public const nint m_ViewName = 0x10; // CUtlString
|
||||
public const nint m_nLayerIndex = 0x18; // int32
|
||||
public const nint m_nLayerId = 0x20; // uint64
|
||||
public const nint m_LayerName = 0x28; // CUtlString
|
||||
public const nint m_displayText = 0x30; // CUtlString
|
||||
// Enums count: 1
|
||||
public static class LibscenesystemSo {
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
public enum DisableShadows_t : byte {
|
||||
kDisableShadows_None = 0x0,
|
||||
kDisableShadows_All = 0x1,
|
||||
kDisableShadows_Baked = 0x2,
|
||||
kDisableShadows_Realtime = 0x3
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
@@ -72,6 +32,51 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nFormat = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class SceneViewId_t {
|
||||
public const nint m_nViewId = 0x0; // uint64
|
||||
public const nint m_nFrameCount = 0x8; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSEndFrameViewInfo {
|
||||
public const nint m_nViewId = 0x0; // uint64
|
||||
public const nint m_ViewName = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_PostLayer {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_LayerBase {
|
||||
public const nint m_viewId = 0x0; // SceneViewId_t
|
||||
public const nint m_ViewName = 0x10; // CUtlString
|
||||
public const nint m_nLayerIndex = 0x18; // int32
|
||||
public const nint m_nLayerId = 0x20; // uint64
|
||||
public const nint m_LayerName = 0x28; // CUtlString
|
||||
public const nint m_displayText = 0x30; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_PreLayer {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@@ -81,19 +86,22 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_ViewName = 0x10; // CUtlString
|
||||
public const nint m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_PreLayer {
|
||||
public static class CSSDSMsg_ViewRender {
|
||||
public const nint m_viewId = 0x0; // SceneViewId_t
|
||||
public const nint m_ViewName = 0x10; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CSSDSMsg_PostLayer {
|
||||
public static class CSSDSMsg_EndFrame {
|
||||
public const nint m_Views = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,56 +9,16 @@ namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libscenesystem.so
|
||||
// Classes count: 9
|
||||
// Enums count: 0
|
||||
namespace libscenesystem {
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSEndFrameViewInfo {
|
||||
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
|
||||
constexpr std::ptrdiff_t m_ViewName = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_EndFrame {
|
||||
constexpr std::ptrdiff_t m_Views = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace SceneViewId_t {
|
||||
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
|
||||
constexpr std::ptrdiff_t m_nFrameCount = 0x8; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_ViewRender {
|
||||
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
|
||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_LayerBase {
|
||||
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
|
||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nLayerIndex = 0x18; // int32
|
||||
constexpr std::ptrdiff_t m_nLayerId = 0x20; // uint64
|
||||
constexpr std::ptrdiff_t m_LayerName = 0x28; // CUtlString
|
||||
constexpr std::ptrdiff_t m_displayText = 0x30; // CUtlString
|
||||
}
|
||||
// Enums count: 1
|
||||
namespace libscenesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
enum class DisableShadows_t : uint8_t {
|
||||
kDisableShadows_None = 0x0,
|
||||
kDisableShadows_All = 0x1,
|
||||
kDisableShadows_Baked = 0x2,
|
||||
kDisableShadows_Realtime = 0x3
|
||||
};
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
@@ -77,6 +37,51 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nFormat = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace SceneViewId_t {
|
||||
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
|
||||
constexpr std::ptrdiff_t m_nFrameCount = 0x8; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSEndFrameViewInfo {
|
||||
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
|
||||
constexpr std::ptrdiff_t m_ViewName = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_PostLayer {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_LayerBase {
|
||||
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
|
||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_nLayerIndex = 0x18; // int32
|
||||
constexpr std::ptrdiff_t m_nLayerId = 0x20; // uint64
|
||||
constexpr std::ptrdiff_t m_LayerName = 0x28; // CUtlString
|
||||
constexpr std::ptrdiff_t m_displayText = 0x30; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_PreLayer {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@@ -86,19 +91,22 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_PreLayer {
|
||||
namespace CSSDSMsg_ViewRender {
|
||||
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
|
||||
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CSSDSMsg_PostLayer {
|
||||
namespace CSSDSMsg_EndFrame {
|
||||
constexpr std::ptrdiff_t m_Views = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
|
||||
}
|
||||
}
|
||||
}
|
@@ -125,6 +125,17 @@
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {}
|
||||
"enums": {
|
||||
"DisableShadows_t": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"kDisableShadows_All": 1,
|
||||
"kDisableShadows_Baked": 2,
|
||||
"kDisableShadows_None": 0,
|
||||
"kDisableShadows_Realtime": 3
|
||||
},
|
||||
"type": "uint8"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,61 +1,22 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: libscenesystem.so
|
||||
// Classes count: 9
|
||||
// Enums count: 0
|
||||
pub mod libscenesystem {
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSEndFrameViewInfo {
|
||||
pub const m_nViewId: usize = 0x0; // uint64
|
||||
pub const m_ViewName: usize = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_EndFrame {
|
||||
pub const m_Views: usize = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod SceneViewId_t {
|
||||
pub const m_nViewId: usize = 0x0; // uint64
|
||||
pub const m_nFrameCount: usize = 0x8; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_ViewRender {
|
||||
pub const m_viewId: usize = 0x0; // SceneViewId_t
|
||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_LayerBase {
|
||||
pub const m_viewId: usize = 0x0; // SceneViewId_t
|
||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||
pub const m_nLayerIndex: usize = 0x18; // int32
|
||||
pub const m_nLayerId: usize = 0x20; // uint64
|
||||
pub const m_LayerName: usize = 0x28; // CUtlString
|
||||
pub const m_displayText: usize = 0x30; // CUtlString
|
||||
// Enums count: 1
|
||||
pub mod libscenesystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 4
|
||||
#[repr(u8)]
|
||||
pub enum DisableShadows_t {
|
||||
kDisableShadows_None = 0x0,
|
||||
kDisableShadows_All = 0x1,
|
||||
kDisableShadows_Baked = 0x2,
|
||||
kDisableShadows_Realtime = 0x3
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
@@ -75,6 +36,51 @@ pub mod cs2_dumper {
|
||||
pub const m_nFormat: usize = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod SceneViewId_t {
|
||||
pub const m_nViewId: usize = 0x0; // uint64
|
||||
pub const m_nFrameCount: usize = 0x8; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSEndFrameViewInfo {
|
||||
pub const m_nViewId: usize = 0x0; // uint64
|
||||
pub const m_ViewName: usize = 0x8; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_PostLayer {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 6
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_LayerBase {
|
||||
pub const m_viewId: usize = 0x0; // SceneViewId_t
|
||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||
pub const m_nLayerIndex: usize = 0x18; // int32
|
||||
pub const m_nLayerId: usize = 0x20; // uint64
|
||||
pub const m_LayerName: usize = 0x28; // CUtlString
|
||||
pub const m_displayText: usize = 0x30; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_PreLayer {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
@@ -84,19 +90,22 @@ pub mod cs2_dumper {
|
||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||
pub const m_Targets: usize = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_PreLayer {
|
||||
pub mod CSSDSMsg_ViewRender {
|
||||
pub const m_viewId: usize = 0x0; // SceneViewId_t
|
||||
pub const m_ViewName: usize = 0x10; // CUtlString
|
||||
}
|
||||
// Parent: CSSDSMsg_LayerBase
|
||||
// Fields count: 0
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CSSDSMsg_PostLayer {
|
||||
pub mod CSSDSMsg_EndFrame {
|
||||
pub const m_Views: usize = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,18 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
// Classes count: 5
|
||||
// Module: libschemasystem.so
|
||||
// Classes count: 7
|
||||
// Enums count: 2
|
||||
public static class Schemasystem {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum ThreeState_t : uint {
|
||||
TRS_FALSE = 0x0,
|
||||
TRS_TRUE = 0x1,
|
||||
TRS_NONE = 0x2
|
||||
}
|
||||
public static class LibschemasystemSo {
|
||||
// Alignment: 1
|
||||
// Members count: 81
|
||||
public enum fieldtype_t : byte {
|
||||
@@ -98,6 +91,13 @@ namespace CS2Dumper.Schemas {
|
||||
FIELD_GLOBALSYMBOL = 0x4F,
|
||||
FIELD_TYPECOUNT = 0x50
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
public enum ThreeState_t : uint {
|
||||
TRS_FALSE = 0x0,
|
||||
TRS_TRUE = 0x1,
|
||||
TRS_NONE = 0x2
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
@@ -106,13 +106,38 @@ namespace CS2Dumper.Schemas {
|
||||
public static class InfoForResourceTypeCResourceManifestInternal {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
// Fields count: 22
|
||||
public static class CSchemaSystemInternalRegistration {
|
||||
public const nint m_Vector2D = 0x0; // Vector2D
|
||||
public const nint m_Vector = 0x8; // Vector
|
||||
public const nint m_VectorAligned = 0x20; // VectorAligned
|
||||
public const nint m_Quaternion = 0x30; // Quaternion
|
||||
public const nint m_QAngle = 0x40; // QAngle
|
||||
public const nint m_RotationVector = 0x4C; // RotationVector
|
||||
public const nint m_RadianEuler = 0x58; // RadianEuler
|
||||
public const nint m_DegreeEuler = 0x64; // DegreeEuler
|
||||
public const nint m_QuaternionStorage = 0x70; // QuaternionStorage
|
||||
public const nint m_matrix3x4_t = 0x80; // matrix3x4_t
|
||||
public const nint m_matrix3x4a_t = 0xB0; // matrix3x4a_t
|
||||
public const nint m_Color = 0xE0; // Color
|
||||
public const nint m_Vector4D = 0xE4; // Vector4D
|
||||
public const nint m_CTransform = 0x100; // CTransform
|
||||
public const nint m_pKeyValues = 0x120; // KeyValues*
|
||||
public const nint m_CUtlBinaryBlock = 0x128; // CUtlBinaryBlock
|
||||
public const nint m_CUtlString = 0x140; // CUtlString
|
||||
public const nint m_CUtlSymbol = 0x148; // CUtlSymbol
|
||||
public const nint m_stringToken = 0x14C; // CUtlStringToken
|
||||
public const nint m_stringTokenWithStorage = 0x150; // CUtlStringTokenWithStorage
|
||||
public const nint m_ResourceTypes = 0x168; // CResourceArray<CResourcePointer<CResourceString>>
|
||||
public const nint m_KV3 = 0x170; // KeyValues3
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CExampleSchemaVData_Monomorphic {
|
||||
public const nint m_nExample1 = 0x0; // int32
|
||||
public const nint m_nExample2 = 0x4; // int32
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedA {
|
||||
public const nint m_nDerivedA = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -127,16 +152,22 @@ namespace CS2Dumper.Schemas {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedA {
|
||||
public const nint m_nDerivedA = 0x10; // int32
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedB {
|
||||
public const nint m_nDerivedB = 0xC; // int32
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
public static class ResourceId_t {
|
||||
public const nint m_Value = 0x0; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedB {
|
||||
public const nint m_nDerivedB = 0x10; // int32
|
||||
public static class CExampleSchemaVData_Monomorphic {
|
||||
public const nint m_nExample1 = 0x0; // int32
|
||||
public const nint m_nExample2 = 0x4; // int32
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -7,17 +7,10 @@
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: schemasystem.dll
|
||||
// Classes count: 5
|
||||
// Module: libschemasystem.so
|
||||
// Classes count: 7
|
||||
// Enums count: 2
|
||||
namespace schemasystem {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class ThreeState_t : uint32_t {
|
||||
TRS_FALSE = 0x0,
|
||||
TRS_TRUE = 0x1,
|
||||
TRS_NONE = 0x2
|
||||
};
|
||||
namespace libschemasystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 81
|
||||
enum class fieldtype_t : uint8_t {
|
||||
@@ -103,6 +96,13 @@ namespace cs2_dumper {
|
||||
FIELD_GLOBALSYMBOL = 0x4F,
|
||||
FIELD_TYPECOUNT = 0x50
|
||||
};
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
enum class ThreeState_t : uint32_t {
|
||||
TRS_FALSE = 0x0,
|
||||
TRS_TRUE = 0x1,
|
||||
TRS_NONE = 0x2
|
||||
};
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
@@ -111,13 +111,38 @@ namespace cs2_dumper {
|
||||
namespace InfoForResourceTypeCResourceManifestInternal {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
// Fields count: 22
|
||||
namespace CSchemaSystemInternalRegistration {
|
||||
constexpr std::ptrdiff_t m_Vector2D = 0x0; // Vector2D
|
||||
constexpr std::ptrdiff_t m_Vector = 0x8; // Vector
|
||||
constexpr std::ptrdiff_t m_VectorAligned = 0x20; // VectorAligned
|
||||
constexpr std::ptrdiff_t m_Quaternion = 0x30; // Quaternion
|
||||
constexpr std::ptrdiff_t m_QAngle = 0x40; // QAngle
|
||||
constexpr std::ptrdiff_t m_RotationVector = 0x4C; // RotationVector
|
||||
constexpr std::ptrdiff_t m_RadianEuler = 0x58; // RadianEuler
|
||||
constexpr std::ptrdiff_t m_DegreeEuler = 0x64; // DegreeEuler
|
||||
constexpr std::ptrdiff_t m_QuaternionStorage = 0x70; // QuaternionStorage
|
||||
constexpr std::ptrdiff_t m_matrix3x4_t = 0x80; // matrix3x4_t
|
||||
constexpr std::ptrdiff_t m_matrix3x4a_t = 0xB0; // matrix3x4a_t
|
||||
constexpr std::ptrdiff_t m_Color = 0xE0; // Color
|
||||
constexpr std::ptrdiff_t m_Vector4D = 0xE4; // Vector4D
|
||||
constexpr std::ptrdiff_t m_CTransform = 0x100; // CTransform
|
||||
constexpr std::ptrdiff_t m_pKeyValues = 0x120; // KeyValues*
|
||||
constexpr std::ptrdiff_t m_CUtlBinaryBlock = 0x128; // CUtlBinaryBlock
|
||||
constexpr std::ptrdiff_t m_CUtlString = 0x140; // CUtlString
|
||||
constexpr std::ptrdiff_t m_CUtlSymbol = 0x148; // CUtlSymbol
|
||||
constexpr std::ptrdiff_t m_stringToken = 0x14C; // CUtlStringToken
|
||||
constexpr std::ptrdiff_t m_stringTokenWithStorage = 0x150; // CUtlStringTokenWithStorage
|
||||
constexpr std::ptrdiff_t m_ResourceTypes = 0x168; // CResourceArray<CResourcePointer<CResourceString>>
|
||||
constexpr std::ptrdiff_t m_KV3 = 0x170; // KeyValues3
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CExampleSchemaVData_Monomorphic {
|
||||
constexpr std::ptrdiff_t m_nExample1 = 0x0; // int32
|
||||
constexpr std::ptrdiff_t m_nExample2 = 0x4; // int32
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedA {
|
||||
constexpr std::ptrdiff_t m_nDerivedA = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -132,16 +157,22 @@ namespace cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedA {
|
||||
constexpr std::ptrdiff_t m_nDerivedA = 0x10; // int32
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedB {
|
||||
constexpr std::ptrdiff_t m_nDerivedB = 0xC; // int32
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace ResourceId_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedB {
|
||||
constexpr std::ptrdiff_t m_nDerivedB = 0x10; // int32
|
||||
namespace CExampleSchemaVData_Monomorphic {
|
||||
constexpr std::ptrdiff_t m_nExample1 = 0x0; // int32
|
||||
constexpr std::ptrdiff_t m_nExample2 = 0x4; // int32
|
||||
}
|
||||
}
|
||||
}
|
@@ -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": [
|
||||
{
|
||||
@@ -50,6 +50,34 @@
|
||||
],
|
||||
"parent": "CExampleSchemaVData_PolymorphicBase"
|
||||
},
|
||||
"CSchemaSystemInternalRegistration": {
|
||||
"fields": {
|
||||
"m_CTransform": 256,
|
||||
"m_CUtlBinaryBlock": 296,
|
||||
"m_CUtlString": 320,
|
||||
"m_CUtlSymbol": 328,
|
||||
"m_Color": 224,
|
||||
"m_DegreeEuler": 100,
|
||||
"m_KV3": 368,
|
||||
"m_QAngle": 64,
|
||||
"m_Quaternion": 48,
|
||||
"m_QuaternionStorage": 112,
|
||||
"m_RadianEuler": 88,
|
||||
"m_ResourceTypes": 360,
|
||||
"m_RotationVector": 76,
|
||||
"m_Vector": 8,
|
||||
"m_Vector2D": 0,
|
||||
"m_Vector4D": 228,
|
||||
"m_VectorAligned": 32,
|
||||
"m_matrix3x4_t": 128,
|
||||
"m_matrix3x4a_t": 176,
|
||||
"m_pKeyValues": 288,
|
||||
"m_stringToken": 332,
|
||||
"m_stringTokenWithStorage": 336
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"InfoForResourceTypeCResourceManifestInternal": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
@@ -59,6 +87,13 @@
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"ResourceId_t": {
|
||||
"fields": {
|
||||
"m_Value": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {
|
@@ -1,22 +1,14 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:05:10.402645100 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: schemasystem.dll
|
||||
// Classes count: 5
|
||||
// Module: libschemasystem.so
|
||||
// Classes count: 7
|
||||
// Enums count: 2
|
||||
pub mod schemasystem {
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum ThreeState_t {
|
||||
TRS_FALSE = 0x0,
|
||||
TRS_TRUE = 0x1,
|
||||
TRS_NONE = 0x2
|
||||
}
|
||||
pub mod libschemasystem_so {
|
||||
// Alignment: 1
|
||||
// Members count: 81
|
||||
#[repr(u8)]
|
||||
@@ -103,6 +95,14 @@ pub mod cs2_dumper {
|
||||
FIELD_GLOBALSYMBOL = 0x4F,
|
||||
FIELD_TYPECOUNT = 0x50
|
||||
}
|
||||
// Alignment: 4
|
||||
// Members count: 3
|
||||
#[repr(u32)]
|
||||
pub enum ThreeState_t {
|
||||
TRS_FALSE = 0x0,
|
||||
TRS_TRUE = 0x1,
|
||||
TRS_NONE = 0x2
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
@@ -111,13 +111,38 @@ pub mod cs2_dumper {
|
||||
pub mod InfoForResourceTypeCResourceManifestInternal {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
// Fields count: 22
|
||||
pub mod CSchemaSystemInternalRegistration {
|
||||
pub const m_Vector2D: usize = 0x0; // Vector2D
|
||||
pub const m_Vector: usize = 0x8; // Vector
|
||||
pub const m_VectorAligned: usize = 0x20; // VectorAligned
|
||||
pub const m_Quaternion: usize = 0x30; // Quaternion
|
||||
pub const m_QAngle: usize = 0x40; // QAngle
|
||||
pub const m_RotationVector: usize = 0x4C; // RotationVector
|
||||
pub const m_RadianEuler: usize = 0x58; // RadianEuler
|
||||
pub const m_DegreeEuler: usize = 0x64; // DegreeEuler
|
||||
pub const m_QuaternionStorage: usize = 0x70; // QuaternionStorage
|
||||
pub const m_matrix3x4_t: usize = 0x80; // matrix3x4_t
|
||||
pub const m_matrix3x4a_t: usize = 0xB0; // matrix3x4a_t
|
||||
pub const m_Color: usize = 0xE0; // Color
|
||||
pub const m_Vector4D: usize = 0xE4; // Vector4D
|
||||
pub const m_CTransform: usize = 0x100; // CTransform
|
||||
pub const m_pKeyValues: usize = 0x120; // KeyValues*
|
||||
pub const m_CUtlBinaryBlock: usize = 0x128; // CUtlBinaryBlock
|
||||
pub const m_CUtlString: usize = 0x140; // CUtlString
|
||||
pub const m_CUtlSymbol: usize = 0x148; // CUtlSymbol
|
||||
pub const m_stringToken: usize = 0x14C; // CUtlStringToken
|
||||
pub const m_stringTokenWithStorage: usize = 0x150; // CUtlStringTokenWithStorage
|
||||
pub const m_ResourceTypes: usize = 0x168; // CResourceArray<CResourcePointer<CResourceString>>
|
||||
pub const m_KV3: usize = 0x170; // KeyValues3
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Fields count: 1
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_Monomorphic {
|
||||
pub const m_nExample1: usize = 0x0; // int32
|
||||
pub const m_nExample2: usize = 0x4; // int32
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedA {
|
||||
pub const m_nDerivedA: usize = 0xC; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
@@ -132,16 +157,22 @@ pub mod cs2_dumper {
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedA {
|
||||
pub const m_nDerivedA: usize = 0x10; // int32
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedB {
|
||||
pub const m_nDerivedB: usize = 0xC; // int32
|
||||
}
|
||||
// Parent: CExampleSchemaVData_PolymorphicBase
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
pub mod ResourceId_t {
|
||||
pub const m_Value: usize = 0x0; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod CExampleSchemaVData_PolymorphicDerivedB {
|
||||
pub const m_nDerivedB: usize = 0x10; // int32
|
||||
pub mod CExampleSchemaVData_Monomorphic {
|
||||
pub const m_nExample1: usize = 0x0; // int32
|
||||
pub const m_nExample2: usize = 0x4; // int32
|
||||
}
|
||||
}
|
||||
}
|
11161
output/libserver.so.cs
Normal file
11161
output/libserver.so.cs
Normal file
File diff suppressed because it is too large
Load Diff
11167
output/libserver.so.hpp
Normal file
11167
output/libserver.so.hpp
Normal file
File diff suppressed because it is too large
Load Diff
19492
output/libserver.so.json
Normal file
19492
output/libserver.so.json
Normal file
File diff suppressed because it is too large
Load Diff
11269
output/libserver.so.rs
Normal file
11269
output/libserver.so.rs
Normal file
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,6 +1,65 @@
|
||||
{
|
||||
"soundsystem.dll": {
|
||||
"libsoundsystem.so": {
|
||||
"classes": {
|
||||
"CAudioEmphasisSample": {
|
||||
"fields": {
|
||||
"m_flTime": 0,
|
||||
"m_flValue": 4
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CAudioMorphData": {
|
||||
"fields": {
|
||||
"m_flEaseIn": 96,
|
||||
"m_flEaseOut": 100,
|
||||
"m_nameHashCodes": 24,
|
||||
"m_nameStrings": 48,
|
||||
"m_samples": 72,
|
||||
"m_times": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CAudioPhonemeTag": {
|
||||
"fields": {
|
||||
"m_flEndTime": 4,
|
||||
"m_flStartTime": 0,
|
||||
"m_nPhonemeCode": 8
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CAudioSentence": {
|
||||
"fields": {
|
||||
"m_EmphasisSamples": 32,
|
||||
"m_RunTimePhonemes": 8,
|
||||
"m_bShouldVoiceDuck": 0,
|
||||
"m_morphData": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CDSPMixgroupModifier": {
|
||||
"fields": {
|
||||
"m_flListenerReverbModifierWhenSourceReverbIsActive": 24,
|
||||
@@ -18,6 +77,22 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CDSPPresetMixgroupModifierTable": {
|
||||
"fields": {
|
||||
"m_table": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MVDataNodeType",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CDspPresetModifierList": {
|
||||
"fields": {
|
||||
"m_dspName": 0,
|
||||
@@ -45,6 +120,25 @@
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionMemberCountEnvelopeSchema": {
|
||||
"fields": {
|
||||
"m_bSaveToGroup": 56,
|
||||
"m_flAttack": 40,
|
||||
"m_flBaseValue": 32,
|
||||
"m_flDecay": 44,
|
||||
"m_flTargetValue": 36,
|
||||
"m_nBaseCount": 24,
|
||||
"m_nTargetCount": 28,
|
||||
"m_resultVarName": 48
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionSchema": {
|
||||
"fields": {
|
||||
"m_actionInstanceType": 20,
|
||||
@@ -97,6 +191,55 @@
|
||||
],
|
||||
"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,
|
||||
"m_priorityContributeButDontRead": 40,
|
||||
"m_priorityValue": 24,
|
||||
"m_priorityVolumeScalar": 32
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CSosGroupActionSchema"
|
||||
},
|
||||
"CSosGroupActionTimeBlockLimitSchema": {
|
||||
"fields": {
|
||||
"m_flMaxDuration": 28,
|
||||
@@ -127,7 +270,8 @@
|
||||
"m_bMatchEntIndex": 10,
|
||||
"m_bMatchEventName": 8,
|
||||
"m_bMatchEventSubString": 9,
|
||||
"m_bMatchOpvar": 11
|
||||
"m_bMatchOpvar": 11,
|
||||
"m_bMatchString": 12
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -142,7 +286,8 @@
|
||||
"m_flEntIndex": 32,
|
||||
"m_flOpvar": 36,
|
||||
"m_matchSoundEventName": 16,
|
||||
"m_matchSoundEventSubString": 24
|
||||
"m_matchSoundEventSubString": 24,
|
||||
"m_opvarString": 40
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -168,12 +313,13 @@
|
||||
"fields": {
|
||||
"m_bInvertMatch": 20,
|
||||
"m_bIsBlocking": 12,
|
||||
"m_branchPattern": 64,
|
||||
"m_branchPattern": 72,
|
||||
"m_flLifeSpanTime": 88,
|
||||
"m_matchPattern": 24,
|
||||
"m_nBlockMaxCount": 16,
|
||||
"m_nType": 8,
|
||||
"m_name": 0,
|
||||
"m_vActions": 176
|
||||
"m_vActions": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -187,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
|
||||
@@ -199,21 +389,50 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerAmpedDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flGainAmount": 104
|
||||
},
|
||||
"CSoundInfoHeader": {
|
||||
"fields": {},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerDecayingSineWave"
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBase": {
|
||||
"CTestBlendContainer": {
|
||||
"fields": {
|
||||
"m_curves": 32
|
||||
"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,
|
||||
"m_encodedHeader": 88,
|
||||
"m_flDuration": 20,
|
||||
"m_nChannels": 8,
|
||||
"m_nFormat": 4,
|
||||
"m_nLoopEnd": 80,
|
||||
"m_nLoopStart": 12,
|
||||
"m_nRate": 0,
|
||||
"m_nSampleCount": 16,
|
||||
"m_nSeekTable": 56,
|
||||
"m_nStreamingSize": 48
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -223,29 +442,119 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBlend": {
|
||||
"CVoiceContainerAmpedDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flBlendAmount": 112,
|
||||
"m_hSoundOne": 96,
|
||||
"m_hSoundTwo": 104
|
||||
"m_flGainAmount": 200
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerDecayingSineWave"
|
||||
},
|
||||
"CVoiceContainerAnalysisBase": {
|
||||
"fields": {
|
||||
"m_bRegenerateCurveOnCompile": 8,
|
||||
"m_curve": 16
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MVDataNodeType",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBase": {
|
||||
"fields": {
|
||||
"m_pEnvelopeAnalyzer": 184,
|
||||
"m_vSound": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MVDataNodeType",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MVDataFileExtension",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerBlender": {
|
||||
"fields": {
|
||||
"m_firstSound": 192,
|
||||
"m_flBlendFactor": 240,
|
||||
"m_secondSound": 216
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerDecayingSineWave": {
|
||||
"fields": {
|
||||
"m_flDecayTime": 100,
|
||||
"m_flFrequency": 96
|
||||
"m_flDecayTime": 196,
|
||||
"m_flFrequency": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
@@ -256,102 +565,336 @@
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerEngineSound": {
|
||||
"CVoiceContainerEnvelope": {
|
||||
"fields": {
|
||||
"m_SoundToPlay": 96,
|
||||
"m_flEngineRPM": 112,
|
||||
"m_flTestConstantParam": 104,
|
||||
"m_flTestSoundEventBoundParam": 108
|
||||
"m_analysisContainer": 200,
|
||||
"m_sound": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerEnvelopeAnalyzer": {
|
||||
"fields": {
|
||||
"m_envBuffer": 104
|
||||
"m_flThreshold": 88,
|
||||
"m_mode": 80,
|
||||
"m_nSamples": 84
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerWavFileReader"
|
||||
"parent": "CVoiceContainerAnalysisBase"
|
||||
},
|
||||
"CVoiceContainerRandomSampler": {
|
||||
"CVoiceContainerGranulator": {
|
||||
"fields": {
|
||||
"m_flLoudAmplitude": 96,
|
||||
"m_flLoudAmplitudeJitter": 100,
|
||||
"m_flLoudTimeJitter": 112,
|
||||
"m_flSoftAmplitude": 104,
|
||||
"m_flSoftAmplitudeJitter": 108,
|
||||
"m_flSoftTimeJitter": 116,
|
||||
"m_grainResources": 120
|
||||
"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": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerRandomSampler": {
|
||||
"fields": {
|
||||
"m_flAmplitude": 192,
|
||||
"m_flAmplitudeJitter": 196,
|
||||
"m_flMaxLength": 204,
|
||||
"m_flTimeJitter": 200,
|
||||
"m_grainResources": 216,
|
||||
"m_nNumDelayVariations": 208
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerRealtimeFMSineWave": {
|
||||
"fields": {
|
||||
"m_flCarrierFrequency": 96,
|
||||
"m_flModulatorAmount": 104,
|
||||
"m_flModulatorFrequency": 100
|
||||
"m_flCarrierFrequency": 192,
|
||||
"m_flModulatorAmount": 200,
|
||||
"m_flModulatorFrequency": 196
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerTestConstant": {
|
||||
"CVoiceContainerSelector": {
|
||||
"fields": {
|
||||
"m_flTestConstantParam": 104
|
||||
"m_fProbabilityWeights": 256,
|
||||
"m_mode": 192,
|
||||
"m_soundsToPlay": 200
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerWavFileReader"
|
||||
},
|
||||
"CVoiceContainerTestNestedDynamic": {
|
||||
"fields": {
|
||||
"m_SoundToPlay": 96,
|
||||
"m_flTestConstantParam": 104
|
||||
},
|
||||
"metadata": [
|
||||
},
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerWavFileReader": {
|
||||
"CVoiceContainerSet": {
|
||||
"fields": {
|
||||
"m_wavFilePath": 96
|
||||
"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": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth": {
|
||||
"fields": {
|
||||
"m_tones": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth__CGainScalePerInstance": {
|
||||
"fields": {
|
||||
"m_flMaxVolume": 8,
|
||||
"m_flMinVolume": 0,
|
||||
"m_nInstancesAtMaxVolume": 12,
|
||||
"m_nInstancesAtMinVolume": 4
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth__CHarmonic": {
|
||||
"fields": {
|
||||
"m_curve": 16,
|
||||
"m_flCents": 8,
|
||||
"m_flPhase": 12,
|
||||
"m_nFundamental": 1,
|
||||
"m_nOctave": 4,
|
||||
"m_nWaveform": 0,
|
||||
"m_volumeScaling": 80
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerStaticAdditiveSynth__CTone": {
|
||||
"fields": {
|
||||
"m_bSyncInstances": 88,
|
||||
"m_curve": 24,
|
||||
"m_harmonics": 0
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoiceContainerSwitch": {
|
||||
"fields": {
|
||||
"m_soundsToPlay": 192
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "MGetKV3ClassDefaults",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyFriendlyName",
|
||||
"type": "Unknown"
|
||||
},
|
||||
{
|
||||
"name": "MPropertyDescription",
|
||||
"type": "Unknown"
|
||||
}
|
||||
],
|
||||
"parent": "CVoiceContainerBase"
|
||||
@@ -791,15 +1334,78 @@
|
||||
"ActionType_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"SOS_ACTION_COUNT_ENVELOPE": 7,
|
||||
"SOS_ACTION_LIMITER": 1,
|
||||
"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
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"CVSoundFormat_t": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"ADPCM": 3,
|
||||
"MP3": 2,
|
||||
"PCM16": 0,
|
||||
"PCM8": 1
|
||||
},
|
||||
"type": "uint8"
|
||||
},
|
||||
"EMidiNote": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"A": 9,
|
||||
"A_Sharp": 10,
|
||||
"B": 11,
|
||||
"C": 0,
|
||||
"C_Sharp": 1,
|
||||
"Count": 12,
|
||||
"D": 2,
|
||||
"D_Sharp": 3,
|
||||
"E": 4,
|
||||
"F": 5,
|
||||
"F_Sharp": 6,
|
||||
"G": 7,
|
||||
"G_Sharp": 8
|
||||
},
|
||||
"type": "uint8"
|
||||
},
|
||||
"EMode_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"Peak": 0,
|
||||
"RMS": 1
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"EWaveform": {
|
||||
"alignment": 1,
|
||||
"members": {
|
||||
"Noise": 4,
|
||||
"Saw": 2,
|
||||
"Sine": 0,
|
||||
"Square": 1,
|
||||
"Triangle": 3
|
||||
},
|
||||
"type": "uint8"
|
||||
},
|
||||
"PlayBackMode_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"Random": 0,
|
||||
"RandomAvoidLast": 2,
|
||||
"RandomNoRepeats": 1,
|
||||
"RandomWeights": 4,
|
||||
"Sequential": 3
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"SosActionSortType_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
@@ -902,36 +1508,36 @@
|
||||
"VMixProcessorType_t": {
|
||||
"alignment": 2,
|
||||
"members": {
|
||||
"VPROCESSOR_AUTOFILTER": 24,
|
||||
"VPROCESSOR_BOXVERB": 9,
|
||||
"VPROCESSOR_CONVOLUTION": 18,
|
||||
"VPROCESSOR_DELAY": 6,
|
||||
"VPROCESSOR_DIFFUSOR": 8,
|
||||
"VPROCESSOR_DYNAMICS": 4,
|
||||
"VPROCESSOR_DYNAMICS_3BAND": 19,
|
||||
"VPROCESSOR_DYNAMICS_COMPRESSOR": 20,
|
||||
"VPROCESSOR_EFFECT_CHAIN": 27,
|
||||
"VPROCESSOR_ENVELOPE": 16,
|
||||
"VPROCESSOR_EQ8": 15,
|
||||
"VPROCESSOR_FILTER": 13,
|
||||
"VPROCESSOR_FREEVERB": 10,
|
||||
"VPROCESSOR_FULLWAVE_INTEGRATOR": 12,
|
||||
"VPROCESSOR_MOD_DELAY": 7,
|
||||
"VPROCESSOR_OSC": 25,
|
||||
"VPROCESSOR_PANNER": 22,
|
||||
"VPROCESSOR_PLATEVERB": 11,
|
||||
"VPROCESSOR_PRESETDSP": 5,
|
||||
"VPROCESSOR_RT_PITCH": 2,
|
||||
"VPROCESSOR_SHAPER": 21,
|
||||
"VPROCESSOR_STEAMAUDIO_DIRECT": 29,
|
||||
"VPROCESSOR_STEAMAUDIO_HRTF": 3,
|
||||
"VPROCESSOR_STEAMAUDIO_PATHING": 14,
|
||||
"VPROCESSOR_STEAMAUDIO_REVERB": 1,
|
||||
"VPROCESSOR_STEREODELAY": 26,
|
||||
"VPROCESSOR_SUBGRAPH_SWITCH": 28,
|
||||
"VPROCESSOR_AUTOFILTER": 23,
|
||||
"VPROCESSOR_BOXVERB": 8,
|
||||
"VPROCESSOR_CONVOLUTION": 17,
|
||||
"VPROCESSOR_DELAY": 5,
|
||||
"VPROCESSOR_DIFFUSOR": 7,
|
||||
"VPROCESSOR_DYNAMICS": 3,
|
||||
"VPROCESSOR_DYNAMICS_3BAND": 18,
|
||||
"VPROCESSOR_DYNAMICS_COMPRESSOR": 19,
|
||||
"VPROCESSOR_EFFECT_CHAIN": 26,
|
||||
"VPROCESSOR_ENVELOPE": 15,
|
||||
"VPROCESSOR_EQ8": 14,
|
||||
"VPROCESSOR_FILTER": 12,
|
||||
"VPROCESSOR_FREEVERB": 9,
|
||||
"VPROCESSOR_FULLWAVE_INTEGRATOR": 11,
|
||||
"VPROCESSOR_MOD_DELAY": 6,
|
||||
"VPROCESSOR_OSC": 24,
|
||||
"VPROCESSOR_PANNER": 21,
|
||||
"VPROCESSOR_PLATEVERB": 10,
|
||||
"VPROCESSOR_PRESETDSP": 4,
|
||||
"VPROCESSOR_RT_PITCH": 1,
|
||||
"VPROCESSOR_SHAPER": 20,
|
||||
"VPROCESSOR_STEAMAUDIO_DIRECT": 28,
|
||||
"VPROCESSOR_STEAMAUDIO_HRTF": 2,
|
||||
"VPROCESSOR_STEAMAUDIO_HYBRIDREVERB": 29,
|
||||
"VPROCESSOR_STEAMAUDIO_PATHING": 13,
|
||||
"VPROCESSOR_STEREODELAY": 25,
|
||||
"VPROCESSOR_SUBGRAPH_SWITCH": 27,
|
||||
"VPROCESSOR_UNKNOWN": 0,
|
||||
"VPROCESSOR_UTILITY": 23,
|
||||
"VPROCESSOR_VOCODER": 17
|
||||
"VPROCESSOR_UTILITY": 22,
|
||||
"VPROCESSOR_VOCODER": 16
|
||||
},
|
||||
"type": "uint16"
|
||||
},
|
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
@@ -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,
|
||||
@@ -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,
|
||||
@@ -912,6 +1017,11 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"IPhysicsPlayerController": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"OldFeEdge_t": {
|
||||
"fields": {
|
||||
"c01": 28,
|
||||
@@ -937,95 +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_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": 1558,
|
||||
"m_nReservedUint8": 1180,
|
||||
"m_nRodVelocitySmoothIterations": 1556,
|
||||
"m_nQuadVelocitySmoothIterations": 1662,
|
||||
"m_nReservedUint8": 1252,
|
||||
"m_nRodVelocitySmoothIterations": 1660,
|
||||
"m_nRopeCount": 88,
|
||||
"m_nRotLockStaticNodes": 68,
|
||||
"m_nSimdQuadCount1": 76,
|
||||
@@ -1035,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": [
|
||||
{
|
||||
@@ -1113,7 +1229,7 @@
|
||||
},
|
||||
"RnCapsuleDesc_t": {
|
||||
"fields": {
|
||||
"m_Capsule": 16
|
||||
"m_Capsule": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1165,7 +1281,7 @@
|
||||
},
|
||||
"RnHullDesc_t": {
|
||||
"fields": {
|
||||
"m_Hull": 16
|
||||
"m_Hull": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1202,7 +1318,7 @@
|
||||
},
|
||||
"RnMeshDesc_t": {
|
||||
"fields": {
|
||||
"m_Mesh": 16
|
||||
"m_Mesh": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1264,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": [
|
||||
{
|
||||
@@ -1316,7 +1435,7 @@
|
||||
},
|
||||
"RnSphereDesc_t": {
|
||||
"fields": {
|
||||
"m_Sphere": 16
|
||||
"m_Sphere": 24
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -1362,6 +1481,52 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"VertexPositionColor_t": {
|
||||
"fields": {
|
||||
"m_vPosition": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"VertexPositionNormal_t": {
|
||||
"fields": {
|
||||
"m_vNormal": 12,
|
||||
"m_vPosition": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"constraint_axislimit_t": {
|
||||
"fields": {
|
||||
"flMaxRotation": 4,
|
||||
"flMinRotation": 0,
|
||||
"flMotorMaxTorque": 12,
|
||||
"flMotorTargetAngSpeed": 8
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"constraint_breakableparams_t": {
|
||||
"fields": {
|
||||
"bodyMassScale": 12,
|
||||
"forceLimit": 4,
|
||||
"isActive": 20,
|
||||
"strength": 0,
|
||||
"torqueLimit": 8
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"constraint_hingeparams_t": {
|
||||
"fields": {
|
||||
"constraint": 40,
|
||||
"hingeAxis": 24,
|
||||
"worldAxisDirection": 12,
|
||||
"worldPosition": 0
|
||||
},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"vphysics_save_cphysicsbody_t": {
|
||||
"fields": {
|
||||
"m_nOldPointer": 208
|
||||
@@ -1375,6 +1540,26 @@
|
||||
"parent": "RnBodyDesc_t"
|
||||
}
|
||||
},
|
||||
"enums": {}
|
||||
"enums": {
|
||||
"JointAxis_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"JOINT_AXIS_COUNT": 3,
|
||||
"JOINT_AXIS_X": 0,
|
||||
"JOINT_AXIS_Y": 1,
|
||||
"JOINT_AXIS_Z": 2
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"JointMotion_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
"JOINT_MOTION_COUNT": 2,
|
||||
"JOINT_MOTION_FREE": 0,
|
||||
"JOINT_MOTION_LOCKED": 1
|
||||
},
|
||||
"type": "uint32"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@@ -1,74 +1,29 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libworldrenderer.so
|
||||
// Classes count: 24
|
||||
// Enums count: 0
|
||||
public static class Libworldrenderer {
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||
public static class CEntityIdentity {
|
||||
public const nint m_nameStringableIndex = 0x14; // int32
|
||||
public const nint m_name = 0x18; // CUtlSymbolLarge
|
||||
public const nint m_designerName = 0x20; // CUtlSymbolLarge
|
||||
public const nint m_flags = 0x30; // uint32
|
||||
public const nint m_worldGroupId = 0x38; // WorldGroupId_t
|
||||
public const nint m_fDataObjectTypes = 0x3C; // uint32
|
||||
public const nint m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||
public const nint m_pPrev = 0x58; // CEntityIdentity*
|
||||
public const nint m_pNext = 0x60; // CEntityIdentity*
|
||||
public const nint m_pPrevByClass = 0x68; // CEntityIdentity*
|
||||
public const nint m_pNextByClass = 0x70; // CEntityIdentity*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||
public static class CEntityInstance {
|
||||
public const nint m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
|
||||
public const nint m_pEntity = 0x10; // CEntityIdentity*
|
||||
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
||||
public const nint m_bVisibleinPVS = 0x30; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class EntityIOConnectionData_t {
|
||||
public const nint m_outputName = 0x0; // CUtlString
|
||||
public const nint m_targetType = 0x8; // uint32
|
||||
public const nint m_targetName = 0x10; // CUtlString
|
||||
public const nint m_inputName = 0x18; // CUtlString
|
||||
public const nint m_overrideParam = 0x20; // CUtlString
|
||||
public const nint m_flDelay = 0x28; // float32
|
||||
public const nint m_nTimesToFire = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class EntityKeyValueData_t {
|
||||
public const nint m_connections = 0x8; // CUtlVector<EntityIOConnectionData_t>
|
||||
public const nint m_keyValuesData = 0x20; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PermEntityLumpData_t {
|
||||
public const nint m_name = 0x8; // CUtlString
|
||||
public const nint m_hammerUniqueId = 0x10; // CUtlString
|
||||
public const nint m_childLumps = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
public const nint m_entityKeyValues = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
// Classes count: 23
|
||||
// Enums count: 1
|
||||
public static class LibworldrendererSo {
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
public enum ObjectTypeFlags_t : uint {
|
||||
OBJECT_TYPE_NONE = 0x0,
|
||||
OBJECT_TYPE_MODEL = 0x8,
|
||||
OBJECT_TYPE_BLOCK_LIGHT = 0x10,
|
||||
OBJECT_TYPE_NO_SHADOWS = 0x20,
|
||||
OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND = 0x40,
|
||||
OBJECT_TYPE_DISABLED_IN_LOW_QUALITY = 0x80,
|
||||
OBJECT_TYPE_NO_SUN_SHADOWS = 0x100,
|
||||
OBJECT_TYPE_RENDER_WITH_DYNAMIC = 0x200,
|
||||
OBJECT_TYPE_RENDER_TO_CUBEMAPS = 0x400,
|
||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000,
|
||||
OBJECT_TYPE_DISABLE_VIS_CULLING = 0x10000,
|
||||
OBJECT_TYPE_BAKED_GEOMETRY = 0x20000
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
@@ -92,12 +47,14 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_renderable = 0x80; // CStrongHandle<InfoForResourceTypeCRenderMesh>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class BaseSceneObjectOverride_t {
|
||||
public const nint m_nSceneObjectIndex = 0x0; // uint32
|
||||
public static class AggregateLODSetup_t {
|
||||
public const nint m_vLODOrigin = 0x0; // Vector
|
||||
public const nint m_fMaxObjectScale = 0xC; // float32
|
||||
public const nint m_fSwitchDistances = 0x10; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 4
|
||||
@@ -110,46 +67,162 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nAdditionalMeshDrawPrimitiveFlags = 0xC; // MeshDrawPrimitiveFlags_t
|
||||
public const nint m_extraBufferBinding = 0x10; // CRenderBufferBinding
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class MaterialOverride_t {
|
||||
public const nint m_nSubSceneObject = 0x4; // uint32
|
||||
public const nint m_nDrawCallIndex = 0x8; // uint32
|
||||
public const nint m_pMaterial = 0x10; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
public static class ClutterTile_t {
|
||||
public const nint m_nFirstInstance = 0x0; // uint32
|
||||
public const nint m_nLastInstance = 0x4; // uint32
|
||||
public const nint m_BoundsWs = 0x8; // AABB_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class InfoOverlayData_t {
|
||||
public const nint m_transform = 0x0; // matrix3x4_t
|
||||
public const nint m_flWidth = 0x30; // float32
|
||||
public const nint m_flHeight = 0x34; // float32
|
||||
public const nint m_flDepth = 0x38; // float32
|
||||
public const nint m_vUVStart = 0x3C; // Vector2D
|
||||
public const nint m_vUVEnd = 0x44; // Vector2D
|
||||
public const nint m_pMaterial = 0x50; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
public const nint m_nRenderOrder = 0x58; // int32
|
||||
public const nint m_vTintColor = 0x5C; // Vector4D
|
||||
public const nint m_nSequenceOverride = 0x6C; // int32
|
||||
public static class AggregateSceneObject_t {
|
||||
public const nint m_allFlags = 0x0; // ObjectTypeFlags_t
|
||||
public const nint m_anyFlags = 0x4; // ObjectTypeFlags_t
|
||||
public const nint m_nLayer = 0x8; // int16
|
||||
public const nint m_aggregateMeshes = 0x10; // CUtlVector<AggregateMeshInfo_t>
|
||||
public const nint m_lodSetups = 0x28; // CUtlVector<AggregateLODSetup_t>
|
||||
public const nint m_visClusterMembership = 0x40; // CUtlVector<uint16>
|
||||
public const nint m_fragmentTransforms = 0x58; // CUtlVector<matrix3x4_t>
|
||||
public const nint m_renderableModel = 0x70; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class NodeData_t {
|
||||
public const nint m_nParent = 0x0; // int32
|
||||
public const nint m_vOrigin = 0x4; // Vector
|
||||
public const nint m_vMinBounds = 0x10; // Vector
|
||||
public const nint m_vMaxBounds = 0x1C; // Vector
|
||||
public const nint m_flMinimumDistance = 0x28; // float32
|
||||
public const nint m_ChildNodeIndices = 0x30; // CUtlVector<int32>
|
||||
public const nint m_worldNodePrefix = 0x48; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
public static class VMapResourceData_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class ClutterSceneObject_t {
|
||||
public const nint m_Bounds = 0x0; // AABB_t
|
||||
public const nint m_flags = 0x18; // ObjectTypeFlags_t
|
||||
public const nint m_nLayer = 0x1C; // int16
|
||||
public const nint m_instancePositions = 0x20; // CUtlVector<Vector>
|
||||
public const nint m_instanceScales = 0x50; // CUtlVector<float32>
|
||||
public const nint m_instanceTintSrgb = 0x68; // CUtlVector<Color>
|
||||
public const nint m_tiles = 0x80; // CUtlVector<ClutterTile_t>
|
||||
public const nint m_renderableModel = 0x98; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class WorldBuilderParams_t {
|
||||
public const nint m_flMinDrawVolumeSize = 0x0; // float32
|
||||
public const nint m_bBuildBakedLighting = 0x4; // bool
|
||||
public const nint m_bakedLightingInfo = 0x8; // BakedLightingInfo_t
|
||||
public const nint m_nCompileTimestamp = 0x38; // uint64
|
||||
public const nint m_nCompileFingerprint = 0x40; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class PermEntityLumpData_t {
|
||||
public const nint m_name = 0x8; // CUtlString
|
||||
public const nint m_childLumps = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
public const nint m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class WorldNode_t {
|
||||
public const nint m_sceneObjects = 0x0; // CUtlVector<SceneObject_t>
|
||||
public const nint m_infoOverlays = 0x18; // CUtlVector<InfoOverlayData_t>
|
||||
public const nint m_visClusterMembership = 0x30; // CUtlVector<uint16>
|
||||
public const nint m_aggregateSceneObjects = 0x48; // CUtlVector<AggregateSceneObject_t>
|
||||
public const nint m_clutterSceneObjects = 0x60; // CUtlVector<ClutterSceneObject_t>
|
||||
public const nint m_extraVertexStreamOverrides = 0x78; // CUtlVector<ExtraVertexStreamOverride_t>
|
||||
public const nint m_materialOverrides = 0x90; // CUtlVector<MaterialOverride_t>
|
||||
public const nint m_extraVertexStreams = 0xA8; // CUtlVector<WorldNodeOnDiskBufferData_t>
|
||||
public const nint m_layerNames = 0xC0; // CUtlVector<CUtlString>
|
||||
public const nint m_sceneObjectLayerIndices = 0xD8; // CUtlVector<uint8>
|
||||
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
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class BaseSceneObjectOverride_t {
|
||||
public const nint m_nSceneObjectIndex = 0x0; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class EntityIOConnectionData_t {
|
||||
public const nint m_outputName = 0x0; // CUtlString
|
||||
public const nint m_targetType = 0x8; // uint32
|
||||
public const nint m_targetName = 0x10; // CUtlString
|
||||
public const nint m_inputName = 0x18; // CUtlString
|
||||
public const nint m_overrideParam = 0x20; // CUtlString
|
||||
public const nint m_flDelay = 0x28; // float32
|
||||
public const nint m_nTimesToFire = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class BakedLightingInfo_t {
|
||||
public const nint m_nLightmapVersionNumber = 0x0; // uint32
|
||||
public const nint m_nLightmapGameVersionNumber = 0x4; // uint32
|
||||
public const nint m_vLightmapUvScale = 0x8; // Vector2D
|
||||
public const nint m_bHasLightmaps = 0x10; // bool
|
||||
public const nint m_bBakedShadowsGamma20 = 0x11; // bool
|
||||
public const nint m_bCompressionEnabled = 0x12; // bool
|
||||
public const nint m_nChartPackIterations = 0x13; // uint8
|
||||
public const nint m_nVradQuality = 0x14; // uint8
|
||||
public const nint m_lightMaps = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class VoxelVisBlockOffset_t {
|
||||
public const nint m_nOffset = 0x0; // uint32
|
||||
public const nint m_nElementCount = 0x4; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeVMapResourceData_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
@@ -177,120 +250,51 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nLightProbeVolumePrecomputedHandshake = 0x14; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class AggregateLODSetup_t {
|
||||
public const nint m_vLODOrigin = 0x0; // Vector
|
||||
public const nint m_fMaxObjectScale = 0xC; // float32
|
||||
public const nint m_fSwitchDistances = 0x10; // CUtlVectorFixedGrowable<float32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class AggregateSceneObject_t {
|
||||
public const nint m_allFlags = 0x0; // ObjectTypeFlags_t
|
||||
public const nint m_anyFlags = 0x4; // ObjectTypeFlags_t
|
||||
public const nint m_nLayer = 0x8; // int16
|
||||
public const nint m_aggregateMeshes = 0x10; // CUtlVector<AggregateMeshInfo_t>
|
||||
public const nint m_lodSetups = 0x28; // CUtlVector<AggregateLODSetup_t>
|
||||
public const nint m_visClusterMembership = 0x40; // CUtlVector<uint16>
|
||||
public const nint m_fragmentTransforms = 0x58; // CUtlVector<matrix3x4_t>
|
||||
public const nint m_renderableModel = 0x70; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class ClutterTile_t {
|
||||
public const nint m_nFirstInstance = 0x0; // uint32
|
||||
public const nint m_nLastInstance = 0x4; // uint32
|
||||
public const nint m_BoundsWs = 0x8; // AABB_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class ClutterSceneObject_t {
|
||||
public const nint m_Bounds = 0x0; // AABB_t
|
||||
public const nint m_flags = 0x18; // ObjectTypeFlags_t
|
||||
public const nint m_nLayer = 0x1C; // int16
|
||||
public const nint m_instancePositions = 0x20; // CUtlVector<Vector>
|
||||
public const nint m_instanceScales = 0x50; // CUtlVector<float32>
|
||||
public const nint m_instanceTintSrgb = 0x68; // CUtlVector<Color>
|
||||
public const nint m_tiles = 0x80; // CUtlVector<ClutterTile_t>
|
||||
public const nint m_renderableModel = 0x98; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class WorldNode_t {
|
||||
public const nint m_sceneObjects = 0x0; // CUtlVector<SceneObject_t>
|
||||
public const nint m_infoOverlays = 0x18; // CUtlVector<InfoOverlayData_t>
|
||||
public const nint m_visClusterMembership = 0x30; // CUtlVector<uint16>
|
||||
public const nint m_aggregateSceneObjects = 0x48; // CUtlVector<AggregateSceneObject_t>
|
||||
public const nint m_clutterSceneObjects = 0x60; // CUtlVector<ClutterSceneObject_t>
|
||||
public const nint m_extraVertexStreamOverrides = 0x78; // CUtlVector<ExtraVertexStreamOverride_t>
|
||||
public const nint m_materialOverrides = 0x90; // CUtlVector<MaterialOverride_t>
|
||||
public const nint m_extraVertexStreams = 0xA8; // CUtlVector<WorldNodeOnDiskBufferData_t>
|
||||
public const nint m_layerNames = 0xC0; // CUtlVector<CUtlString>
|
||||
public const nint m_sceneObjectLayerIndices = 0xD8; // CUtlVector<uint8>
|
||||
public const nint m_overlayLayerIndices = 0xF0; // CUtlVector<uint8>
|
||||
public const nint m_grassFileName = 0x108; // CUtlString
|
||||
public const nint m_nodeLightingInfo = 0x110; // BakedLightingInfo_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class WorldBuilderParams_t {
|
||||
public const nint m_flMinDrawVolumeSize = 0x0; // float32
|
||||
public const nint m_bBuildBakedLighting = 0x4; // bool
|
||||
public const nint m_vLightmapUvScale = 0x8; // Vector2D
|
||||
public const nint m_nCompileTimestamp = 0x10; // uint64
|
||||
public const nint m_nCompileFingerprint = 0x18; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class NodeData_t {
|
||||
public const nint m_nParent = 0x0; // int32
|
||||
public const nint m_vOrigin = 0x4; // Vector
|
||||
public const nint m_vMinBounds = 0x10; // Vector
|
||||
public const nint m_vMaxBounds = 0x1C; // Vector
|
||||
public const nint m_flMinimumDistance = 0x28; // float32
|
||||
public const nint m_ChildNodeIndices = 0x30; // CUtlVector<int32>
|
||||
public const nint m_worldNodePrefix = 0x48; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class World_t {
|
||||
public const nint m_builderParams = 0x0; // WorldBuilderParams_t
|
||||
public const nint m_worldNodes = 0x20; // CUtlVector<NodeData_t>
|
||||
public const nint m_worldLightingInfo = 0x38; // BakedLightingInfo_t
|
||||
public const nint m_entityLumps = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
public const nint m_worldNodes = 0x48; // CUtlVector<NodeData_t>
|
||||
public const nint m_worldLightingInfo = 0x60; // BakedLightingInfo_t
|
||||
public const nint m_entityLumps = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class InfoOverlayData_t {
|
||||
public const nint m_transform = 0x0; // matrix3x4_t
|
||||
public const nint m_flWidth = 0x30; // float32
|
||||
public const nint m_flHeight = 0x34; // float32
|
||||
public const nint m_flDepth = 0x38; // float32
|
||||
public const nint m_vUVStart = 0x3C; // Vector2D
|
||||
public const nint m_vUVEnd = 0x44; // Vector2D
|
||||
public const nint m_pMaterial = 0x50; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
public const nint m_nRenderOrder = 0x58; // int32
|
||||
public const nint m_vTintColor = 0x5C; // Vector4D
|
||||
public const nint m_nSequenceOverride = 0x6C; // int32
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class MaterialOverride_t {
|
||||
public const nint m_nSubSceneObject = 0x4; // uint32
|
||||
public const nint m_nDrawCallIndex = 0x8; // uint32
|
||||
public const nint m_pMaterial = 0x10; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class VoxelVisBlockOffset_t {
|
||||
public const nint m_nOffset = 0x0; // uint32
|
||||
public const nint m_nElementCount = 0x4; // uint32
|
||||
public static class EntityKeyValueData_t {
|
||||
public const nint m_connections = 0x8; // CUtlVector<EntityIOConnectionData_t>
|
||||
public const nint m_keyValuesData = 0x20; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
@@ -312,12 +316,5 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_MasksBlock = 0x8C; // VoxelVisBlockOffset_t
|
||||
public const nint m_nVisBlocks = 0x94; // VoxelVisBlockOffset_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
public static class InfoForResourceTypeVMapResourceData_t {
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -8,73 +8,28 @@
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libworldrenderer.so
|
||||
// Classes count: 24
|
||||
// Enums count: 0
|
||||
namespace libworldrenderer {
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||
namespace CEntityIdentity {
|
||||
constexpr std::ptrdiff_t m_nameStringableIndex = 0x14; // int32
|
||||
constexpr std::ptrdiff_t m_name = 0x18; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_designerName = 0x20; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_flags = 0x30; // uint32
|
||||
constexpr std::ptrdiff_t m_worldGroupId = 0x38; // WorldGroupId_t
|
||||
constexpr std::ptrdiff_t m_fDataObjectTypes = 0x3C; // uint32
|
||||
constexpr std::ptrdiff_t m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||
constexpr std::ptrdiff_t m_pPrev = 0x58; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_pNext = 0x60; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_pPrevByClass = 0x68; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_pNextByClass = 0x70; // CEntityIdentity*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||
namespace CEntityInstance {
|
||||
constexpr std::ptrdiff_t m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_pEntity = 0x10; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
|
||||
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace EntityIOConnectionData_t {
|
||||
constexpr std::ptrdiff_t m_outputName = 0x0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_targetType = 0x8; // uint32
|
||||
constexpr std::ptrdiff_t m_targetName = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_inputName = 0x18; // CUtlString
|
||||
constexpr std::ptrdiff_t m_overrideParam = 0x20; // CUtlString
|
||||
constexpr std::ptrdiff_t m_flDelay = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_nTimesToFire = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace EntityKeyValueData_t {
|
||||
constexpr std::ptrdiff_t m_connections = 0x8; // CUtlVector<EntityIOConnectionData_t>
|
||||
constexpr std::ptrdiff_t m_keyValuesData = 0x20; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PermEntityLumpData_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_hammerUniqueId = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_childLumps = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
constexpr std::ptrdiff_t m_entityKeyValues = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Classes count: 23
|
||||
// Enums count: 1
|
||||
namespace libworldrenderer_so {
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
enum class ObjectTypeFlags_t : uint32_t {
|
||||
OBJECT_TYPE_NONE = 0x0,
|
||||
OBJECT_TYPE_MODEL = 0x8,
|
||||
OBJECT_TYPE_BLOCK_LIGHT = 0x10,
|
||||
OBJECT_TYPE_NO_SHADOWS = 0x20,
|
||||
OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND = 0x40,
|
||||
OBJECT_TYPE_DISABLED_IN_LOW_QUALITY = 0x80,
|
||||
OBJECT_TYPE_NO_SUN_SHADOWS = 0x100,
|
||||
OBJECT_TYPE_RENDER_WITH_DYNAMIC = 0x200,
|
||||
OBJECT_TYPE_RENDER_TO_CUBEMAPS = 0x400,
|
||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000,
|
||||
OBJECT_TYPE_DISABLE_VIS_CULLING = 0x10000,
|
||||
OBJECT_TYPE_BAKED_GEOMETRY = 0x20000
|
||||
};
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
//
|
||||
@@ -97,12 +52,14 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_renderable = 0x80; // CStrongHandle<InfoForResourceTypeCRenderMesh>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace BaseSceneObjectOverride_t {
|
||||
constexpr std::ptrdiff_t m_nSceneObjectIndex = 0x0; // uint32
|
||||
namespace AggregateLODSetup_t {
|
||||
constexpr std::ptrdiff_t m_vLODOrigin = 0x0; // Vector
|
||||
constexpr std::ptrdiff_t m_fMaxObjectScale = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_fSwitchDistances = 0x10; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 4
|
||||
@@ -115,46 +72,162 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nAdditionalMeshDrawPrimitiveFlags = 0xC; // MeshDrawPrimitiveFlags_t
|
||||
constexpr std::ptrdiff_t m_extraBufferBinding = 0x10; // CRenderBufferBinding
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialOverride_t {
|
||||
constexpr std::ptrdiff_t m_nSubSceneObject = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t m_nDrawCallIndex = 0x8; // uint32
|
||||
constexpr std::ptrdiff_t m_pMaterial = 0x10; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
namespace ClutterTile_t {
|
||||
constexpr std::ptrdiff_t m_nFirstInstance = 0x0; // uint32
|
||||
constexpr std::ptrdiff_t m_nLastInstance = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t m_BoundsWs = 0x8; // AABB_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace InfoOverlayData_t {
|
||||
constexpr std::ptrdiff_t m_transform = 0x0; // matrix3x4_t
|
||||
constexpr std::ptrdiff_t m_flWidth = 0x30; // float32
|
||||
constexpr std::ptrdiff_t m_flHeight = 0x34; // float32
|
||||
constexpr std::ptrdiff_t m_flDepth = 0x38; // float32
|
||||
constexpr std::ptrdiff_t m_vUVStart = 0x3C; // Vector2D
|
||||
constexpr std::ptrdiff_t m_vUVEnd = 0x44; // Vector2D
|
||||
constexpr std::ptrdiff_t m_pMaterial = 0x50; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
constexpr std::ptrdiff_t m_nRenderOrder = 0x58; // int32
|
||||
constexpr std::ptrdiff_t m_vTintColor = 0x5C; // Vector4D
|
||||
constexpr std::ptrdiff_t m_nSequenceOverride = 0x6C; // int32
|
||||
namespace AggregateSceneObject_t {
|
||||
constexpr std::ptrdiff_t m_allFlags = 0x0; // ObjectTypeFlags_t
|
||||
constexpr std::ptrdiff_t m_anyFlags = 0x4; // ObjectTypeFlags_t
|
||||
constexpr std::ptrdiff_t m_nLayer = 0x8; // int16
|
||||
constexpr std::ptrdiff_t m_aggregateMeshes = 0x10; // CUtlVector<AggregateMeshInfo_t>
|
||||
constexpr std::ptrdiff_t m_lodSetups = 0x28; // CUtlVector<AggregateLODSetup_t>
|
||||
constexpr std::ptrdiff_t m_visClusterMembership = 0x40; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_fragmentTransforms = 0x58; // CUtlVector<matrix3x4_t>
|
||||
constexpr std::ptrdiff_t m_renderableModel = 0x70; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace NodeData_t {
|
||||
constexpr std::ptrdiff_t m_nParent = 0x0; // int32
|
||||
constexpr std::ptrdiff_t m_vOrigin = 0x4; // Vector
|
||||
constexpr std::ptrdiff_t m_vMinBounds = 0x10; // Vector
|
||||
constexpr std::ptrdiff_t m_vMaxBounds = 0x1C; // Vector
|
||||
constexpr std::ptrdiff_t m_flMinimumDistance = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_ChildNodeIndices = 0x30; // CUtlVector<int32>
|
||||
constexpr std::ptrdiff_t m_worldNodePrefix = 0x48; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
namespace VMapResourceData_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace ClutterSceneObject_t {
|
||||
constexpr std::ptrdiff_t m_Bounds = 0x0; // AABB_t
|
||||
constexpr std::ptrdiff_t m_flags = 0x18; // ObjectTypeFlags_t
|
||||
constexpr std::ptrdiff_t m_nLayer = 0x1C; // int16
|
||||
constexpr std::ptrdiff_t m_instancePositions = 0x20; // CUtlVector<Vector>
|
||||
constexpr std::ptrdiff_t m_instanceScales = 0x50; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_instanceTintSrgb = 0x68; // CUtlVector<Color>
|
||||
constexpr std::ptrdiff_t m_tiles = 0x80; // CUtlVector<ClutterTile_t>
|
||||
constexpr std::ptrdiff_t m_renderableModel = 0x98; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace WorldBuilderParams_t {
|
||||
constexpr std::ptrdiff_t m_flMinDrawVolumeSize = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_bBuildBakedLighting = 0x4; // bool
|
||||
constexpr std::ptrdiff_t m_bakedLightingInfo = 0x8; // BakedLightingInfo_t
|
||||
constexpr std::ptrdiff_t m_nCompileTimestamp = 0x38; // uint64
|
||||
constexpr std::ptrdiff_t m_nCompileFingerprint = 0x40; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PermEntityLumpData_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_childLumps = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
constexpr std::ptrdiff_t m_entityKeyValues = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace WorldNode_t {
|
||||
constexpr std::ptrdiff_t m_sceneObjects = 0x0; // CUtlVector<SceneObject_t>
|
||||
constexpr std::ptrdiff_t m_infoOverlays = 0x18; // CUtlVector<InfoOverlayData_t>
|
||||
constexpr std::ptrdiff_t m_visClusterMembership = 0x30; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_aggregateSceneObjects = 0x48; // CUtlVector<AggregateSceneObject_t>
|
||||
constexpr std::ptrdiff_t m_clutterSceneObjects = 0x60; // CUtlVector<ClutterSceneObject_t>
|
||||
constexpr std::ptrdiff_t m_extraVertexStreamOverrides = 0x78; // CUtlVector<ExtraVertexStreamOverride_t>
|
||||
constexpr std::ptrdiff_t m_materialOverrides = 0x90; // CUtlVector<MaterialOverride_t>
|
||||
constexpr std::ptrdiff_t m_extraVertexStreams = 0xA8; // CUtlVector<WorldNodeOnDiskBufferData_t>
|
||||
constexpr std::ptrdiff_t m_layerNames = 0xC0; // CUtlVector<CUtlString>
|
||||
constexpr std::ptrdiff_t m_sceneObjectLayerIndices = 0xD8; // CUtlVector<uint8>
|
||||
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
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace BaseSceneObjectOverride_t {
|
||||
constexpr std::ptrdiff_t m_nSceneObjectIndex = 0x0; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace EntityIOConnectionData_t {
|
||||
constexpr std::ptrdiff_t m_outputName = 0x0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_targetType = 0x8; // uint32
|
||||
constexpr std::ptrdiff_t m_targetName = 0x10; // CUtlString
|
||||
constexpr std::ptrdiff_t m_inputName = 0x18; // CUtlString
|
||||
constexpr std::ptrdiff_t m_overrideParam = 0x20; // CUtlString
|
||||
constexpr std::ptrdiff_t m_flDelay = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_nTimesToFire = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace BakedLightingInfo_t {
|
||||
constexpr std::ptrdiff_t m_nLightmapVersionNumber = 0x0; // uint32
|
||||
constexpr std::ptrdiff_t m_nLightmapGameVersionNumber = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D
|
||||
constexpr std::ptrdiff_t m_bHasLightmaps = 0x10; // bool
|
||||
constexpr std::ptrdiff_t m_bBakedShadowsGamma20 = 0x11; // bool
|
||||
constexpr std::ptrdiff_t m_bCompressionEnabled = 0x12; // bool
|
||||
constexpr std::ptrdiff_t m_nChartPackIterations = 0x13; // uint8
|
||||
constexpr std::ptrdiff_t m_nVradQuality = 0x14; // uint8
|
||||
constexpr std::ptrdiff_t m_lightMaps = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace VoxelVisBlockOffset_t {
|
||||
constexpr std::ptrdiff_t m_nOffset = 0x0; // uint32
|
||||
constexpr std::ptrdiff_t m_nElementCount = 0x4; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeVMapResourceData_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
@@ -182,120 +255,51 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nLightProbeVolumePrecomputedHandshake = 0x14; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace AggregateLODSetup_t {
|
||||
constexpr std::ptrdiff_t m_vLODOrigin = 0x0; // Vector
|
||||
constexpr std::ptrdiff_t m_fMaxObjectScale = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_fSwitchDistances = 0x10; // CUtlVectorFixedGrowable<float32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace AggregateSceneObject_t {
|
||||
constexpr std::ptrdiff_t m_allFlags = 0x0; // ObjectTypeFlags_t
|
||||
constexpr std::ptrdiff_t m_anyFlags = 0x4; // ObjectTypeFlags_t
|
||||
constexpr std::ptrdiff_t m_nLayer = 0x8; // int16
|
||||
constexpr std::ptrdiff_t m_aggregateMeshes = 0x10; // CUtlVector<AggregateMeshInfo_t>
|
||||
constexpr std::ptrdiff_t m_lodSetups = 0x28; // CUtlVector<AggregateLODSetup_t>
|
||||
constexpr std::ptrdiff_t m_visClusterMembership = 0x40; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_fragmentTransforms = 0x58; // CUtlVector<matrix3x4_t>
|
||||
constexpr std::ptrdiff_t m_renderableModel = 0x70; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace ClutterTile_t {
|
||||
constexpr std::ptrdiff_t m_nFirstInstance = 0x0; // uint32
|
||||
constexpr std::ptrdiff_t m_nLastInstance = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t m_BoundsWs = 0x8; // AABB_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace ClutterSceneObject_t {
|
||||
constexpr std::ptrdiff_t m_Bounds = 0x0; // AABB_t
|
||||
constexpr std::ptrdiff_t m_flags = 0x18; // ObjectTypeFlags_t
|
||||
constexpr std::ptrdiff_t m_nLayer = 0x1C; // int16
|
||||
constexpr std::ptrdiff_t m_instancePositions = 0x20; // CUtlVector<Vector>
|
||||
constexpr std::ptrdiff_t m_instanceScales = 0x50; // CUtlVector<float32>
|
||||
constexpr std::ptrdiff_t m_instanceTintSrgb = 0x68; // CUtlVector<Color>
|
||||
constexpr std::ptrdiff_t m_tiles = 0x80; // CUtlVector<ClutterTile_t>
|
||||
constexpr std::ptrdiff_t m_renderableModel = 0x98; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace WorldNode_t {
|
||||
constexpr std::ptrdiff_t m_sceneObjects = 0x0; // CUtlVector<SceneObject_t>
|
||||
constexpr std::ptrdiff_t m_infoOverlays = 0x18; // CUtlVector<InfoOverlayData_t>
|
||||
constexpr std::ptrdiff_t m_visClusterMembership = 0x30; // CUtlVector<uint16>
|
||||
constexpr std::ptrdiff_t m_aggregateSceneObjects = 0x48; // CUtlVector<AggregateSceneObject_t>
|
||||
constexpr std::ptrdiff_t m_clutterSceneObjects = 0x60; // CUtlVector<ClutterSceneObject_t>
|
||||
constexpr std::ptrdiff_t m_extraVertexStreamOverrides = 0x78; // CUtlVector<ExtraVertexStreamOverride_t>
|
||||
constexpr std::ptrdiff_t m_materialOverrides = 0x90; // CUtlVector<MaterialOverride_t>
|
||||
constexpr std::ptrdiff_t m_extraVertexStreams = 0xA8; // CUtlVector<WorldNodeOnDiskBufferData_t>
|
||||
constexpr std::ptrdiff_t m_layerNames = 0xC0; // CUtlVector<CUtlString>
|
||||
constexpr std::ptrdiff_t m_sceneObjectLayerIndices = 0xD8; // CUtlVector<uint8>
|
||||
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
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace WorldBuilderParams_t {
|
||||
constexpr std::ptrdiff_t m_flMinDrawVolumeSize = 0x0; // float32
|
||||
constexpr std::ptrdiff_t m_bBuildBakedLighting = 0x4; // bool
|
||||
constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D
|
||||
constexpr std::ptrdiff_t m_nCompileTimestamp = 0x10; // uint64
|
||||
constexpr std::ptrdiff_t m_nCompileFingerprint = 0x18; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace NodeData_t {
|
||||
constexpr std::ptrdiff_t m_nParent = 0x0; // int32
|
||||
constexpr std::ptrdiff_t m_vOrigin = 0x4; // Vector
|
||||
constexpr std::ptrdiff_t m_vMinBounds = 0x10; // Vector
|
||||
constexpr std::ptrdiff_t m_vMaxBounds = 0x1C; // Vector
|
||||
constexpr std::ptrdiff_t m_flMinimumDistance = 0x28; // float32
|
||||
constexpr std::ptrdiff_t m_ChildNodeIndices = 0x30; // CUtlVector<int32>
|
||||
constexpr std::ptrdiff_t m_worldNodePrefix = 0x48; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace World_t {
|
||||
constexpr std::ptrdiff_t m_builderParams = 0x0; // WorldBuilderParams_t
|
||||
constexpr std::ptrdiff_t m_worldNodes = 0x20; // CUtlVector<NodeData_t>
|
||||
constexpr std::ptrdiff_t m_worldLightingInfo = 0x38; // BakedLightingInfo_t
|
||||
constexpr std::ptrdiff_t m_entityLumps = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
constexpr std::ptrdiff_t m_worldNodes = 0x48; // CUtlVector<NodeData_t>
|
||||
constexpr std::ptrdiff_t m_worldLightingInfo = 0x60; // BakedLightingInfo_t
|
||||
constexpr std::ptrdiff_t m_entityLumps = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace InfoOverlayData_t {
|
||||
constexpr std::ptrdiff_t m_transform = 0x0; // matrix3x4_t
|
||||
constexpr std::ptrdiff_t m_flWidth = 0x30; // float32
|
||||
constexpr std::ptrdiff_t m_flHeight = 0x34; // float32
|
||||
constexpr std::ptrdiff_t m_flDepth = 0x38; // float32
|
||||
constexpr std::ptrdiff_t m_vUVStart = 0x3C; // Vector2D
|
||||
constexpr std::ptrdiff_t m_vUVEnd = 0x44; // Vector2D
|
||||
constexpr std::ptrdiff_t m_pMaterial = 0x50; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
constexpr std::ptrdiff_t m_nRenderOrder = 0x58; // int32
|
||||
constexpr std::ptrdiff_t m_vTintColor = 0x5C; // Vector4D
|
||||
constexpr std::ptrdiff_t m_nSequenceOverride = 0x6C; // int32
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialOverride_t {
|
||||
constexpr std::ptrdiff_t m_nSubSceneObject = 0x4; // uint32
|
||||
constexpr std::ptrdiff_t m_nDrawCallIndex = 0x8; // uint32
|
||||
constexpr std::ptrdiff_t m_pMaterial = 0x10; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace VoxelVisBlockOffset_t {
|
||||
constexpr std::ptrdiff_t m_nOffset = 0x0; // uint32
|
||||
constexpr std::ptrdiff_t m_nElementCount = 0x4; // uint32
|
||||
namespace EntityKeyValueData_t {
|
||||
constexpr std::ptrdiff_t m_connections = 0x8; // CUtlVector<EntityIOConnectionData_t>
|
||||
constexpr std::ptrdiff_t m_keyValuesData = 0x20; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
@@ -317,13 +321,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_MasksBlock = 0x8C; // VoxelVisBlockOffset_t
|
||||
constexpr std::ptrdiff_t m_nVisBlocks = 0x94; // VoxelVisBlockOffset_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
namespace InfoForResourceTypeVMapResourceData_t {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -56,10 +56,14 @@
|
||||
},
|
||||
"BakedLightingInfo_t": {
|
||||
"fields": {
|
||||
"m_bBakedShadowsGamma20": 17,
|
||||
"m_bCompressionEnabled": 18,
|
||||
"m_bHasLightmaps": 16,
|
||||
"m_lightMaps": 24,
|
||||
"m_nChartPackIterations": 19,
|
||||
"m_nLightmapGameVersionNumber": 4,
|
||||
"m_nLightmapVersionNumber": 0,
|
||||
"m_nVradQuality": 20,
|
||||
"m_vLightmapUvScale": 8
|
||||
},
|
||||
"metadata": [
|
||||
@@ -82,50 +86,6 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CEntityIdentity": {
|
||||
"fields": {
|
||||
"m_PathIndex": 64,
|
||||
"m_designerName": 32,
|
||||
"m_fDataObjectTypes": 60,
|
||||
"m_flags": 48,
|
||||
"m_name": 24,
|
||||
"m_nameStringableIndex": 20,
|
||||
"m_pNext": 96,
|
||||
"m_pNextByClass": 112,
|
||||
"m_pPrev": 88,
|
||||
"m_pPrevByClass": 104,
|
||||
"m_worldGroupId": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "m_nameStringableIndex",
|
||||
"ty": "int32",
|
||||
"type": "NetworkVarNames"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CEntityInstance": {
|
||||
"fields": {
|
||||
"m_CScriptComponent": 40,
|
||||
"m_bVisibleinPVS": 48,
|
||||
"m_iszPrivateVScripts": 8,
|
||||
"m_pEntity": 16
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
"name": "m_pEntity",
|
||||
"ty": "CEntityIdentity*",
|
||||
"type": "NetworkVarNames"
|
||||
},
|
||||
{
|
||||
"name": "m_CScriptComponent",
|
||||
"ty": "CScriptComponent::Storage_t",
|
||||
"type": "NetworkVarNames"
|
||||
}
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"CVoxelVisibility": {
|
||||
"fields": {
|
||||
"m_EnclosedClusterListBlock": 124,
|
||||
@@ -294,9 +254,8 @@
|
||||
},
|
||||
"PermEntityLumpData_t": {
|
||||
"fields": {
|
||||
"m_childLumps": 24,
|
||||
"m_entityKeyValues": 48,
|
||||
"m_hammerUniqueId": 16,
|
||||
"m_childLumps": 16,
|
||||
"m_entityKeyValues": 40,
|
||||
"m_name": 8
|
||||
},
|
||||
"metadata": [
|
||||
@@ -332,6 +291,11 @@
|
||||
],
|
||||
"parent": null
|
||||
},
|
||||
"VMapResourceData_t": {
|
||||
"fields": {},
|
||||
"metadata": [],
|
||||
"parent": null
|
||||
},
|
||||
"VoxelVisBlockOffset_t": {
|
||||
"fields": {
|
||||
"m_nElementCount": 4,
|
||||
@@ -348,10 +312,10 @@
|
||||
"WorldBuilderParams_t": {
|
||||
"fields": {
|
||||
"m_bBuildBakedLighting": 4,
|
||||
"m_bakedLightingInfo": 8,
|
||||
"m_flMinDrawVolumeSize": 0,
|
||||
"m_nCompileFingerprint": 24,
|
||||
"m_nCompileTimestamp": 16,
|
||||
"m_vLightmapUvScale": 8
|
||||
"m_nCompileFingerprint": 64,
|
||||
"m_nCompileTimestamp": 56
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -379,6 +343,7 @@
|
||||
"WorldNode_t": {
|
||||
"fields": {
|
||||
"m_aggregateSceneObjects": 72,
|
||||
"m_bHasBakedGeometryFlag": 320,
|
||||
"m_clutterSceneObjects": 96,
|
||||
"m_extraVertexStreamOverrides": 120,
|
||||
"m_extraVertexStreams": 168,
|
||||
@@ -403,9 +368,9 @@
|
||||
"World_t": {
|
||||
"fields": {
|
||||
"m_builderParams": 0,
|
||||
"m_entityLumps": 104,
|
||||
"m_worldLightingInfo": 56,
|
||||
"m_worldNodes": 32
|
||||
"m_entityLumps": 144,
|
||||
"m_worldLightingInfo": 96,
|
||||
"m_worldNodes": 72
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@@ -416,6 +381,28 @@
|
||||
"parent": null
|
||||
}
|
||||
},
|
||||
"enums": {}
|
||||
"enums": {
|
||||
"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,
|
||||
"OBJECT_TYPE_NO_SHADOWS": 32,
|
||||
"OBJECT_TYPE_NO_SUN_SHADOWS": 256,
|
||||
"OBJECT_TYPE_OVERLAY": 8192,
|
||||
"OBJECT_TYPE_PRECOMPUTED_VISMEMBERS": 16384,
|
||||
"OBJECT_TYPE_RENDER_TO_CUBEMAPS": 1024,
|
||||
"OBJECT_TYPE_RENDER_WITH_DYNAMIC": 512,
|
||||
"OBJECT_TYPE_STATIC_CUBE_MAP": 32768,
|
||||
"OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND": 64
|
||||
},
|
||||
"type": "uint32"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,77 +1,33 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
// 2025-01-29 12:23:34.043004291 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: libworldrenderer.so
|
||||
// Classes count: 24
|
||||
// Enums count: 0
|
||||
pub mod libworldrenderer {
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||
pub mod CEntityIdentity {
|
||||
pub const m_nameStringableIndex: usize = 0x14; // int32
|
||||
pub const m_name: usize = 0x18; // CUtlSymbolLarge
|
||||
pub const m_designerName: usize = 0x20; // CUtlSymbolLarge
|
||||
pub const m_flags: usize = 0x30; // uint32
|
||||
pub const m_worldGroupId: usize = 0x38; // WorldGroupId_t
|
||||
pub const m_fDataObjectTypes: usize = 0x3C; // uint32
|
||||
pub const m_PathIndex: usize = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||
pub const m_pPrev: usize = 0x58; // CEntityIdentity*
|
||||
pub const m_pNext: usize = 0x60; // CEntityIdentity*
|
||||
pub const m_pPrevByClass: usize = 0x68; // CEntityIdentity*
|
||||
pub const m_pNextByClass: usize = 0x70; // CEntityIdentity*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||
pub mod CEntityInstance {
|
||||
pub const m_iszPrivateVScripts: usize = 0x8; // CUtlSymbolLarge
|
||||
pub const m_pEntity: usize = 0x10; // CEntityIdentity*
|
||||
pub const m_CScriptComponent: usize = 0x28; // CScriptComponent*
|
||||
pub const m_bVisibleinPVS: usize = 0x30; // bool
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod EntityIOConnectionData_t {
|
||||
pub const m_outputName: usize = 0x0; // CUtlString
|
||||
pub const m_targetType: usize = 0x8; // uint32
|
||||
pub const m_targetName: usize = 0x10; // CUtlString
|
||||
pub const m_inputName: usize = 0x18; // CUtlString
|
||||
pub const m_overrideParam: usize = 0x20; // CUtlString
|
||||
pub const m_flDelay: usize = 0x28; // float32
|
||||
pub const m_nTimesToFire: usize = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod EntityKeyValueData_t {
|
||||
pub const m_connections: usize = 0x8; // CUtlVector<EntityIOConnectionData_t>
|
||||
pub const m_keyValuesData: usize = 0x20; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PermEntityLumpData_t {
|
||||
pub const m_name: usize = 0x8; // CUtlString
|
||||
pub const m_hammerUniqueId: usize = 0x10; // CUtlString
|
||||
pub const m_childLumps: usize = 0x18; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
pub const m_entityKeyValues: usize = 0x30; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
// Classes count: 23
|
||||
// Enums count: 1
|
||||
pub mod libworldrenderer_so {
|
||||
// Alignment: 4
|
||||
// Members count: 15
|
||||
#[repr(u32)]
|
||||
pub enum ObjectTypeFlags_t {
|
||||
OBJECT_TYPE_NONE = 0x0,
|
||||
OBJECT_TYPE_MODEL = 0x8,
|
||||
OBJECT_TYPE_BLOCK_LIGHT = 0x10,
|
||||
OBJECT_TYPE_NO_SHADOWS = 0x20,
|
||||
OBJECT_TYPE_WORLDSPACE_TEXURE_BLEND = 0x40,
|
||||
OBJECT_TYPE_DISABLED_IN_LOW_QUALITY = 0x80,
|
||||
OBJECT_TYPE_NO_SUN_SHADOWS = 0x100,
|
||||
OBJECT_TYPE_RENDER_WITH_DYNAMIC = 0x200,
|
||||
OBJECT_TYPE_RENDER_TO_CUBEMAPS = 0x400,
|
||||
OBJECT_TYPE_MODEL_HAS_LODS = 0x800,
|
||||
OBJECT_TYPE_OVERLAY = 0x2000,
|
||||
OBJECT_TYPE_PRECOMPUTED_VISMEMBERS = 0x4000,
|
||||
OBJECT_TYPE_STATIC_CUBE_MAP = 0x8000,
|
||||
OBJECT_TYPE_DISABLE_VIS_CULLING = 0x10000,
|
||||
OBJECT_TYPE_BAKED_GEOMETRY = 0x20000
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
@@ -95,12 +51,14 @@ pub mod cs2_dumper {
|
||||
pub const m_renderable: usize = 0x80; // CStrongHandle<InfoForResourceTypeCRenderMesh>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod BaseSceneObjectOverride_t {
|
||||
pub const m_nSceneObjectIndex: usize = 0x0; // uint32
|
||||
pub mod AggregateLODSetup_t {
|
||||
pub const m_vLODOrigin: usize = 0x0; // Vector
|
||||
pub const m_fMaxObjectScale: usize = 0xC; // float32
|
||||
pub const m_fSwitchDistances: usize = 0x10; // CUtlVector<float32>
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 4
|
||||
@@ -113,46 +71,162 @@ pub mod cs2_dumper {
|
||||
pub const m_nAdditionalMeshDrawPrimitiveFlags: usize = 0xC; // MeshDrawPrimitiveFlags_t
|
||||
pub const m_extraBufferBinding: usize = 0x10; // CRenderBufferBinding
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod MaterialOverride_t {
|
||||
pub const m_nSubSceneObject: usize = 0x4; // uint32
|
||||
pub const m_nDrawCallIndex: usize = 0x8; // uint32
|
||||
pub const m_pMaterial: usize = 0x10; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
pub mod ClutterTile_t {
|
||||
pub const m_nFirstInstance: usize = 0x0; // uint32
|
||||
pub const m_nLastInstance: usize = 0x4; // uint32
|
||||
pub const m_BoundsWs: usize = 0x8; // AABB_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod InfoOverlayData_t {
|
||||
pub const m_transform: usize = 0x0; // matrix3x4_t
|
||||
pub const m_flWidth: usize = 0x30; // float32
|
||||
pub const m_flHeight: usize = 0x34; // float32
|
||||
pub const m_flDepth: usize = 0x38; // float32
|
||||
pub const m_vUVStart: usize = 0x3C; // Vector2D
|
||||
pub const m_vUVEnd: usize = 0x44; // Vector2D
|
||||
pub const m_pMaterial: usize = 0x50; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
pub const m_nRenderOrder: usize = 0x58; // int32
|
||||
pub const m_vTintColor: usize = 0x5C; // Vector4D
|
||||
pub const m_nSequenceOverride: usize = 0x6C; // int32
|
||||
pub mod AggregateSceneObject_t {
|
||||
pub const m_allFlags: usize = 0x0; // ObjectTypeFlags_t
|
||||
pub const m_anyFlags: usize = 0x4; // ObjectTypeFlags_t
|
||||
pub const m_nLayer: usize = 0x8; // int16
|
||||
pub const m_aggregateMeshes: usize = 0x10; // CUtlVector<AggregateMeshInfo_t>
|
||||
pub const m_lodSetups: usize = 0x28; // CUtlVector<AggregateLODSetup_t>
|
||||
pub const m_visClusterMembership: usize = 0x40; // CUtlVector<uint16>
|
||||
pub const m_fragmentTransforms: usize = 0x58; // CUtlVector<matrix3x4_t>
|
||||
pub const m_renderableModel: usize = 0x70; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod NodeData_t {
|
||||
pub const m_nParent: usize = 0x0; // int32
|
||||
pub const m_vOrigin: usize = 0x4; // Vector
|
||||
pub const m_vMinBounds: usize = 0x10; // Vector
|
||||
pub const m_vMaxBounds: usize = 0x1C; // Vector
|
||||
pub const m_flMinimumDistance: usize = 0x28; // float32
|
||||
pub const m_ChildNodeIndices: usize = 0x30; // CUtlVector<int32>
|
||||
pub const m_worldNodePrefix: usize = 0x48; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
pub mod VMapResourceData_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod ClutterSceneObject_t {
|
||||
pub const m_Bounds: usize = 0x0; // AABB_t
|
||||
pub const m_flags: usize = 0x18; // ObjectTypeFlags_t
|
||||
pub const m_nLayer: usize = 0x1C; // int16
|
||||
pub const m_instancePositions: usize = 0x20; // CUtlVector<Vector>
|
||||
pub const m_instanceScales: usize = 0x50; // CUtlVector<float32>
|
||||
pub const m_instanceTintSrgb: usize = 0x68; // CUtlVector<Color>
|
||||
pub const m_tiles: usize = 0x80; // CUtlVector<ClutterTile_t>
|
||||
pub const m_renderableModel: usize = 0x98; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod WorldBuilderParams_t {
|
||||
pub const m_flMinDrawVolumeSize: usize = 0x0; // float32
|
||||
pub const m_bBuildBakedLighting: usize = 0x4; // bool
|
||||
pub const m_bakedLightingInfo: usize = 0x8; // BakedLightingInfo_t
|
||||
pub const m_nCompileTimestamp: usize = 0x38; // uint64
|
||||
pub const m_nCompileFingerprint: usize = 0x40; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod PermEntityLumpData_t {
|
||||
pub const m_name: usize = 0x8; // CUtlString
|
||||
pub const m_childLumps: usize = 0x10; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
pub const m_entityKeyValues: usize = 0x28; // CUtlLeanVector<EntityKeyValueData_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 14
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod WorldNode_t {
|
||||
pub const m_sceneObjects: usize = 0x0; // CUtlVector<SceneObject_t>
|
||||
pub const m_infoOverlays: usize = 0x18; // CUtlVector<InfoOverlayData_t>
|
||||
pub const m_visClusterMembership: usize = 0x30; // CUtlVector<uint16>
|
||||
pub const m_aggregateSceneObjects: usize = 0x48; // CUtlVector<AggregateSceneObject_t>
|
||||
pub const m_clutterSceneObjects: usize = 0x60; // CUtlVector<ClutterSceneObject_t>
|
||||
pub const m_extraVertexStreamOverrides: usize = 0x78; // CUtlVector<ExtraVertexStreamOverride_t>
|
||||
pub const m_materialOverrides: usize = 0x90; // CUtlVector<MaterialOverride_t>
|
||||
pub const m_extraVertexStreams: usize = 0xA8; // CUtlVector<WorldNodeOnDiskBufferData_t>
|
||||
pub const m_layerNames: usize = 0xC0; // CUtlVector<CUtlString>
|
||||
pub const m_sceneObjectLayerIndices: usize = 0xD8; // CUtlVector<uint8>
|
||||
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
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod BaseSceneObjectOverride_t {
|
||||
pub const m_nSceneObjectIndex: usize = 0x0; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod EntityIOConnectionData_t {
|
||||
pub const m_outputName: usize = 0x0; // CUtlString
|
||||
pub const m_targetType: usize = 0x8; // uint32
|
||||
pub const m_targetName: usize = 0x10; // CUtlString
|
||||
pub const m_inputName: usize = 0x18; // CUtlString
|
||||
pub const m_overrideParam: usize = 0x20; // CUtlString
|
||||
pub const m_flDelay: usize = 0x28; // float32
|
||||
pub const m_nTimesToFire: usize = 0x2C; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 9
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod BakedLightingInfo_t {
|
||||
pub const m_nLightmapVersionNumber: usize = 0x0; // uint32
|
||||
pub const m_nLightmapGameVersionNumber: usize = 0x4; // uint32
|
||||
pub const m_vLightmapUvScale: usize = 0x8; // Vector2D
|
||||
pub const m_bHasLightmaps: usize = 0x10; // bool
|
||||
pub const m_bBakedShadowsGamma20: usize = 0x11; // bool
|
||||
pub const m_bCompressionEnabled: usize = 0x12; // bool
|
||||
pub const m_nChartPackIterations: usize = 0x13; // uint8
|
||||
pub const m_nVradQuality: usize = 0x14; // uint8
|
||||
pub const m_lightMaps: usize = 0x18; // CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod VoxelVisBlockOffset_t {
|
||||
pub const m_nOffset: usize = 0x0; // uint32
|
||||
pub const m_nElementCount: usize = 0x4; // uint32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeVMapResourceData_t {
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
@@ -180,120 +254,51 @@ pub mod cs2_dumper {
|
||||
pub const m_nLightProbeVolumePrecomputedHandshake: usize = 0x14; // int32
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod AggregateLODSetup_t {
|
||||
pub const m_vLODOrigin: usize = 0x0; // Vector
|
||||
pub const m_fMaxObjectScale: usize = 0xC; // float32
|
||||
pub const m_fSwitchDistances: usize = 0x10; // CUtlVectorFixedGrowable<float32>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod AggregateSceneObject_t {
|
||||
pub const m_allFlags: usize = 0x0; // ObjectTypeFlags_t
|
||||
pub const m_anyFlags: usize = 0x4; // ObjectTypeFlags_t
|
||||
pub const m_nLayer: usize = 0x8; // int16
|
||||
pub const m_aggregateMeshes: usize = 0x10; // CUtlVector<AggregateMeshInfo_t>
|
||||
pub const m_lodSetups: usize = 0x28; // CUtlVector<AggregateLODSetup_t>
|
||||
pub const m_visClusterMembership: usize = 0x40; // CUtlVector<uint16>
|
||||
pub const m_fragmentTransforms: usize = 0x58; // CUtlVector<matrix3x4_t>
|
||||
pub const m_renderableModel: usize = 0x70; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod ClutterTile_t {
|
||||
pub const m_nFirstInstance: usize = 0x0; // uint32
|
||||
pub const m_nLastInstance: usize = 0x4; // uint32
|
||||
pub const m_BoundsWs: usize = 0x8; // AABB_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 8
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod ClutterSceneObject_t {
|
||||
pub const m_Bounds: usize = 0x0; // AABB_t
|
||||
pub const m_flags: usize = 0x18; // ObjectTypeFlags_t
|
||||
pub const m_nLayer: usize = 0x1C; // int16
|
||||
pub const m_instancePositions: usize = 0x20; // CUtlVector<Vector>
|
||||
pub const m_instanceScales: usize = 0x50; // CUtlVector<float32>
|
||||
pub const m_instanceTintSrgb: usize = 0x68; // CUtlVector<Color>
|
||||
pub const m_tiles: usize = 0x80; // CUtlVector<ClutterTile_t>
|
||||
pub const m_renderableModel: usize = 0x98; // CStrongHandle<InfoForResourceTypeCModel>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod WorldNode_t {
|
||||
pub const m_sceneObjects: usize = 0x0; // CUtlVector<SceneObject_t>
|
||||
pub const m_infoOverlays: usize = 0x18; // CUtlVector<InfoOverlayData_t>
|
||||
pub const m_visClusterMembership: usize = 0x30; // CUtlVector<uint16>
|
||||
pub const m_aggregateSceneObjects: usize = 0x48; // CUtlVector<AggregateSceneObject_t>
|
||||
pub const m_clutterSceneObjects: usize = 0x60; // CUtlVector<ClutterSceneObject_t>
|
||||
pub const m_extraVertexStreamOverrides: usize = 0x78; // CUtlVector<ExtraVertexStreamOverride_t>
|
||||
pub const m_materialOverrides: usize = 0x90; // CUtlVector<MaterialOverride_t>
|
||||
pub const m_extraVertexStreams: usize = 0xA8; // CUtlVector<WorldNodeOnDiskBufferData_t>
|
||||
pub const m_layerNames: usize = 0xC0; // CUtlVector<CUtlString>
|
||||
pub const m_sceneObjectLayerIndices: usize = 0xD8; // CUtlVector<uint8>
|
||||
pub const m_overlayLayerIndices: usize = 0xF0; // CUtlVector<uint8>
|
||||
pub const m_grassFileName: usize = 0x108; // CUtlString
|
||||
pub const m_nodeLightingInfo: usize = 0x110; // BakedLightingInfo_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 5
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod WorldBuilderParams_t {
|
||||
pub const m_flMinDrawVolumeSize: usize = 0x0; // float32
|
||||
pub const m_bBuildBakedLighting: usize = 0x4; // bool
|
||||
pub const m_vLightmapUvScale: usize = 0x8; // Vector2D
|
||||
pub const m_nCompileTimestamp: usize = 0x10; // uint64
|
||||
pub const m_nCompileFingerprint: usize = 0x18; // uint64
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 7
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod NodeData_t {
|
||||
pub const m_nParent: usize = 0x0; // int32
|
||||
pub const m_vOrigin: usize = 0x4; // Vector
|
||||
pub const m_vMinBounds: usize = 0x10; // Vector
|
||||
pub const m_vMaxBounds: usize = 0x1C; // Vector
|
||||
pub const m_flMinimumDistance: usize = 0x28; // float32
|
||||
pub const m_ChildNodeIndices: usize = 0x30; // CUtlVector<int32>
|
||||
pub const m_worldNodePrefix: usize = 0x48; // CUtlString
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod World_t {
|
||||
pub const m_builderParams: usize = 0x0; // WorldBuilderParams_t
|
||||
pub const m_worldNodes: usize = 0x20; // CUtlVector<NodeData_t>
|
||||
pub const m_worldLightingInfo: usize = 0x38; // BakedLightingInfo_t
|
||||
pub const m_entityLumps: usize = 0x68; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
pub const m_worldNodes: usize = 0x48; // CUtlVector<NodeData_t>
|
||||
pub const m_worldLightingInfo: usize = 0x60; // BakedLightingInfo_t
|
||||
pub const m_entityLumps: usize = 0x90; // CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 10
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod InfoOverlayData_t {
|
||||
pub const m_transform: usize = 0x0; // matrix3x4_t
|
||||
pub const m_flWidth: usize = 0x30; // float32
|
||||
pub const m_flHeight: usize = 0x34; // float32
|
||||
pub const m_flDepth: usize = 0x38; // float32
|
||||
pub const m_vUVStart: usize = 0x3C; // Vector2D
|
||||
pub const m_vUVEnd: usize = 0x44; // Vector2D
|
||||
pub const m_pMaterial: usize = 0x50; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
pub const m_nRenderOrder: usize = 0x58; // int32
|
||||
pub const m_vTintColor: usize = 0x5C; // Vector4D
|
||||
pub const m_nSequenceOverride: usize = 0x6C; // int32
|
||||
}
|
||||
// Parent: BaseSceneObjectOverride_t
|
||||
// Fields count: 3
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod MaterialOverride_t {
|
||||
pub const m_nSubSceneObject: usize = 0x4; // uint32
|
||||
pub const m_nDrawCallIndex: usize = 0x8; // uint32
|
||||
pub const m_pMaterial: usize = 0x10; // CStrongHandle<InfoForResourceTypeIMaterial2>
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
pub mod VoxelVisBlockOffset_t {
|
||||
pub const m_nOffset: usize = 0x0; // uint32
|
||||
pub const m_nElementCount: usize = 0x4; // uint32
|
||||
pub mod EntityKeyValueData_t {
|
||||
pub const m_connections: usize = 0x8; // CUtlVector<EntityIOConnectionData_t>
|
||||
pub const m_keyValuesData: usize = 0x20; // CUtlBinaryBlock
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 13
|
||||
@@ -315,13 +320,6 @@ pub mod cs2_dumper {
|
||||
pub const m_MasksBlock: usize = 0x8C; // VoxelVisBlockOffset_t
|
||||
pub const m_nVisBlocks: usize = 0x94; // VoxelVisBlockOffset_t
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 0
|
||||
//
|
||||
// Metadata:
|
||||
// MResourceTypeForInfoType
|
||||
pub mod InfoForResourceTypeVMapResourceData_t {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,24 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: libclient.so
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x3736050;
|
||||
public const nint attack2 = 0x3735FB0;
|
||||
public const nint back = 0x3735C30;
|
||||
public const nint duck = 0x3735790;
|
||||
public const nint forward = 0x3735CD0;
|
||||
public const nint jump = 0x3735830;
|
||||
public const nint left = 0x3735B90;
|
||||
public const nint lookatweapon = 0x3749C50;
|
||||
public const nint reload = 0x37360F0;
|
||||
public const nint right = 0x3735AF0;
|
||||
public const nint showscores = 0x3749D90;
|
||||
public const nint sprint = 0x3736190;
|
||||
public const nint turnleft = 0x3735F10;
|
||||
public const nint turnright = 0x3735E70;
|
||||
public const nint use = 0x37358D0;
|
||||
public const nint zoom = 0x3749CF0;
|
||||
}
|
||||
}
|
@@ -1,28 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
// Module: libclient.so
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x3736050;
|
||||
constexpr std::ptrdiff_t attack2 = 0x3735FB0;
|
||||
constexpr std::ptrdiff_t back = 0x3735C30;
|
||||
constexpr std::ptrdiff_t duck = 0x3735790;
|
||||
constexpr std::ptrdiff_t forward = 0x3735CD0;
|
||||
constexpr std::ptrdiff_t jump = 0x3735830;
|
||||
constexpr std::ptrdiff_t left = 0x3735B90;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x3749C50;
|
||||
constexpr std::ptrdiff_t reload = 0x37360F0;
|
||||
constexpr std::ptrdiff_t right = 0x3735AF0;
|
||||
constexpr std::ptrdiff_t showscores = 0x3749D90;
|
||||
constexpr std::ptrdiff_t sprint = 0x3736190;
|
||||
constexpr std::ptrdiff_t turnleft = 0x3735F10;
|
||||
constexpr std::ptrdiff_t turnright = 0x3735E70;
|
||||
constexpr std::ptrdiff_t use = 0x37358D0;
|
||||
constexpr std::ptrdiff_t zoom = 0x3749CF0;
|
||||
}
|
||||
}
|
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"libclient.so": {
|
||||
"attack": 57892944,
|
||||
"attack2": 57892784,
|
||||
"back": 57891888,
|
||||
"duck": 57890704,
|
||||
"forward": 57892048,
|
||||
"jump": 57890864,
|
||||
"left": 57891728,
|
||||
"lookatweapon": 57973840,
|
||||
"reload": 57893104,
|
||||
"right": 57891568,
|
||||
"showscores": 57974160,
|
||||
"sprint": 57893264,
|
||||
"turnleft": 57892624,
|
||||
"turnright": 57892464,
|
||||
"use": 57891024,
|
||||
"zoom": 57974000
|
||||
}
|
||||
}
|
@@ -1,26 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: libclient.so
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x3736050;
|
||||
pub const attack2: usize = 0x3735FB0;
|
||||
pub const back: usize = 0x3735C30;
|
||||
pub const duck: usize = 0x3735790;
|
||||
pub const forward: usize = 0x3735CD0;
|
||||
pub const jump: usize = 0x3735830;
|
||||
pub const left: usize = 0x3735B90;
|
||||
pub const lookatweapon: usize = 0x3749C50;
|
||||
pub const reload: usize = 0x37360F0;
|
||||
pub const right: usize = 0x3735AF0;
|
||||
pub const showscores: usize = 0x3749D90;
|
||||
pub const sprint: usize = 0x3736190;
|
||||
pub const turnleft: usize = 0x3735F10;
|
||||
pub const turnright: usize = 0x3735E70;
|
||||
pub const use: usize = 0x37358D0;
|
||||
pub const zoom: usize = 0x3749CF0;
|
||||
}
|
||||
}
|
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"build_number": 14000,
|
||||
"timestamp": "2024-03-29T21:16:02.890657436+00:00"
|
||||
}
|
@@ -1,220 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: libanimationsystem.so
|
||||
public static class Libanimationsystem {
|
||||
public const nint AnimationSystemUtils_001 = 0x18CA60;
|
||||
public const nint AnimationSystem_001 = 0x18C850;
|
||||
}
|
||||
// Module: libclient.so
|
||||
public static class Libclient {
|
||||
public const nint ClientToolsInfo_001 = 0xD54880;
|
||||
public const nint EmptyWorldService001_Client = 0xA47F30;
|
||||
public const nint GameClientExports001 = 0xD544D0;
|
||||
public const nint LegacyGameUI001 = 0xF200B0;
|
||||
public const nint Source2Client002 = 0xD54540;
|
||||
public const nint Source2ClientConfig001 = 0xA2BB50;
|
||||
public const nint Source2ClientPrediction001 = 0xDE3A80;
|
||||
public const nint Source2ClientUI001 = 0xEDEAC0;
|
||||
}
|
||||
// Module: libengine2.so
|
||||
public static class Libengine2 {
|
||||
public const nint BenchmarkService001 = 0x1E5FA0;
|
||||
public const nint BugService001 = 0x1E21A0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1B3AF0;
|
||||
public const nint EngineGameUI001 = 0x375580;
|
||||
public const nint EngineServiceMgr001 = 0x1A3A60;
|
||||
public const nint GameEventSystemClientV001 = 0x1A8AD0;
|
||||
public const nint GameEventSystemServerV001 = 0x1A8AE0;
|
||||
public const nint GameResourceServiceClientV001 = 0x1E78D0;
|
||||
public const nint GameResourceServiceServerV001 = 0x1E78E0;
|
||||
public const nint GameUIService_001 = 0x1EF410;
|
||||
public const nint HostStateMgr001 = 0x1AE650;
|
||||
public const nint INETSUPPORT_001 = 0x33F2A0;
|
||||
public const nint InputService_001 = 0x1F39E0;
|
||||
public const nint KeyValueCache001 = 0x1B0FA0;
|
||||
public const nint MapListService_001 = 0x2079E0;
|
||||
public const nint NetworkClientService_001 = 0x22E320;
|
||||
public const nint NetworkP2PService_001 = 0x244940;
|
||||
public const nint NetworkServerService_001 = 0x20BA90;
|
||||
public const nint NetworkService_001 = 0x20B1B0;
|
||||
public const nint RenderService_001 = 0x249D00;
|
||||
public const nint ScreenshotService001 = 0x24C8F0;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1C87B0;
|
||||
public const nint SoundService_001 = 0x250F10;
|
||||
public const nint Source2EngineToClient001 = 0x2C6EE0;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x29E6D0;
|
||||
public const nint Source2EngineToServer001 = 0x2ED890;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x2D0000;
|
||||
public const nint SplitScreenService_001 = 0x258290;
|
||||
public const nint StatsService_001 = 0x25B9E0;
|
||||
public const nint ToolService_001 = 0x260C60;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x375000;
|
||||
public const nint VProfService_001 = 0x262410;
|
||||
}
|
||||
// Module: libfilesystem_stdio.so
|
||||
public static class LibfilesystemStdio {
|
||||
public const nint VAsyncFileSystem2_001 = 0x80180;
|
||||
public const nint VFileSystem017 = 0x80170;
|
||||
}
|
||||
// Module: libhost.so
|
||||
public static class Libhost {
|
||||
public const nint DebugDrawQueueManager001 = 0xC2C70;
|
||||
public const nint GameModelInfo001 = 0xBD8F0;
|
||||
public const nint GameSystem2HostHook = 0xBE030;
|
||||
public const nint HostUtils001 = 0xBE4B0;
|
||||
public const nint PredictionDiffManager001 = 0xBF440;
|
||||
public const nint SaveRestoreDataVersion001 = 0xC17B0;
|
||||
public const nint SinglePlayerSharedMemory001 = 0xC1A70;
|
||||
public const nint Source2Host001 = 0xC21D0;
|
||||
}
|
||||
// Module: libinputsystem.so
|
||||
public static class Libinputsystem {
|
||||
public const nint InputStackSystemVersion001 = 0x11840;
|
||||
public const nint InputSystemVersion001 = 0x12D30;
|
||||
}
|
||||
// Module: liblocalize.so
|
||||
public static class Liblocalize {
|
||||
public const nint Localize_001 = 0x1DB00;
|
||||
}
|
||||
// Module: libmatchmaking.so
|
||||
public static class Libmatchmaking {
|
||||
public const nint GameTypes001 = 0x12FF60;
|
||||
public const nint MATCHFRAMEWORK_001 = 0x204440;
|
||||
}
|
||||
// Module: libmaterialsystem2.so
|
||||
public static class Libmaterialsystem2 {
|
||||
public const nint FontManager_001 = 0x7A340;
|
||||
public const nint MaterialUtils_001 = 0x64B80;
|
||||
public const nint PostProcessingSystem_001 = 0x89C70;
|
||||
public const nint TextLayout_001 = 0x87200;
|
||||
public const nint VMaterialSystem2_001 = 0x2C7A0;
|
||||
}
|
||||
// Module: libmeshsystem.so
|
||||
public static class Libmeshsystem {
|
||||
public const nint MeshSystem001 = 0x94810;
|
||||
}
|
||||
// Module: libnetworksystem.so
|
||||
public static class Libnetworksystem {
|
||||
public const nint FlattenedSerializersVersion001 = 0x159460;
|
||||
public const nint NetworkMessagesVersion001 = 0x180B90;
|
||||
public const nint NetworkSystemVersion001 = 0x1A9CE0;
|
||||
public const nint SerializedEntitiesVersion001 = 0x1C2750;
|
||||
}
|
||||
// Module: libpanorama.so
|
||||
public static class Libpanorama {
|
||||
public const nint PanoramaUIEngine001 = 0x220F80;
|
||||
}
|
||||
// Module: libpanorama_text_pango.so
|
||||
public static class LibpanoramaTextPango {
|
||||
public const nint PanoramaTextServices001 = 0xBC4C0;
|
||||
}
|
||||
// Module: libpanoramauiclient.so
|
||||
public static class Libpanoramauiclient {
|
||||
public const nint PanoramaUIClient001 = 0x10AAC0;
|
||||
}
|
||||
// Module: libparticles.so
|
||||
public static class Libparticles {
|
||||
public const nint ParticleSystemMgr003 = 0x1EBE60;
|
||||
}
|
||||
// Module: libpulse_system.so
|
||||
public static class LibpulseSystem {
|
||||
public const nint IPulseSystem_001 = 0x357B0;
|
||||
}
|
||||
// Module: librendersystemvulkan.so
|
||||
public static class Librendersystemvulkan {
|
||||
public const nint RenderDeviceMgr001 = 0x185100;
|
||||
public const nint RenderUtils_001 = 0x1019A0;
|
||||
}
|
||||
// Module: libresourcesystem.so
|
||||
public static class Libresourcesystem {
|
||||
public const nint ResourceSystem013 = 0x30A90;
|
||||
}
|
||||
// Module: libscenefilecache.so
|
||||
public static class Libscenefilecache {
|
||||
public const nint ResponseRulesCache001 = 0x88E40;
|
||||
public const nint SceneFileCache002 = 0x85B10;
|
||||
}
|
||||
// Module: libscenesystem.so
|
||||
public static class Libscenesystem {
|
||||
public const nint RenderingPipelines_001 = 0x120E20;
|
||||
public const nint SceneSystem_002 = 0x164300;
|
||||
public const nint SceneUtils_001 = 0x1E0A70;
|
||||
}
|
||||
// Module: libschemasystem.so
|
||||
public static class Libschemasystem {
|
||||
public const nint SchemaSystem_001 = 0x211F0;
|
||||
}
|
||||
// Module: libserver.so
|
||||
public static class Libserver {
|
||||
public const nint EmptyWorldService001_Server = 0xB83320;
|
||||
public const nint EntitySubclassUtilsV001 = 0x8611F0;
|
||||
public const nint NavGameTest001 = 0x1094010;
|
||||
public const nint ServerToolsInfo_001 = 0xE72080;
|
||||
public const nint Source2GameClients001 = 0xE72010;
|
||||
public const nint Source2GameDirector001 = 0x6C41A0;
|
||||
public const nint Source2GameEntities001 = 0xE72000;
|
||||
public const nint Source2Server001 = 0xE71CF0;
|
||||
public const nint Source2ServerConfig001 = 0xB0EED0;
|
||||
public const nint customnavsystem001 = 0x7F8230;
|
||||
}
|
||||
// Module: libsoundsystem.so
|
||||
public static class Libsoundsystem {
|
||||
public const nint SoundOpSystem001 = 0x155E80;
|
||||
public const nint SoundOpSystemEdit001 = 0xAD350;
|
||||
public const nint SoundSystem001 = 0x1C4920;
|
||||
public const nint VMixEditTool001 = 0x1F4340;
|
||||
}
|
||||
// Module: libsteamaudio.so
|
||||
public static class Libsteamaudio {
|
||||
public const nint SteamAudio001 = 0x31590;
|
||||
}
|
||||
// Module: libtier0.so
|
||||
public static class Libtier0 {
|
||||
public const nint TestScriptMgr001 = 0x1BE8F0;
|
||||
public const nint VEngineCvar007 = 0xF1370;
|
||||
public const nint VProcessUtils002 = 0x19C370;
|
||||
public const nint VStringTokenSystem001 = 0x1EA8D0;
|
||||
}
|
||||
// Module: libv8system.so
|
||||
public static class Libv8system {
|
||||
public const nint Source2V8System001 = 0x1B630;
|
||||
}
|
||||
// Module: libvphysics2.so
|
||||
public static class Libvphysics2 {
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0xC1FD0;
|
||||
public const nint VPhysics2_Interface_001 = 0xC1BC0;
|
||||
}
|
||||
// Module: libvscript.so
|
||||
public static class Libvscript {
|
||||
public const nint VScriptManager010 = 0x26230;
|
||||
}
|
||||
// Module: libworldrenderer.so
|
||||
public static class Libworldrenderer {
|
||||
public const nint WorldRendererMgr001 = 0x982B0;
|
||||
}
|
||||
// Module: steamclient.so
|
||||
public static class Steamclient {
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x11260D0;
|
||||
public const nint IVALIDATE001 = 0x1122650;
|
||||
public const nint SteamClient006 = 0xDDA7A0;
|
||||
public const nint SteamClient007 = 0xDDA7B0;
|
||||
public const nint SteamClient008 = 0xDDA7C0;
|
||||
public const nint SteamClient009 = 0xDDA7D0;
|
||||
public const nint SteamClient010 = 0xDDA7E0;
|
||||
public const nint SteamClient011 = 0xDDA7F0;
|
||||
public const nint SteamClient012 = 0xDDA800;
|
||||
public const nint SteamClient013 = 0xDDA810;
|
||||
public const nint SteamClient014 = 0xDDA820;
|
||||
public const nint SteamClient015 = 0xDDA830;
|
||||
public const nint SteamClient016 = 0xDDA860;
|
||||
public const nint SteamClient017 = 0xDDA890;
|
||||
public const nint SteamClient018 = 0xDDA8C0;
|
||||
public const nint SteamClient019 = 0xDDA8F0;
|
||||
public const nint SteamClient020 = 0xDDA920;
|
||||
public const nint SteamClient021 = 0xDDA950;
|
||||
public const nint p2pvoice002 = 0x174B380;
|
||||
public const nint p2pvoicesingleton002 = 0x17443B0;
|
||||
}
|
||||
}
|
@@ -1,226 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace interfaces {
|
||||
// Module: libanimationsystem.so
|
||||
namespace libanimationsystem {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x18CA60;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x18C850;
|
||||
}
|
||||
// Module: libclient.so
|
||||
namespace libclient {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0xD54880;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0xA47F30;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0xD544D0;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0xF200B0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0xD54540;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0xA2BB50;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0xDE3A80;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0xEDEAC0;
|
||||
}
|
||||
// Module: libengine2.so
|
||||
namespace libengine2 {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x1E5FA0;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x1E21A0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1B3AF0;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x375580;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1A3A60;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1A8AD0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1A8AE0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x1E78D0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x1E78E0;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x1EF410;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1AE650;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x33F2A0;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x1F39E0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1B0FA0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x2079E0;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x22E320;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x244940;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x20BA90;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x20B1B0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x249D00;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x24C8F0;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1C87B0;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x250F10;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x2C6EE0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x29E6D0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x2ED890;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x2D0000;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x258290;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x25B9E0;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x260C60;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x375000;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x262410;
|
||||
}
|
||||
// Module: libfilesystem_stdio.so
|
||||
namespace libfilesystem_stdio {
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x80180;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x80170;
|
||||
}
|
||||
// Module: libhost.so
|
||||
namespace libhost {
|
||||
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0xC2C70;
|
||||
constexpr std::ptrdiff_t GameModelInfo001 = 0xBD8F0;
|
||||
constexpr std::ptrdiff_t GameSystem2HostHook = 0xBE030;
|
||||
constexpr std::ptrdiff_t HostUtils001 = 0xBE4B0;
|
||||
constexpr std::ptrdiff_t PredictionDiffManager001 = 0xBF440;
|
||||
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0xC17B0;
|
||||
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0xC1A70;
|
||||
constexpr std::ptrdiff_t Source2Host001 = 0xC21D0;
|
||||
}
|
||||
// Module: libinputsystem.so
|
||||
namespace libinputsystem {
|
||||
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x11840;
|
||||
constexpr std::ptrdiff_t InputSystemVersion001 = 0x12D30;
|
||||
}
|
||||
// Module: liblocalize.so
|
||||
namespace liblocalize {
|
||||
constexpr std::ptrdiff_t Localize_001 = 0x1DB00;
|
||||
}
|
||||
// Module: libmatchmaking.so
|
||||
namespace libmatchmaking {
|
||||
constexpr std::ptrdiff_t GameTypes001 = 0x12FF60;
|
||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x204440;
|
||||
}
|
||||
// Module: libmaterialsystem2.so
|
||||
namespace libmaterialsystem2 {
|
||||
constexpr std::ptrdiff_t FontManager_001 = 0x7A340;
|
||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x64B80;
|
||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x89C70;
|
||||
constexpr std::ptrdiff_t TextLayout_001 = 0x87200;
|
||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x2C7A0;
|
||||
}
|
||||
// Module: libmeshsystem.so
|
||||
namespace libmeshsystem {
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x94810;
|
||||
}
|
||||
// Module: libnetworksystem.so
|
||||
namespace libnetworksystem {
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x159460;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x180B90;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x1A9CE0;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x1C2750;
|
||||
}
|
||||
// Module: libpanorama.so
|
||||
namespace libpanorama {
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x220F80;
|
||||
}
|
||||
// Module: libpanorama_text_pango.so
|
||||
namespace libpanorama_text_pango {
|
||||
constexpr std::ptrdiff_t PanoramaTextServices001 = 0xBC4C0;
|
||||
}
|
||||
// Module: libpanoramauiclient.so
|
||||
namespace libpanoramauiclient {
|
||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x10AAC0;
|
||||
}
|
||||
// Module: libparticles.so
|
||||
namespace libparticles {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x1EBE60;
|
||||
}
|
||||
// Module: libpulse_system.so
|
||||
namespace libpulse_system {
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x357B0;
|
||||
}
|
||||
// Module: librendersystemvulkan.so
|
||||
namespace librendersystemvulkan {
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x185100;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x1019A0;
|
||||
}
|
||||
// Module: libresourcesystem.so
|
||||
namespace libresourcesystem {
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x30A90;
|
||||
}
|
||||
// Module: libscenefilecache.so
|
||||
namespace libscenefilecache {
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x88E40;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x85B10;
|
||||
}
|
||||
// Module: libscenesystem.so
|
||||
namespace libscenesystem {
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x120E20;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x164300;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x1E0A70;
|
||||
}
|
||||
// Module: libschemasystem.so
|
||||
namespace libschemasystem {
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x211F0;
|
||||
}
|
||||
// Module: libserver.so
|
||||
namespace libserver {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0xB83320;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x8611F0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1094010;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0xE72080;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0xE72010;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x6C41A0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0xE72000;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0xE71CF0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0xB0EED0;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x7F8230;
|
||||
}
|
||||
// Module: libsoundsystem.so
|
||||
namespace libsoundsystem {
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x155E80;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0xAD350;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x1C4920;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x1F4340;
|
||||
}
|
||||
// Module: libsteamaudio.so
|
||||
namespace libsteamaudio {
|
||||
constexpr std::ptrdiff_t SteamAudio001 = 0x31590;
|
||||
}
|
||||
// Module: libtier0.so
|
||||
namespace libtier0 {
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1BE8F0;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0xF1370;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x19C370;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1EA8D0;
|
||||
}
|
||||
// Module: libv8system.so
|
||||
namespace libv8system {
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x1B630;
|
||||
}
|
||||
// Module: libvphysics2.so
|
||||
namespace libvphysics2 {
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0xC1FD0;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0xC1BC0;
|
||||
}
|
||||
// Module: libvscript.so
|
||||
namespace libvscript {
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x26230;
|
||||
}
|
||||
// Module: libworldrenderer.so
|
||||
namespace libworldrenderer {
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x982B0;
|
||||
}
|
||||
// Module: steamclient.so
|
||||
namespace steamclient {
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x11260D0;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x1122650;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0xDDA7A0;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0xDDA7B0;
|
||||
constexpr std::ptrdiff_t SteamClient008 = 0xDDA7C0;
|
||||
constexpr std::ptrdiff_t SteamClient009 = 0xDDA7D0;
|
||||
constexpr std::ptrdiff_t SteamClient010 = 0xDDA7E0;
|
||||
constexpr std::ptrdiff_t SteamClient011 = 0xDDA7F0;
|
||||
constexpr std::ptrdiff_t SteamClient012 = 0xDDA800;
|
||||
constexpr std::ptrdiff_t SteamClient013 = 0xDDA810;
|
||||
constexpr std::ptrdiff_t SteamClient014 = 0xDDA820;
|
||||
constexpr std::ptrdiff_t SteamClient015 = 0xDDA830;
|
||||
constexpr std::ptrdiff_t SteamClient016 = 0xDDA860;
|
||||
constexpr std::ptrdiff_t SteamClient017 = 0xDDA890;
|
||||
constexpr std::ptrdiff_t SteamClient018 = 0xDDA8C0;
|
||||
constexpr std::ptrdiff_t SteamClient019 = 0xDDA8F0;
|
||||
constexpr std::ptrdiff_t SteamClient020 = 0xDDA920;
|
||||
constexpr std::ptrdiff_t SteamClient021 = 0xDDA950;
|
||||
constexpr std::ptrdiff_t p2pvoice002 = 0x174B380;
|
||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x17443B0;
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,187 +0,0 @@
|
||||
{
|
||||
"libanimationsystem.so": {
|
||||
"AnimationSystemUtils_001": 1624672,
|
||||
"AnimationSystem_001": 1624144
|
||||
},
|
||||
"libclient.so": {
|
||||
"ClientToolsInfo_001": 13977728,
|
||||
"EmptyWorldService001_Client": 10780464,
|
||||
"GameClientExports001": 13976784,
|
||||
"LegacyGameUI001": 15859888,
|
||||
"Source2Client002": 13976896,
|
||||
"Source2ClientConfig001": 10664784,
|
||||
"Source2ClientPrediction001": 14563968,
|
||||
"Source2ClientUI001": 15592128
|
||||
},
|
||||
"libengine2.so": {
|
||||
"BenchmarkService001": 1990560,
|
||||
"BugService001": 1974688,
|
||||
"ClientServerEngineLoopService_001": 1784560,
|
||||
"EngineGameUI001": 3626368,
|
||||
"EngineServiceMgr001": 1718880,
|
||||
"GameEventSystemClientV001": 1739472,
|
||||
"GameEventSystemServerV001": 1739488,
|
||||
"GameResourceServiceClientV001": 1997008,
|
||||
"GameResourceServiceServerV001": 1997024,
|
||||
"GameUIService_001": 2028560,
|
||||
"HostStateMgr001": 1762896,
|
||||
"INETSUPPORT_001": 3404448,
|
||||
"InputService_001": 2046432,
|
||||
"KeyValueCache001": 1773472,
|
||||
"MapListService_001": 2128352,
|
||||
"NetworkClientService_001": 2286368,
|
||||
"NetworkP2PService_001": 2378048,
|
||||
"NetworkServerService_001": 2144912,
|
||||
"NetworkService_001": 2142640,
|
||||
"RenderService_001": 2399488,
|
||||
"ScreenshotService001": 2410736,
|
||||
"SimpleEngineLoopService_001": 1869744,
|
||||
"SoundService_001": 2428688,
|
||||
"Source2EngineToClient001": 2911968,
|
||||
"Source2EngineToClientStringTable001": 2746064,
|
||||
"Source2EngineToServer001": 3070096,
|
||||
"Source2EngineToServerStringTable001": 2949120,
|
||||
"SplitScreenService_001": 2458256,
|
||||
"StatsService_001": 2472416,
|
||||
"ToolService_001": 2493536,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 3624960,
|
||||
"VProfService_001": 2499600
|
||||
},
|
||||
"libfilesystem_stdio.so": {
|
||||
"VAsyncFileSystem2_001": 524672,
|
||||
"VFileSystem017": 524656
|
||||
},
|
||||
"libhost.so": {
|
||||
"DebugDrawQueueManager001": 797808,
|
||||
"GameModelInfo001": 776432,
|
||||
"GameSystem2HostHook": 778288,
|
||||
"HostUtils001": 779440,
|
||||
"PredictionDiffManager001": 783424,
|
||||
"SaveRestoreDataVersion001": 792496,
|
||||
"SinglePlayerSharedMemory001": 793200,
|
||||
"Source2Host001": 795088
|
||||
},
|
||||
"libinputsystem.so": {
|
||||
"InputStackSystemVersion001": 71744,
|
||||
"InputSystemVersion001": 77104
|
||||
},
|
||||
"liblocalize.so": {
|
||||
"Localize_001": 121600
|
||||
},
|
||||
"libmatchmaking.so": {
|
||||
"GameTypes001": 1245024,
|
||||
"MATCHFRAMEWORK_001": 2114624
|
||||
},
|
||||
"libmaterialsystem2.so": {
|
||||
"FontManager_001": 500544,
|
||||
"MaterialUtils_001": 412544,
|
||||
"PostProcessingSystem_001": 564336,
|
||||
"TextLayout_001": 553472,
|
||||
"VMaterialSystem2_001": 182176
|
||||
},
|
||||
"libmeshsystem.so": {
|
||||
"MeshSystem001": 608272
|
||||
},
|
||||
"libnetworksystem.so": {
|
||||
"FlattenedSerializersVersion001": 1414240,
|
||||
"NetworkMessagesVersion001": 1575824,
|
||||
"NetworkSystemVersion001": 1744096,
|
||||
"SerializedEntitiesVersion001": 1845072
|
||||
},
|
||||
"libpanorama.so": {
|
||||
"PanoramaUIEngine001": 2232192
|
||||
},
|
||||
"libpanorama_text_pango.so": {
|
||||
"PanoramaTextServices001": 771264
|
||||
},
|
||||
"libpanoramauiclient.so": {
|
||||
"PanoramaUIClient001": 1092288
|
||||
},
|
||||
"libparticles.so": {
|
||||
"ParticleSystemMgr003": 2014816
|
||||
},
|
||||
"libpulse_system.so": {
|
||||
"IPulseSystem_001": 219056
|
||||
},
|
||||
"librendersystemvulkan.so": {
|
||||
"RenderDeviceMgr001": 1593600,
|
||||
"RenderUtils_001": 1055136
|
||||
},
|
||||
"libresourcesystem.so": {
|
||||
"ResourceSystem013": 199312
|
||||
},
|
||||
"libscenefilecache.so": {
|
||||
"ResponseRulesCache001": 560704,
|
||||
"SceneFileCache002": 547600
|
||||
},
|
||||
"libscenesystem.so": {
|
||||
"RenderingPipelines_001": 1183264,
|
||||
"SceneSystem_002": 1458944,
|
||||
"SceneUtils_001": 1968752
|
||||
},
|
||||
"libschemasystem.so": {
|
||||
"SchemaSystem_001": 135664
|
||||
},
|
||||
"libserver.so": {
|
||||
"EmptyWorldService001_Server": 12071712,
|
||||
"EntitySubclassUtilsV001": 8786416,
|
||||
"NavGameTest001": 17383440,
|
||||
"ServerToolsInfo_001": 15147136,
|
||||
"Source2GameClients001": 15147024,
|
||||
"Source2GameDirector001": 7094688,
|
||||
"Source2GameEntities001": 15147008,
|
||||
"Source2Server001": 15146224,
|
||||
"Source2ServerConfig001": 11595472,
|
||||
"customnavsystem001": 8356400
|
||||
},
|
||||
"libsoundsystem.so": {
|
||||
"SoundOpSystem001": 1400448,
|
||||
"SoundOpSystemEdit001": 709456,
|
||||
"SoundSystem001": 1853728,
|
||||
"VMixEditTool001": 2048832
|
||||
},
|
||||
"libsteamaudio.so": {
|
||||
"SteamAudio001": 202128
|
||||
},
|
||||
"libtier0.so": {
|
||||
"TestScriptMgr001": 1829104,
|
||||
"VEngineCvar007": 988016,
|
||||
"VProcessUtils002": 1688432,
|
||||
"VStringTokenSystem001": 2009296
|
||||
},
|
||||
"libv8system.so": {
|
||||
"Source2V8System001": 112176
|
||||
},
|
||||
"libvphysics2.so": {
|
||||
"VPhysics2_Handle_Interface_001": 794576,
|
||||
"VPhysics2_Interface_001": 793536
|
||||
},
|
||||
"libvscript.so": {
|
||||
"VScriptManager010": 156208
|
||||
},
|
||||
"libworldrenderer.so": {
|
||||
"WorldRendererMgr001": 623280
|
||||
},
|
||||
"steamclient.so": {
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 17981648,
|
||||
"IVALIDATE001": 17966672,
|
||||
"SteamClient006": 14526368,
|
||||
"SteamClient007": 14526384,
|
||||
"SteamClient008": 14526400,
|
||||
"SteamClient009": 14526416,
|
||||
"SteamClient010": 14526432,
|
||||
"SteamClient011": 14526448,
|
||||
"SteamClient012": 14526464,
|
||||
"SteamClient013": 14526480,
|
||||
"SteamClient014": 14526496,
|
||||
"SteamClient015": 14526512,
|
||||
"SteamClient016": 14526560,
|
||||
"SteamClient017": 14526608,
|
||||
"SteamClient018": 14526656,
|
||||
"SteamClient019": 14526704,
|
||||
"SteamClient020": 14526752,
|
||||
"SteamClient021": 14526800,
|
||||
"p2pvoice002": 24425344,
|
||||
"p2pvoicesingleton002": 24396720
|
||||
}
|
||||
}
|
@@ -1,224 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod interfaces {
|
||||
// Module: libanimationsystem.so
|
||||
pub mod libanimationsystem {
|
||||
pub const AnimationSystemUtils_001: usize = 0x18CA60;
|
||||
pub const AnimationSystem_001: usize = 0x18C850;
|
||||
}
|
||||
// Module: libclient.so
|
||||
pub mod libclient {
|
||||
pub const ClientToolsInfo_001: usize = 0xD54880;
|
||||
pub const EmptyWorldService001_Client: usize = 0xA47F30;
|
||||
pub const GameClientExports001: usize = 0xD544D0;
|
||||
pub const LegacyGameUI001: usize = 0xF200B0;
|
||||
pub const Source2Client002: usize = 0xD54540;
|
||||
pub const Source2ClientConfig001: usize = 0xA2BB50;
|
||||
pub const Source2ClientPrediction001: usize = 0xDE3A80;
|
||||
pub const Source2ClientUI001: usize = 0xEDEAC0;
|
||||
}
|
||||
// Module: libengine2.so
|
||||
pub mod libengine2 {
|
||||
pub const BenchmarkService001: usize = 0x1E5FA0;
|
||||
pub const BugService001: usize = 0x1E21A0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1B3AF0;
|
||||
pub const EngineGameUI001: usize = 0x375580;
|
||||
pub const EngineServiceMgr001: usize = 0x1A3A60;
|
||||
pub const GameEventSystemClientV001: usize = 0x1A8AD0;
|
||||
pub const GameEventSystemServerV001: usize = 0x1A8AE0;
|
||||
pub const GameResourceServiceClientV001: usize = 0x1E78D0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x1E78E0;
|
||||
pub const GameUIService_001: usize = 0x1EF410;
|
||||
pub const HostStateMgr001: usize = 0x1AE650;
|
||||
pub const INETSUPPORT_001: usize = 0x33F2A0;
|
||||
pub const InputService_001: usize = 0x1F39E0;
|
||||
pub const KeyValueCache001: usize = 0x1B0FA0;
|
||||
pub const MapListService_001: usize = 0x2079E0;
|
||||
pub const NetworkClientService_001: usize = 0x22E320;
|
||||
pub const NetworkP2PService_001: usize = 0x244940;
|
||||
pub const NetworkServerService_001: usize = 0x20BA90;
|
||||
pub const NetworkService_001: usize = 0x20B1B0;
|
||||
pub const RenderService_001: usize = 0x249D00;
|
||||
pub const ScreenshotService001: usize = 0x24C8F0;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1C87B0;
|
||||
pub const SoundService_001: usize = 0x250F10;
|
||||
pub const Source2EngineToClient001: usize = 0x2C6EE0;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x29E6D0;
|
||||
pub const Source2EngineToServer001: usize = 0x2ED890;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x2D0000;
|
||||
pub const SplitScreenService_001: usize = 0x258290;
|
||||
pub const StatsService_001: usize = 0x25B9E0;
|
||||
pub const ToolService_001: usize = 0x260C60;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x375000;
|
||||
pub const VProfService_001: usize = 0x262410;
|
||||
}
|
||||
// Module: libfilesystem_stdio.so
|
||||
pub mod libfilesystem_stdio {
|
||||
pub const VAsyncFileSystem2_001: usize = 0x80180;
|
||||
pub const VFileSystem017: usize = 0x80170;
|
||||
}
|
||||
// Module: libhost.so
|
||||
pub mod libhost {
|
||||
pub const DebugDrawQueueManager001: usize = 0xC2C70;
|
||||
pub const GameModelInfo001: usize = 0xBD8F0;
|
||||
pub const GameSystem2HostHook: usize = 0xBE030;
|
||||
pub const HostUtils001: usize = 0xBE4B0;
|
||||
pub const PredictionDiffManager001: usize = 0xBF440;
|
||||
pub const SaveRestoreDataVersion001: usize = 0xC17B0;
|
||||
pub const SinglePlayerSharedMemory001: usize = 0xC1A70;
|
||||
pub const Source2Host001: usize = 0xC21D0;
|
||||
}
|
||||
// Module: libinputsystem.so
|
||||
pub mod libinputsystem {
|
||||
pub const InputStackSystemVersion001: usize = 0x11840;
|
||||
pub const InputSystemVersion001: usize = 0x12D30;
|
||||
}
|
||||
// Module: liblocalize.so
|
||||
pub mod liblocalize {
|
||||
pub const Localize_001: usize = 0x1DB00;
|
||||
}
|
||||
// Module: libmatchmaking.so
|
||||
pub mod libmatchmaking {
|
||||
pub const GameTypes001: usize = 0x12FF60;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x204440;
|
||||
}
|
||||
// Module: libmaterialsystem2.so
|
||||
pub mod libmaterialsystem2 {
|
||||
pub const FontManager_001: usize = 0x7A340;
|
||||
pub const MaterialUtils_001: usize = 0x64B80;
|
||||
pub const PostProcessingSystem_001: usize = 0x89C70;
|
||||
pub const TextLayout_001: usize = 0x87200;
|
||||
pub const VMaterialSystem2_001: usize = 0x2C7A0;
|
||||
}
|
||||
// Module: libmeshsystem.so
|
||||
pub mod libmeshsystem {
|
||||
pub const MeshSystem001: usize = 0x94810;
|
||||
}
|
||||
// Module: libnetworksystem.so
|
||||
pub mod libnetworksystem {
|
||||
pub const FlattenedSerializersVersion001: usize = 0x159460;
|
||||
pub const NetworkMessagesVersion001: usize = 0x180B90;
|
||||
pub const NetworkSystemVersion001: usize = 0x1A9CE0;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x1C2750;
|
||||
}
|
||||
// Module: libpanorama.so
|
||||
pub mod libpanorama {
|
||||
pub const PanoramaUIEngine001: usize = 0x220F80;
|
||||
}
|
||||
// Module: libpanorama_text_pango.so
|
||||
pub mod libpanorama_text_pango {
|
||||
pub const PanoramaTextServices001: usize = 0xBC4C0;
|
||||
}
|
||||
// Module: libpanoramauiclient.so
|
||||
pub mod libpanoramauiclient {
|
||||
pub const PanoramaUIClient001: usize = 0x10AAC0;
|
||||
}
|
||||
// Module: libparticles.so
|
||||
pub mod libparticles {
|
||||
pub const ParticleSystemMgr003: usize = 0x1EBE60;
|
||||
}
|
||||
// Module: libpulse_system.so
|
||||
pub mod libpulse_system {
|
||||
pub const IPulseSystem_001: usize = 0x357B0;
|
||||
}
|
||||
// Module: librendersystemvulkan.so
|
||||
pub mod librendersystemvulkan {
|
||||
pub const RenderDeviceMgr001: usize = 0x185100;
|
||||
pub const RenderUtils_001: usize = 0x1019A0;
|
||||
}
|
||||
// Module: libresourcesystem.so
|
||||
pub mod libresourcesystem {
|
||||
pub const ResourceSystem013: usize = 0x30A90;
|
||||
}
|
||||
// Module: libscenefilecache.so
|
||||
pub mod libscenefilecache {
|
||||
pub const ResponseRulesCache001: usize = 0x88E40;
|
||||
pub const SceneFileCache002: usize = 0x85B10;
|
||||
}
|
||||
// Module: libscenesystem.so
|
||||
pub mod libscenesystem {
|
||||
pub const RenderingPipelines_001: usize = 0x120E20;
|
||||
pub const SceneSystem_002: usize = 0x164300;
|
||||
pub const SceneUtils_001: usize = 0x1E0A70;
|
||||
}
|
||||
// Module: libschemasystem.so
|
||||
pub mod libschemasystem {
|
||||
pub const SchemaSystem_001: usize = 0x211F0;
|
||||
}
|
||||
// Module: libserver.so
|
||||
pub mod libserver {
|
||||
pub const EmptyWorldService001_Server: usize = 0xB83320;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x8611F0;
|
||||
pub const NavGameTest001: usize = 0x1094010;
|
||||
pub const ServerToolsInfo_001: usize = 0xE72080;
|
||||
pub const Source2GameClients001: usize = 0xE72010;
|
||||
pub const Source2GameDirector001: usize = 0x6C41A0;
|
||||
pub const Source2GameEntities001: usize = 0xE72000;
|
||||
pub const Source2Server001: usize = 0xE71CF0;
|
||||
pub const Source2ServerConfig001: usize = 0xB0EED0;
|
||||
pub const customnavsystem001: usize = 0x7F8230;
|
||||
}
|
||||
// Module: libsoundsystem.so
|
||||
pub mod libsoundsystem {
|
||||
pub const SoundOpSystem001: usize = 0x155E80;
|
||||
pub const SoundOpSystemEdit001: usize = 0xAD350;
|
||||
pub const SoundSystem001: usize = 0x1C4920;
|
||||
pub const VMixEditTool001: usize = 0x1F4340;
|
||||
}
|
||||
// Module: libsteamaudio.so
|
||||
pub mod libsteamaudio {
|
||||
pub const SteamAudio001: usize = 0x31590;
|
||||
}
|
||||
// Module: libtier0.so
|
||||
pub mod libtier0 {
|
||||
pub const TestScriptMgr001: usize = 0x1BE8F0;
|
||||
pub const VEngineCvar007: usize = 0xF1370;
|
||||
pub const VProcessUtils002: usize = 0x19C370;
|
||||
pub const VStringTokenSystem001: usize = 0x1EA8D0;
|
||||
}
|
||||
// Module: libv8system.so
|
||||
pub mod libv8system {
|
||||
pub const Source2V8System001: usize = 0x1B630;
|
||||
}
|
||||
// Module: libvphysics2.so
|
||||
pub mod libvphysics2 {
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0xC1FD0;
|
||||
pub const VPhysics2_Interface_001: usize = 0xC1BC0;
|
||||
}
|
||||
// Module: libvscript.so
|
||||
pub mod libvscript {
|
||||
pub const VScriptManager010: usize = 0x26230;
|
||||
}
|
||||
// Module: libworldrenderer.so
|
||||
pub mod libworldrenderer {
|
||||
pub const WorldRendererMgr001: usize = 0x982B0;
|
||||
}
|
||||
// Module: steamclient.so
|
||||
pub mod steamclient {
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x11260D0;
|
||||
pub const IVALIDATE001: usize = 0x1122650;
|
||||
pub const SteamClient006: usize = 0xDDA7A0;
|
||||
pub const SteamClient007: usize = 0xDDA7B0;
|
||||
pub const SteamClient008: usize = 0xDDA7C0;
|
||||
pub const SteamClient009: usize = 0xDDA7D0;
|
||||
pub const SteamClient010: usize = 0xDDA7E0;
|
||||
pub const SteamClient011: usize = 0xDDA7F0;
|
||||
pub const SteamClient012: usize = 0xDDA800;
|
||||
pub const SteamClient013: usize = 0xDDA810;
|
||||
pub const SteamClient014: usize = 0xDDA820;
|
||||
pub const SteamClient015: usize = 0xDDA830;
|
||||
pub const SteamClient016: usize = 0xDDA860;
|
||||
pub const SteamClient017: usize = 0xDDA890;
|
||||
pub const SteamClient018: usize = 0xDDA8C0;
|
||||
pub const SteamClient019: usize = 0xDDA8F0;
|
||||
pub const SteamClient020: usize = 0xDDA920;
|
||||
pub const SteamClient021: usize = 0xDDA950;
|
||||
pub const p2pvoice002: usize = 0x174B380;
|
||||
pub const p2pvoicesingleton002: usize = 0x17443B0;
|
||||
}
|
||||
}
|
||||
}
|
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,40 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: libengine2.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
public static class Libengine2 {
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||
public static class CEntityIdentity {
|
||||
public const nint m_nameStringableIndex = 0x14; // int32
|
||||
public const nint m_name = 0x18; // CUtlSymbolLarge
|
||||
public const nint m_designerName = 0x20; // CUtlSymbolLarge
|
||||
public const nint m_flags = 0x30; // uint32
|
||||
public const nint m_worldGroupId = 0x38; // WorldGroupId_t
|
||||
public const nint m_fDataObjectTypes = 0x3C; // uint32
|
||||
public const nint m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||
public const nint m_pPrev = 0x58; // CEntityIdentity*
|
||||
public const nint m_pNext = 0x60; // CEntityIdentity*
|
||||
public const nint m_pPrevByClass = 0x68; // CEntityIdentity*
|
||||
public const nint m_pNextByClass = 0x70; // CEntityIdentity*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||
public static class CEntityInstance {
|
||||
public const nint m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
|
||||
public const nint m_pEntity = 0x10; // CEntityIdentity*
|
||||
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
||||
public const nint m_bVisibleinPVS = 0x30; // bool
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,46 +0,0 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-03-29 21:16:02.890657436 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libengine2.so
|
||||
// Classes count: 2
|
||||
// Enums count: 0
|
||||
namespace libengine2 {
|
||||
// Parent: None
|
||||
// Fields count: 11
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nameStringableIndex (int32)
|
||||
namespace CEntityIdentity {
|
||||
constexpr std::ptrdiff_t m_nameStringableIndex = 0x14; // int32
|
||||
constexpr std::ptrdiff_t m_name = 0x18; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_designerName = 0x20; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_flags = 0x30; // uint32
|
||||
constexpr std::ptrdiff_t m_worldGroupId = 0x38; // WorldGroupId_t
|
||||
constexpr std::ptrdiff_t m_fDataObjectTypes = 0x3C; // uint32
|
||||
constexpr std::ptrdiff_t m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
|
||||
constexpr std::ptrdiff_t m_pPrev = 0x58; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_pNext = 0x60; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_pPrevByClass = 0x68; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_pNextByClass = 0x70; // CEntityIdentity*
|
||||
}
|
||||
// Parent: None
|
||||
// Fields count: 4
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
||||
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
||||
namespace CEntityInstance {
|
||||
constexpr std::ptrdiff_t m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_pEntity = 0x10; // CEntityIdentity*
|
||||
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
|
||||
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user