Forums » Community Projects
Celkan: "/me nudges TheMiller to submit that thing to the Vendetta Acadamy"
Thanks for the invite, and I'll do so when I'm satisfied with it, which should be in another week or two, I think.
Thanks for the invite, and I'll do so when I'm satisfied with it, which should be in another week or two, I think.
Please use the form at http://academy.roguelazer.no-ip.com/submit.php to submit, when you do so.
I wrote up this set of aliases to automatically jettison your cargo when you're mining. Mine doesn't have the keybind, but I added it anyway. It's pretty similar to reptyle's except I set mine to turn on brakes when you start (so it's harder to get nudged away from asteroids by other pranksters), and turn them off when you finish, and I didn't create separate aliases for the echo messages.
alias autoj1a "jettison; wait 1 autoj1"
alias autoj_off "alias autoj1 none; +Brakes 0; autoj1; bind J autoj_on; echo 'Brakes off; Auto-Jettison program deactivated.'"
alias autoj_on "alias autoj1 'autoj1a'; +Brakes; autoj1; bind J autoj_off; echo 'Brakes on; Auto-Jettison program activated.'"
alias autoj1 "jettison; wait 1 autoj1"
bind J autoj_on
alias autoj1a "jettison; wait 1 autoj1"
alias autoj_off "alias autoj1 none; +Brakes 0; autoj1; bind J autoj_on; echo 'Brakes off; Auto-Jettison program deactivated.'"
alias autoj_on "alias autoj1 'autoj1a'; +Brakes; autoj1; bind J autoj_off; echo 'Brakes on; Auto-Jettison program activated.'"
alias autoj1 "jettison; wait 1 autoj1"
bind J autoj_on
Is there a way to do various station things from the command line?
SellAll
Buy Ammo
Buy max vismetal
Launch
(Or whatever.)
Are there any such commands _to_ bind?
SellAll
Buy Ammo
Buy max vismetal
Launch
(Or whatever.)
Are there any such commands _to_ bind?
There's an '/updatestation' but I think that was made redundand by some update a few months back...
It's still necessary.
Yea, I think it's because you no longer have to take a mission to get liscence levels.
Is there a command that will echo to the screen and not to the log, in the same way that when you are damaged you get red text showing the attacking ship?
From http://www.vendetta-online.com/manual/app_commands.html
echo "bfdlhfsdfsd" prints bfdlhfsdfsd to the console (or whatever else you want to put there)
[edit] I'm not sure if it also gets put in the log. Try it and see. [/edit]
echo "bfdlhfsdfsd" prints bfdlhfsdfsd to the console (or whatever else you want to put there)
[edit] I'm not sure if it also gets put in the log. Try it and see. [/edit]
Did someone come up with an updated "Jettison All" bind for mining? Right now I have to do this manually by hitting 'j' then right away 'a'... :)
what we need to know is the command for /jettison_all
On page 2, how do I get the sound files mentioned in Celkan's post?
I'm missing something here, and this thread has gotten way, way long now ... Is there a way to get your custom config text file to autoload, so you don't have to type "/load myconfig.txt" every time you play?
One more question: is it possible to add or edit aliases in-game? If so, where? console? chat window?
@waleran: I think you should just be able to put a line into wgaf.cfg that says "load myconfig.txt" and it should autoload. To add or edit aliases in game, you just use the /alias command. You can use it either in the console or in chat, just start the line with a / and it will try to process the rest of the line as a command.
Cool, thanks!
For those who like to fight people of their own nation, or other duels:
alias duel_target "duel challenge %target%"
alias duel_accept "duel accept %target%"
bind D duel_target
bind A duel_accept
alias duel_target "duel challenge %target%"
alias duel_accept "duel accept %target%"
bind D duel_target
bind A duel_accept
#Quicker guild list command and binding
/alias who "activatechattab 0; guild list"
/bind "?" who
/alias who "activatechattab 0; guild list"
/bind "?" who
Tired of relaunching vendetta to try your new custom binds file? Try this:
In your wgaf.cfg file, put
load full/path/to/file.txt
and in the file.txt, put your custom bindings. This makes then closer to your regular work files (the Mac version of Vendetta keeps the wgaf.cfg file hidden in the application bundle).
My custom bindings file has a number of things in it, but this magic stuff on top:
alias reset "load full/path/to/file.txt"
bind "+" reset
(yeah, you do have to change the path to something more meaningful).
Then as you stay in Vendetta (window mode), you can edit your file and just hit "+" to reload it without having to quit and log back in.
In your wgaf.cfg file, put
load full/path/to/file.txt
and in the file.txt, put your custom bindings. This makes then closer to your regular work files (the Mac version of Vendetta keeps the wgaf.cfg file hidden in the application bundle).
My custom bindings file has a number of things in it, but this magic stuff on top:
alias reset "load full/path/to/file.txt"
bind "+" reset
(yeah, you do have to change the path to something more meaningful).
Then as you stay in Vendetta (window mode), you can edit your file and just hit "+" to reload it without having to quit and log back in.
My most favoritest alias evah:
/alias whatever "say_channel That sounds fascinating. Why don't you tell us more?"
/alias whatever "say_channel That sounds fascinating. Why don't you tell us more?"