Upvote Upvoted 0 Downvote Downvoted
spawning with medigun
posted in Customization
1
#1
0 Frags +

-

-
2
#2
refresh.tf
3 Frags +

There's an advanced option to spawn holding the same weapon you had out when you died, other than that I would say you should just switch weapons. It's not really that difficult.

There's an advanced option to spawn holding the same weapon you had out when you died, other than that I would say you should just switch weapons. It's not really that difficult.
3
#3
0 Frags +

There is an advanced option to spawn holding the last weapon you were holding, dont know the command tho

There is an advanced option to spawn holding the last weapon you were holding, dont know the command tho
4
#4
whitelist.tf
6 Frags +
tf_remember_activeweapon 1 // Setting this to 1 will make the active weapon persist between lives.
tf_remember_lastswitched 1 // Setting this to 1 will make the 'last weapon' persist between lives.
[code]tf_remember_activeweapon 1 // Setting this to 1 will make the active weapon persist between lives.
tf_remember_lastswitched 1 // Setting this to 1 will make the 'last weapon' persist between lives.
[/code]
5
#5
3 Frags +

^ otherwise have "slot2" command in your medic config
when prec starts to record, your game re-execs the class config

^ otherwise have "slot2" command in your medic config
when prec starts to record, your game re-execs the class config
6
#6
0 Frags +
Wiethoofd
tf_remember_activeweapon 1 // Setting this to 1 will make the active weapon persist between lives.
tf_remember_lastswitched 1 // Setting this to 1 will make the 'last weapon' persist between lives.

maybe it's dumb but what is the difference between active weapon and last weapon selected?

[quote=Wiethoofd][code]tf_remember_activeweapon 1 // Setting this to 1 will make the active weapon persist between lives.
tf_remember_lastswitched 1 // Setting this to 1 will make the 'last weapon' persist between lives.
[/code][/quote]
maybe it's dumb but what is the difference between active weapon and last weapon selected?
7
#7
2 Frags +
TwiggyWiethoofd
tf_remember_activeweapon 1 // Setting this to 1 will make the active weapon persist between lives.
tf_remember_lastswitched 1 // Setting this to 1 will make the 'last weapon' persist between lives.
maybe it's dumb but what is the difference between active weapon and last weapon selected?

active weapon is a weapon you had out when you dies
last weapon is "lastweapon", bound to Q by default

[quote=Twiggy][quote=Wiethoofd][code]tf_remember_activeweapon 1 // Setting this to 1 will make the active weapon persist between lives.
tf_remember_lastswitched 1 // Setting this to 1 will make the 'last weapon' persist between lives.
[/code][/quote]
maybe it's dumb but what is the difference between active weapon and last weapon selected?[/quote]
active weapon is a weapon you had out when you dies
last weapon is "lastweapon", bound to Q by default
8
#8
0 Frags +

ooh i had no idea this 'lastweapon' was a thing lol

ooh i had no idea this 'lastweapon' was a thing lol
9
#9
3 Frags +

Necroposting, but still. Maybe someone need it

alias +loadoutA "load_itempreset 0"
alias +loadoutB "load_itempreset 1"
alias +loadoutC "load_itempreset 2"
alias +loadoutD "load_itempreset 3"
alias -loadoutA slot2
alias -loadoutB slot2
alias -loadoutC slot2
alias -loadoutD slot2
bind "F5" "+loadoutA"
bind "F6" "+loadoutB"
bind "F7" "+loadoutC"
bind "F8" "+loadoutD"
Necroposting, but still. Maybe someone need it
[code]alias +loadoutA "load_itempreset 0"
alias +loadoutB "load_itempreset 1"
alias +loadoutC "load_itempreset 2"
alias +loadoutD "load_itempreset 3"
alias -loadoutA slot2
alias -loadoutB slot2
alias -loadoutC slot2
alias -loadoutD slot2
bind "F5" "+loadoutA"
bind "F6" "+loadoutB"
bind "F7" "+loadoutC"
bind "F8" "+loadoutD"[/code]
10
#10
1 Frags +
AbysssNecroposting, but still. Maybe someone need it
alias +loadoutA "load_itempreset 0"
alias +loadoutB "load_itempreset 1"
alias +loadoutC "load_itempreset 2"
alias +loadoutD "load_itempreset 3"
alias -loadoutA slot2
alias -loadoutB slot2
alias -loadoutC slot2
alias -loadoutD slot2
bind "F5" "+loadoutA"
bind "F6" "+loadoutB"
bind "F7" "+loadoutC"
bind "F8" "+loadoutD"

2 weeks is not a necro, lurk more

[quote=Abysss]Necroposting, but still. Maybe someone need it
[code]alias +loadoutA "load_itempreset 0"
alias +loadoutB "load_itempreset 1"
alias +loadoutC "load_itempreset 2"
alias +loadoutD "load_itempreset 3"
alias -loadoutA slot2
alias -loadoutB slot2
alias -loadoutC slot2
alias -loadoutD slot2
bind "F5" "+loadoutA"
bind "F6" "+loadoutB"
bind "F7" "+loadoutC"
bind "F8" "+loadoutD"[/code][/quote]
2 weeks is not a necro, lurk more
Please sign in through STEAM to post a comment.