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
Naming Level Doors
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#2
RE: Naming Level Doors

Select the door in the level editor, then click on the Entity tab on the right of the screen. Scroll down until you see 'TextEntry'. That's the entry name that you will add in your lang file (Category is always Levels). Then you just need to add that entry into your lang file. For example, if you called your entry "CellarDoor", you're lang would look like this:
<LANGUAGE>
    <CATEGORY Name="Levels">
        <Entry Name="CellarDoor">Cellar</Entry>
    </CATEGORY>
</LANGUAGE>

In Ruins [WIP]
03-17-2013, 08:10 PM
Find


Messages In This Thread
Naming Level Doors - by Hailfiretank - 03-17-2013, 07:56 PM
RE: Naming Level Doors - by NaxEla - 03-17-2013, 08:10 PM
RE: Naming Level Doors - by Hailfiretank - 03-17-2013, 11:26 PM



Users browsing this thread: 1 Guest(s)