Frictional Games Forum (read-only)
I can't get my extra_english.lang file to work? - 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: I can't get my extra_english.lang file to work? (/thread-10014.html)



I can't get my extra_english.lang file to work? - Pipipierrot - 08-27-2011

Here's my coding:

Spoiler below!

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">testing description</Entry>
</CATEGORY>
<CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_guestroomkey">Key to Guest Room</Entry>
<Entry Name="ItemName_guestroomkey">Guest Room Key</Entry>

</CATERGORY>
</LANGUAGE>


I was testing it and nothing seemed to work. Did I screw up my coding?


RE: I can't get my extra_english.lang file to work? - Rapture - 08-27-2011

You have a extra <CATEGORY> above Inventory.


RE: I can't get my extra_english.lang file to work? - Pipipierrot - 08-27-2011

(08-27-2011, 07:02 PM)Rapture Wrote: You have a extra <CATEGORY> above Inventory.

I fixed that just now but it's still not working. Hmm.


RE: I can't get my extra_english.lang file to work? - Kurton - 08-27-2011

That last </CATERGORY> should be spelled </CATEGORY>


RE: I can't get my extra_english.lang file to work? - Pipipierrot - 08-27-2011

(08-27-2011, 07:15 PM)Kurton Wrote: That last </CATERGORY> should be spelled </CATEGORY>

That fixed it! Thank you so much!

Gah, I can't believe I didn't catch that typo.