Frictional Games Forum (read-only)
Extra_english.lang problem. - 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: Extra_english.lang problem. (/thread-13470.html)

Pages: 1 2


Extra_english.lang problem. - rjmcfarland - 02-21-2012

Hello. I'm brand new to this whole "Amnesia Custom Stories" idea and I am actually doing pretty well. I only have 1 BIG problem. This is that my extra_english.lang doesn't seem to work properly. My hps file works fine (im using it for physics on doors) but no matter what I do in extra_english.lang it doesn't want to work. I bought it through Steam and I don't actually know anything about how to code these stories. I want to connect a few level doors and make notes (not diaries) and lock doors. Please help, thanks.


RE: Extra_english.lang problem. - rjmcfarland - 02-21-2012

By the way a new extra_english.lang file would be great Smile I don't have one that works i believe..


RE: Extra_english.lang problem. - Your Computer - 02-21-2012

How about posting the contents of your extra_english.lang file?


RE: Extra_english.lang problem. - rjmcfarland - 02-22-2012


<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="ItemName_KeyTrap_Name">
Unknown Notes
</Entry>
<Entry Name="ItemName_KeyTrap_Text">
They are here. Everywhere, as a matter of fact. It is madness. Be sure to close the door ALL THE WAY behind you.
</Entry>
</CATEGORY>

<CATEGORY Name="Key1">
<Entry Name="ItemName_doorkey_Name">
Cellar Key
</Entry>
<Entry Name="ItemName_doorkey_Text">
The key to the cellar.
</Entry>
</CATEGORY>

</LANGUAGE>


RE: Extra_english.lang problem. - Your Computer - 02-23-2012

There doesn't seem to be anything wrong with the syntax of the extra_english.lang file. However, it does imply that you don't understand how to make notes and inventory item information work. Inventory item entry names don't have suffixes like _Name or _Text, and note entry names don't have prefixes like ItemName_. Also, inventory item entry names for item descriptions don't have prefixes like ItemName_.


RE: Extra_english.lang problem. - rjmcfarland - 02-23-2012

The names match the items.. The key name and description doesn't show up anymore so I know something happened.


RE: Extra_english.lang problem. - rjmcfarland - 02-24-2012

Perhaps you could make some suggestions?


RE: Extra_english.lang problem. - Your Computer - 02-25-2012

(02-24-2012, 11:41 PM)rjmcfarland Wrote: Perhaps you could make some suggestions?

Study the note-related fields of the note entity and the item-related fields of the item entity.


RE: Extra_english.lang problem. - rjmcfarland - 02-27-2012

They all match.. I don't understand why nothing shows up. The key doesn't read anything anymore which means something happened, but it still doesn't work.


RE: Extra_english.lang problem. - Your Computer - 02-27-2012

(02-27-2012, 12:32 AM)rjmcfarland Wrote: They all match.. I don't understand why nothing shows up. The key doesn't read anything anymore which means something happened, but it still doesn't work.

Your assumptions are what is confusing you. By "study" i did not mean to verify if they matched; i already told you you don't have the note and item entry names done correctly. The text fields tell you what to do--study that.