Hello, I have a game script,where I want to add costum sounds can anyone help me?
//red alert
alertArgs[1] = "red";
alertNames[1] = "Red alert";
lightColor[1] = new Color(255, 50, 50);
blinkInterval[1] = 2f;
blinkLength[1] = 50f;
closeBlastDoors[1] = 1;
soundName[1] = "SoundBlockAlert2";
I dont know how to
File: SpaceEngineers/Mods/StarTreksounds/Audio/TNG - Red Alert 1.xwm
//red alert
alertArgs[1] = "red";
alertNames[1] = "Red alert";
lightColor[1] = new Color(255, 50, 50);
blinkInterval[1] = 2f;
blinkLength[1] = 50f;
closeBlastDoors[1] = 1;
soundName[1] = "SoundBlockAlert2";
I dont know how to
File: SpaceEngineers/Mods/StarTreksounds/Audio/TNG - Red Alert 1.xwm