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
Help with extra_english.lang file!
lolboy9797 Offline
Junior Member

Posts: 29
Threads: 8
Joined: May 2012
Reputation: 1
#1
Help with extra_english.lang file!

hello, i need help with my extra_english.lang file!

i want a name of a key, but it just wont show!
when i pick the key up it say "Picked up"
how do i get the name of the key to show when i pick it up.
here is my code:

<LANGUAGE>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_keyl1">Living room Key</Entry>
<Entry Name="ItemDesc_keyl1">A Key Labelled "Living room Key"</Entry>
</CATEGORY>
</LANGUAGE>

Help?
(This post was last modified: 05-05-2012, 01:06 PM by lolboy9797.)
05-05-2012, 12:53 PM
Find
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#2
RE: Help with extra_english.lang file!

I think your lang file needs a description.
Try adding this:

<CATEGORY Name="CustomStoryMain">
    <Entry Name="Description">
        Pickles, pickles, everyday...
    </Entry>
</CATEGORY>

Also, have you made sure that your key is called "keyl1" (and not "key1") in the level editor?

Noob scripting tutorial: From Noob to Pro

(This post was last modified: 05-05-2012, 01:06 PM by Cranky Old Man.)
05-05-2012, 01:00 PM
Find
lolboy9797 Offline
Junior Member

Posts: 29
Threads: 8
Joined: May 2012
Reputation: 1
#3
RE: Help with extra_english.lang file!

(05-05-2012, 01:00 PM)Cranky Old Man Wrote: I think your lang file needs a description.
Try adding this:

    
        Pickles, pickles, everyday...

Also, have you made sure that your key is called "keyl1" (and not "key1") in the level editor?
still dont work Sad
05-05-2012, 01:17 PM
Find
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#4
RE: Help with extra_english.lang file!

(05-05-2012, 01:17 PM)lolboy9797 Wrote: still dont work Sad
Where is your lang file located on your computer?

Noob scripting tutorial: From Noob to Pro

05-05-2012, 01:20 PM
Find
lolboy9797 Offline
Junior Member

Posts: 29
Threads: 8
Joined: May 2012
Reputation: 1
#5
RE: Help with extra_english.lang file!

(05-05-2012, 01:20 PM)Cranky Old Man Wrote:
(05-05-2012, 01:17 PM)lolboy9797 Wrote: still dont work Sad
Where is your lang file located on your computer?
in my story folder, with my custom_story_settings.
05-05-2012, 01:23 PM
Find
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#6
RE: Help with extra_english.lang file!

(05-05-2012, 01:23 PM)lolboy9797 Wrote: in my story folder, with my custom_story_settings.
Then I have no idea what's wrong. Does "Pickles, pickles, everyday..." show up as the story description?

Noob scripting tutorial: From Noob to Pro

05-05-2012, 01:30 PM
Find
lolboy9797 Offline
Junior Member

Posts: 29
Threads: 8
Joined: May 2012
Reputation: 1
#7
RE: Help with extra_english.lang file!

(05-05-2012, 01:30 PM)Cranky Old Man Wrote:
(05-05-2012, 01:23 PM)lolboy9797 Wrote: in my story folder, with my custom_story_settings.
Then I have no idea what's wrong. Does "Pickles, pickles, everyday..." show up as the story description?
yes it does. if you can, can you give me one of your .lang files? it might help.
(This post was last modified: 05-05-2012, 01:37 PM by lolboy9797.)
05-05-2012, 01:35 PM
Find
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#8
RE: Help with extra_english.lang file!

(05-05-2012, 01:35 PM)lolboy9797 Wrote:
(05-05-2012, 01:30 PM)Cranky Old Man Wrote:
(05-05-2012, 01:23 PM)lolboy9797 Wrote: in my story folder, with my custom_story_settings.
Then I have no idea what's wrong. Does "Pickles, pickles, everyday..." show up as the story description?
yes it does. if you can, can you give me one of your .lang files? it might help.
It might be the quotes. Try replacing the description line with this:
<Entry Name="ItemDesc_keyl1">A Key Labelled &quot;Living room Key&quot;</Entry>
Giving you my langfile won't help. I'm still wondering if you've named your key "keyl1" in the level editor.

Noob scripting tutorial: From Noob to Pro

05-05-2012, 01:48 PM
Find
lolboy9797 Offline
Junior Member

Posts: 29
Threads: 8
Joined: May 2012
Reputation: 1
#9
RE: Help with extra_english.lang file!

(05-05-2012, 01:48 PM)Cranky Old Man Wrote:
(05-05-2012, 01:35 PM)lolboy9797 Wrote:
(05-05-2012, 01:30 PM)Cranky Old Man Wrote:
(05-05-2012, 01:23 PM)lolboy9797 Wrote: in my story folder, with my custom_story_settings.
Then I have no idea what's wrong. Does "Pickles, pickles, everyday..." show up as the story description?
yes it does. if you can, can you give me one of your .lang files? it might help.
It might be the quotes. Try replacing the description line with this:
A Key Labelled "Living room Key"
Giving you my langfile won't help. I'm still wondering if you've named your key "keyl1" in the level editor.
THANK YOU it was the quotes
THANK YOU SO MUCH!
05-05-2012, 01:58 PM
Find




Users browsing this thread: 1 Guest(s)