
And the upgrade kits are doing their jobs well - despite my fake patch installation.

So everything's comming up roses.
Sorry for inconvenience, doc.
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
I think this could be the reason, why it works.- Before running X3TC you must open and close the Plugin Manager (if installed), regardless of which version you are running. This is so the Plugin Manager can integrate the XRM ware size changes.
Did that little bug fixing for you. The file plugin.deliver.jd.fillup contains this conditional:DrBullwinkle wrote:That is a small known bug. I will try to fix it eventually.
Code: Select all
if $single == {Engine Tuning}
$temp = {Engine Tuning}
$chk = $ship->get amount of ware $temp in cargo bay
$upgrade = $ship->get max upgrades for upgrade $temp
$free = $upgrade - $chk
= $ship->add $free units of $single
else if $single == {Rudder Optimisation}
$temp = {Rudder Optimisation}
$chk = $ship->get amount of ware $temp in cargo bay
$upgrade = $ship->get max upgrades for upgrade $temp
$free = $upgrade - $chk
= $ship->add $free units of $single
else if $single == {Cargo Bay Extension}
$temp = {Cargo Bay Extension}
$chk = $ship->get amount of ware $temp in cargo bay
$upgrade = $ship->get max upgrades for upgrade $temp
$free = $upgrade - $chk
= $ship->add $free units of $single
end
Code: Select all
if $single == {Engine Tuning}
$temp = {Engine Tuning}
$chk = $ship->get amount of ware $temp in cargo bay
$upgrade = $ship->get max upgrades for upgrade $temp
$free = $upgrade - $chk
= $ship->add $free units of $single
continue
else if $single == {Rudder Optimisation}
$temp = {Rudder Optimisation}
$chk = $ship->get amount of ware $temp in cargo bay
$upgrade = $ship->get max upgrades for upgrade $temp
$free = $upgrade - $chk
= $ship->add $free units of $single
continue
else if $single == {Cargo Bay Extension}
$temp = {Cargo Bay Extension}
$chk = $ship->get amount of ware $temp in cargo bay
$upgrade = $ship->get max upgrades for upgrade $temp
$free = $upgrade - $chk
= $ship->add $free units of $single
continue
end
That is a game "feature". Your docking permit has expired... didn't you hear the Public Address announcement? You must have been too busy in the Casino...Joelnh wrote:I have just started looking for a script that prevents my ships from being undocked at stations I have them waiting at for safety