Frictional Games Forum (read-only)

Full Version: So Anyone Can tell me..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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>
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...
i still dont get it o.o?
does your map show in the menus custom story select menu?
err.... ya o.o
it's simple, you should put what I gave you in your extra_english.lang and it should work.
doesnt work :o
btw... a good way to check if u have something wrong in your .lang file is to set the language in notepad++ to XML
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>
^well good thing my description works but not the note XD
Pages: 1 2