You are viewing a potentially older version of this package. View all versions.
randomuserhi-DMRReloadFix-0.0.4 icon

DMRReloadFix

A client-side mod that fixes DMR reloading to 11 when there is 1 bullet left in clip.

Date uploaded 2 months ago
Version 0.0.4
Download link randomuserhi-DMRReloadFix-0.0.4.zip
Downloads 158
Dependency string randomuserhi-DMRReloadFix-0.0.4

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.1.0 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.1.0

README

A client-side mod that fixes DMR reloading to 11 instead of 12 when there is 1 bullet left in clip.

Requires Bepinex, but is not dependent on GTFO-API plugin, so you can remove GTFO-API.dll from plugins folder to keep vanilla rundown and progression.

============ Change Log ============

v0.0.4

  • Avoid all issues by simply performing the reload twice internally. (If the first reload gets you max clip - 1, the second will fix it)

v0.0.3

  • Added sanity checks for ammo in reserve falling below 0, ammo in clip gained not matching ammo in reserve lost and clip exceeding maximum clip size to try and avoid bugged cases.

v0.0.2

  • Fixed a bug where some guns would magically be given an extra bullet from thin air

v0.0.1

  • Initial Release