Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 authored Sep 8, 2020
1 parent dbc25a1 commit 7d6f2a4
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
Mod for BattleTech

Changes how mechs are assembled.
Allows Crossvariant Assembly (requires machine shop argo upgrade by default) to combine parts of different mech variants to one mech.
You are no longer forced to assemble mechs on gaining parts. Instead you get asked if you want to assemble a mech (and which if you have CrossvariantAssembly) and if it should go into storage or to you active mechs or even get directly sold.
Manually start mech assembly by selecting parts and use the ready mech button.
CrossvariantAssembly can be configuried to require same speed/tonnage and matching tags.
Optional omnimech support. On readying an omnimech you can choose which variant you want to get (provided you already have seen that variant at least once).
Assembled mechs can be required to be readied before use, or be instantly ready.
If you use equiped mechs game rule, you gain the mech equipment in any case (goes into storage if you assemble and put the mech into storage, gets sold with the mech if you sell, adding their vaue to that of the mech).
More intelligent Assembly algorythm. First uses the parts of the mech you want to assemble, and fills missing parts from Crossvariants (if enabled&unlocked) trying to leave at least one part of every variant remaining.
Modified part count in salvage/shop screen: `currentParts (crossvariantParts) / maxParts (CompleteMechs)`, to help pick the correct parts you need.
Allows Crossvariant Assembly (requires machine shop argo upgrade by default) to combine parts of different mech variants to one mech.
You are no longer forced to assemble mechs on gaining parts. Instead you get asked if you want to assemble a mech (and which if you have CrossvariantAssembly) and if it should go into storage or to you active mechs or even get directly sold.
Manually start mech assembly by selecting parts and use the ready mech button.
CrossvariantAssembly can be configuried to require same speed/tonnage and matching tags.
Optional omnimech support. On readying an omnimech you can choose which variant you want to get (provided you already have seen that variant at least once).
Assembled mechs can be required to be readied before use, or be instantly ready.
If you use equiped mechs game rule, you gain the mech equipment in any case (goes into storage if you assemble and put the mech into storage, gets sold with the mech if you sell, adding their vaue to that of the mech).
More intelligent Assembly algorythm. First uses the parts of the mech you want to assemble, and fills missing parts from Crossvariants (if enabled&unlocked) trying to leave at least one part of every variant remaining.
Modified part count in salvage/shop screen: `currentParts (crossvariantParts) / maxParts (CompleteMechs)`, to help pick the correct parts you need.

(optional) Modified salvage generation to be based on remaining structure points. It sums up all structure points (with head and center torso using a factor of StructurePointBasedSalvageHighPriorityFactor,
(optional) Modified salvage generation to be based on remaining structure points. It sums up all structure points (with center torso using a factor of StructurePointBasedSalvageHighPriorityFactor, the head getting ignored,
and the rest a factor of StructurePointBasedSalvageLowPriorityFactor) and calculates a percentage of it. 100% means you get maximum parts (which is the lower one of StructurePointBasedSalvageMaxPartsFromMech and your difficulty setting),
0% means you get nothing, unless StructurePointBasedSalvageMinPartsFromMech is set >0, in which case you get always at least this much parts from a mech.
Mechcomponents (upgrades&weapons) are generated as usual, but you cannot get randomly upgraded Mechcomponents from destroying a mech with basic Mechcomponents.
0% means you get nothing, unless StructurePointBasedSalvageMinPartsFromMech is set >0, in which case you get always at least this much parts from a mech.

0 comments on commit 7d6f2a4

Please sign in to comment.