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
Script Help Door Swing, Insanity zone and weird walking
proshitness Offline
Junior Member

Posts: 20
Threads: 3
Joined: Nov 2011
Reputation: 0
#1
Door Swing, Insanity zone and weird walking

Look at this video and please if you can then tell me how to do the effect in 3:00 - 3:05




and a bit after that he walk on his side(leaning to the side) if you can tell me how to do that...
thanks a lot .
11-20-2011, 04:39 PM
Find
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#2
RE: Door Swing, Insanity zone and weird walking

These are used:

FadePlayerRollTo(float afX, float afSpeedMul, float afMaxSpeed);
MovePlayerHeadPos(float afX, float afY, float afZ, float afSpeed, float afSlowDownDist);

FadePlayerAspectMulTo(float afX, float afSpeed); (maybe used)

FadePlayerFOVMulTo(float afX, float afSpeed);


edit. Wops wrong information, those are just for the flipping out effects.

These are for that door:

AddPropForce(string& asName, float afX, float afY, float afZ, string& asCoordSystem);
GiveSanityDamage(float afAmount, bool abUseEffect);
CreateParticleSystemAtEntity(string& asPSName, string& asPSFile, string& asEntity, bool abSavePS);

And remember to use:
PreloadParticleSystem(string& asPSFile);

(This post was last modified: 11-20-2011, 05:20 PM by Khyrpa.)
11-20-2011, 05:17 PM
Find




Users browsing this thread: 1 Guest(s)