Frictional Games Forum (read-only)
Extra english isnt working [SOLVED] - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Extra english isnt working [SOLVED] (/thread-8239.html)



Extra english isnt working [SOLVED] - WatzUpzPeepz - 05-25-2011

Spoiler below!
LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">in progresss.</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_crowbar_1">The tip is still warm sugesting it was used recently</Entry>
<Entry Name="ItemName_crowbar_1">Fire Iron</Entry>
<Entry Name="ItemDesc_key1">The label reads "Storage"</Entry>
<Entry Name="ItemName_key1">Storage Key</Entry>
<Entry Name="ItemName_lantern">Dr Hargrave's Lantern</Entry>
<Entry Name="ItemDesc_lantern">A oil burning lamp.</Entry>
<Entry Name="ItemDesc_key2">The label reads " Boiler Room"</Entry>
<Entry Name="ItemName_key2">Boiler Room Key</Entry>
<Entry Name="ItemDesc_prisonroomkey">The water has caused the ink to disfuse,I cannot read it.</Entry>
<Entry Name="ItemName_prisonroomkey">Unknowen Key</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_notepicturedesc_Name">Mr Abraham Richmond</Entry>
<Entry Name="Note_notepicturedesc_Text">Above is the picture of the founding father of this facility,Mr Abraham Richmond who founded the building and was the manager until 1849 when he passed away.</Entry>
<Entry Name="Note_wallsafe_Name">Congratulations On Your New Purchase</Entry>
<Entry Name="Note_wallsafe_Text">Congratulations Mr Hargrave on your new purchase of the Wall Safe,the Wall Safe can protect the things most valuable to you. [br] Payment due is one shilling [br] Thanks for purchasing the Wall safe by Linconshire security 1875.</Entry>
</CATEGORY>

<CATEGORY Name="Descriptions">
<Entry Name="OfficeDoor"> The door is locked tight, dust has settled on the handle,perhaps it hasn't been used in a while?</Entry>
<Entry Name="Bookcase">Looks like patient records,why aren't mine here?</Entry>
<Entry Name="Picture">The name Abraham Richmond is carved into the frame,I think I remeber one of the guards talking about him.</Entry>
<Entry Name="Fire">Nice and toasty.</Entry>
<Entry Name="Note">The ink has disfused due to the water,I cannot read it.</Entry>
<Entry Name="Tinderbox">The tinder is sodden, so it wont light.</Entry>
</CATEGORY>

<CATEGORY Name="Map4">
<Entry"OfficeDoorMessage">The door is locked. The lock seems weak, maybe I can open it with something?</Entry>
</CATEGORY>
</LANGUAGE>

I have searched but I cannot find any problem any help?
Thanks for reading.Smile


RE: Extra english isnt working? - Tanshaydar - 05-25-2011

<Entry"OfficeDoorMessage">
Should be
<Entry Name="OfficeDoorMessage">


RE: Extra english isnt working? - WatzUpzPeepz - 05-25-2011

(05-25-2011, 06:25 PM)Tanshaydar Wrote: <Entry"OfficeDoorMessage">
Should be
<Entry Name="OfficeDoorMessage">

I knew it would be some stupid mistake I made,thanks for replying so fast Tanshaydar!