yellowsail Posted February 3, 2019 Share Posted February 3, 2019 Hi, I just start to use creation kit and try to make the terminal play some sound effect when a menu option is selected. I tested this script fragment and it does not work. Is there anything wrong with it? AMBBuoyBellRing is just a random sound effect from original fallout game and I just copy that name from sound descriptor. I am very confused and any help is appreciated. Sound AMBBuoyBellRing Actor Player Player = Game.GetPlayer() AMBBuoyBellRing.Play(Player) Link to comment Share on other sites More sharing options...
Larko84 Posted February 3, 2019 Share Posted February 3, 2019 (edited) I don't think you need a script, maybe. I would try to change the sounds directly from the Sound\FX\UI\Terminal. Add the sound you want in there but in your FO4 folder and then I assume you would pick your sound within the CK. If that's what your looking for. If you want a sound to play when something specific is selected then you will need a script, can't help you there i'm afraid. Also make sure you duplicate your terminal and rename it to make it yours otherwise every terminal of that type will play the sound. Edited February 3, 2019 by Larko84 Link to comment Share on other sites More sharing options...
Recommended Posts