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


Thread Rating:
  • 3 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Son (W.I.P)
Pandemoneus Offline
Senior Member

Posts: 328
Threads: 2
Joined: Sep 2010
Reputation: 0
#9
RE: Son (W.I.P)

Quote:-When using the ConnectedLight function, the PointLight will start on, even though I set it to inactive, I would like the point light to activate when the lamp is lit if that's possible.

Solution: Put the light colors of your PointLight to 0, that means move the slider for red, green, blue and alpha all to 0.

----------------------------------------------------------------
Quote:There is one other thing, the sanity stays maxed out whether I am in the dark or not, is there a way to fix that?

Solution: Put
SetSanityDrainDisabled(false);
in OnStart.

----------------------------------------------------------------
Quote:I still need to fix the door movement.. after using the code you gave me it didn't quite work.

Solution:
Use AddPropImpulse instead of AddPropForce.
AddPropImpulse("DoorSwing1", -1.0f, 0.0f, 0.0f, "world"); //Open a bit

(This post was last modified: 01-17-2011, 10:09 PM by Pandemoneus.)
01-17-2011, 10:08 PM
Find


Messages In This Thread
Son (W.I.P) - by Ichimaruu - 01-16-2011, 12:34 PM
RE: Limbo (W.I.P) - by Tottel - 01-16-2011, 12:49 PM
RE: Limbo (W.I.P) - by Ichimaruu - 01-16-2011, 12:50 PM
RE: Paramnesia (W.I.P) - by Tottel - 01-16-2011, 12:55 PM
RE: Paramnesia (W.I.P) - by Ichimaruu - 01-16-2011, 01:46 PM
RE: Paramnesia (W.I.P) - by Ichimaruu - 01-16-2011, 05:46 PM
RE: Paramnesia (W.I.P) - by Tottel - 01-16-2011, 05:57 PM
RE: Paramnesia (W.I.P) - by Ichimaruu - 01-16-2011, 08:37 PM
RE: Son (W.I.P) - by Pandemoneus - 01-17-2011, 10:08 PM
RE: Son (W.I.P) - by Ichimaruu - 01-17-2011, 10:14 PM
RE: Son (W.I.P) - by Pandemoneus - 01-17-2011, 10:21 PM
RE: Son (W.I.P) - by Ichimaruu - 01-17-2011, 10:29 PM
RE: Son (W.I.P) - by Ichimaruu - 01-18-2011, 05:54 PM



Users browsing this thread: 1 Guest(s)