Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /////////////////////////////////////////////
- // throttle
- /////////////////////////////////////////////
- $poseparameter "throttle" 0 8 0
- $weightlist "weights_throttle" {
- "root" 0
- "throttle" 1
- "throttledial" 1
- "transitionlever" 0
- "transitiondial" 0
- "reverser" 0
- "trainbrake" 0
- "locobrake" 0
- }
- $animation "anim_throttle_idle" "anim_throttle_idle" {
- fps 1
- subtract "anim_neutral" 0
- weightlist "weights_throttle"
- }
- $animation "anim_throttle_full" "anim_throttle_full" {
- fps 1
- subtract "anim_neutral" 0
- weightlist "weights_throttle"
- }
- $sequence "throttleseq" {
- "anim_throttle_idle"
- "anim_throttle_full"
- fps 1
- delta
- autoplay
- hidden
- blendwidth 2
- blend "throttle" 0 8
- }
Advertisement
Add Comment
Please, Sign In to add comment