Victor 
 
 
		
			Member 
			
			
			
 
			
	Posts: 83 
	Threads: 19 
	Joined: Oct 2011
	
 Reputation: 
2
		
	 | 
	
		
			
  
extra_english.lang file is not working for some reason... 
			 
			
				The file 'extra_english.lang' is not working. He is in the redist/custom_stories/blah directory, but he's not working! 
Here's the file:
 
Does anybody know what the fridge is going on?
			  
			
			
			
		 |  
	 
 | 
 
	| 11-02-2011, 03:54 PM  | 
	
		
	 | 
 
 
	
		
		Unearthlybrutal 
 
 
		
			Posting Freak 
			
			
			
 
			
	Posts: 775 
	Threads: 12 
	Joined: May 2011
	
 Reputation: 
26
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				Working with this?   
			 
			
			
 
			
		 |  
	 
 | 
 
	| 11-02-2011, 04:01 PM  | 
	
		
	 | 
 
 
	
		
		Victor 
 
 
		
			Member 
			
			
			
 
			
	Posts: 83 
	Threads: 19 
	Joined: Oct 2011
	
 Reputation: 
2
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				 (11-02-2011, 04:01 PM)Unearthlybrutal Wrote:  Working with this?   
 
 
 No, same thing. Help!
			  
			
			
			
		 |  
	 
 | 
 
	| 11-02-2011, 05:28 PM  | 
	
		
	 | 
 
 
	
		
		Brute 
 
 
		
			Member 
			
			
			
 
			
	Posts: 197 
	Threads: 10 
	Joined: Aug 2011
	
 Reputation: 
3
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				Dude, why would Frictional Games develop a LANG Editor? Use this. I had problems too, when I wrote .lang files by myself!    
			 
			
			
 
  
 
 
 
 
			
		 |  
	 
 | 
 
	| 11-02-2011, 05:51 PM  | 
	
		
	 | 
 
 
	
		
		Statyk 
 
 
		
			Schrödinger's Mod 
			
			
			
 
			
	Posts: 4,390 
	Threads: 72 
	Joined: Sep 2011
	
 Reputation: 
241
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				 (11-02-2011, 03:54 PM)Victor Wrote:  The file 'extra_english.lang' is not working. He is in the redist/custom_stories/blah directory, but he's not working! 
Here's the file: 
 
<LANGUAGE> 
 
<RESOURCES> 
</RESOURCES> 
 
<CATEGORY Name="CustomStoryMain"> 
<Entry Name="Description">You wake up with no past in a creepy room in a creepy place where creepy things happens.</Entry> 
</CATEGORY> 
 
<CATEGORY Name="Inventory"> 
<Entry Name="ItemName">Some Key</Entry> 
<Entry Name="ItemDesc">A key that I found... I hope it's going to be freaking usefull...</Entry> 
</CATEGORY> 
 
<CATEGORY Name="Message"> 
<Entry Name="Wha">[br][br][br]Wha? Huh? Whe? Ah?</Entry> 
<Entry Name="Wha2">[br][br][br]Deja vu... Seriously, what the fuck!?</Entry> 
<Entry Name="Map1-2leveldoor">[br][br][br]Why would I go back? I need to get out of here!</Entry> 
</CATEGORY> 
 
<CATEGORY Name="Journal"> 
<Entry Name="Quest_Fuckno_Name">NAME OF QUEST</Entry> 
<Entry Name="Quest_Fuckno_Text">Did tou see that? I've got to get out of here!</Entry> 
</CATEGORY> 
</LANGUAGE> 
 
Does anybody know what the fridge is going on? 
Try this. You put "</RESOURCES>" way too far down. Technically, You don't need them for a simple custom map. Also make sure your quest has a name. Just change the capitalized parameters. I'm not sure if it's necessary, but I do it anyway and it works.
			  
			
			
			
				
