From 82bf8fd6e7e4512ad2e837995e29e62fea68358f Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Thu, 7 Oct 2021 12:07:59 -0700 Subject: [PATCH 1/5] Adds back the Auditorium Podium button and associated audio + New audio for kirel Changes to existing objects listed below. Many other things were added so that audio and buttons would work correctly. Neighborhood_District_CommonRoom.prp [Scene Node - Neighborhood_CommonRoom] Added Scene Object - "bevinPodiumButton" [Scene Node - Neighborhood_CommonRoom] Added Scene Object - "bevinPodiumPOS" [Scene Node - Neighborhood_CommonRoom] Added Scene Object - "rgnPodiumclick" [Scene Node - Neighborhood_CommonRoom] Added Scene Object - "SfxImagerSpeechesEmit01" [Scene Node - Neighborhood_CommonRoom] Added Scene Object - "SfxImagerSpeechesEmit02" [Scene Node - Neighborhood_CommonRoom] Added Scene Object - "SfxPodiumButtonEmit" [Scene Node - Neighborhood_CommonRoom] Added Scene Object - "SfxSoReg-Speech-Vol" [Generic Physical - CommonRoomAudioPodium] Modified Bounds to allow "bevinPodiumButton" to work correctly. [Drawable Span - Neighborhood_CommonRoom_00000000_0Spans] Added Drawable for "bevinPodiumButton", Modified drawable for Podium itself to lower built-in button. Otherwise it would be visible when "bevinPodiumButton" is pressed. Neighborhood_District_Textures.prp [Mipmap - blueglow*0#0.hsm] Added. Texture taken from Neighborhood02_District_Textures.prp Neighborhood02_District_krelCommonRm.prp [Scene Node - Neighborhood02_krelCommonRm] Added Scene Object "cmnrmrgnPodiumclick" [Scene Node - Neighborhood02_krelCommonRm] Added Scene Object "SfxImagerSpeechesEmit01" [Scene Object - cmnrmPodiumButton] Added Simulation Interface "cmnrmPodiumButton", Added to Modifiers - Responder Modifier "cRespSpeech-Stop", "cRespSpeech-Play0" and "cRespSpeech-Play1", Logic Modifier "cClkPodium", Picking Detector "cClkPodium", Interface Modifier "cmnrmPodiumButton" [Responder Modifier - cRespPodium] Logic Modifier "cClkPodium" added as Reciever to 10th Command. [Python File Mod - cPythPodium] Changed how it works now to accommodate multiple Audio messages. Co-authored-by: TheDapperAndy Co-authored-by: Tyion --- compiled/dat/Neighborhood02_District_krelCommonRm.prp | 4 ++-- compiled/dat/Neighborhood_District_CommonRoom.prp | 4 ++-- compiled/dat/Neighborhood_District_Textures.prp | 4 ++-- compiled/sfx/krelFanQ42021_eng.ogg | 3 +++ compiled/sfx/krelWatson_eng.ogg | 3 +++ compiled/sfx/krelWatson_fre.ogg | 3 +++ compiled/sfx/krelWatson_ger.ogg | 3 +++ compiled/sfx/nb01DniPodiumSpeech.ogg | 3 +++ 8 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 compiled/sfx/krelFanQ42021_eng.ogg create mode 100644 compiled/sfx/krelWatson_eng.ogg create mode 100644 compiled/sfx/krelWatson_fre.ogg create mode 100644 compiled/sfx/krelWatson_ger.ogg create mode 100644 compiled/sfx/nb01DniPodiumSpeech.ogg diff --git a/compiled/dat/Neighborhood02_District_krelCommonRm.prp b/compiled/dat/Neighborhood02_District_krelCommonRm.prp index 79c5c453..c25a8841 100644 --- a/compiled/dat/Neighborhood02_District_krelCommonRm.prp +++ b/compiled/dat/Neighborhood02_District_krelCommonRm.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:920fbbd54b8ef4fe2e656a67a3e96c52dd34a71442fbfb5c1ae9f75acf26350c -size 628359 +oid sha256:6a37fa1d120c4f64563659734ceb0989f175aeb766dab4f517e68c73643fc528 +size 635921 diff --git a/compiled/dat/Neighborhood_District_CommonRoom.prp b/compiled/dat/Neighborhood_District_CommonRoom.prp index 95b6fdb0..daf8d364 100644 --- a/compiled/dat/Neighborhood_District_CommonRoom.prp +++ b/compiled/dat/Neighborhood_District_CommonRoom.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a831f255a6d36e6985bf4daba806c07e164d41d46bd645c730851023ef5f2bd -size 655237 +oid sha256:03f72443d1faddc35418b63e50425f2c6f36f1a361923b95e89548051ab3b2ee +size 715294 diff --git a/compiled/dat/Neighborhood_District_Textures.prp b/compiled/dat/Neighborhood_District_Textures.prp index d8a13a47..d855fba8 100644 --- a/compiled/dat/Neighborhood_District_Textures.prp +++ b/compiled/dat/Neighborhood_District_Textures.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:816e541b6d46e4f30bf65554a914d6b650caf58705a6ef5b0fdb921b845bdc42 -size 45973942 +oid sha256:7cd51838efe60fdfa7ff14ef99c0016098cde924785eaf41ce304432aaacd9e3 +size 45976796 diff --git a/compiled/sfx/krelFanQ42021_eng.ogg b/compiled/sfx/krelFanQ42021_eng.ogg new file mode 100644 index 00000000..fd5294bf --- /dev/null +++ b/compiled/sfx/krelFanQ42021_eng.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7447eac1f48af88e1504855ce2ce73f1325994b48228be0fd8204a275f85cc9b +size 10539118 diff --git a/compiled/sfx/krelWatson_eng.ogg b/compiled/sfx/krelWatson_eng.ogg new file mode 100644 index 00000000..c3f92935 --- /dev/null +++ b/compiled/sfx/krelWatson_eng.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8c641ee7369294861b3912359238a04bd97992a333e7098b7f189f1174d557 +size 2825337 diff --git a/compiled/sfx/krelWatson_fre.ogg b/compiled/sfx/krelWatson_fre.ogg new file mode 100644 index 00000000..8d568464 --- /dev/null +++ b/compiled/sfx/krelWatson_fre.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7fa482ebdc94989ae535fa8e0606ddff576ae58362a55d3bfcd8c97cb2c6f7 +size 2998550 diff --git a/compiled/sfx/krelWatson_ger.ogg b/compiled/sfx/krelWatson_ger.ogg new file mode 100644 index 00000000..d89b2374 --- /dev/null +++ b/compiled/sfx/krelWatson_ger.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b23bfdfd672d6db636117003d569a7876667eb3e6651507a0b2120d087f92b +size 3738175 diff --git a/compiled/sfx/nb01DniPodiumSpeech.ogg b/compiled/sfx/nb01DniPodiumSpeech.ogg new file mode 100644 index 00000000..790decc8 --- /dev/null +++ b/compiled/sfx/nb01DniPodiumSpeech.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4cf63a0e5f6cde64fe892be9f1bba8f050cb52a6893fd0d6e7a5f48177ea01 +size 222528 From 27c4f586662671d69cb2df78bc9e68d26aa4a7c3 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Wed, 20 Oct 2021 01:46:30 -0700 Subject: [PATCH 2/5] Fixes for issues discovered during play testing Neighborhood CommonRoom [Scene Object - SfxImagerSpeechesEmit01] Set sync flags to Turn off Exclude All Persistent States, Turn on Exclude Persistent States, Exclude these states: AGMaster, Layer, Responder, XRegion [Scene Object - SfxImagerSpeechesEmit02] Set sync flags to Turn off Exclude All Persistent States, Turn on Exclude Persistent States, Exclude these states: AGMaster, Layer, Responder, XRegion [Coord Interface - bevinPodiumPOS] Raised Z to 14.133800 [Generic Physical - CommonRoomAudioPodium] Set mass to 1, Moved bounds a bit so Avatar would not become stuck after using button [Win32 Streaming Sound - cSfxDniPodiumSpeech0] Set audio Channel to "Right" Neighborhood02 krelCommonRm [Scene Object - SfxImagerSpeechesEmit01] Set sync flags to Turn off Exclude All Persistent States, Turn on Exclude Persistent States, Exclude these states: AGMaster, Layer, Responder, XRegion [Coord Interface - cmnrmPodiumPOS] Moved position so avatar would not become stuck in podium after using button [Generic Physical - cmnrmCommonRoomAudioPodium] Set mass to 1, Moved bounds a bit so Avatar would not become stuck after using button [Win32 Streaming Sound - cSfxWatson0] Set audio Channel to "Right" [Win32 Streaming Sound - cSfxFanQ42021_2] Set audio Channel to "Right" --- compiled/dat/Neighborhood02_District_krelCommonRm.prp | 4 ++-- compiled/dat/Neighborhood_District_CommonRoom.prp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiled/dat/Neighborhood02_District_krelCommonRm.prp b/compiled/dat/Neighborhood02_District_krelCommonRm.prp index c25a8841..7c31dfc4 100644 --- a/compiled/dat/Neighborhood02_District_krelCommonRm.prp +++ b/compiled/dat/Neighborhood02_District_krelCommonRm.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a37fa1d120c4f64563659734ceb0989f175aeb766dab4f517e68c73643fc528 -size 635921 +oid sha256:255fbf2377600aaefa393f1217168133ae2ec9d59d53109560b0614d05b12fd1 +size 635954 diff --git a/compiled/dat/Neighborhood_District_CommonRoom.prp b/compiled/dat/Neighborhood_District_CommonRoom.prp index daf8d364..4debcede 100644 --- a/compiled/dat/Neighborhood_District_CommonRoom.prp +++ b/compiled/dat/Neighborhood_District_CommonRoom.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03f72443d1faddc35418b63e50425f2c6f36f1a361923b95e89548051ab3b2ee -size 715294 +oid sha256:8cec003ebc37cb2dd35dffe8e9dbbe71986fd46be3ced169f0451e289274afcb +size 715252 From 843621a4055e392d58d5c1a1cbef3f03920b7eb1 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Thu, 4 Nov 2021 09:06:19 -0700 Subject: [PATCH 3/5] Update for French Kirel translation and fix hood podium Neighborhood CommonRoom [Generic Physical - CommonRoomAudioPodium] Updated the verts and faces to be smaller at the front of the podium to prevent getting stuck when pushing button Neighborhood02 krelCommonRm [Sound Buffer - krelFanQ42021_eng.ogg] Updated audio to have proper bytes/second. [Sound Buffer - krelFanQ42021_fre.ogg] New krelFanQ42021_eng.ogg - Updated to be higher quality sound file krelFanQ42021_fre.ogg - Audio translation done by skyisblu --- compiled/dat/Neighborhood02_District_krelCommonRm.prp | 4 ++-- compiled/dat/Neighborhood_District_CommonRoom.prp | 4 ++-- compiled/sfx/krelFanQ42021_eng.ogg | 4 ++-- compiled/sfx/krelFanQ42021_fre.ogg | 3 +++ 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 compiled/sfx/krelFanQ42021_fre.ogg diff --git a/compiled/dat/Neighborhood02_District_krelCommonRm.prp b/compiled/dat/Neighborhood02_District_krelCommonRm.prp index 7c31dfc4..1f9021d9 100644 --- a/compiled/dat/Neighborhood02_District_krelCommonRm.prp +++ b/compiled/dat/Neighborhood02_District_krelCommonRm.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:255fbf2377600aaefa393f1217168133ae2ec9d59d53109560b0614d05b12fd1 -size 635954 +oid sha256:05e033eb71b0dfb5633647525b107c67bab00e74220714b04cd4aeaf2713e26e +size 636084 diff --git a/compiled/dat/Neighborhood_District_CommonRoom.prp b/compiled/dat/Neighborhood_District_CommonRoom.prp index 4debcede..6e97f4ea 100644 --- a/compiled/dat/Neighborhood_District_CommonRoom.prp +++ b/compiled/dat/Neighborhood_District_CommonRoom.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cec003ebc37cb2dd35dffe8e9dbbe71986fd46be3ced169f0451e289274afcb -size 715252 +oid sha256:bbb41358ab7270fb3b243212c88d6da6b0aecb532fce3f4671c2f93e3201f525 +size 715132 diff --git a/compiled/sfx/krelFanQ42021_eng.ogg b/compiled/sfx/krelFanQ42021_eng.ogg index fd5294bf..33f21c87 100644 --- a/compiled/sfx/krelFanQ42021_eng.ogg +++ b/compiled/sfx/krelFanQ42021_eng.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7447eac1f48af88e1504855ce2ce73f1325994b48228be0fd8204a275f85cc9b -size 10539118 +oid sha256:79c9f40c660f04fe0773cad928062cfcc82634fe083de814daaacaf9ae837ad3 +size 10627524 diff --git a/compiled/sfx/krelFanQ42021_fre.ogg b/compiled/sfx/krelFanQ42021_fre.ogg new file mode 100644 index 00000000..0c3046e5 --- /dev/null +++ b/compiled/sfx/krelFanQ42021_fre.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6c506edb0ede59176ae06cf3e1945f3ce9185565803d8de6322a4c64402ac3 +size 9763813 From e6182fd3801d84510a201c276a9f92b3e5c12f6a Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Thu, 11 Nov 2021 20:59:57 -0800 Subject: [PATCH 4/5] New english audio and removed duplicate audio from responders Duplicate sounds in responders were causing echo when played. --- compiled/dat/Neighborhood02_District_krelCommonRm.prp | 4 ++-- compiled/sfx/krelFanQ42021_eng.ogg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiled/dat/Neighborhood02_District_krelCommonRm.prp b/compiled/dat/Neighborhood02_District_krelCommonRm.prp index 1f9021d9..c903a650 100644 --- a/compiled/dat/Neighborhood02_District_krelCommonRm.prp +++ b/compiled/dat/Neighborhood02_District_krelCommonRm.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05e033eb71b0dfb5633647525b107c67bab00e74220714b04cd4aeaf2713e26e -size 636084 +oid sha256:9e30e49fcfe18b32f106138aee0934a7d128ac37081c730c562a4d31fd83825b +size 634638 diff --git a/compiled/sfx/krelFanQ42021_eng.ogg b/compiled/sfx/krelFanQ42021_eng.ogg index 33f21c87..3abef0a4 100644 --- a/compiled/sfx/krelFanQ42021_eng.ogg +++ b/compiled/sfx/krelFanQ42021_eng.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79c9f40c660f04fe0773cad928062cfcc82634fe083de814daaacaf9ae837ad3 -size 10627524 +oid sha256:64a0d89da94e3c3e8a1954da28e8212f321131b320e4659840a5c81351ae3564 +size 11438968 From 5bec8b911dfea6838fbebf323e7213ccf2ac42ae Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Mon, 29 Nov 2021 08:59:11 -0800 Subject: [PATCH 5/5] new audio Audio processed by Neurovac --- compiled/sfx/krelFanQ42021_eng.ogg | 4 ++-- compiled/sfx/krelFanQ42021_fre.ogg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiled/sfx/krelFanQ42021_eng.ogg b/compiled/sfx/krelFanQ42021_eng.ogg index 3abef0a4..9dacb5ea 100644 --- a/compiled/sfx/krelFanQ42021_eng.ogg +++ b/compiled/sfx/krelFanQ42021_eng.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64a0d89da94e3c3e8a1954da28e8212f321131b320e4659840a5c81351ae3564 -size 11438968 +oid sha256:41f47bd23aa5c2ede872cffea050793753cfbadc939d5218b26c8b2c50c843fc +size 9647418 diff --git a/compiled/sfx/krelFanQ42021_fre.ogg b/compiled/sfx/krelFanQ42021_fre.ogg index 0c3046e5..924cc117 100644 --- a/compiled/sfx/krelFanQ42021_fre.ogg +++ b/compiled/sfx/krelFanQ42021_fre.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c6c506edb0ede59176ae06cf3e1945f3ce9185565803d8de6322a4c64402ac3 -size 9763813 +oid sha256:4cb77dd50522243d4cf61f3883b81ef4ce8fc310a70addbfe25bf2c6801d954d +size 9288925