Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: About the crouch anim  (Read 1531 times)

0 Members and 1 Guest are viewing this topic.

Blackblood

  • Guest
About the crouch anim
« on: 02 Apr 2003, 16:27:46 »
Been tweaking around trying to make a static "crouch" anim instead of doing this :

#Loop
_NeuroticDude switchmove "crouch"
~0.001
goto "Loop"

In my new class (under standbase in the CPP) IÂ've tried (donÂ't mind the bad syntax) this:
Looped=true --- No effect. The guy is standing up after a second.
Connect from :crouch --- No effect. The guy is standing up after a second
Connect to: crouch --- No effect. The guy is standing up after a second
Interpolate to :crouch --- No effect. The guy is standing up after a second

KneelToFloorInDeepAgony=true--- No effect.

Any suggestions?




Blackblood

  • Guest
Re:About the crouch anim
« Reply #1 on: 02 Apr 2003, 20:01:09 »
Nevermind. Solved it.

Trial and error...  8)