Frictional Games Forum (read-only)
What's wrong with my note!? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: What's wrong with my note!? (/thread-8836.html)



What's wrong with my note!? - Angerpull - 06-27-2011

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


RE: What's wrong with my note!? - TheDavenia - 06-27-2011

Hmm that's weird.
What does NoteText say?
Its inside the entity of your note on your .map
Its supposed to be theletter


RE: What's wrong with my note!? - Tanshaydar - 06-27-2011

</CATEGORY Name="Journal">
->
<CATEGORY Name="Journal">

Code:
[spoiler]spoiler here[/spoiler]
->
Spoiler below!
spoiler here



RE: What's wrong with my note!? - Angerpull - 06-27-2011

(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.


RE: What's wrong with my note!? - TheDavenia - 06-27-2011

Do you have teamviewer?
I can take a look at it if you want.


RE: What's wrong with my note!? - Kyle - 06-27-2011

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>




RE: What's wrong with my note!? - TheDavenia - 06-27-2011

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


RE: What's wrong with my note!? - Angerpull - 06-27-2011


It works now, Thanks!



RE: What's wrong with my note!? - TheDavenia - 06-27-2011

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

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