Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Lightspeed on January 25, 2004, 04:36:53 am

Title: Easy and Useful Suggestion(s)
Post by: Lightspeed on January 25, 2004, 04:36:53 am
I think this should be pretty easy to do, but it also would be really useful:

The ability to have two impact sounds per weapon. One when hitting the shield, one when hitting the hull.

$ImpactSound: <--- hull
$ImpactSoundShield: <--- shield one

Makes for realism and adds a lot more earcandy to things -- if no shield impact is specified the hull one should be used.

What also would be useful would be the same thing with impact effects (so you can have two ANIs, one when hitting shield and the other for hitting hull) - but i think that'd be harder to do.

Anyway, two suggestions that would be really worth the coding time :)
Title: Suggestion(s)
Post by: kasperl on January 25, 2004, 05:31:48 am
this would be very nice, it would reallly add some more depth.
Title: Suggestion(s)
Post by: gevatter Lars on January 25, 2004, 01:20:57 pm
About adding intresting things...what do you think about "damage-textures" ?

Means when the ship gets a special amount of damage the textures change.
Best thing would be if not the entire texture change at ones but to seperate the texture into special quadrants.
Just an idea....

The soundidea would be a very good thing to have...special when fighting Caps. So you could simulate the shieldhit with the sound instead of something visual.
Title: Suggestion(s)
Post by: Lightspeed on January 25, 2004, 01:23:44 pm
Quote
Originally posted by gevatter Lars
About adding intresting things...what do you think about "damage-textures" ?

Means when the ship gets a special amount of damage the textures change.
Best thing would be if not the entire texture change at ones but to seperate the texture into special quadrants.
Just an idea....


Booboau has a test exe with damage decals somewhere.
Title: Suggestion(s)
Post by: redsniper on January 25, 2004, 04:44:57 pm
doesn't it already make two different sounds?
Title: Suggestion(s)
Post by: Bobboau on January 25, 2004, 04:58:21 pm
yes, well, no, it has a sheild hit sound for all weapons, and a hull hit sound for individual weapons, he want's the sheild sound to be definable for all weapons, wich doesn't seem like to bad an idea,
I actualy was thinking of (something completly diferent) alowing multable sounds per wapon so you could make slightly diferent versions of the same sound, and they would get played randomly (from the ones assigned to that weapon)
Title: Suggestion(s)
Post by: redsniper on January 25, 2004, 05:26:35 pm
oh, I thought they all made the same hull sound. guess I was wrong.
Title: Suggestion(s)
Post by: mikhael on January 25, 2004, 09:11:35 pm
Quote
Originally posted by Bobboau
I actualy was thinking of (something completly diferent) alowing multable sounds per wapon so you could make slightly diferent versions of the same sound, and they would get played randomly (from the ones assigned to that weapon)


A very good idea. Random slight variations in the projectiles on screen would be good too.
Title: Suggestion(s)
Post by: Deepblue on January 25, 2004, 10:07:02 pm
It would be nice if you could set fire wait to be something like 0.15-0.2 and have the game determine a random number between those two to use as the fire wait.
Title: Suggestion(s)
Post by: gevatter Lars on January 26, 2004, 05:06:10 am
Quote
Originally posted by Lightspeed


Booboau has a test exe with damage decals somewhere.



Thanks for the info...that sound intresting...I will ask him if I could test it.