Mount & Blade II: Bannerlord
0 of 0

File information

Last updated

Original upload

Created by

n00854180t

Uploaded by

n00854180t

Virus scan

Safe to use

About this mod

Adds a randomize button to the crafted item name pop up, allowing generation of a random name for your new items.

Permissions and credits
Changelogs
Donations
Adds a randomize button to the crafted item name pop up, allowing generation of a random name for your new items.

Install: Drop "ItemNameGenerator" folder into your Modules folder (or install with Vortex) and enable in the launcher.

To use: Craft an item and click the dice button.

Customization/Configuration:

You can configure the word lists (singlepartgenerator.json, twopartgenerator.json, and threepartgenerator.json for the word lists, config.json for configuration), and also which type of generators to use. If you don't like one of the styles of generator, just remove its index from the GeneratorsToUse list in config.json.

  • 0 is for the singlepartgenerator.json (just uses the word as is),
  • 1 is the twopartgenerator.json (combines first and second parts),
  • 2 is the threepartgenerator.json (combines the first part, second part and third part with a comma after the first part) and
  • 3 uses the twopartgenerator.json style naming along with the 2nd and 3rd parts from the threepartgenerator.json.

By default, the GeneratorsToUse looks like this:

"GeneratorsToUse": [ 0, 1, 2, 3 ]

If you want to change it to use only the single part names (index 0) or the two part names (index 1), you'd change it to this:

"GeneratorsToUse": [ 0, 1 ]