Bind turret build
9 replies
1

11.10.11 07:02:08 am
Is there anyway to build a turret with a wrench by pressing a key:
bind "[key]" "build turret"
I tried that but it didn't work.
bind "[key]" "build turret"
I tried that but it didn't work.
Another Day Another Shitload Of Shit
No. If there's no bind for "play for me"
then there's no bind for "build turret".
Everything you see that is referenced in cs2d.com/help is all there is in cs2d to bind at all.
then there's no bind for "build turret".
Everything you see that is referenced in cs2d.com/help is all there is in cs2d to bind at all.
i think you mean something like
it should build a turret instantly by pressing l and having the cursor over a buildable tile, but it seems to be too fast to make it..
Code:
1
bind l "attack2; attack2; slot7"
it should build a turret instantly by pressing l and having the cursor over a buildable tile, but it seems to be too fast to make it..
Paradox
I also tried that months ago the same way like DarkLight66 for obvious reasons, but it does not build the turret. Just the menu pops up and closes immediately...
DC? Any idea why DarkLight66's commands don't build the turret?
DC? Any idea why DarkLight66's commands don't build the turret?
XMPP: Wuzzy2@jabber.ccc.de
Actually that question is easily answered:
The bind executes all the actions one by one without any 'pause' and any pause would require a lua script which would probably not be the best way as you'd have to own the server.
The bind executes all the actions one by one without any 'pause' and any pause would require a lua script which would probably not be the best way as you'd have to own the server.
hmm since it's not a progam like build helper this isn't hack right? well i'll find a way to do this
Rhox has written:like build helper this isn't hack right?
Build helper or whatever you call it is not a hack, too. Just a binder. It does not modify CS2D in any way.
Unreal Bash - http://bash.oxy2d.com/
what I do is I put a bind on the key '7' and mouse2. It looks something like this:
"attack2; attack2; slot7" <--- bind this to 7
"attack2; slot7; slot6" <---- bind this to mouse2
slot6 is there so I can do the same for gatefields
I'm not sure why I put two attack2 commands there but I did it for some reason.
anyway, you can try that. It speeds the process so that you don't have to double click with your mouse, and so you can easily build a line of turrets.
@CmDark: Not very helpful.
@oxytamine: lol build helpers.
I'm pretty sure this is the best you can get to a build helper. I haven't looked for other ways.
"attack2; attack2; slot7" <--- bind this to 7
"attack2; slot7; slot6" <---- bind this to mouse2
slot6 is there so I can do the same for gatefields
I'm not sure why I put two attack2 commands there but I did it for some reason.
anyway, you can try that. It speeds the process so that you don't have to double click with your mouse, and so you can easily build a line of turrets.
@CmDark: Not very helpful.
@oxytamine: lol build helpers.
I'm pretty sure this is the best you can get to a build helper. I haven't looked for other ways.
1








Bind turret build
