Advertisement
ReverendV92

Posing Parameter .QC Text

Sep 26th, 2015 (edited)
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.13 KB | None | 0 0
  1. GameBanana Posing Parameter Tutorial
  2. Link: https://steamcommunity.com/sharedfiles/filedetails/?id=2631859514
  3.  
  4. $mostlyopaque
  5. $modelname  tutorial/buggy_poseparam
  6. $model  Buggy   reference
  7. $SurfaceProp    metalvehicle
  8. $Contents       solid
  9. $CDMaterials    models/buggy
  10.  
  11. $definebone "base" "" 0.000000 0.000000 0.000000 -0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -0.000000 0.000000 0.000000
  12. $definebone "steeringwheel" "base" 9.139420 18.550600 43.652016 19.545539 -90.000038 89.999983 0.000000 0.000000 0.000000 -0.000000 -0.000000 0.000000
  13.  
  14. $poseparameter "steeringwheel" -60 60 0
  15.  
  16. $weightlist "weights_steeringwheel" {
  17.     "base" 0
  18.     "steeringwheel" 1
  19. }
  20.  
  21. $sequence idle neutral {
  22.     fps 1
  23.     activity "ACT_IDLE" 1
  24. }
  25.  
  26. $animation "neutral" "neutral" {
  27.     fps 1
  28. }
  29. $animation "anim_turnleft" "turn_left" {
  30.     fps 1
  31.     subtract "neutral" 0
  32.     weightlist "weights_steeringwheel"
  33. }
  34. $animation "anim_turnright" "turn_right" {
  35.     fps 1
  36.     subtract "neutral" 0
  37.     weightlist "weights_steeringwheel"
  38. }
  39.  
  40. $sequence "steeringwheelseq" {
  41.     "anim_turnleft"
  42.     "anim_turnright"
  43.     fps 1
  44.     delta
  45.     autoplay
  46.     hidden
  47.     blendwidth 2
  48.     blend "steeringwheel" -60 60
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement