Frictional Games Forum (read-only)
So Anyone Can tell me.. - 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: So Anyone Can tell me.. (/thread-7763.html)

Pages: 1 2


So Anyone Can tell me.. - eRoTic - 05-02-2011

whats wrong with this?
This is ma extra english lang thing (dont ask it just says daniel for the time being xD so ya whats wrong with it? cuz it doesn work :o
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="NoteToDaniel_Name">Note To MySelf</Entry>
<Entry Name="NoteToDaniel_Text">Hello Daniel!</Entry>
</CATEGORY>
<CATEGORY Name="CustomStoryMain">
Hello Daniel, i see you'r awake welcome back...
</CATEGORY>
</LANGUAGE>


RE: So Anyone Can tell me.. - Karai16 - 05-02-2011

I see your mistake:
Code:
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ToDaniel_Name">Note To MySelf</Entry>
<Entry Name="Note_ToDaniel_Text">Hello Daniel!</Entry>
</CATEGORY>
<CATEGORY Name="CustomStoryMain">
Hello Daniel, I see you're awake, welcome back...
</CATEGORY>
</LANGUAGE>
also, spelling/style errors...


RE: So Anyone Can tell me.. - eRoTic - 05-02-2011

i still dont get it o.o?


RE: So Anyone Can tell me.. - Khyrpa - 05-02-2011

does your map show in the menus custom story select menu?


RE: So Anyone Can tell me.. - eRoTic - 05-02-2011

err.... ya o.o


RE: So Anyone Can tell me.. - Karai16 - 05-02-2011

it's simple, you should put what I gave you in your extra_english.lang and it should work.


RE: So Anyone Can tell me.. - eRoTic - 05-02-2011

doesnt work :o


RE: So Anyone Can tell me.. - Khyrpa - 05-02-2011

btw... a good way to check if u have something wrong in your .lang file is to set the language in notepad++ to XML


RE: So Anyone Can tell me.. - Kyle - 05-02-2011

Code:
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ToDaniel_Name">Note To MySelf</Entry>
<Entry Name="Note_ToDaniel_Text">Hello Daniel!</Entry>
</CATEGORY>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Hello Daniel, I see you're awake, welcome back...</Entry>
</CATEGORY>
</LANGUAGE>



RE: So Anyone Can tell me.. - eRoTic - 05-02-2011

^well good thing my description works but not the note XD