Hi there,
Got shot up and lost my fuel scoops (amongst other bits) but lived to tell the tale and dock at a tech level 12 station.
There I was offered the option to repair everything except the fuel scoops. This means I now have a wolf mark11 sans scoops which with a cargo of 20tonnes is a bit of a chocolate teapot.
This problem has happened to me before...is it a bug or am I doing something wrong..?
Broken fuel scoops
Moderators: winston, another_commander, Getafix
this seems to be a bit of a recurring problem, but you can fix it yourself, I think: open your savefile with a texteditor and look for the stuff listing your equipment:
and if the EQ_FUEL_SCOOPS ... .... <true/> .... is missing or looks weird, just add it
It'd be no cheating, since you had it, right? And if you want to be super-no cheating, you could substract some money for 'repairs' from your savefile
Code: Select all
<key>extra_equipment</key>
<dict>
<key>EQ_ADVANCED_COMPASS</key>
<true/>
<key>EQ_CARGO_BAY</key>
<true/>
<key>EQ_DOCK_COMP</key>
<true/>
<key>EQ_ECM</key>
<true/>
<key>EQ_ENERGY_UNIT</key>
<true/>
<key>EQ_ESCAPE_POD</key>
<true/>
<key>EQ_FUEL_INJECTION</key>
<true/>
<key>EQ_FUEL_SCOOPS</key>
<true/>
<key>EQ_MULTI_TARGET</key>
<true/>
<key>EQ_NAVAL_ENERGY_UNIT</key>
<true/>
<key>EQ_NAVAL_SHIELD_BOOSTER</key>
<true/>
<key>EQ_SCANNER_SHOW_MISSILE_TARGET</key>
<true/>
<key>EQ_SHIELD_BOOSTER</key>
<true/>
</dict>
It'd be no cheating, since you had it, right? And if you want to be super-no cheating, you could substract some money for 'repairs' from your savefile