Frictional Games Forum (read-only)
[LANG] Text wont appear on unlocked level door - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: [LANG] Text wont appear on unlocked level door (/thread-20926.html)



Text wont appear on unlocked level door - serbusfish - 03-26-2013

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.


RE: Text wont appear on unlocked level door - PutraenusAlivius - 03-26-2013

For unlocked doors, put "ResidenceArea" in TextEntry without the quotation marks.


RE: Text wont appear on unlocked level door - ingedoom - 03-27-2013

(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?


RE: Text wont appear on unlocked level door - serbusfish - 04-06-2013

(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