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
How to make intro like the original game?
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#1
How to make intro like the original game?

I want to know how to do that, I'm trying to make a custom story and I want that kind of intro in the beginning just like the original game, but I don't know what's the code's name or what I'm supposed to do in the level editor? can you guys help pls?Sad
(This post was last modified: 01-05-2014, 05:15 PM by Radical Batz.)
01-05-2014, 10:20 AM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#2
RE: How to make a lantern have a few oil?

look in the functions list on the wiki, under player http://wiki.frictionalgames.com/hpl2/amn..._functions
01-05-2014, 10:22 AM
Find
NagareHoshi Offline
Junior Member

Posts: 15
Threads: 0
Joined: Aug 2013
Reputation: 2
#3
RE: How to make a lantern have a few oil?

SetPlayerLampOil(afAmount);
where afAmount is the percentage of the oil in the lantern
01-05-2014, 11:03 AM
Find
daortir Offline
Senior Member

Posts: 422
Threads: 9
Joined: Sep 2013
Reputation: 18
#4
RE: How to make a lantern have a few oil?

You can take screenshots using imp syst (not sure what the key name is in english sorry : o) but this can be buggy. Try using a recording software like fraps, that has a very simple shortcup for screenshots and that saves them all in a pre-determined folder.

For the lantern oil, NagareHoshi is right : SetPlayerLampOil(20); or SetPlayerLampOil(10); should be the small amount of oil you had in mind : ).

01-05-2014, 11:47 AM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#5
RE: How to make a lantern have a few oil?

(01-05-2014, 11:47 AM)daortir Wrote: You can take screenshots using imp syst (not sure what the key name is in english sorry : o) but this can be buggy. Try using a recording software like fraps, that has a very simple shortcup for screenshots and that saves them all in a pre-determined folder.

For the lantern oil, NagareHoshi is right : SetPlayerLampOil(20); or SetPlayerLampOil(10); should be the small amount of oil you had in mind : ).

thanks guys, and I have fraps I never used it to take screenshots, but now I'll try!
01-05-2014, 01:11 PM
Find




Users browsing this thread: 1 Guest(s)