Upvote Upvoted 3 Downvote Downvoted
Forward Spawn Binds (Killstreak Friendly)?
posted in Customization
1
#1
0 Frags +

I was wondering if there was a bind/script that could be made so that I can essentially do a quick resupply/forward spawn (such as load_itempreset 'x') but in a way fashion that wouldn't reset my killstreak.

Not a huge deal in the end, just curious

I was wondering if there was a bind/script that could be made so that I can essentially do a quick resupply/forward spawn (such as load_itempreset 'x') but in a way fashion that wouldn't reset my killstreak.

Not a huge deal in the end, just curious
2
#2
11 Frags +

Nope. load_itempreset is the closest you'll get, but it does.

Killstreaks don't matter though.

Nope. load_itempreset is the closest you'll get, but it does.

Killstreaks don't matter though.
3
#3
-6 Frags +

y do u care about killstreaks

y do u care about killstreaks
4
#4
-5 Frags +

i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues

i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues
5
#5
19 Frags +
ritay do u care about killstreaksBRKNot a huge deal in the end, just curious

.. I don't but if there was a way, I'd do it. Just thought I'd ask.

[quote=rita]y do u care about killstreaks[/quote]


[quote=BRK]Not a huge deal in the end, just curious[/quote]

.. I don't but if there was a way, I'd do it. Just thought I'd ask.
6
#6
4 Frags +
Vulcani'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues

Only banned if you use it to save uber as Medic

[quote=Vulcan]i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues[/quote]
Only banned if you use it to save uber as Medic
7
#7
cp_granary_pro
1 Frags +
Max_Vulcani'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leaguesOnly banned if you use it to save uber as Medic

im not sure why this is still a rule when you can use a loadout bind to forward/back spawn without switching hats and still retain ubercharge

[quote=Max_][quote=Vulcan]i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues[/quote]
Only banned if you use it to save uber as Medic[/quote]
im not sure why this is still a rule when you can use a loadout bind to forward/back spawn without switching hats and still retain ubercharge
8
#8
5 Frags +
Daggerim not sure why this is still a rule when you can use a loadout bind to forward/back spawn without switching hats and still retain ubercharge

Isn't the rule just that you can't retain uber while cycling spawns?

[quote=Dagger]im not sure why this is still a rule when you can use a loadout bind to forward/back spawn without switching hats and still retain ubercharge[/quote]

Isn't the rule just that you can't retain uber while cycling spawns?
9
#9
3 Frags +

you can manually track your kill streak with this script I made 2 years ago

http://pastebin.com/9XPeFQhE

you can manually track your kill streak with this script I made 2 years ago

http://pastebin.com/9XPeFQhE
10
#10
0 Frags +
DaggerMax_Vulcani'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leaguesOnly banned if you use it to save uber as Medicim not sure why this is still a rule when you can use a loadout bind to forward/back spawn without switching hats and still retain ubercharge

Using a loadout bind would also be against the rules in esea.

While we are on the subject, can anyone post one of the simple forward spawn/resupp scripts that actually changes the class so that I can get crit heals without relying on the item server letting me change loadouts?

[quote=Dagger][quote=Max_][quote=Vulcan]i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues[/quote]
Only banned if you use it to save uber as Medic[/quote]
im not sure why this is still a rule when you can use a loadout bind to forward/back spawn without switching hats and still retain ubercharge[/quote]

Using a loadout bind would also be against the rules in esea.

While we are on the subject, can anyone post one of the simple forward spawn/resupp scripts that actually changes the class so that I can get crit heals without relying on the item server letting me change loadouts?
11
#11
1 Frags +

// ----------------------------------------------------------------------------
// Quick Class Switcher
// ----------------------------------------------------------------------------

alias +spawn "join_class pyro"
alias -spawn "join_class soldier"

bind whateveryouwant "+spawn"

you gotta hold the button a bit longer than just tapping it, but you'll get the feel of it

// ----------------------------------------------------------------------------
// Quick Class Switcher
// ----------------------------------------------------------------------------

alias +spawn "join_class pyro"
alias -spawn "join_class soldier"

bind whateveryouwant "+spawn"

you gotta hold the button a bit longer than just tapping it, but you'll get the feel of it
12
#12
1 Frags +
Brimstone// ----------------------------------------------------------------------------
// Quick Class Switcher
// ----------------------------------------------------------------------------

alias +spawn "join_class pyro"
alias -spawn "join_class soldier"

bind whateveryouwant "+spawn"

you gotta hold the button a bit longer than just tapping it, but you'll get the feel of it

Isn't it better to join a random class than a specific one like pyro (in case the server has a class limit on offclasses and one of your teammates is already on pyro)

[quote=Brimstone]// ----------------------------------------------------------------------------
// Quick Class Switcher
// ----------------------------------------------------------------------------

