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
sound wont play -.-
sassix Offline
Member

Posts: 56
Threads: 13
Joined: Jan 2011
Reputation: 0
#11
RE: sound wont play -.-

(01-14-2011, 02:25 PM)Tanshaydar Wrote: It depends on what you want to do. Two music at the same time wouldn't fit for ambiance music, if they both are ambiance sounds. But you can place the music on another entity.

For the entity sounds, you should place your sounds into custom_stories\your mod\sound folder. And you should name it in the code piece.

no theyre not ambience , one is a breathin and one a doorslam, and i need both at same time. I got both files in my sound foler as .ogg but they wont play and i dont know why :S
01-14-2011, 04:07 PM
Find
Frontcannon Offline
Senior Member

Posts: 538
Threads: 10
Joined: Jul 2010
Reputation: 2
#12
RE: sound wont play -.-

(01-14-2011, 04:07 PM)sassix Wrote: no theyre not ambience , one is a breathin and one a doorslam, and i need both at same time. I got both files in my sound foler as .ogg but they wont play and i dont know why :S

Sounds need .snt files to work.


╔═════════════════╗
☺ Smoke weed everyday ☺
╚═════════════════╝
01-14-2011, 09:22 PM
Find
sassix Offline
Member

Posts: 56
Threads: 13
Joined: Jan 2011
Reputation: 0
#13
RE: sound wont play -.-

its possible to create those snt files ? i mean like rename a ogg file to snt , or some other ways
01-15-2011, 07:11 PM
Find
Andross Offline
Junior Member

Posts: 38
Threads: 1
Joined: Oct 2010
Reputation: 0
#14
RE: sound wont play -.-

Those .snt files have an XML file format. Look up examples and try to emulate their structure.
01-15-2011, 07:13 PM
Find
sassix Offline
Member

Posts: 56
Threads: 13
Joined: Jan 2011
Reputation: 0
#15
RE: sound wont play -.-

ok so mean this one
Quote:<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="06_break_wood.ogg" />
</Main>
</SOUNDS>
<PROPERTIES Volume="0.8" MinDistance="1" MaxDistance="12" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="True" Blockable="False" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>

and just edit them ? or do u mean something other ?
01-15-2011, 07:16 PM
Find
Andross Offline
Junior Member

Posts: 38
Threads: 1
Joined: Oct 2010
Reputation: 0
#16
RE: sound wont play -.-

Exactly. Create a copy with the name of your desire and make the necessary changes.
01-15-2011, 07:17 PM
Find
sassix Offline
Member

Posts: 56
Threads: 13
Joined: Jan 2011
Reputation: 0
#17
RE: sound wont play -.-

(01-15-2011, 07:17 PM)Andross Wrote: Exactly. Create a copy with the name of your desire and make the necessary changes.

alright man , thx !
01-15-2011, 07:19 PM
Find




Users browsing this thread: 1 Guest(s)