Frictional Games Forum (read-only)
No key names/description - 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: No key names/description (/thread-22161.html)



No key names/description - MrBenjaminBowman - 07-17-2013

Just a minute ago or so, I was editing my custom story's "extra_english.lang" file when the description disappeared along with the key names. They used to be there before though. Here's my extra_english.lang file:
<LANGUAGE>
<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You wake up in a room with noone but Stephano. You have no clue who you are, but you think that you must investigate.</Entry>

</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name ="doorlock1">The door is locked...</Entry>
<Entry Name ="doorlock2">You need a key... Look around!</Entry>
<Entry Name ="whatisthat">RUN!</Entry>
<Entry Name ="lookout">AHH! LOOKOUT BEHIND YOU!</Entry>

</CATEGORY>


<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_key1">A key the statues hid... Never trust them!</Entry>
<Entry Name="ItemName_key1">Dungeon Key</Entry>
<Entry Name="ItemDesc_key2">A small key with the words 'Mr. Chair' engraved on it.</Entry>
<Entry Name="ItemName_key2">Small Key</Entry>
<Entry Name="ItemName_key3">Library Key</Entry>
<Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...
</CATEGORY>
</LANGUAGE>

I added this a minute or so ago:
<Entry Name ="whatisthat">RUN!</Entry>
<Entry Name ="lookout">AHH! LOOKOUT BEHIND YOU!</Entry>
as well as this:
<Entry Name="ItemName_key3">Library Key</Entry>
<Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...

I can't seem to find any errors! Does it have to do with my other hps files or something? Please help as soon as possible!


RE: No key names/description - Oscar House - 07-17-2013

<Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...
Missing the </Entry> at the end there.


RE: No key names/description - MrBenjaminBowman - 07-17-2013

(07-17-2013, 08:30 PM)Oscar House Wrote: <Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...
Missing the </Entry> at the end there.

Thanks!!! I'll see if it works now Smile

Works great! Thank you so much!