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
Intro Help
Jamsong Offline
Junior Member

Posts: 10
Threads: 4
Joined: Feb 2012
Reputation: 1
#1
Intro Help

For making an intro do I simply diable the player movement and force them to look at certain things ?

It would be very helpful for somebody to give me sample of code for an intro so I can understand what needs to be done.


Thank you, Jamsong

I can code for you if you want, Pm me. I am on my live-stream alot so check it and I may be on :D
http://www.livestream.com/jamsong
03-18-2012, 03:06 PM
Find
A.I. Offline
Member

Posts: 114
Threads: 16
Joined: Feb 2012
Reputation: 2
#2
RE: Intro Help

you would use startplayerlookat and SetPlayerActive(false);

[Image: 1YV6ehh]
Formerly Vaelwing22
03-18-2012, 03:33 PM
Find
ClayPigeon Offline
Member

Posts: 214
Threads: 13
Joined: Mar 2012
Reputation: 8
#3
RE: Intro Help

That can use an example:
http://wiki.frictionalgames.com/hpl2/tut...ncedtimers
03-18-2012, 03:37 PM
Find
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#4
RE: Intro Help

You will also want to get rid of the player's crosshair.

ShowPlayerCrossHairIcons(false);


This will delete the little dot in the middle of your screen

I rate it 3 memes.
03-18-2012, 05:39 PM
Find
Jamsong Offline
Junior Member

Posts: 10
Threads: 4
Joined: Feb 2012
Reputation: 1
#5
RE: Intro Help

(03-18-2012, 05:39 PM)andyrockin123 Wrote: You will also want to get rid of the player's crosshair.

ShowPlayerCrossHairIcons(false);


This will delete the little dot in the middle of your screen
Is there a function to hide your arm and lantern or would I just use the function that zooms the screen in ?

I can code for you if you want, Pm me. I am on my live-stream alot so check it and I may be on :D
http://www.livestream.com/jamsong
03-18-2012, 07:04 PM
Find
A.I. Offline
Member

Posts: 114
Threads: 16
Joined: Feb 2012
Reputation: 2
#6
RE: Intro Help

(03-18-2012, 07:04 PM)Jamsong Wrote:
(03-18-2012, 05:39 PM)andyrockin123 Wrote: You will also want to get rid of the player's crosshair.

ShowPlayerCrossHairIcons(false);


This will delete the little dot in the middle of your screen
Is there a function to hide your arm and lantern or would I just use the function that zooms the screen in ?
Well to hide the arm and lantern you would use SetLanternDisabled(true); this disables the players ability to use the lantern and will get rid of the arm and lantern

[Image: 1YV6ehh]
Formerly Vaelwing22
03-18-2012, 07:15 PM
Find
Jamsong Offline
Junior Member

Posts: 10
Threads: 4
Joined: Feb 2012
Reputation: 1
#7
RE: Intro Help

(03-18-2012, 07:15 PM)Vaelwing22 Wrote:
(03-18-2012, 07:04 PM)Jamsong Wrote:
(03-18-2012, 05:39 PM)andyrockin123 Wrote: You will also want to get rid of the player's crosshair.

ShowPlayerCrossHairIcons(false);


This will delete the little dot in the middle of your screen
Is there a function to hide your arm and lantern or would I just use the function that zooms the screen in ?
Well to hide the arm and lantern you would use SetLanternDisabled(true); this disables the players ability to use the lantern and will get rid of the arm and lantern
Oh right ok, thanks for the help Smile

I can code for you if you want, Pm me. I am on my live-stream alot so check it and I may be on :D
http://www.livestream.com/jamsong
03-18-2012, 07:40 PM
Find




Users browsing this thread: 1 Guest(s)