BattleTech mod that adds engines and other components to mechs based on TT rules.
Downloads of the latest release can be found on github.
install RogueTech for an in-depth MechEngineer experience
or
install BattleTech Advanced for another in-depth MechEngineer experience
or
- install the latest ModTek using instructions here
- install MechEngineer by copying the contents of the zip to the
BATTLETECH/Mods/
folder
Warning The HBS BattleTech ModLoader is not supported, as it based on an outdated ModTek (e.g no DLC support).
- see issues list
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
MechEngineer uses publicized assemblies, those are .NET dlls whose classes and methods visibility were changed to public.
- Install MechEngineer dependencies (ModTek, CustomComponents)
- Checkout the MechEngineer repository, for example as
BATTLETECH/Mods/MechEngineer/
- Copy the
Directory.Build.props.template
toDirectory.Build.props
and replace the BattleTechGameDir directory path. - Open the solution in Visual Studio 2022 and compile the MechEngineer.dll .
- Start the game.
The current features are always described right within the default settings in Settings.help.json
.
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.