
Selective Fire I Single I Auto I
-
Endorsements
-
Unique DLs--
-
Total DLs--
-
Total views--
-
Versionv1.1
About this mod
This mod let's you switch between two modes of fire, single and auto, by pressing the Caps Lock key. There are two sound files that will play to hint which fire mode are you using. Enjoy!
- Requirements
- Permissions and credits
Credits for the script to CrimiClown and YoucefHam. I found the script here
The only thing that I added to the script is the sound code and the sound files.
Installation
Download the mod and extract
Download and install Autohotkey (You don't have to open the app after installing it, you just need it installed on your PC for the script to work)
Open SFSA.ahk with Notepad and edit the exact sound files locations on your computer for the two sound paths. For example if you have the mod folder extracted on the C:\ drive you should add to the script the exact locations like this
path := "C:\SFSA\Single.wav"
path := "C:\SFSA\Auto.wav"
Save the file, open the script and while in game press Caps Lock key to switch between single and auto fire modes.
P.S.
(The script can be opened from anywhere on your computer, just make sure that the sound files directory is correct if you want the sounds to play. If you want to turn them off, just delete the sound files from the mod folder. Also you can add your custom sounds if you want, following the above principle.)