Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There's https://www.nexusmods.com/x4foundations/mods/948 . >w>
But its not up to date. XwX
I need an up to date one dat disables boost for every engine module. X3
So neither me or the AI can boost at all. :P
https://www.nexusmods.com/x4foundations/mods/1253
But it's only for M ships.
Which is already something
Umm I took a look at it under the hood and its pretty straight forwards. Owo
Actually its easy enough 2 edit it. >:3
IDK if it will work though. X3
<?xml version="1.0" encoding="utf-8"?>
<diff>
<add sel="/aiscript[@name='fight.attack.object.fighter']/init">
<do_if value="this.ship.isclass.ship_m">
<set_value name="$allowboost" exact="false"/>
</do_if>
</add>
</diff>