Digital Paint Discussion Board
Development => Bugs, Feature Requests, and Feedback => Topic started by: Fryth on April 27, 2004, 07:02:22 PM
-
I much prefer shooting from the centre, but then I can't tell what gun I have. I think an icon in the hud (a la Q2) would be an excellent idea.
-
// default in config.cfg: bind "MOUSE1" "+attack"
alias +specialfire "+attack;set hand 2"
alias -specialfire "-attack;set hand 3"
bind "MOUSE1" "+specialfire"
Causes your gun to go to "Center" (disappear), and also fires pballs from center. Helps aiming accuracy and gets the pball gat out of the way while shooting... seems weird at first, but very useful. Hax.
-
That's a neat idea, but I don't like the way it looks. I think a hud icon would be much cooler. :)
-
it would take up room, but i think it's a good idea concidering that someone can make some good pics...mabe a rotating model of the gun? i don't know.
until then, this is the closest we can come to that.
-
I'll have to check, but I think we maxed out all the HUD slots already. I guess I could do a clientside hack that checks the modelindex of the viewweapon or something, though.
-
I would match rather have a gun icon then have those little squares telling me how many people are left, even though it can come in handy sometime
-
Jitspoe, you said that you maxed out the hud slots, in q2 and in the q2 mod DDAY there is a 2d image of the gun to the bottom right, whats in this spot?
-
They probably don't have as much other stuff on the hud. PB2 has:
ammo count, mask icon, 4 different team icons, 4 different team scores, lots of CO2 images, kills, streak, alive counters for each team, all the different items, time remaining, etc., etc. The limit is only 32. The good news is, I've made a customized client-side hud and could implement something that draws a pic depending on which weapon model you have. Won't make it in build 11 since I don't have the time to make the graphics, but eventually it can be done...
-
Why not just mod the code so no matter whether its left or right hand, u shoot center? I believe thats done in several other games, including q3a...
-
Because some people actually use left/right hand to shoot around corners better.
-
Weirdos. So, anyway, that's possible?
-
Just got done watching a friend play bf:vietnam (think that was the game). Its got an option where you can bring the gun up to the center and look through its crosshairs. Be an awesome thing to implement in pb, just make a new command to do that, i believe all u gotta do is mod the gun_x and gun_y positions for that.