• What do i call these?
    5 replies, posted
I am making playermodels i am actually done except for one problem i dont know what to name the sequence so that gmod will play it i am trying to play: sitting in a chair animation sitting in a chair with arms raised i already figured out on my own what the driving animations were called drive_pd drive_airboat drive_jeep THESE MODELS DO NOT USE THE REGULAR VALVEBIPED SKELETON!!! I ALREADY WROTE 1260 LINES OF QC AND MADE 206 ANIMATIONS DO NOT POST TO TELL ME TO ADD $include player_anims.mdl!!!!
drive_chair maybe? Couldn't you just decompile a GMod playermodel to look at it's anims?
[QUOTE=gk99;26623464]Couldn't you just decompile a GMod playermodel to look at it's anims?[/QUOTE] it will just say $include player_anims.mdl and i cant decompile player_anims because every time i try it crashes ill try drive_chair
Ah, That makes sense. You could try PM'ing a good playermodel maker.
I'm currently looking through the decompiled animations I have. I'll edit this if I find it Edit: Found it $animation sit_rollercoaster_fall "sit_rollercoaster_fall" fps 30.000000 $animation sit_rollercoaster_idle "sit_rollercoaster_idle" fps 30.000000 $animation sit_rollercoaster_fast "sit_rollercoaster_fast" fps 30.000000 $sequence sit_rollercoaster "sit_rollercoaster_fall" ACT_GMOD_SIT_ROLLERCOASTER 1 fps 30.00 { blendwidth 3 blend vertical_velocity -1.000000 1.000000 sit_rollercoaster_idle sit_rollercoaster_fast } The blending may be broken but I can't test it right now
[QUOTE=Game Zombie;26650047]I'm currently looking through the decompiled animations I have. I'll edit this if I find it Edit: Found it $animation sit_rollercoaster_fall "sit_rollercoaster_fall" fps 30.000000 $animation sit_rollercoaster_idle "sit_rollercoaster_idle" fps 30.000000 $animation sit_rollercoaster_fast "sit_rollercoaster_fast" fps 30.000000 $sequence sit_rollercoaster "sit_rollercoaster_fall" ACT_GMOD_SIT_ROLLERCOASTER 1 fps 30.00 { blendwidth 3 blend vertical_velocity -1.000000 1.000000 sit_rollercoaster_idle sit_rollercoaster_fast } The blending may be broken but I can't test it right now[/QUOTE] THAnk U SO mUCH GAME ZOMBIE :D
Sorry, you need to Log In to post a reply to this thread.