ViP3R_76 added a new file:
QuoteDisplay MoreFEATURE-LIST
- Set Load- / Unload Speed for Magazines (can be set global, or depending on mag-sizes)
- Resizes 3 Slot Magazines to 2 Slot Magazines (Clean-Temp files is needed on client side)
- Remove Load-Penalties
- everything is configurable in the server-side config/config.jsconc
- Auto-generates config if it is not existing
- Auto-corrects and validates config for wrong entrys
NOTES (for Resize 3 to 2 function)
needs to be done after Mod-Installation once (1st Time or Updated Version!)
- Open your Launcher
- Open Settings
- Clean cache-/temp-files
- Start the Game
INSTALLATION
- as it is a server-mod, it only needs to be installed in the "user/mods" Folder
CONFIG-OPTIONS and INFORMATIONS
CodeDisplay More{ "ammo.loadspeed": 0.85, // Load speed multiplier (0 to 1); unused if useGlobalTimes is true "ammo.unloadspeed": 0.3, // Unload speed multiplier (0 to 1); unused if useGlobalTimes is true "min.MagazineSize": 10, // Minimum magazine capacity to adjust (2 to 60, or -1 for no min) "max.MagazineSize": 60, // Maximum magazine capacity to adjust (10 to 100, or -1 for no max) "useGlobalTimes": false, // True: use baseLoadTime/baseUnloadTime globally; False: per-magazine speeds "baseLoadTime": 0.85, // Global load time (0.01 to 1, 2 decimals); used if useGlobalTimes is true "baseUnloadTime": 0.3, // Global unload time (0.01 to 1, 2 decimals); used if useGlobalTimes is true "DisableMagazineAmmoLoadPenalty": false, // True: sets LoadUnloadModifier to 0; False: ensures it’s 1 "Resize3to2SlotMagazine": false, // True: resizes 3x1 magazines to 2x1 "debug": false // True: enables detailed logging }
If "useGlobalTimes" is set to true, the Magazine Load-/Unloadspeeds will be ignored and the Values from baseLoad-/UnloadTime will be used
Default Values for Vanilla-Behaviour are 0.85 (Load) and 0.3 (Unload).
BUGS / ISSUES ?
Be gentle, report in the comments or open an issue on Github.
Credits:
The whole SPT Team and Community!
Ghostfenixx for his SERVER VALUE MODIFIER Mod - A great enhancement!
acidphantasm for his awesome mods (Trader Scorpion / APBS / MoreTagColors and other stuff)
DewardianDev for his sweet MOAR + Bagels
Lacyway for FIKA and his great small QoL mods
and many many more...