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
StartPos for Level Door?
Austums Offline
Member

Posts: 60
Threads: 11
Joined: Mar 2011
Reputation: 0
#1
StartPos for Level Door?

How exactly do I set my StartPos?

Also, my level door, under TextEntry in the Level Editor is called "Living Quarters" but when I look at the door, no text appears? O_o
03-24-2011, 12:25 AM
Find
Russ Money Offline
Senior Member

Posts: 360
Threads: 25
Joined: Dec 2010
Reputation: 4
#2
RE: StartPos for Level Door?

(03-24-2011, 12:25 AM)Austums Wrote: How exactly do I set my StartPos?

Also, my level door, under TextEntry in the Level Editor is called "Living Quarters" but when I look at the door, no text appears? O_o

The StartPos for your next map?

The same way you made a StartPos for your first map. Place another PlayerStart Area on the next one. On your level door, add the name of the PlayerStart Area of the map it's leading to.

For the TextEntry, that would be the name of your "Entry Name=" in your .lang file.

Something like this:
                                        
<CATEGORY Name="Doors">
    <Entry Name="LevelDoor1">Living Quarters</Entry>
</CATEGORY>

Then just place "LevelDoor1" in the TextEntry field.
(This post was last modified: 03-24-2011, 12:41 AM by Russ Money.)
03-24-2011, 12:38 AM
Find
Austums Offline
Member

Posts: 60
Threads: 11
Joined: Mar 2011
Reputation: 0
#3
RE: StartPos for Level Door?

Awesome, thank you so much!

So, this question is along the same lines as the extra_english stuff. I am trying to name my key and what not, and I am using this script:

</CATEGORY>
<CATEGORY Name="Inventory">
<EntryName="ItemName_key_study_1">Key to the Living Quarters</Entry>
<Entry Name="ItemDesc_key_study_1">It's the key to the family living quarters.</Entry>
</CATEGORY>

But it doesn't work. Instead, it makes it so none of my language files show up in my level. The only way to get them back is if I delete what is above. Huh
03-24-2011, 12:55 AM
Find
Russ Money Offline
Senior Member

Posts: 360
Threads: 25
Joined: Dec 2010
Reputation: 4
#4
RE: StartPos for Level Door?

Someone was just having a similar problem. Check this reply.
http://www.frictionalgames.com/forum/thr...l#pid59391

Edit: Also, I think have multiple underscores, the "_", in the item name may mess it up, try naming it all together like,

<Entry Name="ItemName_keystudy1">Key to the Living Quarters</Entry>

Then go back and change the name and CustomSubItemTypeName of the key entity.
(This post was last modified: 03-24-2011, 01:08 AM by Russ Money.)
03-24-2011, 01:05 AM
Find
Austums Offline
Member

Posts: 60
Threads: 11
Joined: Mar 2011
Reputation: 0
#5
RE: StartPos for Level Door?

Ahh, just saw that thread after submitting my previous post. I removed the underscores, but it still won't work. Huh

I posted the code I'm using and all other info in the other thread Tongue
03-24-2011, 01:18 AM
Find




Users browsing this thread: 1 Guest(s)