Razer981

Advanced Moviemaking Commands

Jan 24th, 2018
1,601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. mirv_streams add baseFx myMatte
  2.  
  3. mirv_streams edit myMatte clientEffectTexturesAction noDraw
  4. mirv_streams edit myMatte worldTexturesAction myMatte
  5. mirv_streams edit myMatte skyBoxTexturesAction myMatte
  6. mirv_streams edit myMatte staticPropTexturesAction myMatte
  7. mirv_streams edit myMatte cableAction noDraw
  8. mirv_streams edit myMatte playerModelsAction draw
  9. mirv_streams edit myMatte weaponModelsAction draw
  10. mirv_streams edit myMatte statTrakAction draw
  11. mirv_streams edit myMatte shellModelsAction draw
  12. mirv_streams edit myMatte otherModelsAction myMatte
  13. mirv_streams edit myMatte decalTexturesAction noDraw
  14. mirv_streams edit myMatte effectsAction noDraw
  15. mirv_streams edit myMatte shellParticleAction draw
  16. mirv_streams edit myMatte otherParticleAction noDraw
  17. mirv_streams edit myMatte stickerAction draw
  18. mirv_streams edit myMatte errorMaterialAction myMatte
  19. mirv_streams edit myMatte otherAction noDraw
  20. mirv_streams edit myMatte smokeOverlayAlphaFactor 0.01
  21. mirv_streams edit myMatte actionFilter add "effects/overlaysmoke" noDraw
  22.  
  23.  
  24. mirv_streams add baseFx myWorld
  25.  
  26. mirv_streams edit myWorld clientEffectTexturesAction draw
  27. mirv_streams edit myWorld worldTexturesAction draw
  28. mirv_streams edit myWorld skyBoxTexturesAction draw
  29. mirv_streams edit myWorld staticPropTexturesAction draw
  30. mirv_streams edit myWorld cableAction draw
  31. mirv_streams edit myWorld playerModelsAction noDraw
  32. mirv_streams edit myWorld weaponModelsAction noDraw
  33. mirv_streams edit myWorld statTrakAction noDraw
  34. mirv_streams edit myWorld shellModelsAction noDraw
  35. mirv_streams edit myWorld otherModelsAction draw
  36. mirv_streams edit myWorld decalTexturesAction draw
  37. mirv_streams edit myWorld effectsAction draw
  38. mirv_streams edit myWorld shellParticleAction noDraw
  39. mirv_streams edit myWorld otherParticleAction draw
  40. mirv_streams edit myWorld stickerAction noDraw
  41. mirv_streams edit myWorld errorMaterialAction draw
  42. mirv_streams edit myWorld otherAction draw
  43.  
  44.  
  45. mirv_streams add baseFx myDepth
  46.  
  47. mirv_streams edit myDepth clientEffectTexturesAction noDraw
  48. mirv_streams edit myDepth worldTexturesAction debugDepth
  49. mirv_streams edit myDepth skyBoxTexturesAction debugDepth
  50. mirv_streams edit myDepth staticPropTexturesAction debugDepth
  51. mirv_streams edit myDepth cableAction noDraw
  52. mirv_streams edit myDepth playerModelsAction debugDepth
  53. mirv_streams edit myDepth weaponModelsAction debugDepth
  54. mirv_streams edit myDepth statTrakAction debugDepth
  55. mirv_streams edit myDepth shellModelsAction debugDepth
  56. mirv_streams edit myDepth otherModelsAction debugDepth
  57. mirv_streams edit myDepth decalTexturesAction noDraw
  58. mirv_streams edit myDepth effectsAction noDraw
  59. mirv_streams edit myDepth shellParticleAction noDraw
  60. mirv_streams edit myDepth otherParticleAction noDraw
  61. mirv_streams edit myDepth stickerAction noDraw
  62. mirv_streams edit myDepth errorMaterialAction debugDepth
  63. mirv_streams edit myDepth otherAction debugDepth
  64.  
  65.  
  66. mirv_streams add baseFx myDepthWorld
  67.  
  68. mirv_streams edit myDepthWorld clientEffectTexturesAction noDraw
  69. mirv_streams edit myDepthWorld worldTexturesAction debugDepth
  70. mirv_streams edit myDepthWorld skyBoxTexturesAction debugDepth
  71. mirv_streams edit myDepthWorld staticPropTexturesAction debugDepth
  72. mirv_streams edit myDepthWorld cableAction noDraw
  73. mirv_streams edit myDepthWorld playerModelsAction noDraw
  74. mirv_streams edit myDepthWorld weaponModelsAction noDraw
  75. mirv_streams edit myDepthWorld statTrakAction noDraw
  76. mirv_streams edit myDepthWorld shellModelsAction noDraw
  77. mirv_streams edit myDepthWorld otherModelsAction debugDepth
  78. mirv_streams edit myDepthWorld decalTexturesAction noDraw
  79. mirv_streams edit myDepthWorld effectsAction noDraw
  80. mirv_streams edit myDepthWorld shellParticleAction noDraw
  81. mirv_streams edit myDepthWorld otherParticleAction noDraw
  82. mirv_streams edit myDepthWorld stickerAction noDraw
  83. mirv_streams edit myDepthWorld errorMaterialAction debugDepth
  84. mirv_streams edit myDepthWorld otherAction debugDepth
Add Comment
Please, Sign In to add comment