Advertisement
MinkQ

CSGO-cfg-PracAimMap-nmyi

Jun 5th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. // exec PracAimMap
  2.  
  3. // For map "training_aim_csgo2_dark"
  4. // From SteamCommunity user, "nope" Workshop
  5. // dark version:
  6. // https://steamcommunity.com/sharedfiles/filedetails/?id=241148414
  7. // light version (normal):
  8. // https://steamcommunity.com/sharedfiles/filedetails/?id=213240871
  9.  
  10. // ctrl+1 to hide gun model for better practice
  11.  
  12. // r_drawparticles 0 ; Gets rid of distracting muzzle flash & smoke from the barrel
  13.  
  14. r_drawparticles 0
  15.  
  16. // Standard practice config
  17.  
  18. mp_ignore_round_win_conditions 1 ;
  19.  
  20. sv_cheats 1
  21. sv_infinite_ammo 1
  22. ammo_grenade_limit_total 4
  23.  
  24. // mp_warmup_end
  25. // mp_freezetime 0
  26.  
  27. mp_roundtime 60
  28. mp_roundtime_defuse 60
  29. sv_grenade_trajectory 1
  30. sv_grenade_trajectory_time 12
  31. sv_regeneration_force_on 1
  32. sv_showimpacts 2
  33. sv_showimpacts_time 0.8
  34. mp_limitteams 0
  35. mp_autoteambalance 0
  36. mp_maxmoney 60000
  37. mp_startmoney 60000
  38. mp_buytime 99999
  39. mp_buy_anywhere 0
  40. mp_respawn_on_death_t 1
  41. mp_respawn_on_death_ct 1
  42.  
  43. // mp_restartgame 1
  44.  
  45. weapon_accuracy_nospread 1 ;
  46.  
  47. // Optional bots
  48.  
  49. // bot_add_t
  50.  
  51. // bot_add_ct
  52.  
  53. // bot_stop 1
  54.  
  55. // Note: I later learned that adding bots in aim practice map does not work
  56.  
  57. gods 1
  58.  
  59. give weapon_ak47
  60. give weapon_usp_silencer
  61. give weapon_m4a1_silencer
  62. give weapon_awp
  63. give weapon_mp9
  64. give weapon_mac10
  65. give weapon_deagle
  66.  
  67. give item_assaultsuit
  68.  
  69. give weapon_hegrenade
  70. give weapon_c4
  71. give weapon_flashbang
  72. give weapon_incgrenade
  73. give weapon_molotov
  74. give weapon_smokegrenade
  75. give weapon_taser
  76.  
  77.  
  78.  
  79. // When you want sv_infinite_ammo is zero & you want to simulate normal amount of nade limit
  80.  
  81. bind "DEL" "give weapon_hegrenade ; give weapon_flashbang ; give weapon_smokegrenade ; give weapon_molotov ; give weapon_decoy ;"
  82.  
  83. // aim map origin
  84.  
  85. bind "kp_end" "setpos_exact 0.000000 192.000000 0.031250;setang_exact -11.220000 89.96 0.000000";
  86.  
  87. // eye level center 2.5 distance (btwn 1-4) turn on noclip
  88.  
  89. bind "kp_downarrow" "setpos_exact -0.081461 -157.672073 63.937313;setang_exact 0.000000 90.0 0.000000";
  90.  
  91.  
  92. bind "kp_pgdn" "setpos_exact -0.081451 -390.286743 63.937313;setang_exact 0.000000 90.0 0.000000";
  93.  
  94.  
  95. bind "kp_leftarrow" "setpos_exact -0.081451 -425.00 100.0;setang_exact 0.000000 90.0 0.000000";
  96.  
  97.  
  98. bind "kp_5" "setpos_exact -0.081440 -666.738525 100.000000;setang_exact 0.000000 90.000000 0.000000";
  99.  
  100.  
  101. bind "kp_rightarrow" "setpos_exact -0.081476 174.647568 63.937313;setang_exact 0.000000 90.000000 0.000000";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement