C-Glitch Fixer
Hell yea ! You have read correctly !
You have here a fixer for the so annoying C-Glitch (slide) !http://youtu.be/C1h03IC-9ak
Download the latest squirrel plugin from here: https://bitbucket.org/stormeus/0.4-squirrel/downloads
(was updated 7 hours ago)The code that will fix your gameplay !function onPlayerCrouchChange( player, IsCrouchingNow )
{
if( IsCrouchingNow == false ) player.SetAnim(0,29);
}
PS: It's a temporary fix, due to some minor bad things.
(like setting the anim when a player is falled down while was crouching - but thanks to 0.4, there will not be any position unsync)
Nice! :)
good job
Well done. :)
where to put those files?
Quote from: =TLK=zorko on Mar 22, 2015, 02:10 PMwhere to put those files?
Just replace the plugin in your plugins folder .so for linux and .dll for pc and put that code in your script
Btw, this is not a real fix. It has bugs... Imagine this: a crouched player is falled down by a car/shotgun. The animation I have set, will apply, and will replace the fall animation. (also the player will not be controlable until it stands)
The best way to fix it is to set player.SetAnim(0,29) when the player stands (from crouch position) because he want to. (and not when is affected by other variables)
EDIT: C-Glitch was fixed by developers, so no need to use this.
Topic locked.