Skip to content

Commit

Permalink
update nosuperhighways for boron dlc
Browse files Browse the repository at this point in the history
  • Loading branch information
dhollinger committed Apr 29, 2023
1 parent 94eac46 commit 74da39b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
27 changes: 27 additions & 0 deletions nosuperhighway/content.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<content id="ws_2202908702" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing.&#13;&#10;&#13;&#10;This is a Steam Workshop upload of Nexus Mod user stupidprocess' NoSuperHighway mod: https://www.nexusmods.com/x4foundations/mods/80&#13;&#10;&#13;&#10;The title of this mod is a misnomer. It should be NoHighways, but I left the original name for the sake of attributing credit where credit is due.&#13;&#10;&#13;&#10;This mod has been uploaded to the Steam Workshop with the original Author's permission"
author="EagleDelta" version="200" date="2021-03-21" save="0" lastupdate="1616382090">
<text language="7" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="33" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="34" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="39" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="44" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="49" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="55" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="81" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="82" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="86" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
<text language="88" name="NoSuperHighway"
description="Replaces the really fun superhighway with a load of nothing." author="EagleDelta"></text>
</content>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<diff>
<replace sel="//macros">
<macros>
</macros>
</replace>
</diff>
43 changes: 43 additions & 0 deletions nosuperhighway/maps/xu_ep2_universe/zonehighways.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<diff>
<replace sel="//macros">
<macros>
<!-- FIRST TEST HIGHWAY
<macro name="HighwayDAGOHW01_Cluster_07_Sector001_macro" class="highway">
<component ref="standardzonehighway" />
<connections>
<connection ref="entrypoint">
<offset>
<position x="9500" y="0" z="157500" />
</offset>
</connection>
<connection ref="exitpoint">
<offset>
<position x="112146.447" y="0" z="-115353.553" />
</offset>
</connection>
</connections>
<properties>
<boundaries>
<boundary class="splinetube">
<splineposition x="9500" y="0" z="157000" tx="0" ty="0" tz="-1" weight="0" inlength="0" outlength="37500" />
<splineposition x="9500" y="0" z="82000" tx="0" ty="0" tz="-1" weight="0" inlength="37500" outlength="76514" />
<splineposition x="59967" y="0" z="-62467" tx="1" ty="0" tz="-1" weight="0" inlength="76514" outlength="37500" />
<splineposition x="112146.447" y="0" z="-115353.553" tx="1" ty="0" tz="-1" weight="0" inlength="37500" outlength="0" />
<size r="200" />
</boundary>
</boundaries>
<controls>
<linear>
<time />
</linear>
<angular>
<roll />
</angular>
</controls>
<configuration ref="ringlocalhighwayconfiguration" ring="1" />
</properties>
</macro> -->
</macros>
</replace>
</diff>

0 comments on commit 74da39b

Please sign in to comment.