Frictional Games Forum (read-only)

Full Version: Extra_english.lang problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
By the way a new extra_english.lang file would be great Smile I don't have one that works i believe..
How about posting the contents of your extra_english.lang file?

<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>
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_.
The names match the items.. The key name and description doesn't show up anymore so I know something happened.
Perhaps you could make some suggestions?
(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.
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.
(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.
Pages: 1 2