Razer981

Moviemaking Commands

Jan 24th, 2018
3,673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. exec afx/updateWorkaround
  2.  
  3. mirv_streams print
  4. mirv_streams record format tga
  5. mirv_streams record name "Directory" (Change "Directory" to where you want to record the clip to)
  6.  
  7. cl_draw_only_deathnotices 1
  8.  
  9. //Preview
  10. mirv_streams preview mymatte (Greenscreen)
  11. mirv_streams preview myworld (World)
  12. mirv_streams preview mydepth (Depth + Models)
  13. mirv_streams preview mydepthworld (Depth)
  14.  
  15. //Add Streams
  16. mirv_streams add mymatte (Greenscreen)
  17. mirv_streams add myworld (World)
  18. mirv_streams add mydepth (Depth + Models)
  19. mirv_streams add mydepthworld (Depth)
  20.  
  21. //Remove Streams
  22. mirv_streams remove mymatte (Greenscreen)
  23. mirv_streams remove myworld (World)
  24. mirv_streams remove mydepth (Depth + Models)
  25. mirv_streams remove mydepthworld (Depth)
  26.  
  27. //Smoke Fix
  28. mirv_streams edit myMatte otherParticleAction Draw
  29.  
  30. //Set Framerate
  31. host_timescale 0
  32. host_framerate 300 (Change the framerate to what you what to record)
  33.  
  34. //Record Sound
  35. mirv_snd_timescale 1
  36.  
  37. //Recording Commands
  38. mirv_streams record start
  39. mirv_streams record end
  40.  
  41. www.youtube.com/c/AlanGamingHD
Add Comment
Please, Sign In to add comment