Frictional Games Forum (read-only)

Full Version: Text won't show up issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my note text and door text won't show up. i promise the in game names are correct, i have the openinjournal box checked.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Just a script test</Entry>
</CATEGORY>
<CATERGORY Name="Levels">
<Entry Name="LevelDoor1">This door is locked. A key is required to open it.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Note01_Name">ehhhhhhhhhhh</Entry>
<Entry Name="Note_Note01_Text">ehhhhhhhhhhhh</Entry>
</CATEGORY>
</LANGUAGE>
Well first of all, the category for level doors is always "Levels". Also, make sure you put </Entry>, not </ENTRY> like you did here:
Code:
<Entry Name="LevelDoor1">This door is locked. A key is required to open it.</ENTRY>

Lastly, you forgot </LANGUAGE> at the end.
(01-16-2013, 06:01 AM)NaxEla Wrote: [ -> ]Well first of all, the category for level doors is always "Levels". Also, make sure you put </Entry>, not </ENTRY> like you did here:
Code:
<Entry Name="LevelDoor1">This door is locked. A key is required to open it.</ENTRY>

Lastly, you forgot </LANGUAGE> at the end.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Just a script test</Entry>
</CATEGORY>
<CATERGORY Name="Levels">
<Entry Name="LevelDoor1">This door is locked. A key is required to open it.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Note01_Name">ehhhhhhhhhhh</Entry>
<Entry Name="Note_Note01_Text">ehhhhhhhhhhhh</Entry>
</CATEGORY>
</LANGUAGE>

Nothing works still

Notetext: Note01
You said in your first post that the note and door didn't work. Does the description for your custom story work?

Are you sure that your file is named extra_english.lang (not something like extra_english.lang.txt)?
Are you sure that you saved the file after modifying it? (you probably did, but just making sure...)
yeah, i've saved the file, it definitively is called Extra_English.lang and the description text works before you press start game.
OHHHHH I SEE IT!!

You wrote:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Just a script test</Entry>
</CATEGORY>
<CATERGORY Name="Levels">
<Entry Name="LevelDoor1">This door is locked. A key is required to open it.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Note01_Name">ehhhhhhhhhhh</Entry>
<Entry Name="Note_Note01_Text">ehhhhhhhhhhhh</Entry>
</CATEGORY>
</LANGUAGE>

Change to <CATEGORY Name="Levels">
OMG thank you! that made the note work, the door still doesn't for some reason. and i also got my character to look at the door properly (even though i don't understand why it works) but thanks for all your help, seriously =)
(01-16-2013, 06:46 AM)reper1210 Wrote: [ -> ]OMG thank you! that made the note work, the door still doesn't for some reason. and i also got my character to look at the door properly (even though i don't understand why it works) but thanks for all your help, seriously =)

No problem. I can't believe it was as simple as that lol
lmao... actually i re-changed the CATEGORY "Levels" back to LevelDoors and now its works xDDD