Advertisement
scrambled

scrambled's Pyro Config

Jul 10th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. // scrambled's Pyro Config
  2. // Viewmodel toggling alongside hiding your own flames as pyro
  3. // Not compatible with mousewheel weapon switching
  4.  
  5. // Add binds to reset 1, 2, 3 and v to your game overrides config
  6.  
  7. //non-stock binds
  8. bind "1" "burn"
  9. bind "2" "sting"
  10. bind "3" "whack"
  11. bind "v" "toggle_view"
  12.  
  13. //class specific settings
  14. alias "burn" "slot1;flames_active;alias views_off viewmodels_off_flames"
  15. alias "sting" "slot2;other_active;alias views_off viewmodels_off_other"
  16. alias "whack" "slot3;other_active;alias views_off viewmodels_off_other"
  17. alias "myViewFOV" "viewmodel_fov 90" //change this to your normal viewmodel FOV
  18.  
  19. alias toggle_view toggle_view_off
  20. alias toggle_view_off "alias toggle_view toggle_view_on;alias flames_active viewmodels_off_flames;alias other_active viewmodels_off_other;views_off"
  21. alias toggle_view_on "alias toggle_view toggle_view_off;alias flames_active viewmodels_on;alias other_active viewmodels_on;viewmodels_on"
  22.  
  23. alias viewmodels_on "myViewFOV;r_drawviewmodel 1"
  24. alias viewmodels_off_flames "viewmodel_fov -360;r_drawviewmodel 0"
  25. alias viewmodels_off_other "myViewFOV;r_drawviewmodel 0"
  26.  
  27. toggle_view_on
  28. burn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement