Jump to content

Beginner Question about terminal script


yellowsail

Recommended Posts

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

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 by Larko84
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...