Page 1 of 1

Sounds Arnt Working =(

PostPosted: Wed Dec 14, 05 5:10 pm
by Cozmo
Im trying to make a mod with new<--(exported from unrealshare) weapon sounds and it compiles properly and everything but when i fire it makes no sound.. :?: :!:
heres the mod folder thingy.

PostPosted: Wed Dec 14, 05 5:30 pm
by Dae
1. In import use backslash ( \ ), instead of slash ( / )

2. Remove ; after #exec lines

3. I'm not sure if compiler cares about letter cases... but your sound files extensions are in UPPER case (WAV), while you declared inner case (wav) extensions in #exec. Rename files or fix the command.
#exec AUDIO IMPORT FILE="Sounds\SniperFire.wav" NAME=REALsniperfire" GROUP="Weapons"

PostPosted: Wed Dec 14, 05 8:18 pm
by Cozmo
na, it compiles properly no warnings etc. but when i fire weapons sounds just dont work. :( ive no idea why, ive put on firesound='REAL_V2C.Weapons.REALSniperFire' etc but it makes no noise

PostPosted: Wed Dec 14, 05 8:28 pm
by Dae
~Cozmo~ wrote:na, it compiles properly no warnings etc. but when i fire weapons sounds just dont work. :( ive no idea why, ive put on firesound='REAL_V2C.Weapons.REALSniperFire' etc but it makes no noise

do what i said and watch

PostPosted: Wed Dec 14, 05 8:29 pm
by Cozmo
i have :( ,does it work when youve compiled?

PostPosted: Wed Dec 14, 05 8:30 pm
by Dae
~Cozmo~ wrote:i have :( ,does it work when youve compiled?

i haven't, just pointed out mistakes i've noticed so far