mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Rewrote project in Rust
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace CDSPMixgroupModifier {
|
||||
constexpr std::ptrdiff_t m_mixgroup = 0x0;
|
||||
constexpr std::ptrdiff_t m_flModifier = 0x8;
|
||||
constexpr std::ptrdiff_t m_flModifierMin = 0xc;
|
||||
constexpr std::ptrdiff_t m_flModifierMin = 0xC;
|
||||
constexpr std::ptrdiff_t m_flSourceModifier = 0x10;
|
||||
constexpr std::ptrdiff_t m_flSourceModifierMin = 0x14;
|
||||
constexpr std::ptrdiff_t m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18;
|
||||
@@ -22,7 +22,7 @@ namespace CDspPresetModifierList {
|
||||
|
||||
namespace CSosGroupActionLimitSchema {
|
||||
constexpr std::ptrdiff_t m_nMaxCount = 0x18;
|
||||
constexpr std::ptrdiff_t m_nStopType = 0x1c;
|
||||
constexpr std::ptrdiff_t m_nStopType = 0x1C;
|
||||
constexpr std::ptrdiff_t m_nSortType = 0x20;
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace CSosGroupActionSchema {
|
||||
|
||||
namespace CSosGroupActionSetSoundeventParameterSchema {
|
||||
constexpr std::ptrdiff_t m_nMaxCount = 0x18;
|
||||
constexpr std::ptrdiff_t m_flMinValue = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flMinValue = 0x1C;
|
||||
constexpr std::ptrdiff_t m_flMaxValue = 0x20;
|
||||
constexpr std::ptrdiff_t m_opvarName = 0x28;
|
||||
constexpr std::ptrdiff_t m_nSortType = 0x30;
|
||||
@@ -47,8 +47,8 @@ namespace CSosGroupActionTimeLimitSchema {
|
||||
namespace CSosGroupBranchPattern {
|
||||
constexpr std::ptrdiff_t m_bMatchEventName = 0x8;
|
||||
constexpr std::ptrdiff_t m_bMatchEventSubString = 0x9;
|
||||
constexpr std::ptrdiff_t m_bMatchEntIndex = 0xa;
|
||||
constexpr std::ptrdiff_t m_bMatchOpvar = 0xb;
|
||||
constexpr std::ptrdiff_t m_bMatchEntIndex = 0xA;
|
||||
constexpr std::ptrdiff_t m_bMatchOpvar = 0xB;
|
||||
}
|
||||
|
||||
namespace CSosGroupMatchPattern {
|
||||
@@ -65,12 +65,12 @@ namespace CSosSoundEventGroupListSchema {
|
||||
namespace CSosSoundEventGroupSchema {
|
||||
constexpr std::ptrdiff_t m_name = 0x0;
|
||||
constexpr std::ptrdiff_t m_nType = 0x8;
|
||||
constexpr std::ptrdiff_t m_bIsBlocking = 0xc;
|
||||
constexpr std::ptrdiff_t m_bIsBlocking = 0xC;
|
||||
constexpr std::ptrdiff_t m_nBlockMaxCount = 0x10;
|
||||
constexpr std::ptrdiff_t m_bInvertMatch = 0x14;
|
||||
constexpr std::ptrdiff_t m_matchPattern = 0x18;
|
||||
constexpr std::ptrdiff_t m_branchPattern = 0x40;
|
||||
constexpr std::ptrdiff_t m_vActions = 0xb0;
|
||||
constexpr std::ptrdiff_t m_vActions = 0xB0;
|
||||
}
|
||||
|
||||
namespace CSoundEventMetaData {
|
||||
@@ -93,8 +93,8 @@ namespace VMixAutoFilterDesc_t {
|
||||
constexpr std::ptrdiff_t m_flEnvelopeAmount = 0x0;
|
||||
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x4;
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x8;
|
||||
constexpr std::ptrdiff_t m_filter = 0xc;
|
||||
constexpr std::ptrdiff_t m_flLFOAmount = 0x1c;
|
||||
constexpr std::ptrdiff_t m_filter = 0xC;
|
||||
constexpr std::ptrdiff_t m_flLFOAmount = 0x1C;
|
||||
constexpr std::ptrdiff_t m_flLFORate = 0x20;
|
||||
constexpr std::ptrdiff_t m_flPhase = 0x24;
|
||||
constexpr std::ptrdiff_t m_nLFOShape = 0x28;
|
||||
@@ -104,31 +104,31 @@ namespace VMixBoxverbDesc_t {
|
||||
constexpr std::ptrdiff_t m_flSizeMax = 0x0;
|
||||
constexpr std::ptrdiff_t m_flSizeMin = 0x4;
|
||||
constexpr std::ptrdiff_t m_flComplexity = 0x8;
|
||||
constexpr std::ptrdiff_t m_flDiffusion = 0xc;
|
||||
constexpr std::ptrdiff_t m_flDiffusion = 0xC;
|
||||
constexpr std::ptrdiff_t m_flModDepth = 0x10;
|
||||
constexpr std::ptrdiff_t m_flModRate = 0x14;
|
||||
constexpr std::ptrdiff_t m_bParallel = 0x18;
|
||||
constexpr std::ptrdiff_t m_filterType = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flWidth = 0x2c;
|
||||
constexpr std::ptrdiff_t m_filterType = 0x1C;
|
||||
constexpr std::ptrdiff_t m_flWidth = 0x2C;
|
||||
constexpr std::ptrdiff_t m_flHeight = 0x30;
|
||||
constexpr std::ptrdiff_t m_flDepth = 0x34;
|
||||
constexpr std::ptrdiff_t m_flFeedbackScale = 0x38;
|
||||
constexpr std::ptrdiff_t m_flFeedbackWidth = 0x3c;
|
||||
constexpr std::ptrdiff_t m_flFeedbackWidth = 0x3C;
|
||||
constexpr std::ptrdiff_t m_flFeedbackHeight = 0x40;
|
||||
constexpr std::ptrdiff_t m_flFeedbackDepth = 0x44;
|
||||
constexpr std::ptrdiff_t m_flOutputGain = 0x48;
|
||||
constexpr std::ptrdiff_t m_flTaps = 0x4c;
|
||||
constexpr std::ptrdiff_t m_flTaps = 0x4C;
|
||||
}
|
||||
|
||||
namespace VMixConvolutionDesc_t {
|
||||
constexpr std::ptrdiff_t m_fldbGain = 0x0;
|
||||
constexpr std::ptrdiff_t m_flPreDelayMS = 0x4;
|
||||
constexpr std::ptrdiff_t m_flWetMix = 0x8;
|
||||
constexpr std::ptrdiff_t m_fldbLow = 0xc;
|
||||
constexpr std::ptrdiff_t m_fldbLow = 0xC;
|
||||
constexpr std::ptrdiff_t m_fldbMid = 0x10;
|
||||
constexpr std::ptrdiff_t m_fldbHigh = 0x14;
|
||||
constexpr std::ptrdiff_t m_flLowCutoffFreq = 0x18;
|
||||
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C;
|
||||
}
|
||||
|
||||
namespace VMixDelayDesc_t {
|
||||
@@ -136,7 +136,7 @@ namespace VMixDelayDesc_t {
|
||||
constexpr std::ptrdiff_t m_bEnableFilter = 0x10;
|
||||
constexpr std::ptrdiff_t m_flDelay = 0x14;
|
||||
constexpr std::ptrdiff_t m_flDirectGain = 0x18;
|
||||
constexpr std::ptrdiff_t m_flDelayGain = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flDelayGain = 0x1C;
|
||||
constexpr std::ptrdiff_t m_flFeedbackGain = 0x20;
|
||||
constexpr std::ptrdiff_t m_flWidth = 0x24;
|
||||
}
|
||||
@@ -145,18 +145,18 @@ namespace VMixDiffusorDesc_t {
|
||||
constexpr std::ptrdiff_t m_flSize = 0x0;
|
||||
constexpr std::ptrdiff_t m_flComplexity = 0x4;
|
||||
constexpr std::ptrdiff_t m_flFeedback = 0x8;
|
||||
constexpr std::ptrdiff_t m_flOutputGain = 0xc;
|
||||
constexpr std::ptrdiff_t m_flOutputGain = 0xC;
|
||||
}
|
||||
|
||||
namespace VMixDynamics3BandDesc_t {
|
||||
constexpr std::ptrdiff_t m_fldbGainOutput = 0x0;
|
||||
constexpr std::ptrdiff_t m_flRMSTimeMS = 0x4;
|
||||
constexpr std::ptrdiff_t m_fldbKneeWidth = 0x8;
|
||||
constexpr std::ptrdiff_t m_flDepth = 0xc;
|
||||
constexpr std::ptrdiff_t m_flDepth = 0xC;
|
||||
constexpr std::ptrdiff_t m_flWetMix = 0x10;
|
||||
constexpr std::ptrdiff_t m_flTimeScale = 0x14;
|
||||
constexpr std::ptrdiff_t m_flLowCutoffFreq = 0x18;
|
||||
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C;
|
||||
constexpr std::ptrdiff_t m_bPeakMode = 0x20;
|
||||
constexpr std::ptrdiff_t m_bandDesc = 0x24;
|
||||
}
|
||||
@@ -165,11 +165,11 @@ namespace VMixDynamicsBand_t {
|
||||
constexpr std::ptrdiff_t m_fldbGainInput = 0x0;
|
||||
constexpr std::ptrdiff_t m_fldbGainOutput = 0x4;
|
||||
constexpr std::ptrdiff_t m_fldbThresholdBelow = 0x8;
|
||||
constexpr std::ptrdiff_t m_fldbThresholdAbove = 0xc;
|
||||
constexpr std::ptrdiff_t m_fldbThresholdAbove = 0xC;
|
||||
constexpr std::ptrdiff_t m_flRatioBelow = 0x10;
|
||||
constexpr std::ptrdiff_t m_flRatioAbove = 0x14;
|
||||
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x18;
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1C;
|
||||
constexpr std::ptrdiff_t m_bEnable = 0x20;
|
||||
constexpr std::ptrdiff_t m_bSolo = 0x21;
|
||||
}
|
||||
@@ -178,11 +178,11 @@ namespace VMixDynamicsCompressorDesc_t {
|
||||
constexpr std::ptrdiff_t m_fldbOutputGain = 0x0;
|
||||
constexpr std::ptrdiff_t m_fldbCompressionThreshold = 0x4;
|
||||
constexpr std::ptrdiff_t m_fldbKneeWidth = 0x8;
|
||||
constexpr std::ptrdiff_t m_flCompressionRatio = 0xc;
|
||||
constexpr std::ptrdiff_t m_flCompressionRatio = 0xC;
|
||||
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x10;
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x14;
|
||||
constexpr std::ptrdiff_t m_flRMSTimeMS = 0x18;
|
||||
constexpr std::ptrdiff_t m_flWetMix = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flWetMix = 0x1C;
|
||||
constexpr std::ptrdiff_t m_bPeakMode = 0x20;
|
||||
}
|
||||
|
||||
@@ -190,15 +190,15 @@ namespace VMixDynamicsDesc_t {
|
||||
constexpr std::ptrdiff_t m_fldbGain = 0x0;
|
||||
constexpr std::ptrdiff_t m_fldbNoiseGateThreshold = 0x4;
|
||||
constexpr std::ptrdiff_t m_fldbCompressionThreshold = 0x8;
|
||||
constexpr std::ptrdiff_t m_fldbLimiterThreshold = 0xc;
|
||||
constexpr std::ptrdiff_t m_fldbLimiterThreshold = 0xC;
|
||||
constexpr std::ptrdiff_t m_fldbKneeWidth = 0x10;
|
||||
constexpr std::ptrdiff_t m_flRatio = 0x14;
|
||||
constexpr std::ptrdiff_t m_flLimiterRatio = 0x18;
|
||||
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x1C;
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x20;
|
||||
constexpr std::ptrdiff_t m_flRMSTimeMS = 0x24;
|
||||
constexpr std::ptrdiff_t m_flWetMix = 0x28;
|
||||
constexpr std::ptrdiff_t m_bPeakMode = 0x2c;
|
||||
constexpr std::ptrdiff_t m_bPeakMode = 0x2C;
|
||||
}
|
||||
|
||||
namespace VMixEQ8Desc_t {
|
||||
@@ -221,14 +221,14 @@ namespace VMixFilterDesc_t {
|
||||
constexpr std::ptrdiff_t m_bEnabled = 0x3;
|
||||
constexpr std::ptrdiff_t m_fldbGain = 0x4;
|
||||
constexpr std::ptrdiff_t m_flCutoffFreq = 0x8;
|
||||
constexpr std::ptrdiff_t m_flQ = 0xc;
|
||||
constexpr std::ptrdiff_t m_flQ = 0xC;
|
||||
}
|
||||
|
||||
namespace VMixFreeverbDesc_t {
|
||||
constexpr std::ptrdiff_t m_flRoomSize = 0x0;
|
||||
constexpr std::ptrdiff_t m_flDamp = 0x4;
|
||||
constexpr std::ptrdiff_t m_flWidth = 0x8;
|
||||
constexpr std::ptrdiff_t m_flLateReflections = 0xc;
|
||||
constexpr std::ptrdiff_t m_flLateReflections = 0xC;
|
||||
}
|
||||
|
||||
namespace VMixModDelayDesc_t {
|
||||
@@ -236,11 +236,11 @@ namespace VMixModDelayDesc_t {
|
||||
constexpr std::ptrdiff_t m_bPhaseInvert = 0x10;
|
||||
constexpr std::ptrdiff_t m_flGlideTime = 0x14;
|
||||
constexpr std::ptrdiff_t m_flDelay = 0x18;
|
||||
constexpr std::ptrdiff_t m_flOutputGain = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flOutputGain = 0x1C;
|
||||
constexpr std::ptrdiff_t m_flFeedbackGain = 0x20;
|
||||
constexpr std::ptrdiff_t m_flModRate = 0x24;
|
||||
constexpr std::ptrdiff_t m_flModDepth = 0x28;
|
||||
constexpr std::ptrdiff_t m_bApplyAntialiasing = 0x2c;
|
||||
constexpr std::ptrdiff_t m_bApplyAntialiasing = 0x2C;
|
||||
}
|
||||
|
||||
namespace VMixOscDesc_t {
|
||||
@@ -258,14 +258,14 @@ namespace VMixPitchShiftDesc_t {
|
||||
constexpr std::ptrdiff_t m_nGrainSampleCount = 0x0;
|
||||
constexpr std::ptrdiff_t m_flPitchShift = 0x4;
|
||||
constexpr std::ptrdiff_t m_nQuality = 0x8;
|
||||
constexpr std::ptrdiff_t m_nProcType = 0xc;
|
||||
constexpr std::ptrdiff_t m_nProcType = 0xC;
|
||||
}
|
||||
|
||||
namespace VMixPlateverbDesc_t {
|
||||
constexpr std::ptrdiff_t m_flPrefilter = 0x0;
|
||||
constexpr std::ptrdiff_t m_flInputDiffusion1 = 0x4;
|
||||
constexpr std::ptrdiff_t m_flInputDiffusion2 = 0x8;
|
||||
constexpr std::ptrdiff_t m_flDecay = 0xc;
|
||||
constexpr std::ptrdiff_t m_flDecay = 0xC;
|
||||
constexpr std::ptrdiff_t m_flDamp = 0x10;
|
||||
constexpr std::ptrdiff_t m_flFeedbackDiffusion1 = 0x14;
|
||||
constexpr std::ptrdiff_t m_flFeedbackDiffusion2 = 0x18;
|
||||
@@ -275,7 +275,7 @@ namespace VMixShaperDesc_t {
|
||||
constexpr std::ptrdiff_t m_nShape = 0x0;
|
||||
constexpr std::ptrdiff_t m_fldbDrive = 0x4;
|
||||
constexpr std::ptrdiff_t m_fldbOutputGain = 0x8;
|
||||
constexpr std::ptrdiff_t m_flWetMix = 0xc;
|
||||
constexpr std::ptrdiff_t m_flWetMix = 0xC;
|
||||
constexpr std::ptrdiff_t m_nOversampleFactor = 0x10;
|
||||
}
|
||||
|
||||
@@ -289,7 +289,7 @@ namespace VMixUtilityDesc_t {
|
||||
constexpr std::ptrdiff_t m_nOp = 0x0;
|
||||
constexpr std::ptrdiff_t m_flInputPan = 0x4;
|
||||
constexpr std::ptrdiff_t m_flOutputBalance = 0x8;
|
||||
constexpr std::ptrdiff_t m_fldbOutputGain = 0xc;
|
||||
constexpr std::ptrdiff_t m_fldbOutputGain = 0xC;
|
||||
constexpr std::ptrdiff_t m_bBassMono = 0x10;
|
||||
constexpr std::ptrdiff_t m_flBassFreq = 0x14;
|
||||
}
|
||||
@@ -298,11 +298,11 @@ namespace VMixVocoderDesc_t {
|
||||
constexpr std::ptrdiff_t m_nBandCount = 0x0;
|
||||
constexpr std::ptrdiff_t m_flBandwidth = 0x4;
|
||||
constexpr std::ptrdiff_t m_fldBModGain = 0x8;
|
||||
constexpr std::ptrdiff_t m_flFreqRangeStart = 0xc;
|
||||
constexpr std::ptrdiff_t m_flFreqRangeStart = 0xC;
|
||||
constexpr std::ptrdiff_t m_flFreqRangeEnd = 0x10;
|
||||
constexpr std::ptrdiff_t m_fldBUnvoicedGain = 0x14;
|
||||
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x18;
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1c;
|
||||
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1C;
|
||||
constexpr std::ptrdiff_t m_nDebugBand = 0x20;
|
||||
constexpr std::ptrdiff_t m_bPeakMode = 0x24;
|
||||
}
|
||||
Reference in New Issue
Block a user