Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sound wont play -.-
Author Message
sassix Offline
Member

Posts: 56
Joined: Jan 2011
Reputation: 0
Post: #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 Confused
01-14-2011 04:07 PM
Find all posts by this user Quote this message in a reply
Frontcannon Offline
Senior Member

Posts: 538
Joined: Jul 2010
Reputation: 0
Post: #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 Confused

Sounds need .snt files to work.


╔═════════════════╗
☺ Smoke weed everyday ☺
╚═════════════════╝
01-14-2011 09:22 PM
Find all posts by this user Quote this message in a reply
sassix Offline
Member

Posts: 56
Joined: Jan 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
Andross Offline
Junior Member

Posts: 38
Joined: Oct 2010
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
sassix Offline
Member

Posts: 56
Joined: Jan 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
Andross Offline
Junior Member

Posts: 38
Joined: Oct 2010
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
sassix Offline
Member

Posts: 56
Joined: Jan 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)