(This post was last modified: 11-02-2011, 08:36 PM by Statyk.)
 
				
			 
		 |  
	 
 | 
 
	| 11-02-2011, 08:34 PM  | 
	
		
	 | 
 
 
	
		
		Victor 
 
 
		
			Member 
			
			
			
 
			
	Posts: 83 
	Threads: 19 
	Joined: Oct 2011
	
 Reputation: 
2
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				 (11-02-2011, 08:34 PM)Statyk Wrote:   (11-02-2011, 03:54 PM)Victor Wrote:  The file 'extra_english.lang' is not working. He is in the redist/custom_stories/blah directory, but he's not working! 
Here's the file: 
 
<LANGUAGE> 
 
<RESOURCES> 
</RESOURCES> 
 
<CATEGORY Name="CustomStoryMain"> 
<Entry Name="Description">You wake up with no past in a creepy room in a creepy place where creepy things happens.</Entry> 
</CATEGORY> 
 
<CATEGORY Name="Inventory"> 
<Entry Name="ItemName">Some Key</Entry> 
<Entry Name="ItemDesc">A key that I found... I hope it's going to be freaking usefull...</Entry> 
</CATEGORY> 
 
<CATEGORY Name="Message"> 
<Entry Name="Wha">[br][br][br]Wha? Huh? Whe? Ah?</Entry> 
<Entry Name="Wha2">[br][br][br]Deja vu... Seriously, what the fuck!?</Entry> 
<Entry Name="Map1-2leveldoor">[br][br][br]Why would I go back? I need to get out of here!</Entry> 
</CATEGORY> 
 
<CATEGORY Name="Journal"> 
<Entry Name="Quest_Fuckno_Name">NAME OF QUEST</Entry> 
<Entry Name="Quest_Fuckno_Text">Did tou see that? I've got to get out of here!</Entry> 
</CATEGORY> 
</LANGUAGE> 
 
Does anybody know what the fridge is going on?  
Try this. You put "</RESOURCES>" way too far down. Technically, You don't need them for a simple custom map. Also make sure your quest has a name. Just change the capitalized parameters. I'm not sure if it's necessary, but I do it anyway and it works. Nothing yet...
			  
			
			
			
		 |  
	 
 | 
 
	| 11-03-2011, 10:29 PM  | 
	
		
	 | 
 
 
	
		
		Statyk 
 
 
		
			Schrödinger's Mod 
			
			
			
 
			
	Posts: 4,390 
	Threads: 72 
	Joined: Sep 2011
	
 Reputation: 
241
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				 (11-03-2011, 10:29 PM)Victor Wrote:  Nothing yet... Here's a very important question... Where is the .lang file located? it MUST be in the  main folder. NOT in the "maps" folder.
			  
			
			
			
		 |  
	 
 | 
 
	| 11-03-2011, 10:31 PM  | 
	
		
	 | 
 
 
	
		
		Victor 
 
 
		
			Member 
			
			
			
 
			
	Posts: 83 
	Threads: 19 
	Joined: Oct 2011
	
 Reputation: 
2
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				 (11-02-2011, 05:51 PM)Brute Wrote:  Dude, why would Frictional Games develop a LANG Editor? Use this. I had problems too, when I wrote .lang files by myself!   Use this what? D:
			  
			
			
			
		 |  
	 
 | 
 
	| 11-03-2011, 10:32 PM  | 
	
		
	 | 
 
 
	
		
		Your Computer 
 
 
		
			SCAN ME! 
			
			
			
 
			
	Posts: 3,456 
	Threads: 32 
	Joined: Jul 2011
	
 Reputation: 
235
		
	 | 
	
		
			
RE: extra_english.lang file is not working for some reason... 
			 
			
				 (11-03-2011, 10:32 PM)Victor Wrote:  Use this what? D: 
HplLangTool.exe
 
If you don't have Windows, you can try your luck with  Mono.
			  
			
			
 
			
		 |  
	 
 | 
 
	| 11-03-2011, 10:57 PM  | 
	
		
	 | 
 
 
	 
 |