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
ZIEGMEBALLEN Offline
Junior Member

Posts: 18
Threads: 4
Joined: Feb 2014
Reputation: 1
#11
RE: No Author and Description at my Custom Story

(03-27-2014, 03:04 PM)Mudbill Wrote: 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:13 PM by ZIEGMEBALLEN.)
03-27-2014, 03:12 PM
Find


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



Users browsing this thread: 1 Guest(s)