I am a new modder and I am trying to make a mod that brings X4 closer to X3.
I have already been able to disable travel drives for the ships, but now I want to make the sectors smaller.
I have tried to use X4 Customizer and editing the XML files for sectors.xml and zones.xml in the maps/xu_ep2_universe folder and tested to see if I could make the gates in Argon Prime move closer together.
I changed the offset parameters in the both the sectors.xml and zones.xml files to values closer to zero for all 3 axes, but nothing seems to change.
I even tried deleting evertything else and keeping only one connection, but also did not work.
Code: Select all
<macro name="Cluster_14_Sector001_macro" class="sector">
<component ref="standardsector" />
<connections>
<connection name="Zone001_Cluster_14_Sector001_connection" ref="zones">
<offset>
<position x="0.000" y="0.0000" z="0.000" />
</offset>
<macro ref="Zone001_Cluster_14_Sector001_macro" connection="sector" />
</connection>
</connections>
</macro>
Any help would be deeply appreciated.
Thank you in advance.