Garry's Mod

Garry's Mod

Bullet Time
SourceStick 12 Mar, 2022 @ 6:33am
ARCCW combability issue and a quick fix
If you use ARCCW weapons with physical bullets turned on, bullet time physical bullets wont do any damage. Here is a temporary fix IF until the addon gets updated:

Run these commands through console:

alias "BulletTimeOFF" "bt_toggle; arccw_bullet_enable 1; alias BulletTimeToggle BulletTimeON"
alias "BulletTimeON" "bt_toggle; arccw_bullet_enable 0; alias BulletTimeToggle BulletTimeOFF"
alias "BulletTimeToggle" BulletTimeON

You would have to run these again if you load a new map, but there is a solution.
Find your autoexec.cfg file, it should be at:

[the folder your downloaded games are at]\steamapps\common\GarrysMod\garrysmod\cfg

Open it with notepad, and copy paste the 3 commands above. Save and quit.

After all is done run this command:

bind [any key you want] BulletTimeToggle

It doesn't need to be included in the autoexec.cfg file.