Skip to content

bhtrail/MechEngineer

 
 

Repository files navigation

MechEngineer

BattleTech mod that adds engines and other components to mechs based on TT rules.

Download

Downloads of the latest release can be found on github.

Requirements and Installation

install RogueTech for an in-depth MechEngineer experience

or

install BattleTech Advanced for another in-depth MechEngineer experience

or

Warning The HBS BattleTech ModLoader is not supported, as it based on an outdated ModTek (e.g no DLC support).

TODOs and Bug Reporting

Contributors

Maintainer: CptMoore

  • adammartinez271828 - rounding logic
  • Aliencreature - ideas, lore and rules, item variants, testing
  • barak1001 - rules, coding armor maxing, testing
  • bhtail - ideas, testing
  • Colobos - ideas, lore and rules, item and mech balancing, testing
  • CptMoore - ideas, rules, coding, testing, core items
  • CrusherBob - ideas, lore and rules, engine rating to walk/sprint distance conversions
  • Denadan - ideas, CustomComponents, coding
  • Gentleman Reaper - ideas, lore and rules, testing
  • kmission - russian localization support improvements
  • Harkonnen, LadyAlekto, Redbat + RogueTech Team - ideas, lore and rules, lots of testing, items
  • hokvel - Pansar for inspiration of max armor feature
  • TotalMeltdown - ideas, lore and rules

How-to start contributing

MechEngineer uses publicized assemblies, those are .NET dlls whose classes and methods visibility were changed to public.

  1. Install MechEngineer dependencies (ModTek, CustomComponents)
  2. Checkout the MechEngineer repository, for example as BATTLETECH/Mods/MechEngineer/
  3. Copy the Directory.Build.props.template to Directory.Build.props and replace the BattleTechGameDir directory path.
  4. Open the solution in Visual Studio 2022 and compile the MechEngineer.dll .
  5. Start the game.

Features

The current features are always described right within the default settings in Settings.help.json.

Engines

A major feature of MechEngineer is the introduction of engine items. An engine consists of several parts, each representing a CBT variable in regards to engines.

  • Fusion Core (e.g. Core 100): The fusion core rating defines the movement speed, number of jump jets and internal engine heat sinks of a mech. By default the weight of these items assume standard engine shielding.

  • Engine (Shielding) (e.g. Std. Engine): Just called "Engine", it actually represents the shielding of the fusion core. An XL engine is extra-light shielding for the engine. In combination with CC and the Weights feature, shielding differs in size and influences the fusion core weight.

  • Mech Cooling System (e.g. Cooling DHS): When choosing a heat sink system for the mech, in CBT one has to decide between standard and double heat sinks. Since the engine heat sink type is derived from the mechs heat sink system, this is still part of the Engine feature.

  • Engine Cooling System (e.g. E-Cooling + 2): In CBT additional heat sinks can be added to engines for core sizes 275 and higher, this item represents the additional heat sinks added.

About

Mod for BattleTech that introduces many CBT mechanics to the MechLab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 93.1%
  • Perl 4.9%
  • HTML 1.5%
  • Mustache 0.5%