Auto drop alias?

Discuss anything to do with Nexuiz here.

Moderators: Nexuiz Moderators, Moderators

Auto drop alias?

Postby shaggy » Thu Apr 12, 2007 9:35 am

i was spectating some people and they were skilled payers, they never seemed to get the wrong wepon, in my case i tend to try to laser jump but there is the rocket launcher ready for ME TO FRAG MYSELF. before i had found this alias that i thought was quite interesting here it is

Code: Select all
alias +laser "impulse 1"
alias -laser "impulse 11"
bind <key> +laser

i thought that would come in handy.

that also made me think about a auto drop alias to keep your most like weapons. i thought it would help me a lot because i tend to pick up wepons that i cant use like the mortar and the crylink. some tiimes i get with the rocket launcher and the nex but that is because i cant use them very well

i tryed to make it but i cant do it maybe somebody with more skill could do it
shaggy
Alien trapper
 
Posts: 419
Joined: Tue Apr 03, 2007 6:12 am

Postby Urmel » Thu Apr 12, 2007 10:28 am

what's so wrong with using the defaults? :shock:

press "1" for the lazer, lazerjump and while jumping you press the right mousebutton to switch back to the previous weapon. should be really handy enuff.
uncomfortable
random
mean
embarrassing
limited
Urmel
Forum addon
 
Posts: 1744
Joined: Fri Mar 03, 2006 10:06 am
Location: Offline

Postby shaggy » Thu Apr 12, 2007 10:46 am

yea i just found out its not possible
i was told i wouldnt work
shaggy
Alien trapper
 
Posts: 419
Joined: Tue Apr 03, 2007 6:12 am

Postby Psychcf » Thu Apr 12, 2007 12:00 pm

http://www.stormassault.com/components/ ... toexec.cfg
Code: Select all
alias +laser "wait; impulse 1;"
alias -laser "+attack2; wait; wait; wait; wait; wait; -attack2"
bind "MOUSE5" "+laser"


try that...
Psychcf
Forum addon
 
Posts: 1554
Joined: Sun Dec 03, 2006 11:38 pm
Location: NY, USA

Postby The mysterious Mr. 4m » Thu Apr 12, 2007 12:00 pm

shaggy! wrote:....
i was told i wouldnt work

how sad to hear :(

i think its a good idea. i used to think one should be able to use any weapon but that just doesnt work. i find the weapons horribly unbalanced for DM. The Crylink is totally unpopular. Why not drop it completely and replace it with the HLAC? (yaya, me and my hlac fetish :P )

i remember talking about this before. a "favorite weapons" list would be helpful. it cant be that hard!
4m [PB] (amoebios)

This is Your world.
The mysterious Mr. 4m
Forum addon
 
Posts: 1402
Joined: Wed Mar 01, 2006 6:03 pm
Location: germany

Postby Urmel » Thu Apr 12, 2007 12:34 pm

shaggy! wrote:yea i just found out its not possible
i was told i wouldnt work


I guess you wanted to say, somebody told you it wouldn't work the way I described. It works, reeeely promised! :mrgreen:

What the hell keeps you away from just trying it by yourself? Got no mouse?!? :evil:
uncomfortable
random
mean
embarrassing
limited
Urmel
Forum addon
 
Posts: 1744
Joined: Fri Mar 03, 2006 10:06 am
Location: Offline

Postby tZork » Thu Apr 12, 2007 1:08 pm

favorite weapons bind:
Code: Select all
alias bw_explosive "bestweapon 9458"
bind <key>  bw_explosive


the beast weapon command select the first gun you have and have ammo for in the list supplied. In this example it would try to select the rocket launcher then the grenade launcher then the electro and last the hagar. The alias is pointless unless you want to do something else too with the same key so you coudl simply do
Code: Select all
bind <key>"bestweapon 9458"


Personaly i find laser jumping binds useless, but the weaplast command is rather handy for both laserjumping and weapon combos. Also remeber that if you have a mouse with more then 3 buttons you can bind stuff to thise to help make life easier.
HOF:
<Diablo> the nex is a "game modification"
<Diablo> quake1 never had a weapon like that.
<Vordreller> there was no need for anything over 4GB untill Vista came along
<Samua>]Idea: Fix it? :D
<Samua>Lies, that only applies to other people.
tZork
tZite Admin
 
Posts: 1337
Joined: Tue Feb 28, 2006 6:16 pm
Location: Halfway to somwhere else

Postby esteel » Thu Apr 12, 2007 1:16 pm

Well players should have each weapon on its own key so you just can't get the wrong weapon, can get the right weapon faster and re-decide faster. Best is to use keys around your movement keys.
For example i use uhjk (instead of wasd) and my weapons are like this:
Code: Select all
bind y "impulse 9"  //rocketlauncher
bind i "impulse 7"  //nexgun
bind g "impulse 5"  //electro but lightning gun in other games
bind l "impulse 6"  // crylink (shotgun in other games)
bind f "impulse 8"  //hagar
bind o "impulse 4"  //mortar
bind b "impulse 3"  //machinegun
bind m "impulse 1"  //laser
bind d "echo unused"  //weapon-grapple in other games
bind , "echo unused"  //melee weapon in other games
bind t "impulse 2"  //shotgun
bind r "impulse 5"  //electro again
bind n "echo unused"  //BFG in other games


well you can drop a gun, i do it with
Code: Select all
bind semicolon dropweapon


you can do something like such an alias:
[code]alias dropbad "impulse 6;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;dropweapon"
but if you do not have that gun it will drop your current gun and the wait make it impossible to move.. so you should find a better way :)

Aprops lastweap.. I think switching with such binds is more flexible and when its just about laser jumping mouse2 also switches back to the last gun. That is until someone comes up with a better idea for as firemode for the laser :)
esteel
Site admin and forum addon
 
Posts: 3924
Joined: Wed Mar 01, 2006 8:27 am

Postby tZork » Thu Apr 12, 2007 1:34 pm

Your system off mapping the gunz around the movement keys is nice esteel, i tried that but i cant seem learn what gun is where, thats proly just i would need to try harder, but more importantly i forget what ones i do have so having them quickly accessible aint much help for me =)

I frequently use the 'weaplast' to swap between mg and nex, something i find fits my playstyle excellent. (weplast switches to the last weapon you used so it effectively toggels between the two last weapons you used.)

At the end of the day its much abt finding something you are comfortable with rather then the most mechanically fast and machine like effective solution i think. At least for me i know it is, since i play for fun not for a living =)
HOF:
<Diablo> the nex is a "game modification"
<Diablo> quake1 never had a weapon like that.
<Vordreller> there was no need for anything over 4GB untill Vista came along
<Samua>]Idea: Fix it? :D
<Samua>Lies, that only applies to other people.
tZork
tZite Admin
 
Posts: 1337
Joined: Tue Feb 28, 2006 6:16 pm
Location: Halfway to somwhere else

Postby esteel » Thu Apr 12, 2007 1:58 pm

Well i use the same system in each game.. coming from quake3 rocketlauncher and rail gun were the most important guns.. y and i are easy to reach.. shotgun and lighting gun were able to do great damage. I sucked and plasmagun and grenade launcher and machinegun and gauntlet were bad in quake3.. I think the keys also get harder for bad guns :)
esteel
Site admin and forum addon
 
Posts: 3924
Joined: Wed Mar 01, 2006 8:27 am

Next

Return to Nexuiz - General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest

cron