-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nosuperhighways for boron dlc
- Loading branch information
1 parent
94eac46
commit 74da39b
Showing
3 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. This is a Steam Workshop upload of Nexus Mod user stupidprocess' NoSuperHighway mod: https://www.nexusmods.com/x4foundations/mods/80 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. 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> |
7 changes: 7 additions & 0 deletions
7
nosuperhighway/extensions/ego_dlc_boron/maps/xu_ep2_universe/dlc_boron_zonehighways.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |