Forum
tf2mate - TF2 config generator
Created 9th October 2010 @ 21:46
Add A Reply Pages: « Previous 1 ... 9 10
Quoted from kustom3
[…]
Remove/Comment this :
bind "shift" "+mate_joinclass"
You might also need to “unbind shift”.
Thanks mate, it worked!
TF2mate r17:
– Updated Chris’ configs
– Changed Medic call bind F -> E (which is the default)
COMPTON IN DA HOUSE
Might make me seem like an idiot, but why does the config make loads of custom aliases for simple stuff like attacking. For instance it creates +mate_attack when +attack is already doing the same thing,
I might be missing something here but if someone could explain it to me I’d appreciate it.
Quoted from Alfie
I might be missing something here but if someone could explain it to me I’d appreciate it.
It won’t interrupt autoheal aliases in this case.
Last edited by envy,
My engi and spy cfg are not working at all :/
Quoted from Dazrovia
My engi and spy cfg are not working at all :/
1. go to spy cfg file and change
exec crosshairswitcher/disable-crosshairswitcher; medium; white; dot; 84
to:
exec crosshairswitcher/switcher; spy
2. go to engineer cfg file and change
exec crosshairswitcher/disable-crosshairswitcher; medium; white; cross; 84
to:
exec crosshairswitcher/switcher; engineer
hf
How can i have default crosshair? when i press default crosshair button it always give me cross with dot crosshair
Quoted from KaaaNoob
How can i have default crosshair? when i press default crosshair button it always give me cross with dot crosshair
1. go to the folder crosshairswitcher.
2. create a notepad and in there type: cl_crosshair_file “”
3. save as default1.cfg
4. go to crosshairs.cfg and the crosshairswitcher folder, there you’ll see
////////////////
// CROSSHAIRS //
////////////////
add this: alias default1 “exec crosshairswitcher/default1”
have fun :)
Quoted from Haim
[…]
1. go to the folder crosshairswitcher.
2. create a notepad and in there type: cl_crosshair_file “”
3. save as default1.cfg
4. go to crosshairs.cfg and the crosshairswitcher folder, there you’ll see////////////////
// CROSSHAIRS //
////////////////add this: alias default1 “exec crosshairswitcher/default1”
have fun :)
Thanks =D
I have a strange problem, shift+tab stopped working. When going to the shop TF2 ask me to turn on steam community in-game, although it’s turned on. Any ideas? The loss of shift+tab is annoying. :c
Ok, nevermind, deleted dat -dxlevel and started working.
And, of course, awesome little thingy, mate! :3
Last edited by fenbekus,
I’ve programmed a tool like this one but I gave up on it because it would have been hard to use and totally without concept. Nice to see someone managed to make a good one :D
How would i incorporate a script which will bind my “Q” key, to switch between primary and secondary weapon, and not just last weapon used?
Edit:
Used this. Putted it into all of my class .CFGs
// Q-Switch (primary/secondary)
bind q “qswitch”
bind 1 “primary”
bind 2 “secondary”
bind 3 “melee”
alias prevweapon “primary”
alias qswitch “secondary”
alias primary “slot1; soldier_primary; alias qswitch secondary; alias prevweapon primary”
alias secondary “slot2; soldier_Secondary; alias qswitch primary; alias prevweapon secondary”
alias melee “slot3; soldier_melee; alias qswitch prevweapon”
If you want to use it for all the classes. Swap “Soldier_primary/secondary/melee with foreksample scout_primary/secondary/melee.
Last edited by Sofa King,
Add A Reply Pages: « Previous 1 ... 9 10