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
Script Help Some .srt files play, others stay silent. urgent help needed
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#9
RE: Some .srt files play, others stay silent. urgent help needed

Thaniels i just opened your zip and noticed the problem right away.
I opened the zip, went directly to a .snt file and found this:

PHP Code: (Select All)
<Main>
      <
Sound File="<font 9pt:normal/auto;;rgb(255, 0, 0);;inherit>call_001.ogg</font> " />
</
Main

Probably your text editor is trying to give format to that text.
Maybe it is set to html ?
Anyways, this is the right way:

PHP Code: (Select All)
<Main>
      <
Sound File="call_001" />
</
Main

And i don't know why all your sounds are named:
Monster_conversation_01.mp3.OGG
Reaction_monster.wav.OGG
But keep that in mind when writing down the names in the .snt files.

06-25-2013, 10:39 PM
Find


Messages In This Thread
RE: Some .srt files play, others stay silent. urgent help needed - by Daemian - 06-25-2013, 10:39 PM



Users browsing this thread: 1 Guest(s)