Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text won't show up issue
reper1210 Offline
Junior Member

Posts: 18
Threads: 7
Joined: Mar 2012
Reputation: 0
#1
Text won't show up issue

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>
(This post was last modified: 01-16-2013, 06:09 AM by reper1210.)
01-16-2013, 05:55 AM
Find
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#2
RE: Text won't show up issue

Well first of all, the category for level doors is always "Levels". Also, make sure you put </Entry>, not </ENTRY> like you did here:
<Entry Name="LevelDoor1">This door is locked. A key is required to open it.</ENTRY>

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

In Ruins [WIP]
(This post was last modified: 01-16-2013, 06:06 AM by NaxEla.)
01-16-2013, 06:01 AM
Find
reper1210 Offline
Junior Member

Posts: 18
Threads: 7
Joined: Mar 2012
Reputation: 0
#3
RE: Text won't show up issue

(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:
<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
(This post was last modified: 01-16-2013, 06:13 AM by reper1210.)
01-16-2013, 06:10 AM
Find
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#4
RE: Text won't show up issue

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...)

In Ruins [WIP]
01-16-2013, 06:21 AM
Find
reper1210 Offline
Junior Member

Posts: 18
Threads: 7
Joined: Mar 2012
Reputation: 0
#5
RE: Text won't show up issue

yeah, i've saved the file, it definitively is called Extra_English.lang and the description text works before you press start game.
(This post was last modified: 01-16-2013, 06:26 AM by reper1210.)
01-16-2013, 06:26 AM
Find
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#6
RE: Text won't show up issue

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">

In Ruins [WIP]
(This post was last modified: 01-16-2013, 06:41 AM by NaxEla.)
01-16-2013, 06:40 AM
Find
reper1210 Offline
Junior Member

Posts: 18
Threads: 7
Joined: Mar 2012
Reputation: 0
#7
RE: Text won't show up issue

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
Find
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#8
RE: Text won't show up issue

(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

In Ruins [WIP]
01-16-2013, 06:50 AM
Find
reper1210 Offline
Junior Member

Posts: 18
Threads: 7
Joined: Mar 2012
Reputation: 0
#9
RE: Text won't show up issue

lmao... actually i re-changed the CATEGORY "Levels" back to LevelDoors and now its works xDDD
01-16-2013, 06:51 AM
Find




Users browsing this thread: 1 Guest(s)