You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is Unlimited Ammo turned on and how do i turn it off...
Because this mission was made not for a single player.
So if you're developer and creating weapons (models/configs), you'll anyway will reach the testing stage (the damage for the barrel, speed of realoading between shots and lots more) for that reason there's a bind on R (reloading mag), that keybind checks is mag empty and if so - it will fill it to the full state.
You can disable it manually, search for key bind: DayZCommunity...../core/modules/ComKeybinds/COMKeyBinds.c
Method: override void RegisterKeyMouseBindings()
Comment next lines:
reload.AddBinding( "kR" );
RegisterKeyMouseBinding( reload );
Or simply reassign the bind from kR to any other letter you want, for example "kBackSpace" (reloading if you'll click the Backspace keyb button.
Why is Unlimited Ammo turned on and how do i turn it off...
The text was updated successfully, but these errors were encountered: