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
.Lang File Help Narration
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#1
Narration

I'm wondering how to add narration to my story. Almost everything I tried doesn't work.

The Necromancer's Touch: WIP Coming March 2013
02-04-2013, 06:23 PM
Find
GoranGaming Offline
Member

Posts: 183
Threads: 30
Joined: Feb 2012
Reputation: 7
#2
RE: Narration

Watch ThisIsYourComputer's video:



Current projects:

The Dark Prison 85 % (Stopped working on this one)

Unnamed Project 7 %
02-04-2013, 07:04 PM
Website Find
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#3
RE: Narration

(02-04-2013, 07:04 PM)GoranGaming Wrote: Watch ThisIsYourComputer's video:
It doesn't work for me. Here is a copy of my .lang file

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
There has been an extreme increase of kidnappings in London. You are a beggar, thought to be unimportant to the community. You think that will keep you safe? You are so utterly wrong...
</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_hammer">A sledge Hammer. MAybe I could use this to break the lock</Entry>
<Entry Name="ItemName_hammer">Sledge Hammer</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name1"></Entry>
<Entry Name="Note_note1_Text1">Hello there. I suppose you are looking for your friend? He's lying four meters to the left. His fate was a horrible untimely death. His body was torn to pieces by my creatures, but he was such a fine specimen I sewed him together again. You can't escape here. If you try to escape here your fate will be the same to your friend's.
</Entry>
<Entry Name="Diary_notetwo_Name2">Bridge</Entry>
<Entry Name="Diary_notetwo_Text2">
[voice Necro_Note_2.ogg][br]
Do you feel your mind slipping? I just thought I should tell you that my personal demons haunt this place. And they have a taste for human flesh.
</Entry>
</CATEGORY>
</LANGUAGE>



Sorry that it's long[/php]

The Necromancer's Touch: WIP Coming March 2013
02-04-2013, 07:29 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#4
RE: Narration

Make sure it's not a note entity, but a diary entity
02-04-2013, 07:39 PM
Find
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#5
RE: Narration

(02-04-2013, 07:39 PM)Statyk Wrote: Make sure it's not a note entity, but a diary entity

It is. Should there be a script or something?

The Necromancer's Touch: WIP Coming March 2013
02-04-2013, 07:45 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#6
RE: Narration

When you put the voice tag on a new line you need a [br] in the front as well.

Tutorials: From Noob to Pro
02-04-2013, 08:09 PM
Website Find
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#7
RE: Narration

(02-04-2013, 08:09 PM)Your Computer Wrote: When you put the voice tag on a new line you need a [br] in the front as well.

It's still not working. I just can't find whats wrong with it.

The Necromancer's Touch: WIP Coming March 2013
02-04-2013, 08:20 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#8
RE: Narration

Is Necro_Note_2.ogg an OGG file or a different file format that you renamed to OGG?

Tutorials: From Noob to Pro
02-04-2013, 08:30 PM
Website Find
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#9
RE: Narration

(02-04-2013, 08:30 PM)Your Computer Wrote: Is Necro_Note_2.ogg an OGG file or a different file format that you renamed to OGG?

Its a .ogg

The Necromancer's Touch: WIP Coming March 2013
02-04-2013, 08:32 PM
Find
GoranGaming Offline
Member

Posts: 183
Threads: 30
Joined: Feb 2012
Reputation: 7
#10
RE: Narration

<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name1"></Entry>
<Entry Name="Note_note1_Text1">Hello there. I suppose you are looking for your friend? He's lying four meters to the left. His fate was a horrible untimely death. His body was torn to pieces by my creatures, but he was such a fine specimen I sewed him together again. You can't escape here. If you try to escape here your fate will be the same to your friend's.
</Entry>


Remove the "1" after "Text" and "Name"

Current projects:

The Dark Prison 85 % (Stopped working on this one)

Unnamed Project 7 %
02-04-2013, 09:03 PM
Website Find




Users browsing this thread: 1 Guest(s)