Skip to content

Commit

Permalink
Synced archotech teleporter from VFE-Insectoids (#424)
Browse files Browse the repository at this point in the history
Took a few days longer than I've expected due to some complexity caused by how the mod implemented the accept button, but here it is.

- Synced the archotech teleporter code with use of sessions
- Separated the patch into regions
- Created a `Shared` language file, moved `MpVehiclesSwitchToMap` there and renamed it to `MpCompatSwitchToMap`
- Created a language file for VFE-Insectoids
- Changed `MpVehiclesSwitchToMap` to `MpCompatSwitchToMap` in Vehicle Framework compat
  • Loading branch information
SokyranTheDragon authored Feb 4, 2024
1 parent d33123a commit 4478107
Show file tree
Hide file tree
Showing 7 changed files with 887 additions and 39 deletions.
7 changes: 7 additions & 0 deletions Languages/English/Keyed/Shared.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<LanguageData>

<!-- TODO: remove once included in MP itself -->
<MpCompatSwitchToMap>Switch to map</MpCompatSwitchToMap>

</LanguageData>
6 changes: 6 additions & 0 deletions Languages/English/Keyed/VanillaFactionsInsectoid.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<LanguageData>

<MpInsectoidLoadTeleporterSession>Teleporter loading session</MpInsectoidLoadTeleporterSession>

</LanguageData>
3 changes: 0 additions & 3 deletions Languages/English/Keyed/VehicleFramework.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@

<!-- Used for float menu to display the list of vehicles that still need to land. -->
<MpVehiclesWaitingToLand>Vehicles waiting to land</MpVehiclesWaitingToLand>

<!-- TODO: remove once included in MP itself -->
<MpVehiclesSwitchToMap>Switch to map</MpVehiclesSwitchToMap>

</LanguageData>
7 changes: 7 additions & 0 deletions Languages/Polish/Keyed/Shared.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<LanguageData>

<!-- TODO: remove once included in MP itself -->
<MpCompatSwitchToMap>Przełącz na mapę</MpCompatSwitchToMap>

</LanguageData>
4 changes: 0 additions & 4 deletions Languages/Polish/Keyed/VehicleFramework.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@

<!-- Used for float menu to display the list of vehicles that still need to land. -->
<MpVehiclesWaitingToLand>Pojazdy oczekujące na lądowanie</MpVehiclesWaitingToLand>

<!-- TODO: remove once included in MP itself -->
<MpVehiclesSwitchToMap>Przełącz na mapę</MpVehiclesSwitchToMap>


</LanguageData>
Loading

0 comments on commit 4478107

Please sign in to comment.