Mount & Blade II: Bannerlord
0 of 0

File information

Last updated

Original upload

Created by

Teladi

Uploaded by

NexusLex27

Virus scan

Safe to use

Tags for this mod

About this mod

Allows you to configure multiple keys to set different game speeds.

Requirements
Permissions and credits
Compiled for game version 1.1.2

As I'm starting to play this game, there are times in battles that I wish things moved in slow motion, and there are times, like the hideout missions where I wish things ran faster.

So I made this mod, where you can configure multiple hotkeys and the respective time factor for each one.

You can find the config file in the mod folder.

By default, I have the following configuration:

<?xml version="1.0" encoding="utf-8"?>
<three_speeds>
<slow_motion>
<hotkey key = "NumpadSlash" factor = "2.0"></hotkey>
<hotkey key = "NumpadMultiply" factor = "0.25"></hotkey>
</slow_motion>

<campaign_map_speed>
<hotkey key = "NumpadMinus" factor = "10"></hotkey>
</campaign_map_speed>

</three_speeds>


the "slow_motion" section applies only during battles.
the "campaign_map_speed" section applies only to the campaign map.

Factors greater than one represent speed up, while a factor that is less than one are slow motion.

If you use negative numbers, your computer will open a portal to another dimension and your whole room will be sucked into it.
You've been warned!