Forums » Community Projects
you confuse me... i also got a little toggling bind to another key though
yjia2, what you wrote doesn't work at all. First you got the systax for wait wrong, it's wait # "command(s)" example:
"wait 1 'echo 2'; echo 1"
would first say 1 then a second later say 2.
Second off when ever you stop shooting you will end up toggling your frame rate, try replacing toggleframerate with '+shoot1 0; +shoot2 0' and/or 'echo Off' for a cleaner result.
"wait 1 'echo 2'; echo 1"
would first say 1 then a second later say 2.
Second off when ever you stop shooting you will end up toggling your frame rate, try replacing toggleframerate with '+shoot1 0; +shoot2 0' and/or 'echo Off' for a cleaner result.
well excuse me there i didnt know how wait was supposed to work.
and can you do wait 1.5? i mean the minimum is 1 right? but is the increment also 1?
edit:
okay how's this look? also i have a toggle button.
alias Fire1 "+shoot1; wait 1 '+shoot1 0'"
alias Fire2 "+shoot2; wait 1 '+shoot2 0'"
alias FireLoop "wait 1 'fire1'; wait 2 'fire2'; wait 3 'FireLoop'"
alias +FireAlt "alias FireLoop 'wait 1 fire1; wait 1 fire2; wait 3 FireLoop'; fireloop"
alias -FireAlt "alias FireLoop '+shoot3 0'"
bind LMButton +FireAlt
alias echoFAOff echo "Auto Alternate Fire Mode On"
alias echoFAOn echo "Auto Alternate Fire Mode Off"
alias ToggleFireAlt "bind LMButton +FireAlt; echoFAOff; bind MMButton ToggleFireAlt2"
alias ToggleFireAlt2 "bind LMButton +Shoot2; echoFAOn; bind MMButton ToggleFireAlt"
bind MMButton ToggleFireAlt
and can you do wait 1.5? i mean the minimum is 1 right? but is the increment also 1?
edit:
okay how's this look? also i have a toggle button.
alias Fire1 "+shoot1; wait 1 '+shoot1 0'"
alias Fire2 "+shoot2; wait 1 '+shoot2 0'"
alias FireLoop "wait 1 'fire1'; wait 2 'fire2'; wait 3 'FireLoop'"
alias +FireAlt "alias FireLoop 'wait 1 fire1; wait 1 fire2; wait 3 FireLoop'; fireloop"
alias -FireAlt "alias FireLoop '+shoot3 0'"
bind LMButton +FireAlt
alias echoFAOff echo "Auto Alternate Fire Mode On"
alias echoFAOn echo "Auto Alternate Fire Mode Off"
alias ToggleFireAlt "bind LMButton +FireAlt; echoFAOff; bind MMButton ToggleFireAlt2"
alias ToggleFireAlt2 "bind LMButton +Shoot2; echoFAOn; bind MMButton ToggleFireAlt"
bind MMButton ToggleFireAlt
Sorry I didn't mean to come off as demeaning. I was trying to be helpful but the "doesn't work at all" wasn't well said.
oh btw i made a working version where it offsets a little bit so it seems to be firing 1 stream of tacyons twice as fast instead of 2 slower ones, problem with that is you had to keep it on for 1.5 seconds or one gun will get stuck on... and there's a 1.5 second start up time, effectively making it useless
wow... this seems increadibly complicated... i'll just use the default setup and be happy...
alias YourCrazy "+AllOfYou; wait... no, your crazy"
alias YourCrazy "+AllOfYou; wait... no, your crazy"
Where and by what name is the file to modify on a Mac? OR, do I do the modifications through the console??
control-click vendetta and choose "show package contents" from the menu. It will be inside the folder in there. Just open it up in some text editor and there ya go!
Relayer, follow taumuaddib's instructions and the file's name is wgaf.cfg
you can also use the terminal
cd PATHNAME/vendetta.app
emacs wgaf.cfg
where pathname is the path to your vendetta icon.
you can also use the terminal
cd PATHNAME/vendetta.app
emacs wgaf.cfg
where pathname is the path to your vendetta icon.
Eldrad/Roguelazer (theif) I entered the variable zoom into my wgaf.cfg file and saved. I then tried to use it and it didn't work. I looked in controls and MMWHEEL was bound to shoot3 so I changed it. I then tried it again and it didn't work. I went back into the wgaf.cfg file and everything I pasted in was gone. O.o
Any suggestions?
Any suggestions?
The file loads when you run Vendetta, and is overwritten when you quit. So make sure vendetta isn't running when you make the changes or they might be undone. The other thing is that the file reverses the aliases every time this happens, so if you put them at the top of the file they may be near the end next time. MMBUTTON is probably the same as MMWHEEL, the middle mouse button. You want to bind MWHEELUP and MWHEELDOWN.
MMBUTTON should be clicking the wheel where MWHEELUP and MWHEELDOWN would be rotating it forward and back.
ya, but what's the MMWHEEL that you were talking about?
I'd like a script that auto /ignores anyone who talks :)
can anyone think of how to write one?
can anyone think of how to write one?
yes...
/bind F4 hidelog
:-)
/bind F4 hidelog
:-)
*bump for n00bs*
Eldrad: "ya, but what's the MMWHEEL that you were talking about?"
I'm sorry, Eldrad, that was a typo...MWHEEL. I got it confused with MMBUTTON. (blush)
For Eldrad and Roguelazer: /me LOVES his variable zoom! Thank you!
I'm sorry, Eldrad, that was a typo...MWHEEL. I got it confused with MMBUTTON. (blush)
For Eldrad and Roguelazer: /me LOVES his variable zoom! Thank you!
Bump because Eldrad forgot some in his summary (eg: my enhanced dampers bind).
Oh, and I believe this one belongs to FiReMaGe:
alias IncLog ""
alias DecLog "l5"
alias Message "say"
alias l1 "Log1; alias IncLog l2; alias DecLog ''; alias Message say"
alias l2 "Log2; alias IncLog l3; alias DecLog l1; alias Message say"
alias l3 "Log3; alias IncLog l4; alias DecLog l2; alias Message say_group"
alias l4 "Log4; alias IncLog l5; alias DecLog l3; alias Message say_team"
alias l5 "Log5; alias IncLog l6; alias DecLog l4; alias Message say_sector"
alias l6 "Log6; alias IncLog ''; alias DecLog l5; alias Message say"
bind F5 l1
bind F6 l2
bind F7 l3
bind F8 l4
bind F9 l5
bind F10 l6
bind t Message
bind Y IncLog
bind y DecLog
This bind does two things. Firstly, it lets you scroll through the tabs in MultiLog mode. Secondly, it means that (for tabs 3 through 6), when you press t, it sends your text to the currently viewed log.
Oh, and I believe this one belongs to FiReMaGe:
alias IncLog ""
alias DecLog "l5"
alias Message "say"
alias l1 "Log1; alias IncLog l2; alias DecLog ''; alias Message say"
alias l2 "Log2; alias IncLog l3; alias DecLog l1; alias Message say"
alias l3 "Log3; alias IncLog l4; alias DecLog l2; alias Message say_group"
alias l4 "Log4; alias IncLog l5; alias DecLog l3; alias Message say_team"
alias l5 "Log5; alias IncLog l6; alias DecLog l4; alias Message say_sector"
alias l6 "Log6; alias IncLog ''; alias DecLog l5; alias Message say"
bind F5 l1
bind F6 l2
bind F7 l3
bind F8 l4
bind F9 l5
bind F10 l6
bind t Message
bind Y IncLog
bind y DecLog
This bind does two things. Firstly, it lets you scroll through the tabs in MultiLog mode. Secondly, it means that (for tabs 3 through 6), when you press t, it sends your text to the currently viewed log.
//me thinks this needs a *bump*
are there aliases for turn speed, like the rotation speed?
Cam
Cam