Getting FoleyFX Sounds to work ingame
Posted: Mon Feb 08, 2016 11:29 am
Hey all,
i have been trying to get stock foleyfx sounds working ingame. But I hear nothing. My sound.lvl is too big to load stock sounds through any world.lvl file (like tat.lvl, end.lvl etc. from sounds).
I honestly have no clue how they are beign setup nor how they could be added. I tried severeral ways using various files..Without success. My plan is to get all foleys ingame since I need them all (dirt, wood, metal, water, snow, stone and grass (Must have been all if I remember)).
Thank you very much for helping me and I appreciate every help.
What I put into my .lua:
and
sod.req:
sod_d.req:
sod_d_foley.ffx (Still need to add more sounds; just a copy from Kashyyyk):
I copied all gcw_foley_[dirt, metal, wood...] from data/ Sound/ gcw into my world sound folder.
I would like to add that all sounds (Ambient, Music, Weapons) already work fine. after munging the .lvl using these files above I can still hear everything except of the foley sounds.
Is there a tutorial or a document explaining how to get foleys to work without using a stock sound.lvl?
Thanks in advance.
i have been trying to get stock foleyfx sounds working ingame. But I hear nothing. My sound.lvl is too big to load stock sounds through any world.lvl file (like tat.lvl, end.lvl etc. from sounds).
I honestly have no clue how they are beign setup nor how they could be added. I tried severeral ways using various files..Without success. My plan is to get all foleys ingame since I need them all (dirt, wood, metal, water, snow, stone and grass (Must have been all if I remember)).
Thank you very much for helping me and I appreciate every help.
What I put into my .lua:
Code: Select all
ReadDataFile("dc:sound\\sod.lvl;sod_d")Code: Select all
OpenAudioStream("dc:sound\\sod.lvl", "sod_music")Hidden/Spoiler:
sod_d.req:
Hidden/Spoiler:
Hidden/Spoiler:
I copied all gcw_foley_[dirt, metal, wood...] from data/ Sound/ gcw into my world sound folder.
I would like to add that all sounds (Ambient, Music, Weapons) already work fine. after munging the .lvl using these files above I can still hear everything except of the foley sounds.
Is there a tutorial or a document explaining how to get foleys to work without using a stock sound.lvl?
Thanks in advance.