Game update 14114

complete output
This commit is contained in:
ArcherY417
2025-10-16 13:49:38 +08:00
committed by GitHub
parent 809c8faa3d
commit e5f09f5763
82 changed files with 105775 additions and 7433 deletions

View File

@@ -1,11 +1,274 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-10-16 04:15:22.003365600 UTC
// 2025-10-16 05:43:35.292643700 UTC
namespace CS2Dumper.Schemas {
// Module: soundsystem.dll
// Class count: 74
// Enum count: 0
// Enum count: 20
public static class SoundsystemDll {
// Alignment: 4
// Member count: 2
public enum EMode_t : uint {
Peak = 0x0,
RMS = 0x1
}
// Alignment: 4
// Member count: 39
public enum VMixGraphCommandID_t : uint {
CMD_INVALID = unchecked((uint)-1),
CMD_CONTROL_INPUT_STORE = 0x1,
CMD_CONTROL_INPUT_STORE_DB = 0x2,
CMD_CONTROL_TRANSIENT_INPUT_STORE = 0x3,
CMD_CONTROL_TRANSIENT_INPUT_RESET = 0x4,
CMD_CONTROL_OUTPUT_STORE = 0x5,
CMD_CONTROL_EVALUATE_CURVE = 0x6,
CMD_CONTROL_COPY = 0x7,
CMD_CONTROL_COND_COPY_IF_NEGATIVE = 0x8,
CMD_CONTROL_REMAP_LINEAR = 0x9,
CMD_CONTROL_REMAP_SINE = 0xA,
CMD_CONTROL_REMAP_LOGLINEAR = 0xB,
CMD_CONTROL_MAX = 0xC,
CMD_CONTROL_RESET_TIMER = 0xD,
CMD_CONTROL_INCREMENT_TIMER = 0xE,
CMD_CONTROL_EVAL_ENVELOPE = 0xF,
CMD_CONTROL_SINE_BLEND = 0x10,
CMD_PROCESSOR_SET_CONTROL_VALUE = 0x11,
CMD_PROCESSOR_SET_NAME_INPUT = 0x12,
CMD_PROCESSOR_SET_CONTROL_ARRAYVALUE = 0x13,
CMD_PROCESSOR_STORE_CONTROL_VALUE = 0x14,
CMD_PROCESSOR_SET_VSND_VALUE = 0x15,
CMD_SUBMIX_PROCESS = 0x16,
CMD_SUBMIX_GENERATE = 0x17,
CMD_SUBMIX_GENERATE_SIDECHAIN = 0x18,
CMD_SUBMIX_DEBUG = 0x19,
CMD_SUBMIX_MIX2x1 = 0x1A,
CMD_SUBMIX_OUTPUT = 0x1B,
CMD_SUBMIX_OUTPUTx2 = 0x1C,
CMD_SUBMIX_COPY = 0x1D,
CMD_SUBMIX_ACCUMULATE = 0x1E,
CMD_SUBMIX_METER = 0x1F,
CMD_SUBMIX_METER_SPECTRUM = 0x20,
CMD_IMPULSERESPONSE_INPUT_STORE = 0x21,
CMD_PROCESSOR_SET_IMPULSERESPONSE_VALUE = 0x22,
CMD_REMAP_VSND_TO_IMPULSERESPONSE = 0x23,
CMD_IMPULSERESPONSE_RESET = 0x24,
CMD_BLEND_VSNDS_TO_IMPULSERESPONSE = 0x25,
CMD_IMPULSERESPONSE_DELAY = 0x26
}
// Alignment: 1
// Member count: 5
public enum EWaveform : byte {
Sine = 0x0,
Square = 0x1,
Saw = 0x2,
Triangle = 0x3,
Noise = 0x4
}
// Alignment: 4
// Member count: 5
public enum VMixLFOShape_t : uint {
LFO_SHAPE_SINE = 0x0,
LFO_SHAPE_SQUARE = 0x1,
LFO_SHAPE_TRI = 0x2,
LFO_SHAPE_SAW = 0x3,
LFO_SHAPE_NOISE = 0x4
}
// Alignment: 2
// Member count: 10
public enum VMixFilterType_t : ushort {
FILTER_UNKNOWN = unchecked((ushort)-1),
FILTER_LOWPASS = 0x0,
FILTER_HIGHPASS = 0x1,
FILTER_BANDPASS = 0x2,
FILTER_NOTCH = 0x3,
FILTER_PEAKING_EQ = 0x4,
FILTER_LOW_SHELF = 0x5,
FILTER_HIGH_SHELF = 0x6,
FILTER_ALLPASS = 0x7,
FILTER_PASSTHROUGH = 0x8
}
// Alignment: 4
// Member count: 3
public enum SosActionStopType_t : uint {
SOS_STOPTYPE_NONE = 0x0,
SOS_STOPTYPE_TIME = 0x1,
SOS_STOPTYPE_OPVAR = 0x2
}
// Alignment: 4
// Member count: 6
public enum SosEditItemType_t : uint {
SOS_EDIT_ITEM_TYPE_SOUNDEVENTS = 0x0,
SOS_EDIT_ITEM_TYPE_SOUNDEVENT = 0x1,
SOS_EDIT_ITEM_TYPE_LIBRARYSTACKS = 0x2,
SOS_EDIT_ITEM_TYPE_STACK = 0x3,
SOS_EDIT_ITEM_TYPE_OPERATOR = 0x4,
SOS_EDIT_ITEM_TYPE_FIELD = 0x5
}
// Alignment: 4
// Member count: 5
public enum PlayBackMode_t : uint {
Random = 0x0,
RandomNoRepeats = 0x1,
RandomAvoidLast = 0x2,
Sequential = 0x3,
RandomWeights = 0x4
}
// Alignment: 2
// Member count: 32
public enum VMixProcessorType_t : ushort {
VPROCESSOR_UNKNOWN = 0x0,
VPROCESSOR_RT_PITCH = 0x1,
VPROCESSOR_STEAMAUDIO_HRTF = 0x2,
VPROCESSOR_DYNAMICS = 0x3,
VPROCESSOR_PRESETDSP = 0x4,
VPROCESSOR_DELAY = 0x5,
VPROCESSOR_MOD_DELAY = 0x6,
VPROCESSOR_DIFFUSOR = 0x7,
VPROCESSOR_BOXVERB = 0x8,
VPROCESSOR_BOXVERB2 = 0x9,
VPROCESSOR_FREEVERB = 0xA,
VPROCESSOR_PLATEVERB = 0xB,
VPROCESSOR_FULLWAVE_INTEGRATOR = 0xC,
VPROCESSOR_FILTER = 0xD,
VPROCESSOR_STEAMAUDIO_PATHING = 0xE,
VPROCESSOR_EQ8 = 0xF,
VPROCESSOR_ENVELOPE = 0x10,
VPROCESSOR_VOCODER = 0x11,
VPROCESSOR_CONVOLUTION = 0x12,
VPROCESSOR_DUAL_COMPRESSOR = 0x13,
VPROCESSOR_DYNAMICS_3BAND = 0x14,
VPROCESSOR_DYNAMICS_COMPRESSOR = 0x15,
VPROCESSOR_SHAPER = 0x16,
VPROCESSOR_PANNER = 0x17,
VPROCESSOR_UTILITY = 0x18,
VPROCESSOR_AUTOFILTER = 0x19,
VPROCESSOR_OSC = 0x1A,
VPROCESSOR_STEREODELAY = 0x1B,
VPROCESSOR_EFFECT_CHAIN = 0x1C,
VPROCESSOR_SUBGRAPH_SWITCH = 0x1D,
VPROCESSOR_STEAMAUDIO_DIRECT = 0x1E,
VPROCESSOR_STEAMAUDIO_HYBRIDREVERB = 0x1F
}
// Alignment: 4
// Member count: 3
public enum SosGroupFieldBehavior_t : uint {
kIgnore = 0x0,
kBranch = 0x1,
kMatch = 0x2
}
// Alignment: 4
// Member count: 30
public enum soundlevel_t : uint {
SNDLVL_NONE = 0x0,
SNDLVL_20dB = 0x14,
SNDLVL_25dB = 0x19,
SNDLVL_30dB = 0x1E,
SNDLVL_35dB = 0x23,
SNDLVL_40dB = 0x28,
SNDLVL_45dB = 0x2D,
SNDLVL_50dB = 0x32,
SNDLVL_55dB = 0x37,
SNDLVL_IDLE = 0x3C,
SNDLVL_60dB = 0x3C,
SNDLVL_65dB = 0x41,
SNDLVL_STATIC = 0x42,
SNDLVL_70dB = 0x46,
SNDLVL_NORM = 0x4B,
SNDLVL_75dB = 0x4B,
SNDLVL_80dB = 0x50,
SNDLVL_TALKING = 0x50,
SNDLVL_85dB = 0x55,
SNDLVL_90dB = 0x5A,
SNDLVL_95dB = 0x5F,
SNDLVL_100dB = 0x64,
SNDLVL_105dB = 0x69,
SNDLVL_110dB = 0x6E,
SNDLVL_120dB = 0x78,
SNDLVL_130dB = 0x82,
SNDLVL_GUNFIRE = 0x8C,
SNDLVL_140dB = 0x8C,
SNDLVL_150dB = 0x96,
SNDLVL_180dB = 0xB4
}
// Alignment: 4
// Member count: 2
public enum VMixPannerType_t : uint {
PANNER_TYPE_LINEAR = 0x0,
PANNER_TYPE_EQUAL_POWER = 0x1
}
// Alignment: 4
// Member count: 6
public enum VMixChannelOperation_t : uint {
VMIX_CHAN_STEREO = 0x0,
VMIX_CHAN_LEFT = 0x1,
VMIX_CHAN_RIGHT = 0x2,
VMIX_CHAN_SWAP = 0x3,
VMIX_CHAN_MONO = 0x4,
VMIX_CHAN_MID_SIDE = 0x5
}
// Alignment: 1
// Member count: 13
public enum EMidiNote : byte {
C = 0x0,
C_Sharp = 0x1,
D = 0x2,
D_Sharp = 0x3,
E = 0x4,
F = 0x5,
F_Sharp = 0x6,
G = 0x7,
G_Sharp = 0x8,
A = 0x9,
A_Sharp = 0xA,
B = 0xB,
Count = 0xC
}
// Alignment: 1
// Member count: 4
public enum CVSoundFormat_t : byte {
PCM16 = 0x0,
PCM8 = 0x1,
MP3 = 0x2,
ADPCM = 0x3
}
// Alignment: 1
// Member count: 9
public enum VMixFilterSlope_t : byte {
FILTER_SLOPE_1POLE_6dB = 0x0,
FILTER_SLOPE_1POLE_12dB = 0x1,
FILTER_SLOPE_1POLE_18dB = 0x2,
FILTER_SLOPE_1POLE_24dB = 0x3,
FILTER_SLOPE_12dB = 0x4,
FILTER_SLOPE_24dB = 0x5,
FILTER_SLOPE_36dB = 0x6,
FILTER_SLOPE_48dB = 0x7,
FILTER_SLOPE_MAX = 0x7
}
// Alignment: 4
// Member count: 2
public enum SosActionLimitSortType_t : uint {
SOS_LIMIT_SORTTYPE_HIGHEST = 0x0,
SOS_LIMIT_SORTTYPE_LOWEST = 0x1
}
// Alignment: 4
// Member count: 3
public enum VMixSubgraphSwitchInterpolationType_t : uint {
SUBGRAPH_INTERPOLATION_TEMPORAL_CROSSFADE = 0x0,
SUBGRAPH_INTERPOLATION_TEMPORAL_FADE_OUT = 0x1,
SUBGRAPH_INTERPOLATION_KEEP_LAST_SUBGRAPH_RUNNING = 0x2
}
// Alignment: 4
// Member count: 2
public enum SosGroupType_t : uint {
SOS_GROUPTYPE_DYNAMIC = 0x0,
SOS_GROUPTYPE_STATIC = 0x1
}
// Alignment: 4
// Member count: 2
public enum SosActionSetParamSortType_t : uint {
SOS_SETPARAM_SORTTYPE_HIGHEST = 0x0,
SOS_SETPARAM_SORTTYPE_LOWEST = 0x1
}
// Parent: None
// Field count: 3
//