RUNNING WITH RIFLES
http://runningwithrifles.com/phpBB3/

How to make a sound overlay mod?
http://runningwithrifles.com/phpBB3/viewtopic.php?f=7&t=1550
Page 1 of 1

Author:  xSlacker [ Sat Mar 08, 2014 7:43 am ]
Post subject:  How to make a sound overlay mod?

So I just installed the game again and I also found some sound effects I want to use in a mod.
But can someone explain how to do an 'Overlay'?
Like how should the folder structure be? :?:

NOTE: I'm using the latest version of the game.

Author:  pasik [ Sat Mar 08, 2014 10:39 am ]
Post subject:  Re: How to make a sound overlay mod?

Create a folder for your overlay mod under media\overlays, so that there is e.g. media\overlays\my_sound_mod\, under which you'll be putting the files. If overlays folder doesn't exist, just create it.

The folders which are investigated for resources inside the overlay mod are
Code:
\
\factions
\fonts
\items
\models
\names
\particles
\sounds
\textures
\weapons
\vehicles


You can basically have everything right there in the root of your overlay folder, but it makes sense to group sounds under sounds subfolder.

Author:  xSlacker [ Sat Mar 08, 2014 11:44 am ]
Post subject:  Re: How to make a sound overlay mod?

I did exactly that, but it still plays the default death sounds. :/
And my sound files are WAV. :I
EDIT: nvm... i forgot the last 's' in 'sounds'
lol!

Author:  DoomMetal [ Sat Mar 08, 2014 11:52 am ]
Post subject:  Re: How to make a sound overlay mod?

Are the filenames exactly the same as the other sounds (die1.wav, die2.wav etc. for death sounds)?
And did you remember to activate the overlay ingame?
For quickmatch you do this by clicking the "Setup mods" button and selecting the ones you want.
For campaign you need to edit some of the scripts for it to work though.

edit: so you figured it out? ;)

Author:  simmond4 [ Sat Mar 22, 2014 11:56 pm ]
Post subject:  Re: How to make a sound overlay mod?

Quote:
edit: so you figured it out? ;)


I guess so :lol:

You can create new files for just about everything, you just have to figure out how to reference it into the game.

For instance, you can create a new name.weapon, and create a new name.xml voxel for the weapon, so long as name.weapon references the name.xml instead of one of the defaults.

From my modding experience thus far, I've found the nicest way to create the mod is edit what weapons are allowed at the root faction level, and I can build from there. Basically for any complete overhaul I don't have to try and rename everything or keep the names the same but have like a M1 Garand actually be stored in ak-47.weapon. I can just create new weapons, add them to the all_weapons and add them to the faction files, ya know? :shock:

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/