alias +spawn "join_class pyro"
alias -spawn "join_class soldier"

bind whateveryouwant "+spawn"

you gotta hold the button a bit longer than just tapping it, but you'll get the feel of it[/quote]


Isn't it better to join a random class than a specific one like pyro (in case the server has a class limit on offclasses and one of your teammates is already on pyro)
13
#13
2 Frags +
BrimstoneQuick Class Switcher

Alternatively, put class switching on the numpad.

// Instant class switching
bind "KP_INS" "spectate"
bind "KP_END" "join_class scout"
bind "KP_DOWNARROW" "join_class soldier"
bind "KP_PGDN" "join_class pyro"
bind "KP_LEFTARROW" "join_class demoman"
bind "KP_5" "join_class heavyweapons"
bind "KP_RIGHTARROW" "join_class engineer"
bind "KP_HOME" "join_class medic"
bind "KP_UPARROW" "join_class sniper"
bind "KP_PGUP" "join_class spy"

1 = Scout, 2 = Soldier, 3 = Pyro, etc.
0 = join spectator
Probably works with TKL keyboards as well, assuming your keyboard has the proper layer.

[quote=Brimstone]Quick Class Switcher[/quote]
Alternatively, put class switching on the numpad.
[code]
// Instant class switching
bind "KP_INS" "spectate"
bind "KP_END" "join_class scout"
bind "KP_DOWNARROW" "join_class soldier"
bind "KP_PGDN" "join_class pyro"
bind "KP_LEFTARROW" "join_class demoman"
bind "KP_5" "join_class heavyweapons"
bind "KP_RIGHTARROW" "join_class engineer"
bind "KP_HOME" "join_class medic"
bind "KP_UPARROW" "join_class sniper"
bind "KP_PGUP" "join_class spy"
[/code]
1 = Scout, 2 = Soldier, 3 = Pyro, etc.
0 = join spectator
Probably works with TKL keyboards as well, assuming your keyboard has the proper layer.
14
#14
0 Frags +
alias +mate_joinclass      "bind 1 mate_scout;bind 2 mate_soldier;bind 3 mate_pyro;bind 4 mate_demoman;bind 5 mate_heavy;bind 6 mate_engineer;bind 7 mate_medic;bind 8 mate_sniper;bind 9 mate_spy"
alias -mate_joinclass      "bind 1 mate_slot1;bind 2 mate_slot2;bind 3 mate_slot3;bind 4 mate_slot4;bind 5 mate_slot5;bind 6 mate_slot6;bind 7 mate_slot7;bind 8 mate_slot8;bind 9 mate_slot9"

alias mate_scout           "join_class scout"
alias mate_soldier         "join_class soldier"
alias mate_pyro            "join_class pyro"
alias mate_demoman         "join_class demoman"
alias mate_heavy           "join_class heavyweapons"
alias mate_engineer        "join_class engineer"
alias mate_medic           "join_class medic"
alias mate_sniper          "join_class sniper"
alias mate_spy             "join_class spy"

alias mate_slot1           "weapon1"
alias mate_slot2           "weapon2"
alias mate_slot3           "weapon3"
alias mate_slot4           "slot4"
alias mate_slot5           "slot5"
alias mate_slot6           "slot6"
alias mate_slot7           "slot7"
alias mate_slot8           "slot8"
alias mate_slot9           "slot9"
alias mate_slot0           "slot10"

bind "0"              "mate_slot10"
bind "1"              "mate_slot1"
bind "2"              "mate_slot2"
bind "3"              "mate_slot3"
bind "4"              "mate_slot4"
bind "5"              "mate_slot5"
bind "6"              "mate_slot6"
bind "7"              "mate_slot7"
bind "8"              "mate_slot8"
bind "9"              "mate_slot9"

bind "alt"    "+mate_joinclass"

if you're tkl you could use this, holding alt makes your number keys switch class, letting go returns them to normal behavior

you have to rehold alt everytime you switch class though

[code]
alias +mate_joinclass "bind 1 mate_scout;bind 2 mate_soldier;bind 3 mate_pyro;bind 4 mate_demoman;bind 5 mate_heavy;bind 6 mate_engineer;bind 7 mate_medic;bind 8 mate_sniper;bind 9 mate_spy"
alias -mate_joinclass "bind 1 mate_slot1;bind 2 mate_slot2;bind 3 mate_slot3;bind 4 mate_slot4;bind 5 mate_slot5;bind 6 mate_slot6;bind 7 mate_slot7;bind 8 mate_slot8;bind 9 mate_slot9"

alias mate_scout "join_class scout"
alias mate_soldier "join_class soldier"
alias mate_pyro "join_class pyro"
alias mate_demoman "join_class demoman"
alias mate_heavy "join_class heavyweapons"
alias mate_engineer "join_class engineer"
alias mate_medic "join_class medic"
alias mate_sniper "join_class sniper"
alias mate_spy "join_class spy"

