Battle Brothers
0 of 0

File information

Last updated

Original upload

Created by

Nagamahu

Uploaded by

Nagamahu

Virus scan

Safe to use

Tags for this mod

10 comments

  1. eharper256
    eharper256
    • member
    • 2 kudos
    Any chance you can support MSU's BBParser so these settings are stored across games?

    I'm aware it gets baked into a save, but would be nice if it was global (yes, BBParser is part of MSU, I see below you're a bit confused about Rohzdear's request; this is the same one, basically). Thanks.
    1. Sompari
      Sompari
      • supporter
      • 1 kudos
      it's not even baked into save, every time I restart game I have to change setting otherwise it rolls into default value.
  2. Rohzdear
    Rohzdear
    • member
    • 2 kudos
    For some reason, the settings can't be saved using BBParser. They just reset every time the game is launched.
    1. Nagamahu
      Nagamahu
      • member
      • 0 kudos
      The settings are saved via MSU (Modding Standards and Utilities) if there are problems with other mods, unfortunately I can't do anything about it
  3. Fin1983
    Fin1983
    • member
    • 0 kudos
    Can it use in the Legends mod? 
  4. Err032
    Err032
    • member
    • 1 kudos
    Can you add the same reputation and fame multiplier here?
    1. Nagamahu
      Nagamahu
      • member
      • 0 kudos
      Hi,

      there is a function in the asset_manager which can be hooked and modified.

      function addBusinessReputation( _f )
      {
        this.m.BusinessReputation += this.Math.ceil(_f * this.m.BusinessReputationRate);
        [....]
      }

      Looks like the incoming reputation "_f" is fix for quests and I don't know if the m.BusinessReputationRate will be changed from the game. 

      So... it is easy to maipulate "_f * multiplier" before it will be added with addBusinessReputation(). If this is, what you'r looking for?
    2. Err032
      Err032
      • member
      • 1 kudos
      Thank you
  5. wagria212
    wagria212
    • member
    • 0 kudos
    i dont have the mod options button 
    1. Nagamahu
      Nagamahu
      • member
      • 0 kudos
      Hi, look at the Requirements: two mods are required 

      • modding script hooks https://www.nexusmods.com/battlebrothers/mods/42
      • Modding Standards and Utilities (MSU) https://www.nexusmods.com/battlebrothers/mods/479

      Looks like MSU is missing.