Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: MetalDestroyer on January 09, 2006, 02:53:45 pm
-
I don't know if it is the right place to propose some table feature. Am i wondering, if it is possible to attribute to each ship their respective FlyBy sound. I know a X wings have their own flyby sound, and tie fighters have also their own flyby sound.
But, unfortunately, the sound.tbl have some limitation because each race have their flyby sound. So, my idea is to add a new variable into the ships.tbl where we could (optional) put a flyby and engine sound.
$Name: X wing
$Short name: X Wing
$Species: Xwing ;Vasudan
+Type: XSTR("Starfighter", 5981)
[...]
$Flags: ( "player_ship" "default_player_ship" "fighter" "in tech database")
$AI Class: Captain
$Afterburner: NO
$Countermeasures: 8
$Scan time: 2000
$EngineSnd: 126 ;; Engine sound of ship
$FlyBySnd: XXX ;; FlyBy sound of ship
-
on a related note, any chance of making flyby sound work on primary and secondary weapons. i want to make a little whizzing sound evert time a bullet flies by the cockpit. i know there shouldnt be a noise but its just for cool factor, and to tell the pilot being shot at to start going evasive.