Advertisement
alaestor

autoexec_sp.cfg

Nov 28th, 2023 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. # visual
  2. seta "r_customWidth" "3840"
  3. seta "r_customHeight" "2160"
  4. seta "r_mode" "-1"
  5. vid_restart
  6. seta "cg_fov" "97"
  7. seta "cg_drawFPS" "1"
  8. seta "r_dynamicglow" "1"
  9.  
  10. # controller stick speed
  11. seta "cl_pitchspeed" "50"
  12. seta "cl_yawspeed" "50"
  13.  
  14. # hq sfx/music
  15. seta "s_kHz" "44"
  16.  
  17. #######################
  18. ### TAUNTS ###
  19. #######################
  20.  
  21. bind t "taunt"
  22. bind y "bow"
  23. bind u "flourish"
  24. bind i "gloat"
  25. bind o "meditate"
  26.  
  27. #######################
  28. ### ENABLE CHEATS ###
  29. #######################
  30. devmapall 1
  31. iknowkungfu
  32. seta "helpUsObi" "1"
  33. seta "sv_cheats" "1"
  34.  
  35. # ez cheat hotkey
  36. bind x "give force;give armor;give health;give ammo;echo REFILLED"
  37. bind pgup "setsaberall 10;setforceall 4;addsaberstyle SS_FAST;addsaberstyle SS_STRONG;addsaberstyle SS_TAVION;echo UNLOCKED ABILITIES"
  38. bind \ "noclip"
  39.  
  40. # swap sabers
  41. set "switchsaber_1" "saber kyle_boss;bind h vstr switchsaber_2"
  42. set "switchsaber_2" "saber luke luke;bind h vstr switchsaber_3"
  43. set "switchsaber_3" "saber dual_4;bind h vstr switchsaber_4"
  44. set "switchsaber_4" "saber desann;bind h vstr switchsaber_5"
  45. set "switchsaber_5" "saber sith_sword;bind h vstr switchsaber_1"
  46. bind h vstr "switchsaber_1"
  47.  
  48. # slowmo
  49. set "slomo_1" "timescale 0.3;bind capslock vstr slomo_2"
  50. set "slomo_2" "timescale 1;bind capslock vstr slomo_1"
  51. bind capslock vstr "slomo_1"
  52.  
  53. # some free force
  54. bind f "give force;+useforce;give force"
  55. bind space "give force;+moveup;give force"
  56. bind mouse1 "give force;+attack;give force"
  57. bind mouse2 "give force;+altattack;give force"
  58. bind mouse3 "give force;force_sight;give force"
  59. bind mouse4 "give force;force_pull;give force"
  60. bind mouse5 "give force;force_throw;give force"
  61.  
  62. #######################
  63. ### MODS ###
  64. #######################
  65.  
  66. bind , uimenu ingamecharactermenu
  67. bind . playermodel player
  68.  
  69. #######################
  70. ### DISMEMBERMENT ###
  71. #######################
  72.  
  73. # is this for jedi outcast? idk
  74. seta "g_saberrealisticcombat" "3"
  75.  
  76. # sharpness of lightsaber blade
  77. seta "g_sabermorerealistic" "2"
  78. # 0 (normal), 1 (higher damage), 2 (cuts parts off when damage is fatal), 3 (even touching the blade kills instantly)
  79.  
  80. # how much can get sliced off
  81. seta "g_dismemberment" "3"
  82. #0 (nothing), 1 (hands, feet), 2 (hands, feet, arms, legs), 3 (hands, feet, arms, legs, head, torso)
  83.  
  84. # how likely dismemberment is to happen
  85. seta "g_DismemberProbabilities" "90"
  86. # 0 to 100 (the number being the chance in percentage)
  87.  
  88. # MULTIPLAYER disable/enable dismemberment
  89. seta "g_dismember" "100"
  90. # 0 (disabled), 100 (enabled)
  91.  
  92. # MULTIPLAYER how much can get sliced off
  93. seta "cg_dismember" "3"
  94. # 0 (nothing), 1 (hands, feet, arms, legs), 2 (hands, feet, arms, legs, head, torso)
  95.  
  96. #######################
  97. ### MISC ENGINE ###
  98. #######################
  99.  
  100. # no corpse removal
  101. seta "g_corpseRemovalTime" "0"
  102.  
  103. # soft bodies (rag-doll physics)
  104. seta "broadsword" "1"
  105. # 0 (disabled), 1 (enabled), 2 (enabled and skips death animation)
  106.  
  107.  
  108. #######################
  109. ### DONE ###
  110. #######################
  111.  
  112. echo "autoexec loaded"
  113.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement