mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game Update 10/8/24
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-05 04:26:11.464349700 UTC
|
||||
// 2024-10-09 00:40:16.266688100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -54,7 +54,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParam_t {
|
||||
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_name = 0x0; //
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Field count: 1
|
||||
@@ -62,7 +62,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamVector_t {
|
||||
constexpr std::ptrdiff_t m_value = 0x8; // Vector4D
|
||||
constexpr std::ptrdiff_t m_value = 0x8; //
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Field count: 1
|
||||
@@ -70,7 +70,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamString_t {
|
||||
constexpr std::ptrdiff_t m_value = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_value = 0x8; //
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 11
|
||||
@@ -78,17 +78,17 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingResource_t {
|
||||
constexpr std::ptrdiff_t m_bHasTonemapParams = 0x0; // bool
|
||||
constexpr std::ptrdiff_t m_bHasTonemapParams = 0x0; //
|
||||
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_bHasBloomParams = 0x40; //
|
||||
constexpr std::ptrdiff_t m_bloomParams = 0x44; //
|
||||
constexpr std::ptrdiff_t m_bHasVignetteParams = 0xB4; //
|
||||
constexpr std::ptrdiff_t m_vignetteParams = 0xB8; // PostProcessingVignetteParameters_t
|
||||
constexpr std::ptrdiff_t m_bHasLocalContrastParams = 0xDC; // bool
|
||||
constexpr std::ptrdiff_t m_bHasLocalContrastParams = 0xDC; //
|
||||
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
|
||||
constexpr std::ptrdiff_t m_nColorCorrectionVolumeDim = 0xF4; //
|
||||
constexpr std::ptrdiff_t m_colorCorrectionVolumeData = 0xF8; //
|
||||
constexpr std::ptrdiff_t m_bHasColorCorrection = 0x110; //
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Field count: 1
|
||||
@@ -96,7 +96,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamInt_t {
|
||||
constexpr std::ptrdiff_t m_nValue = 0x8; // int32
|
||||
constexpr std::ptrdiff_t m_nValue = 0x8; //
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 6
|
||||
@@ -104,12 +104,12 @@ namespace cs2_dumper {
|
||||
// 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
|
||||
constexpr std::ptrdiff_t m_flVignetteStrength = 0x0; //
|
||||
constexpr std::ptrdiff_t m_vCenter = 0x4; //
|
||||
constexpr std::ptrdiff_t m_flRadius = 0xC; //
|
||||
constexpr std::ptrdiff_t m_flRoundness = 0x10; //
|
||||
constexpr std::ptrdiff_t m_flFeather = 0x14; //
|
||||
constexpr std::ptrdiff_t m_vColorTint = 0x18; //
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 5
|
||||
@@ -117,11 +117,11 @@ namespace cs2_dumper {
|
||||
// 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
|
||||
constexpr std::ptrdiff_t m_flLocalContrastStrength = 0x0; //
|
||||
constexpr std::ptrdiff_t m_flLocalContrastEdgeStrength = 0x4; //
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteStart = 0x8; //
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteEnd = 0xC; //
|
||||
constexpr std::ptrdiff_t m_flLocalContrastVignetteBlur = 0x10; //
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 15
|
||||
@@ -129,21 +129,21 @@ namespace cs2_dumper {
|
||||
// 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
|
||||
constexpr std::ptrdiff_t m_flExposureBias = 0x0; //
|
||||
constexpr std::ptrdiff_t m_flShoulderStrength = 0x4; //
|
||||
constexpr std::ptrdiff_t m_flLinearStrength = 0x8; //
|
||||
constexpr std::ptrdiff_t m_flLinearAngle = 0xC; //
|
||||
constexpr std::ptrdiff_t m_flToeStrength = 0x10; //
|
||||
constexpr std::ptrdiff_t m_flToeNum = 0x14; //
|
||||
constexpr std::ptrdiff_t m_flToeDenom = 0x18; //
|
||||
constexpr std::ptrdiff_t m_flWhitePoint = 0x1C; //
|
||||
constexpr std::ptrdiff_t m_flLuminanceSource = 0x20; //
|
||||
constexpr std::ptrdiff_t m_flExposureBiasShadows = 0x24; //
|
||||
constexpr std::ptrdiff_t m_flExposureBiasHighlights = 0x28; //
|
||||
constexpr std::ptrdiff_t m_flMinShadowLum = 0x2C; //
|
||||
constexpr std::ptrdiff_t m_flMaxShadowLum = 0x30; //
|
||||
constexpr std::ptrdiff_t m_flMinHighlightLum = 0x34; //
|
||||
constexpr std::ptrdiff_t m_flMaxHighlightLum = 0x38; //
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Field count: 1
|
||||
@@ -151,7 +151,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamBuffer_t {
|
||||
constexpr std::ptrdiff_t m_value = 0x8; // CUtlBinaryBlock
|
||||
constexpr std::ptrdiff_t m_value = 0x8; //
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 14
|
||||
@@ -159,8 +159,8 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialResourceData_t {
|
||||
constexpr std::ptrdiff_t m_materialName = 0x0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_shaderName = 0x8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_materialName = 0x0; //
|
||||
constexpr std::ptrdiff_t m_shaderName = 0x8; //
|
||||
constexpr std::ptrdiff_t m_intParams = 0x10; // CUtlVector<MaterialParamInt_t>
|
||||
constexpr std::ptrdiff_t m_floatParams = 0x28; // CUtlVector<MaterialParamFloat_t>
|
||||
constexpr std::ptrdiff_t m_vectorParams = 0x40; // CUtlVector<MaterialParamVector_t>
|
||||
@@ -172,7 +172,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_vectorAttributes = 0xD0; // CUtlVector<MaterialParamVector_t>
|
||||
constexpr std::ptrdiff_t m_textureAttributes = 0xE8; // CUtlVector<MaterialParamTexture_t>
|
||||
constexpr std::ptrdiff_t m_stringAttributes = 0x100; // CUtlVector<MaterialParamString_t>
|
||||
constexpr std::ptrdiff_t m_renderAttributesUsed = 0x118; // CUtlVector<CUtlString>
|
||||
constexpr std::ptrdiff_t m_renderAttributesUsed = 0x118; //
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 10
|
||||
@@ -180,16 +180,16 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace PostProcessingBloomParameters_t {
|
||||
constexpr std::ptrdiff_t m_blendMode = 0x0; // BloomBlendMode_t
|
||||
constexpr std::ptrdiff_t m_flBloomStrength = 0x4; // float32
|
||||
constexpr std::ptrdiff_t m_flScreenBloomStrength = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flBlurBloomStrength = 0xC; // float32
|
||||
constexpr std::ptrdiff_t m_flBloomThreshold = 0x10; // float32
|
||||
constexpr std::ptrdiff_t m_flBloomThresholdWidth = 0x14; // float32
|
||||
constexpr std::ptrdiff_t m_flSkyboxBloomStrength = 0x18; // float32
|
||||
constexpr std::ptrdiff_t m_flBloomStartValue = 0x1C; // float32
|
||||
constexpr std::ptrdiff_t m_flBlurWeight = 0x20; // float32[5]
|
||||
constexpr std::ptrdiff_t m_vBlurTint = 0x34; // Vector[5]
|
||||
constexpr std::ptrdiff_t m_blendMode = 0x0; //
|
||||
constexpr std::ptrdiff_t m_flBloomStrength = 0x4; //
|
||||
constexpr std::ptrdiff_t m_flScreenBloomStrength = 0x8; //
|
||||
constexpr std::ptrdiff_t m_flBlurBloomStrength = 0xC; //
|
||||
constexpr std::ptrdiff_t m_flBloomThreshold = 0x10; //
|
||||
constexpr std::ptrdiff_t m_flBloomThresholdWidth = 0x14; //
|
||||
constexpr std::ptrdiff_t m_flSkyboxBloomStrength = 0x18; //
|
||||
constexpr std::ptrdiff_t m_flBloomStartValue = 0x1C; //
|
||||
constexpr std::ptrdiff_t m_flBlurWeight = 0x20; //
|
||||
constexpr std::ptrdiff_t m_vBlurTint = 0x34; //
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Field count: 1
|
||||
@@ -197,7 +197,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamFloat_t {
|
||||
constexpr std::ptrdiff_t m_flValue = 0x8; // float32
|
||||
constexpr std::ptrdiff_t m_flValue = 0x8; //
|
||||
}
|
||||
// Parent: MaterialParam_t
|
||||
// Field count: 1
|
||||
@@ -205,7 +205,7 @@ namespace cs2_dumper {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
namespace MaterialParamTexture_t {
|
||||
constexpr std::ptrdiff_t m_pValue = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
|
||||
constexpr std::ptrdiff_t m_pValue = 0x8; //
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user