mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-21 21:45:43 +00:00
dvars
This commit is contained in:
parent
d977bf1277
commit
c91c49cb6e
@ -561,6 +561,10 @@ set scr_killstreak_rollover "1"
|
||||
set scr_killstreakHud "2"
|
||||
set scr_maxKillstreakRollover "1"
|
||||
set scr_killstreak_mod "0"
|
||||
set scr_specialist "1"
|
||||
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
|
||||
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
|
||||
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
|
||||
|
||||
// _nuke
|
||||
set scr_nuke_is_moab "1"
|
||||
|
@ -21,6 +21,19 @@
|
||||
1 - use Puffiamo's killstreak HUD
|
||||
2 - use NoFate's MW3 killstreak HUD
|
||||
|
||||
- scr_specialist <bool>
|
||||
false - (default) enable specialist from mw3, a player must only have the nuke selected as their killstreak
|
||||
|
||||
- scr_specialist_perks1 <string>
|
||||
- perks that appear in the first slot (2 killstreak) of specialist
|
||||
|
||||
- scr_specialist_perks2 <string>
|
||||
- perks that appear in the second slot (4 killstreak) of specialist
|
||||
|
||||
- scr_specialist_perks3 <string>
|
||||
- perks that appear in the third slot (6 killstreak) of specialist
|
||||
|
||||
|
||||
Thanks: H3X1C, Emosewaj, NoFate, Puffiamo, Intricate
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user