Fatalist 
 
 
		
			Member 
			
			
			
 
			
	Posts: 122 
	Threads: 8 
	Joined: Dec 2012
	
 Reputation: 
8
		
	 | 
	
		
			
Can't find functions 
			 
			
				Hi,  
In Amnesia we had two simply functions. First - SetMessage for text message on the screen, and second - StartInsanityEvent for display images on the player camera.  
 
Is there any analogues of these functions in HPL3 engine?
			 
			
			
 
			
				
(This post was last modified: 10-24-2015, 01:41 PM by Fatalist.)
 
				
			 
		 |  
	 
 | 
	| 10-24-2015, 01:40 PM  | 
	
		
	 | 
	
		
		WALP 
 
 
		
			Posting Freak 
			
			
			
 
			
	Posts: 1,221 
	Threads: 34 
	Joined: Aug 2012
	
 Reputation: 
45
		
	 | 
	
		
			
RE: Can't find functions 
			 
			
				havent tried it yet but Effect_Screen_Start() 
"Creates an image that shows up on the screen, it must be faded manually. Remember that these must work both on 4:3 and 16:9 aspect ratio" 
 
The function does not seem to use images directly, but through materials, so you will probably need to set one up for your image.  
The function also seems to have both a simplified and extended version of itself.
			 
			
			
			
				
(This post was last modified: 10-24-2015, 02:25 PM by WALP.)
 
				
			 
		 |  
	 
 | 
	| 10-24-2015, 02:25 PM  | 
	
		
	 | 
	
		
		Fatalist 
 
 
		
			Member 
			
			
			
 
			
	Posts: 122 
	Threads: 8 
	Joined: Dec 2012
	
 Reputation: 
8
		
	 | 
	
		
			
RE: Can't find functions 
			 
			
				 (10-24-2015, 02:25 PM)WALP Wrote:  havent tried it yet but Effect_Screen_Start() 
"Creates an image that shows up on the screen, it must be faded manually. Remember that these must work both on 4:3 and 16:9 aspect ratio" 
 
The function does not seem to use images directly, but through materials, so you will probably need to set one up for your image.  
The function also seems to have both a simplified and extended version of itself. 
Thanks! Its working)
			  
			
			
 
			
		 |  
	 
 | 
	| 10-25-2015, 06:37 AM  | 
	
		
	 |