I saw that u can bind a rocket jump in tf2mate confit generator, so i thought is there any way to bind a c tap rocket jump cuz its all about timing and nothing is more precise in the game than the game itself.
i found it super easy to c-tap when switching spacebar to +attack and mouse1 to +jump lol
The only thing you could do is make a macro on a keyboard, there is no way anymore in tf2, and also just learn rofl.
Cloudmakerno.
sevennnjust learn how to
That is why im askin, dont know how to, no need for negativity :(
[quote=sevennn]just learn how to[/quote]
That is why im askin, dont know how to, no need for negativity :(
i remember i actually made one and it worked but i lost it and now that i look back at it i really dont want to go through the effort of remaking it purely because of how easy it makes something thats supposed to require effort super easy
any macro program that can insert an X ms delay between inputs can make a script, but honestly it's incredibly easy to do if you bind jump to mouse2
Mangachuyou've made like 8 threads today
WHY
I actually used to have these on steam community discussion and fourm or iv seen them there but there are many more people that have solutions here
Platypusany macro program that can insert an X ms delay between inputs can make a script, but honestly it's incredibly easy to do if you bind jump to mouse2
I play sniper, and it is too hard to scope, unless it is a hard scope, with space bar, and i might do it if i get a new mouse with side buttons but i am looking for a simpler solution
WHY[/quote]
I actually used to have these on steam community discussion and fourm or iv seen them there but there are many more people that have solutions here
[quote=Platypus]any macro program that can insert an X ms delay between inputs can make a script, but honestly it's incredibly easy to do if you bind jump to mouse2[/quote]
I play sniper, and it is too hard to scope, unless it is a hard scope, with space bar, and i might do it if i get a new mouse with side buttons but i am looking for a simpler solution
you used to be able to with the wait command but valve removed it so now u cant
I'm pretty sure a macro like that would be cheating, or at least very questionable.
skeej did write one for tf2 which makes it easier to do shit ctaps but I can't get it to work as well as just learning it yourself:
SideshowA ctap script, makes the timing much much easier but doesn't give you perfect ones ever. Truly a script for scrublords. Credit to skeej://ctap alias +ctap "bind mouse1 +jumpshoot; +duck" alias -ctap "-duck; -attack" alias +jumpshoot "-duck; +jump; +attack" alias -jumpshoot "-jump; -attack; bind mouse1 +attack" bind mouse5 +ctap
You tap mouse5 then mouse1 to do it, with a delay of about 60ms between (very forgiving with the timing, doesn't make much difference).
skeej did write one for tf2 which makes it easier to do shit ctaps but I can't get it to work as well as just learning it yourself:
[quote=Sideshow]
A ctap script, makes the timing much much easier but doesn't give you perfect ones ever. Truly a script for scrublords. Credit to skeej:
[code]//ctap
alias +ctap "bind mouse1 +jumpshoot; +duck"
alias -ctap "-duck; -attack"
alias +jumpshoot "-duck; +jump; +attack"
alias -jumpshoot "-jump; -attack; bind mouse1 +attack"
bind mouse5 +ctap[/code]
You tap mouse5 then mouse1 to do it, with a delay of about 60ms between (very forgiving with the timing, doesn't make much difference).[/quote]
Mangachuyou've made like 8 threads today
WHY
Total Posts
1137
WHY
WHY[/quote]
Total Posts
1137
WHY
CookMangachuyou've made like 8 threads todayTotal Posts
WHY
1137
WHY
He is been on there for a long time, I dont need to criticize him or anything, but me having posted threads today doesnt hurt anyone
SideshowI'm pretty sure a macro like that would be cheating, or at least very questionable.
skeej did write one for tf2 which makes it easier to do shit ctaps but I can't get it to work as well as just learning it yourself:
SideshowA ctap script, makes the timing much much easier but doesn't give you perfect ones ever. Truly a script for scrublords. Credit to skeej://ctap alias +ctap "bind mouse1 +jumpshoot; +duck" alias -ctap "-duck; -attack" alias +jumpshoot "-duck; +jump; +attack" alias -jumpshoot "-jump; -attack; bind mouse1 +attack" bind mouse5 +ctap
You tap mouse5 then mouse1 to do it, with a delay of about 60ms between (very forgiving with the timing, doesn't make much difference).
Alright man, ty :3
WHY[/quote]
Total Posts
1137
WHY[/quote]
He is been on there for a long time, I dont need to criticize him or anything, but me having posted threads today doesnt hurt anyone[quote=Sideshow]I'm pretty sure a macro like that would be cheating, or at least very questionable.
skeej did write one for tf2 which makes it easier to do shit ctaps but I can't get it to work as well as just learning it yourself:
[quote=Sideshow]
A ctap script, makes the timing much much easier but doesn't give you perfect ones ever. Truly a script for scrublords. Credit to skeej:
[code]//ctap
alias +ctap "bind mouse1 +jumpshoot; +duck"
alias -ctap "-duck; -attack"
alias +jumpshoot "-duck; +jump; +attack"
alias -jumpshoot "-jump; -attack; bind mouse1 +attack"
bind mouse5 +ctap[/code]
You tap mouse5 then mouse1 to do it, with a delay of about 60ms between (very forgiving with the timing, doesn't make much difference).[/quote][/quote]
Alright man, ty :3
bind "space" "+fjump"
alias +fjump "-duck;+jump;alias checkjump +jump"
alias -fjump "-jump;alias checkcrouch;alias checkjump none"
alias checkjump none
alias checkcrouch none
alias none ""
That's what I use. It auto releases crouch when you press jump. It helps a bit if you are an uncoordinated boob like me and can't release jump yourself.
alias +fjump "-duck;+jump;alias checkjump +jump"
alias -fjump "-jump;alias checkcrouch;alias checkjump none"
alias checkjump none
alias checkcrouch none
alias none ""[/code]
That's what I use. It auto releases crouch when you press jump. It helps a bit if you are an uncoordinated boob like me and can't release jump yourself.