View Full Version : esf swoop script??
irahk
9th February 2006, 06:22
Ive been trying for awhile now to make a swoop script for Earths Special Forces. I tried this "+forward; wait; -forward; wait; =forward; wait; -forward" , but it doesnt work. Can anyone explain how to simulate double tapping a key with a script? any help would be great.
† Christ †
10th February 2006, 01:46
Sure!
I had one awhile ago before i deleted ESF, but i also had a powerup when released flying it was pretty cool...
but...
here is something... although I have not tested them I just made these up off the top of my head,
Respond with a bug and ill try and fix it...
(Put these into autoexec.cfg under half-life/esf, if there is not autoexec.cfg make a new .txt document and rename it "autoexec.cfg")
// Normal Dbl Tap Fly (Press and Hold)
bind "w" "+w"
alias "+w" "+forward; wait; -forward; +forward; wait"
alias "-w" "-forward"
// or
// Dbl Tap Fly Powerup (Press and Hold until done flying release and powerup)
bind "w" "+w"
bind "MOUSE1" "-powerup; wait; +attack"
alias "+w" "-powerup; wait; +forward; wait; -forward; +forward; wait"
alias "-w" "-forward; wait; +powerup"
Master Ryu
18th February 2006, 01:27
Why do you need a swooping script for ESF? It's simple enough. My advice is to just practice it. Trust me, you don't need scripts unless it's for combos or something else useful like block+teleport up.
indigo1
19th February 2006, 17:40
So kewl :)
HELLRAISER01
20th February 2006, 05:22
Speaking of which, are there any scripts for the 2 combos?
I tried in the past but no luck.
† Christ †
20th February 2006, 09:47
what do u want it to do?
HELLRAISER01
21st February 2006, 00:04
Well not much, In esf they have advanced meele where you hit certain directional keys to perfom a combo and there are 2 combos in the game but im not sure you can script it....
† Christ †
21st February 2006, 06:07
tell me how it is done and i can do it, i think (Basically what you do, as in hitting what buttons and what moves it does)
wazaa
6th March 2006, 08:52
Sure!
I had one awhile ago before i deleted ESF, but i also had a powerup when released flying it was pretty cool...
but...
here is something... although I have not tested them I just made these up off the top of my head,
Respond with a bug and ill try and fix it...
(Put these into autoexec.cfg under half-life/esf, if there is not autoexec.cfg make a new .txt document and rename it "autoexec.cfg")
// Normal Dbl Tap Fly (Press and Hold)
bind "w" "+w"
alias "+w" "+forward; wait; -forward; +forward; wait"
alias "-w" "-forward"
// or
// Dbl Tap Fly Powerup (Press and Hold until done flying release and powerup)
bind "w" "+w"
bind "MOUSE1" "-powerup; wait; +attack"
alias "+w" "-powerup; wait; +forward; wait; -forward; +forward; wait"
alias "-w" "-forward; wait; +powerup"
i need the swoop script too, but it seems not to work for me ...i added it in the autoexec but ingame i still have to doubletap ..
† Christ †
6th March 2006, 17:26
bind "w" "+w"
alias "fw" "+forward; wait; -forward; wait;"
alias "+w" "fw; fw; +forward; wait;"
alias "-w" "-forward"
idk... that one I posted before should be working, try this one, and see if it works.
subshadow
31st March 2006, 12:54
http://http://www.ozforums.com/printthread.php?t=75008 (http://www.ozforums.com/printthread.php?t=75008)
those are the combos
the problem is that its kinda difficult to script ( i tried it)
punches are done by pressing a directional key + leftmousebutton, kicks are rightmousebutton
the strenght of an attack is calculated by how long you press it
so green= weak = short
blue = medium = medium time
red= strong= long time
the timing needs to be done with some trial&error i guess
i would be really gratefull if you could help me
just for understanding:
1st combo is press mouse1 while then doing down, downleft, left with the directional keys
2nd combo is: press mouse1 while down, downright, right, mouse2 while pressing left for about 1.5 the time of a green attack
if you need more information pm me
HELLRAISER01
12th April 2006, 02:14
kinda old but not to old, im working on scripting the combos if anyone is interested this is my first time ever really scripting anything im sure subshadow will be interested ill keep you guys up to date
D. Drew
7th July 2008, 01:57
This thread's real old but I mine as well bump it for those who may want these.
/// SWOOP FORWARD
alias +sf "+forward; wait; -forward; wait; +forward"
alias -sf "-forward"
/// SWOOP BACK
alias +sb "+back; wait; -back; wait; +back"
alias -sb "-back"
/// SWOOP LEFT
alias +sl "+moveleft; wait; -moveleft; wait; +moveleft"
alias -sl "-moveleft"
/// SWOOP RIGHT
alias +sr "+moveright; wait; -moveright; wait; +moveright"
alias -sr "-moveright"
/// TOGGLE ON/OFF
alias normals "normalson"
alias normalson "bind w +forward; bind s +back; bind a +moveleft; bind d +moveright; echo Swoop modifier OFF; alias normals normalsoff"
alias normalsoff "bind w +sf; bind a +sl; bind d +sr; bind s +sb; echo Swoop modifier ON; alias normals normalson"
bind f1 "normals"
Paste this in your "autoexec.cfg"
All credits thanks to ME. If they don't work, I will edit them. I just made these up off the top of my head. xD
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.