Problem with smg and ar2. Need help.

  • Thread starter Thread starter Potato
  • Start date Start date
P

Potato

Guest
+attack can't use all ammo (45/30). It interrupted after 2 or 3 bullets. I am forced use smg like pistol: I press +attack many many times :(
Why? Is it bug, lags or configuration problem?
 
have you tried hosting your own server ("create game") and firing in that? This will test if its lag or not.
 
Yes. I have only one or no interrupts for 45/30 bullets.
 
Sounds very strange. Never heard of anything like this. Please record a demo so I can see :)
 
Source games? I don't play CS:S. HL2DM only.
New information (before I make a demo):
I've had this problem after my experiment whith aliases in autoexec.cfg. Aliases was used for dynamic rebinding of mouse's buttons. Moreover, today my friend have had the same problem with the automatic weapons after similar experiment with aliases.
There are only "use weapon_xxxx" aliases in my autoexec.cfg now but the problem persists.
 
Dynamic binding:

bind mouse4 "+attack2"

alias msrs "bind mouse1 +attack ; wait; bind mouse4 +attack2; wait;"
alias zoomin "+zoom; wait; wait; bind mouse4 zoomout"
alias zoomout "-zoom; wait; wait; bind mouse4 zoomin"
alias cs "bind mouse1 +attack; bind mouse4 zoomin; wait; use weapon_crowbar; use weapon_stunstick"

alias sm "msrs; use weapon_smg1"
alias ar "msrs; use weapon_ar2"
alias pp "bind mouse1 +attack; bind mouse4 cs; wait; use weapon_pistol"
alias rp "bind mouse1 +attack; bind mouse4 cs; wait; use weapon_rpg"
 
Hm. Why have you bound mouse1 to wait etc.? I'm sure that's why this happens.
 
Please, point at an alias where I have bound mouse1 to wait. I see only "bind mouse1 +attack" I need this after rebinding mouse1. For example:
alias firezoomed "-zoom ; wait ; +attack ; wait ; wait ; wait ; -attack"
bind 2 "use weapon_357 ; bind mouse1 firezoomed ; bind mouse2 zoomin "


There are only "use weapon_xxxx" aliases in my autoexec.cfg now but the problem persists.
 
netrex said:
Hm. Why have you bound mouse1 to wait etc.? I'm sure that's why this happens.
Yes. The wait command has been absolutely fuxxed up by the latest update. Now it cannot be trusted. You should use these aliases :
Code:
CODE OF DOOM
Ignore that writing above 
alias wait5 "wait; wait; wait; wait; wait"
alias wait25 "wait5; wait5; wait5; wait5; wait5"
alias wait50 "wait25; wait25"
alias wait100 "wait25; wait25; wait25; wait25"
alias wait125 "wait25; wait25; wait25; wait25; wait25"
alias wait200 "wait100; wait100"
alias wait250 "wait125; wait125"
alias wait500 "wait250; wait250"
alias wait1000 "wait500; wait500"
alias wait2000 "wait1000; wait1000"

Put those aliases into your autoexec and you can use those aliases in your binds! \0/

wait2000 is about 2 seconds :p
 
Actually I'm pretty sure you don't need any of those waits in the aliases. Anyway, have you tried putting your autoexec somewhere else and removing the config and have it revert to default?
 
Didymium said:
Actually I'm pretty sure you don't need any of those waits in the aliases. Anyway, have you tried putting your autoexec somewhere else and removing the config and have it revert to default?
It doesn't revert to default when you remove the configs. And that's really bad :/

You can use the command revert in console however, but it doesn't revert everything :/
 
Didymium said:
Actually I'm pretty sure you don't need any of those waits in the aliases.
Now my autoexec.cfg consists of direct bindings like "bind 2 use weapon_357" only. There are not any aliases or waits in the autoexec.cfg.
Didymium said:
Anyway, have you tried putting your autoexec somewhere else and removing the config and have it revert to default?
The config.cfg had been removed just before I edited the autoexec.cfg and removed all aliases and waits. The uploaded demo was recorded after all this changes.
 
netrex said:
It doesn't revert to default when you remove the configs. And that's really bad :/

You can use the command revert in console however, but it doesn't revert everything :/
I DO need revert everything to original state but how???;(
 
Potato said:
Now my autoexec.cfg consists of direct bindings like "bind 2 use weapon_357" only. There are not any aliases or waits in the autoexec.cfg.
The syntax for the bind command is bind KEY "COMMAND", don't forget the quote marks.
 
Resolved.

Problem had two parts. The first part was keys bindings. The second part (main part) was the semi-broken key 'MOUSE1' - changing mouse will help me.

Thanks to everyone!
 
Back
Top