0 of 0

File information

Last updated

Original upload

Created by

YinjiD

Uploaded by

YinjiD

Virus scan

Safe to use

Tags for this mod

About this mod

Set a limit to how many goods to produce, no longer will the cobbler stack up those shoes!

Permissions and credits
Donations
Limit Production Goods

The mod will allow you to set a limit to how many goods are produced for (almost all) goods produced in your regions.

The amount can be configured in the config.lua file, for those who want to customize the mod's configuration and understand the logic behind it, you can read more in Mod Details section.

Follow my ko-fi page for updates regarding upcoming mods.

Installation (PC-STEAM)

  • This mod requires the installation of RE-UE4SS, follow the instructions on the github page:
    Quick installation guide:
    - Download the latest release: UE4SS_v3.0.1.zip
    - Extract it to your ManorLords installation path -> ManorLords\Binaries\Win64\
    (For steam it's usually steamapps\common\Manor Lords\ManorLords\Binaries\Win64\)
  • Unzip the archive into your ManorLords installation path -> ManorLords\Binaries\Win64\Mods\ (This folder should be there from the installation of RE-UE4SS)
  • You should now have a folder called limitGoodsMod in ManorLords\Binaries\Win64\Mods\
  • Run the game.

Installation (GamePass)
  • This mod requires the installation of RE-UE4SS, follow the instructions on the github page:
    Quick installation guide:
    - Download the latest release: UE4SS_v3.0.1.zip
    - Extract it to your ManorLords installation path -> C:\XboxGames\ -> \ManorLords\Binaries\WinGDK\
    - Alternatively, some users are reporting UE4SS should be installed in the following location: (C:\Users\"UserName"\AppData\Local\ManorLords\Saved\Config\WinGDK\)

    2. In the UE4SS-settings.ini file, set bUseUObjectArrayCache to false.
    3. Download the mod.
    4. Unzip the downloaded mod into your ManorLords installation path -> ManorLords\Binaries\WinGDK\Mods\ (This folder should be there from the installation of RE-UE4SS)
    5. You should now have a folder called limitGoodsMod in ManorLords\Binaries\WinGDK\Mods\
    6. Need to enable mod in mods.txt manually, add limitGoodsMod : 1 line for that.
    7. Run the game.


Mod Details

When the production buildings reach the specified amount, they will pause their building and unpause when the amount is below the threshold.
This is checked per region and based on your surpluse amount (not total stored).

By default, the current limits are configured as:
  • Planks = 100
  • Timber = 100
  • Shoes = 100
  • Dyes = 100
  • Firewood = 500
  • Wool = 100
  • Yarn = 200
  • Sidearms = 500
  • Small Shields = 500
  • Large Shields = 500
  • Spears = 500
  • Helmets = 500
  • Cloaks = 200
  • Gambesons = 500

You can configure the amounts by editing the config.lua file:
max_plank = 100,
  max_timber = 100,
  max_shoes = 100,
  max_dyes = 100,
  max_firewood = 500,
  max_wool = 100,
  max_yarn = 200,
  max_sidearms = 500,
  max_small_shields = 500,
  max_large_shields = 500,
  max_spears = 500,
  max_helmets = 500,
  max_cloaks = 200,
  max_gambesons = 500,



Compatibility

  • No issue with any other mods.


Known Issues

  • No known issues


Uninstall

  • Delete ManorLords\Binaries\Win64\Mods\limitGoodsMod\ folder


Disclaimer

Manor Lords is an early access game, it is not possible to guarantee that everything will work smoothly as unexpected behaviors and bugs may occur when using mods. 
Also.. Don't report bugs to Slavic if you play with mods.

Your support is appreciated!