X4: Foundations

X4: Foundations

Max Equipment Mods
aladinaleks  [developer] 21 Oct, 2024 @ 11:01pm
Mod Parameters
There are such parameters:

<rotationthrust ware="mod_engine_rotationthrust_01_mk1" quality="1" min="1.05" max="1.2"/> <rotationthrust ware="mod_engine_rotationthrust_02_mk1" quality="1" min="1.35" max="1.45"> <bonus chance="1.0" max="1"> <strafethrust min="0.7" max="0.75"/> </bonus> <!-- dogfighter --> <rotationthrust ware="mod_engine_rotationthrust_01_mk3" quality="3" min="1.2" max="1.5"> <bonus chance="1.0" max="2"> <forwardthrust min="1.05" max="1.15"/> <strafethrust min="1.2" max="1.5"/> </bonus> </rotationthrust> ============================================= <!-- LOW: pos - neg: negative properties allow higher positive properties thereby resulting in mods that have effects that are more tangible --> <forwardthrust ware="mod_engine_forwardthrust_02_mk1" quality="1" min="1.35" max="1.45"> <bonus chance="1.0" max="2"> <boostthrust min="0.7" max="0.75"/> <travelthrust min="0.7" max="0.75"/> </bonus> </forwardthrust> <forwardthrust ware="mod_engine_forwardthrust_01_mk2" quality="2" min="1.05" max="1.1"> <bonus chance="1.0" max="1"> <rotationthrust min="1.1" max="1.2"/> <strafethrust min="1.1" max="1.2"/> </bonus> </forwardthrust> <!-- MEDIUM: pos - neg: negative properties allow higher positive properties thereby resulting in mods that have effects that are more tangible --> <forwardthrust ware="mod_engine_forwardthrust_02_mk2" quality="2" min="1.2" max="1.25"> <bonus chance="1.0" max="2"> <boostthrust min="0.9" max="0.95"/> <travelthrust min="0.9" max="0.95"/> </bonus> </forwardthrust> <forwardthrust ware="mod_engine_forwardthrust_01_mk3" quality="3" min="1.1" max="1.3"> <bonus chance="1.0" max="4"> <boostthrust min="1.2" max="1.5"/> <travelthrust min="1.2" max="1.5"/> <rotationthrust min="1.1" max="1.3"/> <strafethrust min="1.1" max="1.3"/> </bonus> </forwardthrust> =================================== <strafethrust ware="mod_engine_strafethrust_01_mk1" quality="1" min="1.05" max="1.2"/> <strafethrust ware="mod_engine_strafethrust_02_mk1" quality="1" min="1.35" max="1.45"> <bonus chance="1.0" max="1"> <rotationthrust min="0.7" max="0.75"/> </bonus> </strafethrust>

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

mod values:

<replace sel="//engine/rotationthrust[@ware='mod_engine_rotationthrust_01_mk1']/@min">1.2</replace> <replace sel="//engine/rotationthrust[@ware='mod_engine_rotationthrust_02_mk1']/@min">1.45</replace> <replace sel="//engine/rotationthrust[@ware='mod_engine_rotationthrust_02_mk1']/bonus/strafethrust/@min">0.75</replace> <replace sel="//engine/rotationthrust[@ware='mod_engine_rotationthrust_01_mk3']/@min">1.5</replace> <replace sel="//engine/rotationthrust[@ware='mod_engine_rotationthrust_01_mk3']/bonus/forwardthrust/@min">1.15</replace> <replace sel="//engine/rotationthrust[@ware='mod_engine_rotationthrust_01_mk3']/bonus/strafethrust/@min">1.2</replace> ======================================== <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_02_mk1']/@min">1.45</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_02_mk1']/bonus/boostthrust/@min">0.75</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_02_mk1']/bonus/travelthrust/@min">0.75</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk2']/@min">1.1</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk2']/bonus/rotationthrust/@min">1.2</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk2']/bonus/strafethrust/@min">1.2</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_02_mk2']/@min">1.25</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_02_mk2']/bonus/boostthrust/@min">0.95</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_02_mk2']/bonus/travelthrust/@min">0.95</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk3']/@min">1.3</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk3']/bonus/boostthrust/@min">1.5</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk3']/bonus/travelthrust/@min">1.5</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk3']/bonus/rotationthrust/@min">1.3</replace> <replace sel="//engine/forwardthrust[@ware='mod_engine_forwardthrust_01_mk3']/bonus/strafethrust/@min">1.3</replace> <replace sel="//engine/strafethrust[@ware='mod_engine_strafethrust_01_mk1']/@min">1.2</replace> <replace sel="//engine/strafethrust[@ware='mod_engine_strafethrust_02_mk1']/@min">1.45</replace> <replace sel="//engine/strafethrust[@ware='mod_engine_strafethrust_02_mk1']/bonus/rotationthrust/@min">0.75</replace>

All parameters are accounted for.
Why they change, my thoughts on this matter I expressed in the post above.
I do not know what can affect this, while all other mods, running at maximum settings without any changes.