Frictional Games Forum (read-only)
Help with extra_lang life settings - 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: Help with extra_lang life settings (/thread-5743.html)



Help with extra_lang life settings - HumiliatioN - 12-15-2010

My extra_english_lang file is not working with Writing notes, description of keys only says every key "Picked up" and randomly sometimes "Machine room key" Wheres that come from i didnt write it...

So confusing and why my Map "Description doesnt work either" Dodgy

How i get these to work normally?

I have dev setup environment normally working.. All Debugmessages and stuff...

Watched 3 tutorials of MulleDK19 and followed instructions.. Where is the problem i cant see it?

My extra_english.lang file:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Can you survive.</Entry>
<CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Escape_Note">Escape Plan.</Entry>
<Entry Name="Imporant_Note">This castle is pure of darkness you must get out if u wanna live.</Entry>

</CATEGORY>

Help me this is frustrating...


RE: Help with extra_lang life settings - Frontcannon - 12-15-2010

(12-15-2010, 02:18 PM)HumiliatioN Wrote: <LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Can you survive.</Entry>
<CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Escape_Note">Escape Plan.</Entry>
<Entry Name="Imporant_Note">This castle is pure of darkness you must get out if u wanna live.</Entry>

</CATEGORY>

Check. Your. Code.


RE: Help with extra_lang life settings - HumiliatioN - 12-15-2010

(12-15-2010, 02:29 PM)Frontcannon Wrote:
(12-15-2010, 02:18 PM)HumiliatioN Wrote: <LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Can you survive.</Entry>
<CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Escape_Note">Escape Plan.</Entry>
<Entry Name="Imporant_Note">This castle is pure of darkness you must get out if u wanna live.</Entry>

</CATEGORY>

Check. Your. Code.

Where what code? Huh


RE: Help with extra_lang life settings - Oscar House - 12-15-2010

It's supposed to be [/CATEGORY]. You know, the bolded part


RE: Help with extra_lang life settings - HumiliatioN - 12-15-2010

(12-15-2010, 02:39 PM)Oscar House Wrote: It's supposed to be [/CATEGORY]. You know, the bolded part

I changet that part but not working Confused


RE: Help with extra_lang life settings - Frontcannon - 12-15-2010

(12-15-2010, 02:18 PM)HumiliatioN Wrote: <LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Can you survive.</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Escape_Note">Escape Plan.</Entry>
<Entry Name="Imporant_Note">This castle is pure of darkness you must get out if u wanna live.</Entry>
</CATEGORY>

Wrong syntax, again. Check the syntax in the level editor (click on your note, than go to the entity tab and check the NoteText entry).


RE: Help with extra_lang life settings - HumiliatioN - 12-15-2010

(12-15-2010, 03:39 PM)Frontcannon Wrote: [quote='HumiliatioN' pid='48131' dateline='1292419136']
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Can you survive.</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Escape_Note">Escape Plan.</Entry>
<Entry Name="Imporant_Note">This castle is pure of darkness you must get out if u wanna live.</Entry>
</CATEGORY>

Wrong syntax, again. Check the syntax in the level editor (click on your note, than go to the entity tab and check the NoteText entry).
[/quote

Facepalm. Dodgy Yeah it works now! Thanks you save my day Tongue