Munged RC Weapon Sound

Releasing the source files for your mod or map? Post em' here. (Applies to both SWBF1 & SWBF2)

Moderator: Moderators

Post Reply
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Munged RC Weapon Sound

Post by Anakin »

So after it seams to be a big problem for many people to munge their sound files i munge the RC weapon sounds and uploaded them.

Please remember the sounds are not made by me. So you need to credit Lucas Arts/Pandamic for the sound files.

DOWNLOAD


==EDIT=

i forgot to write in the ReadMe that the file you need to load with ReadDataFile() is called dc17.

so in your lua write
ReadDataFile("dc:path\\to\\sound\\file\\rcw.lvl;dc17")

I fixed it in the readme. The new one is now uploaded.


==EDIT2==

Please notice that there is still an misstake in the ReadMe. Here are the right weapon sound names:
Hidden/Spoiler:
__ __ __ _ __ __ __ __ _ __
|__|| __ \ /|_ /_\ |__||_ |\ | |__ | || ||\ || \|__
| \|__ \/\/ |__/ \| |__ | \| __||__||__|| \||_/ __|
==============================================================
by Anakin

Credits:
Please remember these files are riped from SWRC. So you should
give credits to Lucas Arts/Pandemic.


Introduction:
Just include the rcw.lvl file in your lua and use the following
sound names in your weapon's odf.

Lua:
ReadDataFile("dc:path\\to\\sound\\file\\rcw.lvl;dc17")

Odf:
===FIRE=SOUNDS===
dc15s_pistol_fire
dc17_rifle_fire
dc17_sniper_fire
dc17_antiarmor_explosion

===CHANGE=SOUNDS===
dc17s_change
dc17_antiarmor_change

===RELOAD=SOUNDS===
dc17_rifle_reload
dc17_sniper_reload
dc17_antiarmor_reload

===EMPTY=SOUND===
dc17_empty
Post Reply