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
On-Screen messages
Placeable Offline
Junior Member

Posts: 21
Threads: 2
Joined: Sep 2010
Reputation: 0
#2
RE: On-Screen messages

I have not tried this myself but it would be something along the lines of the following:


First you create a category for the Hints in your extra_english.lang file, like this:

    <CATEGORY Name="Hints">
        <Entry Name="Hint_myHint_Text">

You can press buttons!!!

        </Entry>
    </CATEGORY>

Now I want to stress that I have no idea if the specific Category name or Entry name for Hints is as specified by the example above. It could be a reserved name for Hints or maybe you could put anything, I don't know.

Then with that line of code you posted it would look like this:

GiveHint("someHint", "Hints", "myHint", 5.0f);

That's how you do it with Journals, Quests, Items and other sort of message information.

Hope it helped.
10-01-2010, 05:30 PM
Find


Messages In This Thread
On-Screen messages - by Chilton - 10-01-2010, 05:11 PM
RE: On-Screen messages - by Placeable - 10-01-2010, 05:30 PM
RE: On-Screen messages - by SLi78 - 10-01-2010, 05:37 PM
RE: On-Screen messages - by Chilton - 10-01-2010, 05:43 PM
RE: On-Screen messages - by Placeable - 10-01-2010, 08:39 PM
RE: On-Screen messages - by Chilton - 10-02-2010, 04:16 AM
RE: On-Screen messages - by Placeable - 10-02-2010, 10:17 AM
RE: On-Screen messages - by Chilton - 10-02-2010, 05:52 PM
RE: On-Screen messages - by Placeable - 10-02-2010, 07:29 PM
RE: On-Screen messages - by Chilton - 10-03-2010, 04:02 AM



Users browsing this thread: 1 Guest(s)