I am working on a mod that makes the sectors half as large as they are in vanilla, based on the Expanded Sectors X2 by MacBain81. I am having the same problem that he ran into with the superhighway accelerators(?) not having collision once they've been relocated in maps\XU_ep2_universe\sectors.xml.
As far as I can see there are three files that have connection tags for the highways: maps\XU_ep2_universe\sectors.xml, zonehighways.xml, and sechighways.xml. I am kind of hoping someone can help me determine which file I need to change. The sectors.xml file for vanilla has a connection for "Highway01_Cluster_01_Sector001_connection" that references macros with connection value of "Highway01Connection02_gate" and "Highway01Connection01_gate" but I can't find any other file that has these connections defined. I thought I might need to change things in zonehighways.xm, but the "Highway01_Cluster_01_Sector001_macro" is commented out in vanilla.
Thanks!
In Progress Smaller Sectors Mod - issue with moving highway
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 24
- Joined: Thu, 30. Jan 20, 05:13
-
- Posts: 24
- Joined: Thu, 30. Jan 20, 05:13
Re: In Progress Smaller Sectors Mod - issue with moving highway
Update: Moving the superhighway accelerators in the clusters makes them inoperable for the player, but the AI can find and use them perfectly fine. I might be able to track down how the AI uses the superhighway and apply that to the player's ship and voila, problem solved. In any case, for anyone messing with superhighways, it appears that there are multiple locations defined for them, and the little animation that plays when the player hits the gate is defined outside of the sectors.xml file.
-
- Posts: 549
- Joined: Sat, 31. Mar 07, 23:44
Re: In Progress Smaller Sectors Mod - issue with moving highway
Um. If you are interested, I have an X4 customizer script that does sector downsizing automatically, including moving a variety of plot stuff, preventing objects getting too close together, resizing highways (including sector highway cluster level adjustments), shrinking down god station spawn points, etc.
Author of X3 Customizer and X4 Customizer
-
- Posts: 24
- Joined: Thu, 30. Jan 20, 05:13
Re: In Progress Smaller Sectors Mod - issue with moving highway
Amazing work! And in Python! You made my day.