Collection of my mods for the game Desperados III.
You can find me (1vader#0203) on the official Desperados III and Mimimi Discord servers for bug reports or ideas for improvements or new mods. Or you can just create an issue here.
- BetterLevelEditor: Provides a better UI for inserting entities. Open using the F2 key, place using F3 key. Keys can be changed in the config or using
ConfigurationManager
. - Convenience: Gives the options to auto-mute the game when in the background and starting levels on full zoom level and/or with highlights enabled.
- D1CooperGun: Makes Cooper's gun work more like in Desperados 1. The two guns now work like one, together having six quick shots after which a long reload is required. You have infinite reloads and can still use double shot. All the parameters (reload ammo and reload time) are tuneable.
- DevKillsList: Shows you which devs you still need to kill for the Veteran Bounty Hunter achievement. (Requires
BepInEx.ConfigurationManager
) - ExtendedCheats: Collection of random cheats like infinite ammo or modifying ability ranges.
- KingsmanEasterEgg: Allows you to modify the chance that a snipe with Doc will trigger the exploding heads easter egg. Usually the chance for this is 0.1% so most people will probably never see it without this.
- ShowdownModePauseOnDesperadoDiff: Allows you to enable pausing Showdown mode on Desperado difficulty.
- ProgressRestorer: Easily restore lost progress (i.e. unlocked levels and badges).
Either watch this video or follow the instructions below.
The easiest way is to install ytinu. It sets up everything for you and you can then install mods with one click. The ytinu page has instructions on how to install and use it.
Download BepInEx version 5.4 from its releases page and extract it in your games installation directory. You should have a directory called BepInEx
right next to the Desperados III.exe
. See also Installing BepInEx.
Next, download any mods you want to use and place them in the BepInEx/plugins
directory.
You can download the mods from the releases page or using the links below.
To configure the mods you need to launch the game at least once after installing them. Then you can edit the configuration files in BepInEx/config
.
Alternatively, you can install the BepInEx.ConfigurationManager (again by downloading the files and placing them inside the BepInEx/plugins
directory). This allows you to bring up an in-game mod settings menu by pressing F1
. This is also required for the DevKillsList
and ProgressRestorer
mods since they display the list/show the unlock buttons in that UI. You probably want to install RewiredBlocker together with the ConfigurationManager to block the game from picking up on your input in the background when the settings menu is open.
- BetterLevelEditor: BetterLevelEditor.zip v1.1.0
- Convenience: Convenience.dll v1.0.3
- D1CooperGun: D1CooperGun.dll v1.0
- DevKillsList: DevKillsList.dll v1.0.1
- ExtendedCheats: ExtendedCheats.dll v1.4
- KingsmanEasterEgg: KingsmanEasterEgg.dll v1.2
- ShowdownModePauseOnDesperadoDiff: ShowdownModePauseOnDesperadoDiff.dll v1.0
- ProgressRestorer: ProgressRestorer.dll v1.1
See CHANGELOG.md