View unanswered posts | View active topics


Post a new topicPost a reply
Previous topic | Next topic 

  Beginner BeginnerMember since: 11.12.2011, 03:15Posts: 3 Likes: 0
 

 Post Topic: How to insert/integrate soundfiles from FMOD into CryEn3 ?
PostPosted 28.12.2011, 06:14 
Hi everyone, I know how to use FMOD and obtaining the .feb, .fsb and .fdp files, there are a lot of tutorials on how to use FMOD, BUT I haven´t found any information about how to use those files to integrate them as sounds or music in CryEngine 3.

There is some information in http://freesdk.crydev.net/display/SDKDOC2/Audio, even there is a PDF that says Audio_Training but all that information is purely schematic, it says something about the folder and file naming must be the same but it doesn´t explain the basics of how to introduce audio into the browser for its use. In the tutorial: http://www.youtube.com/watch?v=ruTZhlOpWWA says how to manipulate and use the sounds, but it doesn´t explain how the original sounds got in there.

I would appreciate a lot if someone gives me some information about this, maybe its a very simple thing but I haven´t found yet how to do this. Here is an image of how far I went, but I couldn´t make any sound to play:
Attachments:

Browser.jpg

  Trainee TraineeMember since: 13.10.2011, 00:35Posts: 140 Likes: 1
 

 Post Topic: Re: How to insert/integrate soundfiles from FMOD into CryEn3
PostPosted 10.06.2012, 17:28 
Have a read through the music docs.
http://freesdk.crydev.net/display/SDKDOC2/Music+System

For sounds you can create a "Sounds" folder under the "Game" one and put your FMOD project files in there. So it looks like "...\Game\Sounds\myproject\". In your "myproject" folder you wanna put "myproject.fdp", "myproject.fev" and all the soundbanks your project creates. In the Editor you can then hit refresh on the soundbrowser and "Sounds/myproject" should show up. That's how the engine knows about your new sounds. Then just use them however you like through the available features documented here:
http://freesdk.crydev.net/display/SDKDO ... the+engine
User avatar   Beginner BeginnerMember since: 11.04.2012, 12:25Posts: 40Location: South Africa Likes: 0
 

 Post Topic: Re: How to insert/integrate soundfiles from FMOD into CryEn3
PostPosted 13.06.2012, 15:32 
thanks for this wurstburst!