Version 1.1.0 (03.13.2021)
By Kyodan
This mod decreases the camera recoil for all weapons (except throwables and melee)!
Download the latest release (in ZIP format) here: https://github.com/KyodanCFG/ReducinRecoil/releases
- By default, this mod will adjust settings for the following weapons to decrease their camera recoil:
- Assault Rifle, Machinegun, and Submachinegun camera recoil reduced by
50% - Assault Carbine, Bolt-Action Rifle, and Pistol camera recoil reduced by
40% - Marksman Rifle and Shotgun camera recoil reduced by
30% - Grenade Launcher camera recoil reduced by
20%
- Assault Rifle, Machinegun, and Submachinegun camera recoil reduced by
- Extract archive to your
server folder/user/modsfolder- Folder structure should look like
server folder/user/mods/Kyodan-ReducinRecoil-X.X.X
- Folder structure should look like
- Close your server (if it's running)
- Edit
settings.jsonin your preferred text editor/IDE, review/modify any settings, then save and close - Delete your
server folder/user/cachefolder - Run your server (it should generate a new cache)
- If you change a setting in
settings.json, repeat steps 2-5 above
-
Below are the default settings:
reducinRecoil: truerecoilRate_1: 0.5,recoilRate_2: 0.4,recoilRate_3: 0.3,recoilRate_4: 0.2
-
Below are the flags for each setting:
reducinRecoil(true|false) - determines if this script is enabled/disabledrecoilRate_1(float) - determines how much recoil is decreased (0 is no recoil reduction, 0.5 is half recoil, 1 is no recoil)recoilRate_2(float)recoilRate_3(float)recoilRate_4(float)
- If any of the files below are missing/misplaced, you may have to redownload/reinstall this archive:
src/Reducin.jsmod.config.jsonsettings.jsonreadme.md
- Join the EmuTarkov Discord: https://discord.gg/33r4FPp
- @ me in the #support channel which script + version, what the issue is, and a picture/log of that issue (if possible)
I am not responsible for any data loss in relation to the use of this mod (including, but not limited to game/profile data and/or content loss, damage caused to your software, computer, or mobile device). I encourage you to back up your server/profile data before using this mod.
- 03.13.21
- Initial push to Github