Skip to content

Saves the firemode of the current weapon on holster/weapon switch.

Notifications You must be signed in to change notification settings

ELRabito/ExileMod-HolsterPlus

Repository files navigation

ExileMod-Holster+

  • Keeps the firemode on weapon switch/holstering instead of resetting every time.
  • Also works for under-barrel modes or sidearms with full auto mode.

Installation

Make a Customcode override for the following three Exile functions in your missionfile or merge the code if they already exist!

    1. ExileClient_gui_hud_event_onKeyDown
    1. ExileClient_gui_hud_event_onKeyUp
    1. ExileClient_object_player_stats_reset

Merging existing overrides

    1. The code parts are commented with /* Holster+ Start*/ & /* Holster+ End*/ !
    1. ExileClient_gui_hud_event_onKeyUp contains multiple code blocks for the buttons 1,2,3,4.
    1. ExileClient_gui_hud_event_onKeyDown is for the binocular related stuff.

About

Saves the firemode of the current weapon on holster/weapon switch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages