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
Small question about names.
Placeable Offline
Junior Member

Posts: 21
Threads: 2
Joined: Sep 2010
Reputation: 0
#2
RE: Small question about names.

I think, but I am not certain, you have to link the item's name and description through your extra_english.lang file like this:

(does not include everything just that specific category)

<CATEGORY Name ="Inventory">
            <Entry Name="ItemName_Key01">Secret Key</Entry>
            <Entry Name="ItemDesc_Key01">A very SECRET key!"</Entry>
</CATEGORY>

Not sure about this since I have not tried it myself; but Journals/Notes/Diaries and most Texts is written in this file I would imagine same goes for items.

Then maybe use the function
SetInventoryMessage(string &asTextCategory, string &asTextEntry, float afTime);
or something.
09-21-2010, 07:25 PM
Find


Messages In This Thread
Small question about names. - by Neomin - 09-21-2010, 06:20 PM
RE: Small question about names. - by Placeable - 09-21-2010, 07:25 PM
RE: Small question about names. - by Pandemoneus - 09-21-2010, 07:36 PM
RE: Small question about names. - by Placeable - 09-21-2010, 08:23 PM
RE: Small question about names. - by Pandemoneus - 09-21-2010, 08:29 PM
RE: Small question about names. - by Placeable - 09-21-2010, 08:36 PM
RE: Small question about names. - by Neomin - 09-22-2010, 03:51 PM



Users browsing this thread: 1 Guest(s)