Upvote Upvoted 2 Downvote Downvoted
emergency lan scripting help
posted in Customization
1
#1
0 Frags +

i forgot to bring my config to lan and i have no idea how i had it setup to work

i'd like it mouse1 switches to primary and shoot, mouse2 switches to secondary and shoots, and mouse4 switches to melee and shoots

any help would be super appreciated.

i forgot to bring my config to lan and i have no idea how i had it setup to work

i'd like it mouse1 switches to primary and shoot, mouse2 switches to secondary and shoots, and mouse4 switches to melee and shoots

any help would be super appreciated.
2
#2
25 Frags +

classic

classic
3
#3
0 Frags +
bind "MOUSE1" "slot1; +attack"
bind "MOUSE2" "slot2; +attack"
bind "MOUSE4" "slot3; +attack"

idk

[code]bind "MOUSE1" "slot1; +attack"
bind "MOUSE2" "slot2; +attack"
bind "MOUSE4" "slot3; +attack"[/code]
idk
4
#4
-1 Frags +

bind mouse1 "slot1; +attack"
bind mouse2 "slot2; +attack"
bind mouse4 "slot3; +attack"
smh ninja'd

bind mouse1 "slot1; +attack"
bind mouse2 "slot2; +attack"
bind mouse4 "slot3; +attack"
smh ninja'd
5
#5
-3 Frags +
smesi
bind "MOUSE1" "slot1; +attack"
bind "MOUSE2" "slot2; +attack"
bind "MOUSE4" "slot3; +attack"
idk

nah that doesn't do it. i remember the scrip i had using aliases and having stuff bound to like +scatter and -scatter if that helps

[quote=smesi][code]bind "MOUSE1" "slot1; +attack"
bind "MOUSE2" "slot2; +attack"
bind "MOUSE4" "slot3; +attack"[/code]
idk[/quote]

nah that doesn't do it. i remember the scrip i had using aliases and having stuff bound to like +scatter and -scatter if that helps
6
#6
3 Frags +
alias "scatter" "slot1; +attack"
alias "pistol" "slot2; +attack"
alias "bat" "slot3; +attack"

bind "MOUSE1" "scatter"
bind "MOUSE2" "pistol"
bind "MOUSE4" "bat"

this is basically the same thing but with aliases idk much about aliasing or scripting in general but i just wanted help at least

[code]alias "scatter" "slot1; +attack"
alias "pistol" "slot2; +attack"
alias "bat" "slot3; +attack"

bind "MOUSE1" "scatter"
bind "MOUSE2" "pistol"
bind "MOUSE4" "bat"[/code]

this is basically the same thing but with aliases idk much about aliasing or scripting in general but i just wanted help at least
7
#7
-4 Frags +

it deinfitely involved +attack and -attack, sorry I can't be of more help to people trying to help me

it deinfitely involved +attack and -attack, sorry I can't be of more help to people trying to help me
8
#8
-1 Frags +
saami'd like it mouse1 switches to primary and shoot, mouse2 switches to secondary and shoots, and mouse4 switches to melee and shoots.

When you say mouseX switches to it's respective weapon and shoots, do you mean that if you were to click mouse1 once, it would switch to your primary and automatically keep shooting until you pressed another key or switched to a different weapon? If not then could maybe try to get into more detail about the specifics of how your config works?

Weird questions but idk people usually have very weird or specific configs.for their likings.

[quote=saam]i'd like it mouse1 switches to primary and shoot, mouse2 switches to secondary and shoots, and mouse4 switches to melee and shoots.[/quote]

When you say mouseX switches to it's respective weapon and shoots, do you mean that if you were to click mouse1 once, it would switch to your primary and automatically keep shooting until you pressed another key or switched to a different weapon? If not then could maybe try to get into more detail about the specifics of how your config works?

Weird questions but idk people usually have very weird or specific configs.for their likings.
9
#9
5 Frags +

i figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit

alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"
i figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit

[code]alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"[/code]
10
#10
-15 Frags +

weird config?!?

weird config?!?
11
#11
0 Frags +

// Binds m1 m2 and m4 to quick switch and attack
alias none ""
alias soch1 "slot1; r_drawviewmodel 0; viewmodel_fov 0.1; tf_use_min_viewmodels 1"
alias soch2 "slot2; r_drawviewmodel 0; viewmodel_fov 54; tf_use_min_viewmodels 1"
alias soch3 "slot3; r_drawviewmodel 1; viewmodel_fov 90; tf_use_min_viewmodels 0"

alias rock "alias -rock mrock; alias -wack none; alias -shot none" // this change alias' when mouse1 is pressed
alias shot "alias -shot mshot; alias -rock none; alias -wack none" // this change alias' when mouse2 is pressed
alias wack "alias -wack mwack; alias -shot none; alias -rock none" // this change alias' when mouse4 is pressed

