Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I can help with Sound Design
Artyom Offline
Senior Member

Posts: 370
Threads: 27
Joined: Jul 2012
Reputation: 11
#6
RE: I can help with Sound Design

(07-04-2013, 05:57 AM)Kiandra Wrote:
Spoiler below!

(07-02-2013, 04:22 AM)3dge Wrote: (I have no idea how to implement sound into games, I just make the sound FX/music)

Save it as soundname.ogg, use this to make it play in-game:
PHP Code: (Select All)
PlayMusic(stringasMusicFilebool abLoopfloat afVolumefloat afFadeTimeint alPriobool abResume); 
asMusicFile - the music to play + extension .ogg
abLoop - determines whether a music track should loop
afVolume - volume of the music
afFadeTime - time in seconds until music reaches full volume
alPrio - priority of the music. Note that only the music with the highest priority can be heard! 0 - lowest, 1 - higher, etc.
abResume - if true, playback will be continued from where the track stopped after the call to StopMusic(); if false, the track will be restarted

I know that's not what this thread is about, so I'll go back into hiding :p

Glad to know that you're here and making sound-scapes; I'll let you know if I can think of anything in specific that I'm still missing from my CS Big Grin

There's still a few important things missing like for example when making a Sound effect you'd need a .snt file aswell not sure if this is nessesary for music but yeah. If you're making ambient sounds make them a sound effect otherwise only one sound would be able to be heard at a time.

Just thought I'd notify you about this to avoid future confussion Smile

- Inactive account -
07-04-2013, 06:06 AM
Find


Messages In This Thread
I can help with Sound Design - by 3dge - 07-02-2013, 04:22 AM
RE: I can help with Sound Design - by Wapez - 07-02-2013, 01:26 PM
RE: I can help with Sound Design - by 3dge - 07-02-2013, 07:59 PM
RE: I can help with Sound Design - by Artyom - 07-04-2013, 03:53 AM
RE: I can help with Sound Design - by 3dge - 07-04-2013, 08:59 AM
RE: I can help with Sound Design - by Artyom - 07-04-2013, 01:13 PM
RE: I can help with Sound Design - by Artyom - 07-04-2013, 06:06 AM
RE: I can help with Sound Design - by 3dge - 07-13-2013, 09:44 AM



Users browsing this thread: 1 Guest(s)