BattleTech

File information

Last updated

Original upload

Created by

janxious

Uploaded by

joelmeador

Virus scan

Safe to use

Tags for this mod

20 comments

  1. Bloodplague
    Bloodplague
    • premium
    • 10 kudos
    guessing this mod is no longer supported ?
    1. taintedloki
      taintedloki
      • premium
      • 3 kudos
  2. kato42
    kato42
    • premium
    • 0 kudos
    So, I'm looking at the locust, and thinking its too small. the locust - back in the day - was a long legged beast. This seems a useful tool for fixing that, but I am confused about the settings and hoping you can help.

    There is this line in the json:
    "defaultMechSizeMultiplier": 0.9,

    Now I'm wondering how does that interact with the vector adjustments, for example with my Locust:
    "chassisdef_locust_LCT-1V": {"x": 0.95,"y": 1.25, "z": 0.95},

    Do the two numbers interact, so first everything gets reduced to 0.9, and then the Locust will be reduced on the X and Z by 0.95 (so actually 0.855 of base), and the Y is increased by 1.25 (or actually 1.125)? Or do the specific vector numbers simply replace the default multiplier?

    Hope you can clarify that for me, thanks.

    (edit, looks like I had the Y and Z vectors swapped)
    1. joelmeador
      joelmeador
      • member
      • 1 kudos
      Sorry I didn't respond sooner. Basically the default is used if you don't have specific overrides. So in your case everything except the locust would be 0.9 times vanilla size, and the locust would be sized as you specified.
  3. PsyckoSama
    PsyckoSama
    • member
    • 5 kudos
    Getting a strange error where my weapons freeze while firing and lock me in a loop.
    1. mrtsfloatinghead
      mrtsfloatinghead
      • supporter
      • 0 kudos
      Hey, you may already have solved this, but if not, probably the error is that you didn't update your mod.json to include the new field for projectile scaling. That's what fixed this for me!
  4. mtness23
    mtness23
    • supporter
    • 0 kudos
    You should consider updating the assets, on github there is already v0.5 out.
    1. joelmeador
      joelmeador
      • member
      • 1 kudos
      You make an excellent point. The newest files are here now.
  5. striderx2048
    striderx2048
    • member
    • 0 kudos
    Is there going to be a btml version of this?
    1. joelmeador
      joelmeador
      • member
      • 1 kudos
      There will not be a BTML-only version. Modtek relies on BTML. The code is on github if you would like to compile your own version that doesn't rely on the modtek initialization routine.
  6. endersblade
    endersblade
    • premium
    • 1 kudos
    Is it possible to make this work for ammo sizes? Specifically missiles? There's a mod here that adds Thunderbolt missiles, I'd like to make them slightly bigger than regular missiles to make them stand out.
    1. joelmeador
      joelmeador
      • member
      • 1 kudos
      I don't know. The ammo system doesn't run through the same stuff as the mech, but I think it's theoretically possible. I'll look into it, at least.
    2. endersblade
      endersblade
      • premium
      • 1 kudos
      That would be amazing, thank you :-)
    3. joelmeador
      joelmeador
      • member
      • 1 kudos
      @endersblade Well, I got giant missiles working. I'm trying to figure out other stuff, too.
    4. joelmeador
      joelmeador
      • member
      • 1 kudos
      Here's the pre-release version: https://github.com/janxious/MechResizer/releases/tag/v0.4.1 I don't have anything except the in-flight missile size changed yet (so no explosion change). I haven't figured out how to resize other stuff yet, other than having a little luck with muzzle flash size.
  7. rgreat
    rgreat
    • member
    • 3 kudos
    How about adding config?
    1. joelmeador
      joelmeador
      • member
      • 1 kudos
      I added a sample config file that I use for myself at https://www.nexusmods.com/battletech/mods/154?tab=files.
  8. Dizzy_xc
    Dizzy_xc
    • premium
    • 21 kudos
    You forgot install instruction and mod dependencies. I'd like to know where mod.json goes, anjd why is it called mod.json and not something more unique? Is that replacing a file?

    Thanks for this mod. Yes, there are 80T tanks smaller than a Locust. Need resizing.
    1. Razunter
      Razunter
      • member
      • 0 kudos
      https://github.com/Mpstark/ModTek/wiki/The-Drop-Dead-Simple-Guide-to-Installing-BTML-&-ModTek-&-ModTek-mods
    2. joelmeador
      joelmeador
      • member
      • 1 kudos
      There are install insteuctions in the Docs tab, for reference next time.