Frictional Games Forum (read-only)
entity items - 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: entity items (/thread-16409.html)

Pages: 1 2 3


RE: entity items - lothabread - 06-23-2012

alright after hours of messing around with it im completely stuck with this i've tried everything i can think of from changing the name of the container to different ways of typing out the name in the .lang fil and i can't seem to get it


RE: entity items - Cruzore - 06-23-2012

After checking the main game's english file and testing it out, I found the right one.
The name of the key in the container is KeyStudy.
so, it's:
<CATEGORY Name="Inventory">
<Entry Name="ItemName_KeyStudy">Key name</Entry>
<Entry Name="ItemDesc_KeyStudy">Key Description</Entry>
</CATEGORY>


RE: entity items - lothabread - 06-23-2012

/)~= such a simple solution. thank you so very much. i really appreciate it. sorry to cause such trouble ^^


RE: entity items - Cruzore - 06-23-2012

No problem, good to know myself since I will probably have a key hidden somewhere in a container too Big Grin


RE: entity items - lothabread - 06-23-2012

haha yup, well i'm going to continue working on my map now, ill be back on the forums if i have another problem