Advertisement
mattjeanes

door.qc

Dec 4th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. $cd "C:\Users\Matt\Documents\TARDIS\TimeVortex_VFX\3ds"
  2. $modelname "drmatt\tardis\exterior\door.mdl"
  3. $scale 0.75
  4. $origin 0 0 0 -90
  5. $model "body" "door_d"
  6. $cdmaterials "models/drmatt/tardis/exterior"
  7. $surfaceprop "wood"
  8.  
  9. $collisionmodel "door_d"
  10. {
  11. $mass 5000
  12. $concave
  13. }
  14.  
  15. $bodygroup sticker
  16. {
  17. blank
  18. studio "exterior_sticker.smd"
  19. }
  20.  
  21. $bodygroup litsign
  22. {
  23. studio "exterior_sign_unlit.smd"
  24. studio "exterior_sign_lit.smd"
  25. }
  26.  
  27. $bodygroup 3dsign
  28. {
  29. blank
  30. studio "door_sign.smd"
  31. }
  32.  
  33. $texturegroup "tardis_door"
  34. {
  35. {"TARDIS_DF"}
  36. {"TARDIS_DF_Tennant"}
  37. {"TARDIS_DF_SmithOld"}
  38. {"TARDIS_DF_Hurt"}
  39. }
  40.  
  41. $sequence idle "door_i" fps 30.00
  42.  
  43. $animation neutral "door_i" frame 0 0 fps 30
  44.  
  45. //anim
  46. $weightlist switch {
  47. "Bone001" 1.0
  48. "Bone002" 1.0
  49. "Bone004" 1.0
  50. "leftdoorbone" 1.0
  51. "rightdoorbone" 1.0
  52. }
  53.  
  54. $animation 1 "door_a" frame 0 0 subtract neutral 0 weightlist switch
  55. $animation 2 "door_a" frame 1 1 subtract neutral 0 weightlist switch
  56. $animation 3 "door_a" frame 2 2 subtract neutral 0 weightlist switch
  57. $animation 4 "door_a" frame 3 3 subtract neutral 0 weightlist switch
  58. $animation 5 "door_a" frame 4 4 subtract neutral 0 weightlist switch
  59. $animation 6 "door_a" frame 5 5 subtract neutral 0 weightlist switch
  60. $animation 7 "door_a" frame 6 6 subtract neutral 0 weightlist switch
  61. $animation 8 "door_a" frame 7 7 subtract neutral 0 weightlist switch
  62. $animation 9 "door_a" frame 8 8 subtract neutral 0 weightlist switch
  63. $animation 10 "door_a" frame 9 9 subtract neutral 0 weightlist switch
  64. $animation 11 "door_a" frame 10 10 subtract neutral 0 weightlist switch
  65.  
  66. $sequence switch { 1 2 3 4 5 6 7 8 9 10 11 blendwidth 11 blend switch 0 1 } weightlist switch delta autoplay
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement