![]() |
How can you a Text on A paper/sign - 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: How can you a Text on A paper/sign (/thread-19774.html) |
How can you a Text on A paper/sign - VeNoMzTeamHysterical - 01-02-2013 Hey everyone im just wondering how to add text on a paper like the castle map in game.. but if you crosshair is going on it i want to see a text i know that you have to put a sign area on it but do you have to script in the lang file for it i think so but i dont know how...i checked youtube but cant find anny tutorial annyone can help me? RE: How can you a Text on A paper/sign - VeNoMzTeamHysterical - 01-02-2013 (01-02-2013, 01:53 PM)Robosprog Wrote: Use an examine area, and yes, it will need a lang bit. You know what kind it is?? just like <Entry Name="Note_"annything"_Text">random text</Entry> or is it something else? RE: How can you a Text on A paper/sign - FlawlessHappiness - 01-02-2013 (01-02-2013, 01:53 PM)Robosprog Wrote: Use an examine area, and yes, it will need a lang bit. What is the definition of an examine area? How is it different from sign? ![]() RE: How can you a Text on A paper/sign - VeNoMzTeamHysterical - 01-02-2013 (01-02-2013, 02:05 PM)Robosprog Wrote:(01-02-2013, 02:02 PM)beecake Wrote:Examine areas you click on, however, if you want to replicate a sign you can simply set up an area around the sign, set up a script so that when the player looks at it, it displays a message from a category in the .lang file.(01-02-2013, 01:53 PM)Robosprog Wrote: Use an examine area, and yes, it will need a lang bit. Thanks alot you just got +rep't RE: How can you a Text on A paper/sign - NaxEla - 01-02-2013 (01-02-2013, 02:05 PM)Robosprog Wrote:(01-02-2013, 02:02 PM)beecake Wrote:Examine areas you click on, however, if you want to replicate a sign you can simply set up an area around the sign, set up a script so that when the player looks at it, it displays a message from a category in the .lang file.(01-02-2013, 01:53 PM)Robosprog Wrote: Use an examine area, and yes, it will need a lang bit. That works, but the message will only be displayed for a set amount of time. It's much better to put a sign area around the sign/paper, then the message will be there as long as the player looks at the sign area. In the level editor, you can specify the Category and Entry name (or is it just the Entry name you specify? I can't check because I'm not at my computer) for the sign area, then add that category and entry in your lang. |