jtanx / ch1ckenscoop

Alien Swarm ch1ckenscoop mod mod
GNU General Public License v3.0
2 stars 0 forks source link

Automated Wire Hacks & Download Critical Data #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Further description of the feature you'd like to see:

Cvar to turn on or off automatic Wire hacks.
Cvar to set Hacking speed of Wire hacks.

Cvar to turn on or off automatic Dial hacks so that you only have to download 
critical data.

Is request to fix another bug?:

Original issue reported on code.google.com by jigonb...@live.com on 31 Dec 2012 at 3:23

GoogleCodeExporter commented 8 years ago
Found the solution for wire hacks, but it still needs a cvar to adjust how long 
the auto hacks/progress bars take.

sm_qcvar asw_simple_hacking                         1              //default = 
0, Use simple progress bar computer hacking

Dial hacks could still use some work for creating automation.

Original comment by jigonb...@live.com on 5 Jan 2013 at 10:22

GoogleCodeExporter commented 8 years ago
Ok so, looks like asw_simple_hacking works for dial hacks and wire hacks. But 
they go really fast, only thing needed now are separate cvar's to control how 
fast dial hacks AND wire hacks complete.

With dial hacks, you never even see the hacking screen. It almost an instant 
hack.

Original comment by jigonb...@live.com on 6 Jan 2013 at 10:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Issue solved with these commands.

sm_qcvar asw_simple_hacking                         1              //default = 
0, Use simple progress bar computer hacking
sm_qcvar asw_ai_computer_hacking_scale              0.75           //default = 
0.1, Computer hacking speed scale for AI marines.
sm_qcvar asw_ai_button_hacking_scale                0.75           //default = 
0.3, Button panel hacking speed scale for AI marines.

Original comment by jigonb...@live.com on 11 Jan 2013 at 11:04