Jump to content

Station stage 2 stuck at 75%


rambo99jose

Recommended Posts

Been trying toi build a station by using save game editor and manual save editing, so far managed to finish stage 1, now on stage 2 im stuck at 75%.

The

<ware ware="dumbfireturret" amount="0" />

was originally

<ware ware="dumbfireturret" />

Here is what i think is my queue

                                <connection connection="connection_buildmodule01" macro="connection_buildmodule01">
                                  <component class="buildmodule" macro="buildmodule_stations_plot_01_macro" connection="buildmodule" id="[0x225e]">
                                    <offset>
                                      <position z="68.2133" />
                                    </offset>
                                    <build start="126979" end="127209" sequence="a" stage="1" step="3" steps="4" type="build" state="building" masstraffic="[0x10bb]">
                                      <resources>
                                        <ware ware="dumbfireturret" amount="0" />
                                      </resources>
                                      <components>
                                        <component component="[0x1433]" />
                                        <component component="[0x145b]" />
                                        <component component="[0x145e]" />
                                        <component component="[0x14ca]" />
                                        <component component="[0x14ce]" />
                                        <component component="[0x14e1]" />
                                      </components>
                                      <queue>
                                        <plan sequence="a" stage="1">
                                          <upgrade>
                                            <upgrade upgrade="shieldgenerator" name="{20104,1801}" tags="shieldgenerator" level="1" />
                                            <upgrade upgrade="turret_missile_df" name="{20104,601}" tags="turret_missile_df" level="1" />
                                            <upgrade upgrade="turret_small_mg" name="{20104,101}" tags="turret_small_mg" level="1" />
                                            <upgrade upgrade="turret_medium_pe" name="{20104,301}" tags="turret_medium_pe" level="1" />
                                          </upgrade>
                                        </plan>
                                      </queue>
                                      <units>
                                        <unit macro="units_size_xs_welder_drone_macro" amount="13" />
                                      </units>
                                    </build>
                                    <connections>
                                      <connection connection="buildanchor" id="[0x2260]">
                                        <connected connection="[0x14e0]" />
                                      </connection>
                                    </connections>
                                  </component>
                                </connection>

Also i made sure i placed some in cargo hold

 <connection connection="connection_storage02" macro="connection_storage02">
                                  <component class="storage" macro="storage_ship_xl_universal_01_macro" connection="shipconnection" id="[0x2276]">
                                    <cargo>
                                      <summary state="collapsed" connection="cargo">
                                        <ware ware="dumbfireturret" amount="84" />
                                        <ware ware="machinegunturret" amount="40" />
                                        <ware ware="plasmaturret" amount="60" />
                                        <ware ware="drp_cargolifter" amount="10" />
                                        <ware ware="drp_overrun_mk2" amount="10" />
                                        <ware ware="drp_interceptor_mk2" amount="10" />
                                        <ware ware="drp_intrepid_mk2" amount="10" />
                                      </summary>
                                    </cargo>
                                    <connections />

Anyone got an idea where this getting stuck?

Edited by rambo99jose
Link to comment
Share on other sites

  • 10 months later...

Hey if your trying to get those <ware ware="dumbfireturret" /> then the reason it's not working is just a typo, i stumbled onto this post in hopes of finding a way to get those wares on my construction vessel and thanks to you it woks all you need to do is put it as
<ware ware="dumbfireturret" amount="0"/>
just copy and paste ^ that line into the correct line, i'm on stage 4 now ill post what i change so you can just match it up just make all wares as 0 and it works like a charm every time

<component class="buildmodule" macro="buildmodule_stations_plot_01_macro" connection="buildmodule" id="[0x1036c18]">
<offset default="1"/>
<build start="111855.9" sequence="b" stage="1" steps="7" update="1" controltexture="88" type="build" state="waitingforresources">
<resources>
<ware ware="bioopticwiring" amount="0"/>
<ware ware="energycells" amount="0"/>
<ware ware="fusionreactor" amount="0"/>
<ware ware="reinforcedmetalplating" amount="0"/>
<ware ware="machinegunturret" amount="0"/>
<ware ware="shieldgenerator" amount="0"/>
<ware ware="dumbfireturret" amount="0"/>
<ware ware="plasmaturret" amount="0"/>

just copy and past <build start="111855.9" sequence="b" stage="1" steps="7" update="1" controltexture="88" type="build" state="waitingforresources"> into the find area then go to the spot that says ware ware eg. <ware ware="dumbfireturret" amount="0"/>
and change whatever number is there to 0
the dumbfire part is a pain because by default it doesn't have the amount part on the end of the line meaning it won't register anything being added to it so just add the same line as mine and you'll be set also do it again for each stage so it doesn't get stuck

thanks heaps by the way i was stuck on this for 3 days till i found your post so i hope my info helps you
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...