Looking at various mod authors code, and especially the alt starts you can play, when changing the sector and position of HQ, I've seen people use the "diff" code, looking like this:
This is the code to select:
Code: Select all
<find_sector name="$HQSector" macro="macro.Cluster_01_Sector002_macro"/>
What I'm having difficulty finding (even from referencing from others code) on how to select the "macro" from above, when the referencing I can find online of code that is:
Code: Select all
<replace sel="//mdscript[@name='X4Ep1_Mentor_Subscriptions']/cues/cue[@name='Start']/actions/find_sector[@name='$HQSector']" </replace>
How would I go about being able to include the "macro" in the code above to be something else like: "macro.Cluster_11_Sector001_macro"? (Pontifex's Claim) Essentially just changing the sector from the actual game files (which would be Grand Exchange)
For referencing, the map data is in libraries/mapdefaults.xml and the HQ is in md/X4ep1_mentor_subscription.xml