- Keeps the firemode on weapon switch/holstering instead of resetting every time.
- Also works for under-barrel modes or sidearms with full auto mode.
Make a Customcode override for the following three Exile functions in your missionfile or merge the code if they already exist!
-
- ExileClient_gui_hud_event_onKeyDown
-
- ExileClient_gui_hud_event_onKeyUp
-
- ExileClient_object_player_stats_reset
-
- The code parts are commented with /* Holster+ Start*/ & /* Holster+ End*/ !
-
- ExileClient_gui_hud_event_onKeyUp contains multiple code blocks for the buttons 1,2,3,4.
-
- ExileClient_gui_hud_event_onKeyDown is for the binocular related stuff.