You are viewing a potentially older version of this package. View all versions.
Zose-ReloadTimerPlus-1.1.0 icon

ReloadTimerPlus

A tactical reload timer for GTFO with ammo warning and reload sound cue. Supports hot-reloading, custom offsets, and synchronized circle animations.

By Zose
Date uploaded 3 days ago
Version 1.1.0
Download link Zose-ReloadTimerPlus-1.1.0.zip
Downloads 46
Dependency string Zose-ReloadTimerPlus-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.2 icon
BepInEx-BepInExPack_GTFO

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

Preferred version: 3.2.2

README

ReloadTimerPlus

This mod replaces the generic reload process with a tactical, minimalist HUD positioned right below your crosshair, accompanied by customizable audio cues to notify you exactly when your weapon is ready to fire.

Features

  • Reloading: Shows a countdown timer (e.g., 1.25s) perfectly synced with the circle progress.
    • Note: Since the game's ammo refresh timing is calculated using a combination of base reload time and multipliers, the countdown circle may experience a slight desync during a weapon's first reload. The correct timing is then cached locally, ensuring all subsequent reloads are perfectly synchronized.
  • Low Ammo: A persistent, jittering RELOAD warning in red when magazine capacity is low (ammo count removed for a cleaner HUD).
  • Reload Sound Cue: Provides an auditory confirmation when your weapon is fully reloaded. You can select from built-in Wwise game sounds or import your own custom .wav files.
  • Calibration Persistence: Automatically saves and loads reload timings for each weapon across different Rundowns (Supports MTFO, TheArchive, and Vanilla).
  • Hot-Reload Support:
    • Change settings in r2modman (Config Editor) and click Save to see the changes in-game immediately.

Configuration

  • TextOffset: The vertical distance from the crosshair center. Default is 85.
  • EnableChargeCircleEffects: Toggles the display of the circular reload progress bar, the text countdown timer, and the scaling/green color effect when reload finishes. Default is true.
  • ChargeUpColor: Custom color for the reload/charge-up circle. Default is #00FF0080.
  • EnableLowAmmoWarning: Toggles the display of the low ammo "RELOAD" warning text. Default is true.
  • LowAmmoThreshold: The ammo percentage (0.0 - 1.0) to trigger the "RELOAD" warning. Default is 0.35 (35%).
    • (Note: For weapons with a magazine size of 20 or less, the threshold is fixed at 0.50 (50%) for better visibility.)
  • LowAmmoColor: Custom color for the "RELOAD" warning text. Default is #FF000080.
  • ReloadSoundCue: Selects the sound event to play when a reload completes. Can be set to built-in sounds (e.g., HACKING_PUZZLE_CORRECT, BUTTONGENERICBLIPCONFIRM), None to disable, or CustomLocalFile for custom audio. Default is HACKING_PUZZLE_CORRECT.
  • CustomSoundFileName: Only active when ReloadSoundCue is set to CustomLocalFile. Defines the name of your custom .wav audio file (e.g., custom_reload.wav).
    • Note: Place your .wav file inside the BepInEx/config/Zose_ReloadTimerPlus/ folder. Only .wav format is supported.

CHANGELOG

[1.1.0]

  • Added EnableChargeCircleEffects configuration toggle to allow users to enable or disable the display of the circular reload progress bar, text countdown timer, and complete effect.
  • Added EnableLowAmmoWarning configuration toggle to allow users to enable or disable the low ammo "RELOAD" warning text.

[1.0.0]

  • Initial Release