alias +rock "rock; soch1; +attack; spec_next" // alias for when mouse1 is pressed
alias mrock "-attack"

alias +shot "shot; soch2; +attack; spec_prev" // alias for when mouse2 is pressed
alias mshot "-attack"

alias +wack "wack; soch3; +attack" // alias for when mouse 4 is pressed
alias mwack "-attack"

bind mouse1 "+rock" // equip primary and attack
bind mouse2 "+shot" // equip secondary and attack
bind mouse4 "+wack" // equip melee and attack

// Binds m1 m2 and m4 to quick switch and attack
alias none ""
alias soch1 "slot1; r_drawviewmodel 0; viewmodel_fov 0.1; tf_use_min_viewmodels 1"
alias soch2 "slot2; r_drawviewmodel 0; viewmodel_fov 54; tf_use_min_viewmodels 1"
alias soch3 "slot3; r_drawviewmodel 1; viewmodel_fov 90; tf_use_min_viewmodels 0"

alias rock "alias -rock mrock; alias -wack none; alias -shot none" // this change alias' when mouse1 is pressed
alias shot "alias -shot mshot; alias -rock none; alias -wack none" // this change alias' when mouse2 is pressed
alias wack "alias -wack mwack; alias -shot none; alias -rock none" // this change alias' when mouse4 is pressed

alias +rock "rock; soch1; +attack; spec_next" // alias for when mouse1 is pressed
alias mrock "-attack"

alias +shot "shot; soch2; +attack; spec_prev" // alias for when mouse2 is pressed
alias mshot "-attack"

alias +wack "wack; soch3; +attack" // alias for when mouse 4 is pressed
alias mwack "-attack"

bind mouse1 "+rock" // equip primary and attack
bind mouse2 "+shot" // equip secondary and attack
bind mouse4 "+wack" // equip melee and attack
12
#12
1 Frags +
saami figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit
alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"

Did you try using the code we gave you? I'm pretty sure it works both ways

[quote=saam]i figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit

[code]alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"[/code][/quote]
Did you try using the code we gave you? I'm pretty sure it works both ways
13
#13
3 Frags +

this is why dropbox is your friend

this is why dropbox is your friend
14
#14
5 Frags +
Vulcansaami figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit
alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"
Did you try using the code we gave you? I'm pretty sure it works both ways

the one you posted doesn't work

[quote=Vulcan][quote=saam]i figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit

[code]alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"[/code][/quote]
Did you try using the code we gave you? I'm pretty sure it works both ways[/quote]

the one you posted doesn't work
15
#15
3 Frags +
saamVulcansaami figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit
alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"
Did you try using the code we gave you? I'm pretty sure it works both ways

the one you posted doesn't work

Ok thanks for confirming

[quote=saam][quote=Vulcan][quote=saam]i figured out how to get it working how i like. thanks to the dudes who tried to help with my excessively vague bullshit

[code]alias "+scatter" "slot1; +attack"
alias "+pistol" "slot2; +attack"
alias "+bat" "slot3; +attack"
alias "-scatter" "-attack"
alias "-pistol" "-attack"
alias "-bat" "-attack"

bind "MOUSE1" "+scatter"
bind "MOUSE2" "+pistol"
bind "MOUSE4" "+bat"[/code][/quote]
Did you try using the code we gave you? I'm pretty sure it works both ways[/quote]

the one you posted doesn't work[/quote]
Ok thanks for confirming
16
#16
2 Frags +

yo when u got the time mind explaining what the advantages are to firing right when u take ur wep out?

yo when u got the time mind explaining what the advantages are to firing right when u take ur wep out?
17
#17
0 Frags +
Blitheyo when u got the time mind explaining what the advantages are to firing right when u take ur wep out?

Well let's say u need to shoot a guy with your shotty really fast, so instead of pressing two buttons (one to switch one to shoot) you just press one button that switches to your shotty and shoots

[quote=Blithe]yo when u got the time mind explaining what the advantages are to firing right when u take ur wep out?[/quote]
Well let's say u need to shoot a guy with your shotty really fast, so instead of pressing two buttons (one to switch one to shoot) you just press one button that switches to your shotty and shoots
18
#18
2 Frags +
Blitheyo when u got the time mind explaining what the advantages are to firing right when u take ur wep out?

if you click once it just takes the wep out if you click and hold or click twice it shoots

as for whether or not it's a good thing idk but i've used it for a thousand hours of scout play so it's too late to go back now

[quote=Blithe]yo when u got the time mind explaining what the advantages are to firing right when u take ur wep out?[/quote]

if you click once it just takes the wep out if you click and hold or click twice it shoots

as for whether or not it's a good thing idk but i've used it for a thousand hours of scout play so it's too late to go back now
Please sign in through STEAM to post a comment.