thetastyfish 
 
 
		
			Junior Member 
			
			
			
 
			
	Posts: 18 
	Threads: 6 
	Joined: Feb 2013
	
 Reputation: 
0
		
	 | 
	
		
			
"extra_english.lang" file not working! 
			 
			
				First off, I'm new to this modding thing, so please have a bit of patience with me. I was adding some new ItemName and ItemDesc entries into my extra_english.lang, and then when I ran the game (the map and sounds loaded just fine, the map.hps file was still working like it was supposed to) none of my text was showing up on doors, or items. I didn't change anything drastic in the .lang file, but it appears to not be working, or something. 
 
<LANGUAGE> 
	<RESOURCES> 
	</RESOURCES> 
	 
	<CATEGORY Name="CustomStoryMain"> 
		<Entry Name="Description">The game is afoot, Watson.</Entry> 
	</CATEGORY> 
	 
	<CATEGORY Name="Messages"> 
		<Entry Name="doorlock1">Maybe I should find a lantern and a key first...</Entry> 
		<Entry Name="doorlock2">There's no need to go to the attic right now.</Entry> 
		<Entry Name="doorlock3">Oh.[br]Fuck.</Entry> 
		<Entry Name="doorlock4">That's odd, I don't know why this would be locked.</Entry> 
		<Entry Name="performance">Recital Room. For recitals.[br](by reservation only)</Entry> 
		<Entry Name="master">Where I quietly reside, the Master Bedroom.</Entry> 
		<Entry Name="guest">One of the other guests' rooms.</Entry> 
		<Entry Name="storageroom">Storage. Nothing more than some containers.</Entry> 
		<Entry Name="first popup">Yes, right this way...</Entry> 
		<Entry Name="no return">No way am I going back down there!</Entry> 
	</CATEGORY> 
 
	<CATEGORY Name="Inventory"> 
		<Entry Name="ItemDesc_key1">Only slight, because shit's still gonna go down.</Entry> 
		<Entry Name="ItemName_key1">Key of Slight Relief</Entry> 
		<Entry Name="ItemDesc_key2">Admit: One Thug-Ass Pimp</Entry> 
		<Entry Name="ItemName_key2">Gangsta Key</Entry> 
		<Entry Name="ItemDesc_meat">Just trust me on this one.</Entry> 
		<Entry Name="ItemName_meat">Balogna Slice</Entry> 
		<Entry Name="ItemDesc_key3">Does this really need explanation?</Entry> 
		<Entry Name="ItemName_key3">Attic Key</Entry> 
		<Entry Name="ItemDesc_key4">I assure you, this doesn't open anything except the basement.</Entry> 
		<Entry Name-"ItemName_key4">Basement Key</Entry> 
	</CATEGORY> 
	 
</LANGUAGE>	 
 
I really don't know what the issue is. I tried restarting my computer, but it didn't work, so I'm lost. Thank you in advance for your help!
			 
			
			
			
		 |  
	 
 | 
	| 02-19-2013, 08:25 AM  | 
	
		
	 | 
	
		
		NaxEla 
 
 
		
			Senior Member 
			
			
			
 
			
	Posts: 415 
	Threads: 5 
	Joined: Dec 2012
	
 Reputation: 
28
		
	 | 
	
		
			
RE: "extra_english.lang" file not working! 
			 
			
				Change: 
<Entry Name-"ItemName_key4">Basement Key</Entry>
 
To:
 <Entry Name="ItemName_key4">Basement Key</Entry>
 
(There was a "-" instead of "=")
 
Btw, if one thing is wrong in the .lang file, nothing will show.
			  
			
			
 
			
		 |  
	 
 | 
	| 02-19-2013, 08:57 AM  | 
	
		
	 | 
	
		
		thetastyfish 
 
 
		
			Junior Member 
			
			
			
 
			
	Posts: 18 
	Threads: 6 
	Joined: Feb 2013
	
 Reputation: 
0
		
	 | 
	
		
			
RE: "extra_english.lang" file not working! 
			 
			
				Wow, I feel dumb right now. Haha. Sure enough, it worked just fine after I fixed that. Thank you so much, you are a lifesaver!!
			 
			
			
			
		 |  
	 
 | 
	| 02-19-2013, 09:07 AM  | 
	
		
	 |