RawkBandMan 
			Posting Freak5  
	
		
			
Script causing game to randomly crash (No FATAL ERROR) 
 
				When I went to go to the 2nd map of my custom, it crashed immediatly, no FATAL ERROR code or anything, but the hpl.log gave me this
ERROR: Couldn't build script 'c:/program files/steam/steamapps/common/amnesia the dark descent/custom_stories/Escape Hell (DEMO)/maps/ch01/NorthCells.hps'!
Here is my script
Spoiler below!  
 
 
			I've come to learn to not fear the living, nor the dead... But the monsters that hide in closets. 
			
				
(This post was last modified: 08-25-2011, 10:15 PM by RawkBandMan .) 
 
				
			 
		 
 
 
	05-08-2011, 05:18 PM  
		
	 
 
	
		Greven 
			Member3  
	
		
			
RE: Where can I find water? 
 [WIP] Recidivus 
			
		 
 
 
	05-08-2011, 05:19 PM  
		
	 
 
	
		RawkBandMan 
			Posting Freak5  
	
		
			
RE: Where can I find water? 
 
				 (05-08-2011, 05:19 PM) Greven Wrote:  http://www.youtube.com/watch?v=v4WudNebX...ata_player  
Thank you!
Now I need to make credits for my level. Any help on how?
			
 
			
			
I've come to learn to not fear the living, nor the dead... But the monsters that hide in closets. 
			
				
(This post was last modified: 05-08-2011, 05:46 PM by RawkBandMan .) 
 
				
			 
		 
 
 
	05-08-2011, 05:44 PM  
		
	 
 
	
		Roenlond 
			Senior Member0  
	
		
			
RE: Where can I find water? 
 
				Credits are made in the extra_english.lang file.
I do not have any example here, but I will try to write from my memory.
in extra_english.lang:
<CATEGORY Name ="Ending">
<Entry Name ="StartCredits">
Title of Story[br]
Made By:[br]
blablabla[br]
</Entry>
</CATEGORY>
and to call it, use this in your functions, preferably void OnLeave()
void OnLeave()
{
StartCredits("musicfiletoplay", true, "Ending", "StartCredits", 0);
}
That should do the trick, tell me if you have any troubles 
 
 
 
	05-08-2011, 08:31 PM  
		
	 
 
	
		Simpanra 
			Senior Member0  
	
		
 
 
	05-08-2011, 08:33 PM  
		
	 
 
	
		RawkBandMan 
			Posting Freak5  
	
		
			
RE: Where can I find water? 
 
				Thanks guys! I just have 2 more things. 1.For the credits, to I put the void OnLeave() in my mapname.hps? and 2. I tried to make a key unlock the door, and it worked. But, the name for it is not showing up. It just says "Picked Up" No name or anything, then in the inventory, there is no name of the key, or a description.
heres my .hps and my extra_english.cfg
extra_english.cfg 
.hps 
Spoiler below!  
 ////////////////////////////
 
 
			I've come to learn to not fear the living, nor the dead... But the monsters that hide in closets. 
			
		 
 
 
	05-08-2011, 09:18 PM  
		
	 
 
	
		Greven 
			Member3  
	
		
			
RE: Where can I find water? 
 
				 (05-08-2011, 08:33 PM) Simpanra Wrote:   (05-08-2011, 05:19 PM) Greven Wrote:  http://www.youtube.com/watch?v=v4WudNebX...ata_player  
np mate, your videos are great and you really help people like the one above 
//foodar100 :3
			
 
			
			
[WIP] Recidivus 
			
				
(This post was last modified: 05-08-2011, 09:33 PM by Greven .) 
 
				
			 
		 
 
 
	05-08-2011, 09:22 PM  
		
	 
 
	
		Simpanra 
			Senior Member0  
	
		
			
RE: Where can I find water? 
 
				 (05-08-2011, 09:22 PM) Greven Wrote:  
=D thanks ^_^
P.S, what does "//foodar100" mean? =P
			
 
			
			
			
		 
 
 
	05-08-2011, 09:28 PM  
		
	 
 
	
		Greven 
			Member3  
	
		
			
RE: Where can I find water? 
 
				 (05-08-2011, 09:28 PM) Simpanra Wrote:   (05-08-2011, 09:22 PM) Greven Wrote:  
It means im the foodar100 who commented on your youtube channel 
Answer to the key question:
You need to select your key in your level editor and go into the entity tab where you will find the CustomSubItemTypeName where you write the name of the key (from youre extraenglish.cfg file)
			
 
			
			
[WIP] Recidivus 
			
				
(This post was last modified: 05-08-2011, 09:39 PM by Greven .) 
 
				
			 
		 
 
 
	05-08-2011, 09:32 PM  
		
	 
 
	
		Simpanra 
			Senior Member0  
	
		
			
RE: Where can I find water? 
 
				=D no way! hows it going man? =) 
			
			
			
		 
 
 
	05-08-2011, 09:33 PM