custom sounds idea
Posted: Tue Feb 17, 2009 3:56 pm
hey, i was thinking about modding one night and i was wondering if it would be possible to munge sound files into a side's .lvl file (essentially munging the sounds into the same file as the side), i dont know if it is possible but for it to be done, youd probably have to edit the munge_side.bat and the rep.req. im pretty sure that this is how the .req file would look:
hey that would be cool if this were possible, but im not sure if it is, and, if it is, how to do it, because, like i said before, im almost sure you have to edit the Munge_side.bat. but what you would edit in and how you would do it is beyond me.
Code: Select all
ucft
{
REQN
{
"lvl"
".req files here"
}
REQN
{
"config"
".asfx file here"
}
REQN
{
".snd file here"
}
}