| 
		
	
		| lolboy9797   Junior Member
 
 Posts: 29
 Threads: 8
 Joined: May 2012
 Reputation: 
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 |  |  
	
		| Cranky Old Man   Posting Freak
 
 Posts: 986
 Threads: 20
 Joined: Apr 2012
 Reputation: 
38
 | 
			| 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?
			
 
				
(This post was last modified: 05-05-2012, 01:06 PM by Cranky Old Man.)
 |  |  
	| 05-05-2012, 01:00 PM |  |  
	
		| lolboy9797   Junior Member
 
 Posts: 29
 Threads: 8
 Joined: May 2012
 Reputation: 
1
 | 
			| 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    |  |  
	| 05-05-2012, 01:17 PM |  |  
	
		| Cranky Old Man   Posting Freak
 
 Posts: 986
 Threads: 20
 Joined: Apr 2012
 Reputation: 
38
 | 
			| RE: Help with extra_english.lang file! 
 
				 (05-05-2012, 01:17 PM)lolboy9797 Wrote:  still dont work  Where is your lang file located on your computer?
			 
 |  |  
	| 05-05-2012, 01:20 PM |  |  
	
		| lolboy9797   Junior Member
 
 Posts: 29
 Threads: 8
 Joined: May 2012
 Reputation: 
1
 | 
			| 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 Where is your lang file located on your computer? in my story folder, with my custom_story_settings.
			 |  |  
	| 05-05-2012, 01:23 PM |  |  
	
		| Cranky Old Man   Posting Freak
 
 Posts: 986
 Threads: 20
 Joined: Apr 2012
 Reputation: 
38
 | 
			| 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?
			 
 |  |  
	| 05-05-2012, 01:30 PM |  |  
	
		| lolboy9797   Junior Member
 
 Posts: 29
 Threads: 8
 Joined: May 2012
 Reputation: 
1
 | 
			| 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 |  |  
	
		| Cranky Old Man   Posting Freak
 
 Posts: 986
 Threads: 20
 Joined: Apr 2012
 Reputation: 
38
 | 
			| 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:  yes it does. if you can, can you give me one of your .lang files? it might help. (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? It might be the quotes. Try replacing the description line with this: 
<Entry Name="ItemDesc_keyl1">A Key Labelled "Living room Key"</Entry> 
Giving you my langfile won't help. I'm still wondering if you've named your key "keyl1" in the level editor.
			 
 |  |  
	| 05-05-2012, 01:48 PM |  |  
	
		| lolboy9797   Junior Member
 
 Posts: 29
 Threads: 8
 Joined: May 2012
 Reputation: 
1
 | 
			| RE: Help with extra_english.lang file! 
 
				 (05-05-2012, 01:48 PM)Cranky Old Man Wrote:  THANK YOU (05-05-2012, 01:35 PM)lolboy9797 Wrote:  It might be the quotes. Try replacing the description line with this: (05-05-2012, 01:30 PM)Cranky Old Man Wrote:  yes it does. if you can, can you give me one of your .lang files? it might help. (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? 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.
  it was the quotes 
THANK YOU  SO MUCH!
			 |  |  
	| 05-05-2012, 01:58 PM |  |  |