Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't find functions
Fatalist Offline
Member

Posts: 122
Threads: 8
Joined: Dec 2012
Reputation: 8
#1
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
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#2
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
Find
Fatalist Offline
Member

Posts: 122
Threads: 8
Joined: Dec 2012
Reputation: 8
#3
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
Find




Users browsing this thread: 1 Guest(s)