-
spawning with medigun
posted in
Customization
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.
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
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]
tf_remember_lastswitched 1 // Setting this to 1 will make the 'last weapon' persist between lives.
[/code]
^ 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
when prec starts to record, your game re-execs the class config
Wiethoofdtf_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?
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?
TwiggyWiethoofdmaybe it's dumb but what is the difference between active weapon and last weapon selected?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.
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
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
ooh i had no idea this 'lastweapon' was a thing lol
ooh i had no idea this 'lastweapon' was a thing lol
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]
[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]
AbysssNecroposting, but still. Maybe someone need italias +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
[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.