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
Level Editor Help No Author and Description at my Custom Story
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#10
RE: No Author and Description at my Custom Story

Ah, I see. You didn't post your whole file. Keep in mind that a single error in the lang file will cause all the text in your game to remain blank.

You're missing quite a few </Entry> tags here. Remember that every time you do <Entry Name=""> you NEED to have a </Entry> tag after it. You're missing 2 in the Inventory category and 1 in the Levels category. Add them after your text.

PHP Code: (Select All)
<CATEGORY Name="Inventory">
    <
Entry Name="ItemName_Corridorkey_1">Hall Key</Entry>
    <
Entry Name="ItemDesc_Corridorkey_1">A Key to the Hall</Entry>
</
CATEGORY>

<
CATEGORY Name="Levels">
    <
Entry Name="LevelDoor1">To Hall</Entry>
</
CATEGORY

(This post was last modified: 03-27-2014, 03:06 PM by Mudbill.)
03-27-2014, 03:04 PM
Find


Messages In This Thread
RE: No Author and Description at my Custom Story - by Mudbill - 03-27-2014, 03:04 PM



Users browsing this thread: 1 Guest(s)