Vanilla version of the URV Wharf (part that should be making drones) lists no wares for production. I have changed that to make it produce the same wares as all other URV wharfs. It functions the same way as the URV wharfs on stations in the Albion Sectors.
Current Version is 1.0
Optional Version 1.1a posted to replace version 1.1....same thing just zipped differently
EDIT - I have now tested on an older save I had where I had already made the first URV Wharf on the station. The save itself contains the production information at that point and the only way to fix the problem then is trough save editing.
EDIT 2 - I have updated and made a optional version 1.1. This version does not have the save="false" tag because it edits the wares.xml file. To remove this version it will require save editing. To start using this version it will require save editing if you have already started building the plot station.
[ external image ]
Save editing needs if you have the plot station already or if you are removing the mod:
use a text or xml editor like notepad++ and search for:
Code: Select all
<connection connection="connectionfor_struct_econ_prod_drones_dv_macro
Install save edit
if your are adding the mod to a game that is already started with the station built, then it will most likely show this:
Code: Select all
<queue ware="upg_sur_turret_medium_lb"/>
Code: Select all
<queue>
<item ware="drp_surfaceminer_mk2"/>
<item ware="drp_surfaceminer_mk1"/>
<item ware="drp_scoopcollector_mk2"/>
<item ware="drp_scoopcollector_mk1"/>
<item ware="drp_overrun_mk2"/>
<item ware="drp_overrun_mk1"/>
<item ware="drp_intrepid_mk2"/>
<item ware="drp_intrepid_mk1"/>
<item ware="drp_interceptor_mk2"/>
<item ware="drp_interceptor_mk1"/>
<item ware="drp_construction"/>
<item ware="drp_cargolifter"/>
<item ware="drp_assault"/>
</queue>
Uninstall save edit
If you are removing any version of mod then it will have this: *** Note - version 1.0 does not have the method part ***
Code: Select all
<queue>
<item ware="drp_assault" method="devries"/>
<item ware="drp_cargolifter" method="devries"/>
<item ware="drp_construction" method="devries"/>
<item ware="drp_interceptor_mk1" method="devries"/>
<item ware="drp_interceptor_mk2" method="devries"/>
<item ware="drp_intrepid_mk1" method="devries"/>
<item ware="drp_intrepid_mk2" method="devries"/>
<item ware="drp_overrun_mk1" method="devries"/>
<item ware="drp_overrun_mk2" method="devries"/>
<item ware="drp_scoopcollector_mk1" method="devries"/>
<item ware="drp_scoopcollector_mk2" method="devries"/>
<item ware="drp_surfaceminer_mk1" method="devries"/>
<item ware="drp_surfaceminer_mk2" method="devries"/>
</queue>
Code: Select all
<queue ware="upg_sur_turret_medium_lb"/>