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
No key names/description
MrBenjaminBowman Offline
Junior Member

Posts: 2
Threads: 1
Joined: Jul 2013
Reputation: 0
#1
Bug  No key names/description

Just a minute ago or so, I was editing my custom story's "extra_english.lang" file when the description disappeared along with the key names. They used to be there before though. Here's my extra_english.lang file:
<LANGUAGE>
<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You wake up in a room with noone but Stephano. You have no clue who you are, but you think that you must investigate.</Entry>

</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name ="doorlock1">The door is locked...</Entry>
<Entry Name ="doorlock2">You need a key... Look around!</Entry>
<Entry Name ="whatisthat">RUN!</Entry>
<Entry Name ="lookout">AHH! LOOKOUT BEHIND YOU!</Entry>

</CATEGORY>


<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_key1">A key the statues hid... Never trust them!</Entry>
<Entry Name="ItemName_key1">Dungeon Key</Entry>
<Entry Name="ItemDesc_key2">A small key with the words 'Mr. Chair' engraved on it.</Entry>
<Entry Name="ItemName_key2">Small Key</Entry>
<Entry Name="ItemName_key3">Library Key</Entry>
<Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...
</CATEGORY>
</LANGUAGE>

I added this a minute or so ago:
<Entry Name ="whatisthat">RUN!</Entry>
<Entry Name ="lookout">AHH! LOOKOUT BEHIND YOU!</Entry>
as well as this:
<Entry Name="ItemName_key3">Library Key</Entry>
<Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...

I can't seem to find any errors! Does it have to do with my other hps files or something? Please help as soon as possible!
(This post was last modified: 07-17-2013, 11:35 PM by Statyk.)
07-17-2013, 07:35 PM
Find
Oscar House Offline
Senior Member

Posts: 302
Threads: 3
Joined: Nov 2010
Reputation: 9
#2
RE: No key names/description

<Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...
Missing the </Entry> at the end there.

[Image: 2exldzm.png]
07-17-2013, 08:30 PM
Find
MrBenjaminBowman Offline
Junior Member

Posts: 2
Threads: 1
Joined: Jul 2013
Reputation: 0
#3
RE: No key names/description

(07-17-2013, 08:30 PM)Oscar House Wrote: <Entry Name="ItemDesc_key3">Stephano found it. I wonder what THIS opens...
Missing the </Entry> at the end there.

Thanks!!! I'll see if it works now Smile

Works great! Thank you so much!
(This post was last modified: 07-17-2013, 09:00 PM by MrBenjaminBowman.)
07-17-2013, 08:58 PM
Find




Users browsing this thread: 1 Guest(s)