Frictional Games Forum (read-only)

Full Version: My extra_english.lang won't wanna work.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i tryied to get a key having a name and stuffs.
But it seems like it won't wanna work and i ask some of you if anyone knows how to fix it.
and also the description isnt working.
(hint: Im new to the forum)

So this is how it looks like.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Your at home again, But something is wrong.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_diary_paper_1_Name">Herpy's arrival</Entry>
<Entry Name="Note_diary_paper_1_Text">Well hello old friend, If you can read this it means that Derpy is still testing out peoples. Look if you can help me catch him we can stop this and we will never going to be able to test out peoples again. Heres a key to open the door. I put some more notes around this place so please read them they are important.</Entry>
</CATEGORY>
<CATEGORY>
<CATEGORY Name ="Inventory">
<Entry Name="ItemDesc_MansionKey_1">"Key for open the door"</Entry>
<Entry Name="ItemName_MansionKey_1">"Main Key"</Entry>
</CATEGORY>
</LANGUAGE>
also please dont mind about Note_diary_paper_1_Text
i already know [br] makes spaces in notes.
Okay I have 2 suggestions, First remove of the spaces inbetween the </CATEGORY> and </LANGUAGE> and stuff though I dunno if that will help because. I have mine with no spaces.

Second Suggestion. On my Extra_english.lang At the starting I have

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">

So you may need This Resources Stuff.

I Could Be Completely Wrong Lmao

-Grey Fox
Try this:

Code:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Your at home again, But something is wrong.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_diary_paper_1_Name">Herpy's arrival</Entry>
<Entry Name="Note_diary_paper_1_Text">Well hello old friend, If you can read this it means that Derpy is still testing out peoples. Look if you can help me catch him we can stop this and we will never going to be able to test out peoples again. Heres a key to open the door. I put some more notes around this place so please read them they are important.</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_MansionKey_1">"Key for open the door"</Entry>
<Entry Name="ItemName_MansionKey_1">"Main Key"</Entry>
</CATEGORY>
</LANGUAGE>
(08-21-2011, 06:25 PM)GreyFox Wrote: [ -> ]So you may need This Resources Stuff.
I Could Be Completely Wrong Lmao
-Grey Fox

tryied it and nope still isnt working.
also the description doesnt show up the text.
(08-21-2011, 06:26 PM)Kyle Wrote: [ -> ]Try this:

Code:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Your at home again, But something is wrong.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_diary_paper_1_Name">Herpy's arrival</Entry>
<Entry Name="Note_diary_paper_1_Text">Well hello old friend, If you can read this it means that Derpy is still testing out peoples. Look if you can help me catch him we can stop this and we will never going to be able to test out peoples again. Heres a key to open the door. I put some more notes around this place so please read them they are important.</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_MansionKey_1">"Key for open the door"</Entry>
<Entry Name="ItemName_MansionKey_1">"Main Key"</Entry>
</CATEGORY>
</LANGUAGE>

didnt work :/
(edit1) OH HELL YEAH IT WORKED. now its just the note left that won't wanna work :/
Make sure you add the name into the entitys tab under "NoteText" and hit enter, and save.
(08-21-2011, 07:07 PM)JetlinerX Wrote: [ -> ]Make sure you add the name into the entitys tab under "NoteText" and hit enter, and save.

i did but the text still won't show up.
(edit1) Nvm got it to work Big Grin
thanks everone for replaying and helping me.