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
Nothing working in extra_english.lang
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#2
RE: Nothing working in extra_english.lang

you dont need to have multible categories with the same name.

You only need one inventory and one LevelsDoor category.

LevelDoors should Levels not LevelDoors

try do it like this:

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Test of description story still in progress</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_Key">Key</Entry>
<Entry Name="ItemDesc_Key">Unlocks door in this level</Entry>
<Entry Name="ItemName_Key2">Key</Entry>
<Entry Name="ItemDesc_Key2">Unlocks door in this room</Entry>
<Entry Name="ItemName_Key3">Key</Entry>
<Entry Name="ItemDesc_Key3">Opens sewer passage way</Entry>
</CATEGORY>
<CATEGORY Name="Levels">
<Entry Name="LevelDoor1">Locked.</Entry>
<Entry Name="LevelDoor2">Locked.</Entry>
</CATEGORY>
</LANGUAGE>

CURRENT PROJECT:
A Fathers Secret == Just started
03-23-2013, 01:54 PM
Find


Messages In This Thread
RE: Nothing working in extra_english.lang - by Lizard - 03-23-2013, 01:54 PM



Users browsing this thread: 1 Guest(s)