Frictional Games Forum (read-only)

Full Version: Text wont appear on unlocked level door
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have managed to make text appear on a locked door, however when it comes to unlocked level doors my text wont appear. Here is what ive done:

.lang file:

Code:
<CATEGORY Name="Levels">
<Entry Name="ResidenceArea">Residence</Entry>
</CATEGORY>

And in the level editor I put 'ResidenceArea' in the text field.

Thinking about it shouldn't there be text added to the maps script file too? I followed a tutorial on youtube but the video never mentioned it and his worked ok.
For unlocked doors, put "ResidenceArea" in TextEntry without the quotation marks.
(03-26-2013, 06:28 AM)JustAnotherPlayer Wrote: [ -> ]For unlocked doors, put "ResidenceArea" in TextEntry without the quotation marks.

Did that solve the problem serbusfish?
(03-27-2013, 10:59 AM)ingedoom Wrote: [ -> ]
(03-26-2013, 06:28 AM)JustAnotherPlayer Wrote: [ -> ]For unlocked doors, put "ResidenceArea" in TextEntry without the quotation marks.

Did that solve the problem serbusfish?

Yes it works now, thanks Smile