Frictional Games Forum (read-only)

Full Version: What's wrong with my note!?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I just made a note that doesn't work quite well. When i add it to the Lang file it just erases the description on my level and the names of keys and such.

Here is my Lang.

(/spoiler)
<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Only I shall call your fate. The doom you seek will be fortold by me. Nothing you do can save you but, only your actions can. Confused? Good.</Entry>
</CATEGORY>
</CATEGORY Name="Journal">
<Entry Name="Note_TheLetter_Name">The Disgusting Truth</Entry>
<Entry Name="Note_TheLetter_Text">The Disgusting Truth.[br]Wall o'Text[br]Nine Thousand.</Entry>
</CATEGORY>
<CATEGORY Name ="Inventory">
<Entry Name="ItemDesc_NightmareKey">"The key to your despair"</Entry>
<Entry Name="ItemName_NightmareKey">Nightmare Key</Entry>
</CATEGORY>
</LANGUAGE>
(/Spoiler)

Any errors?

Also I don't know how to place it inside a Spoiler thing -.-

-Angerpull Angel
Hmm that's weird.
What does NoteText say?
Its inside the entity of your note on your .map
Its supposed to be theletter
</CATEGORY Name="Journal">
->
<CATEGORY Name="Journal">

Code:
[spoiler]spoiler here[/spoiler]
->
Spoiler below!
spoiler here
(06-27-2011, 01:18 PM)TheDavenia Wrote: [ -> ]Hmm that's weird are you sure the note has the same NoteText in the entity of your note?
Its supposed to be theletter

Yes it does.
Do you have teamviewer?
I can take a look at it if you want.
Just adding what Tanshaydar added and removed a space somewhere if that does any good. :/

Spoiler below!

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Only I shall call your fate. The doom you seek will be fortold by me. Nothing you do can save you but, only your actions can. Confused? Good.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_TheLetter_Name">The Disgusting Truth</Entry>
<Entry Name="Note_TheLetter_Text">The Disgusting Truth.[br]Wall o'Text[br]Nine Thousand.</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_NightmareKey">"The key to your despair"</Entry>
<Entry Name="ItemName_NightmareKey">Nightmare Key</Entry>
</CATEGORY>
</LANGUAGE>

Yeah try what Kyle posted,
If that doesn't work then i don't know whats wrong.

It works now, Thanks!
(06-27-2011, 01:36 PM)Angerpull Wrote: [ -> ]It works now, Thanks!

Nice,
now go finish that custom story!!!
Tongue