dump: [json] pakchunk0_s6

This commit is contained in:
merith-tk 2024-11-27 22:37:49 -08:00
parent a0202f19ac
commit a4954cd085
3042 changed files with 26830639 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[
{
"Type": "SourceEffectBitCrusherPreset",
"Name": "TestVoiceBitCrush",
"Class": "UScriptClass'SourceEffectBitCrusherPreset'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Settings": {
"CrushedSampleRate": -1.0,
"CrushedBits": -1.0
}
}
}
]

View file

@ -0,0 +1,30 @@
[
{
"Type": "SoundEffectSourcePresetChain",
"Name": "TestVoiceEffect",
"Class": "UScriptClass'SoundEffectSourcePresetChain'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Chain": [
{
"Preset": {
"ObjectName": "SourceEffectBitCrusherPreset'TestVoiceBitCrush'",
"ObjectPath": "/Game/Sound/SFX/Voicechat/TestVoiceBitCrush.0"
},
"bBypass": false
},
{
"Preset": {
"ObjectName": "SourceEffectRingModulationPreset'TestVoiceRingEffect'",
"ObjectPath": "/Game/Sound/SFX/Voicechat/TestVoiceRingEffect.0"
},
"bBypass": false
},
{
"Preset": null,
"bBypass": false
}
]
}
}
]

View file

@ -0,0 +1,15 @@
[
{
"Type": "SourceEffectRingModulationPreset",
"Name": "TestVoiceRingEffect",
"Class": "UScriptClass'SourceEffectRingModulationPreset'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Settings": {
"Frequency": 5000.0,
"Depth": 1.0,
"DryLevel": 0.88
}
}
}
]

View file

@ -0,0 +1,18 @@
[
{
"Type": "SoundAttenuation",
"Name": "VoiceChatAttenuation",
"Class": "UScriptClass'SoundAttenuation'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Attenuation": {
"AttenuationShapeExtents": {
"X": 750.0,
"Y": 0.0,
"Z": 0.0
},
"FalloffDistance": 1500.0
}
}
}
]