alias mate_slot1 "weapon1"
alias mate_slot2 "weapon2"
alias mate_slot3 "weapon3"
alias mate_slot4 "slot4"
alias mate_slot5 "slot5"
alias mate_slot6 "slot6"
alias mate_slot7 "slot7"
alias mate_slot8 "slot8"
alias mate_slot9 "slot9"
alias mate_slot0 "slot10"

bind "0" "mate_slot10"
bind "1" "mate_slot1"
bind "2" "mate_slot2"
bind "3" "mate_slot3"
bind "4" "mate_slot4"
bind "5" "mate_slot5"
bind "6" "mate_slot6"
bind "7" "mate_slot7"
bind "8" "mate_slot8"
bind "9" "mate_slot9"

bind "alt" "+mate_joinclass"
[/code]

if you're tkl you could use this, holding alt makes your number keys switch class, letting go returns them to normal behavior

you have to rehold alt everytime you switch class though
15
#15
3 Frags +
Vulcani'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues

why is it banned btw? i don't see anything wrong in it.
changing loadouts is the feature of the game.

[quote=Vulcan]i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues[/quote]
why is it banned btw? i don't see anything wrong in it.
changing loadouts is the feature of the game.
16
#16
0 Frags +
teebsBrimstoneQuick Class SwitcherAlternatively, put class switching on the numpad.
// Instant class switching
bind "KP_INS" "spectate"
bind "KP_END" "join_class scout"
bind "KP_DOWNARROW" "join_class soldier"
bind "KP_PGDN" "join_class pyro"
bind "KP_LEFTARROW" "join_class demoman"
bind "KP_5" "join_class heavyweapons"
bind "KP_RIGHTARROW" "join_class engineer"
bind "KP_HOME" "join_class medic"
bind "KP_UPARROW" "join_class sniper"
bind "KP_PGUP" "join_class spy"
1 = Scout, 2 = Soldier, 3 = Pyro, etc.
0 = join spectator
Probably works with TKL keyboards as well, assuming your keyboard has the proper layer.

i personally have class switching binds on F1-F9 so scout = F1, soldier = F2 etc. (doesn't work with demo because you cannot unbind F4 from ready up but if you don't play demo like me its fine)

[quote=teebs][quote=Brimstone]Quick Class Switcher[/quote]
Alternatively, put class switching on the numpad.
[code]
// Instant class switching
bind "KP_INS" "spectate"
bind "KP_END" "join_class scout"
bind "KP_DOWNARROW" "join_class soldier"
bind "KP_PGDN" "join_class pyro"
bind "KP_LEFTARROW" "join_class demoman"
bind "KP_5" "join_class heavyweapons"
bind "KP_RIGHTARROW" "join_class engineer"
bind "KP_HOME" "join_class medic"
bind "KP_UPARROW" "join_class sniper"
bind "KP_PGUP" "join_class spy"
[/code]
1 = Scout, 2 = Soldier, 3 = Pyro, etc.
0 = join spectator
Probably works with TKL keyboards as well, assuming your keyboard has the proper layer.[/quote]
i personally have class switching binds on F1-F9 so scout = F1, soldier = F2 etc. (doesn't work with demo because you cannot unbind F4 from ready up but if you don't play demo like me its fine)
17
#17
1 Frags +
Rotten_MindVulcani'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagueswhy is it banned btw? i don't see anything wrong in it.
changing loadouts is the feature of the game.

retaining uber is banned, regular cycling isn't

[quote=Rotten_Mind][quote=Vulcan]i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues[/quote]
why is it banned btw? i don't see anything wrong in it.
changing loadouts is the feature of the game.[/quote]
retaining uber is banned, regular cycling isn't
18
#18
0 Frags +
Max_Vulcani'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leaguesOnly banned if you use it to save uber as Medic

lol rip if banned in ugc

[quote=Max_][quote=Vulcan]i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues[/quote]
Only banned if you use it to save uber as Medic[/quote]

lol rip if banned in ugc
19
#19
5 Frags +

Not banned in ETF2L btw.

Not banned in ETF2L btw.
20
#20
-3 Frags +
shorasNot banned in ETF2L btw.

He's canada

[quote=shoras]Not banned in ETF2L btw.[/quote]
He's canada
21
#21
3 Frags +
VulcanshorasNot banned in ETF2L btw.He's canada

He's not the only person in that thread. And I'm kinda correcting you.

Vulcani'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues
[quote=Vulcan][quote=shoras]Not banned in ETF2L btw.[/quote]
He's canada[/quote]
He's not the only person in that thread. And I'm kinda correcting you.
[quote=Vulcan]i'm pretty sure just changing your hats will do this but i'm also pretty sure it's banned in most leagues[/quote]
Please sign in through STEAM to post a comment.