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
Key name and description not working
Viperdream Offline
Member

Posts: 124
Threads: 16
Joined: Jan 2011
Reputation: 0
#4
RE: Key name and description not working

I think you already did the CustomSubItemType, because otherwise a name from a key in the actual game should show up.

Anyway. I think this might be the problem.

This is my .lang file (It's not the complete one, but it doesn't matter)
You did this:
<RESOURCES>
<RESOURCES/>
I didn't, this might be the problem. Does your custom story description work? If not, then I think we might have found the problem.
Just remove the <RESCOURCES> tag. Leave the one with the slash alone though.
Spoiler below!
<LANGUAGE>
<RESOURCES />
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">A Polish Lord called Wiktor has gone mad. He will attempt to conquer the world with his powers! No one can stop him. Except for you.</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_GuestKey_01">Guest Room Key</Entry>
<Entry Name="ItemDesc_GuestKey_01">A key for the Guest Room.</Entry>
<Entry Name="ItemName_hollow_needle_1">Pick Lock</Entry>
<Entry Name="ItemDesc_hollow_needle_1">Used for unlocking doors</Entry>
<Entry Name="ItemName_DoorKey">Private Room Key</Entry>
<Entry Name="ItemDesc_DoorKey">Key to open the door to the Private Room</Entry>
<Entry Name="ItemName_Artifact1">Strange Artifact °1</Entry>
<Entry Name="ItemDesc_Artifact1">A strange artifacts which is supposed to help me to destroy Wiktor.</Entry>
<Entry Name="ItemName_JailKey">Prison Key</Entry>
<Entry Name="ItemDesc_JailKey">A key to open doors in the Prisons.</Entry>
<Entry Name="ItemName_ForgedKey">Self Made Key</Entry>
<Entry Name="ItemDesc_ForgedKey">A Self Made key to open the door in the Storage.</Entry>
<Entry Name="ItemName_Head">Ben's Head</Entry>
<Entry Name="ItemDesc_Head">The first victim that fell after Wiktor went mad. This is supposed to help me in the battle against Wiktor.</Entry>
</CATEGORY>

03-12-2011, 08:56 PM
Find


Messages In This Thread
RE: Key name and description not working - by Viperdream - 03-12-2011, 08:56 PM



Users browsing this thread: 1 Guest(s)