By default, IW4x automatically unloads mods when you leave a server that uses them.
This helps to ensure a clean state for the next server and prevents server hosters from modifying the main menu.
The downside is that you will have to manually load a mod to change your loadout for that specific mod.
This feature can be disabled, if you run into issues remember you can always use quit
in the console and restart the game to unload a mod.
The config file iw4x-launcher.json
is located in your game directory (the same folder as your IW4x launcher).
Open iw4x-launcher.json
in a text editor (like notepad) and add -disable-mod-unloading
to the args
field:
{
"update_only": false,
"skip_self_update": false,
"download_bonus_content": true,
"ask_bonus_content": false,
"force_update": false,
"args": "-stdout -disable-mod-unloading",
"engine": "iw4",
"use_https": true,
"skip_redist": false,
"prerelease": false,
"cdn_url": "",
"offline": false,
"skip_connectivity_check": false
}
Tip: If the args
field already contains other arguments, simply add -disable-mod-unloading
to the existing list, separated by spaces.
Save the file and run the launcher.
Right-click on the iw4x-launcher.exe
file in your game directory and select "Create shortcut". Move the shortcut to your desktop.
--pass "-disable-mod-unloading"
at the end"C:\Path\To\Your\Game\iw4x-launcher.exe" --pass "-disable-mod-unloading"
Use this shortcut to launch IW4x instead of the original launcher file. Mods will no longer be automatically unloaded when leaving servers.
Warning: This method bypasses the launcher entirely, which means the game will not receive updates automatically. Only use this if you understand the implications.
Right-click on iw4x.exe
in your game directory and select "Create shortcut". Move it to your desktop.
-disable-mod-unloading
at the end"C:\Path\To\Your\Game\iw4x.exe" -disable-mod-unloading
Use this shortcut to launch IW4x directly. Remember that you'll need to manually update the game when new versions are released.
If you're having trouble with any of these methods, you can: