-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synced archotech teleporter from VFE-Insectoids (#424)
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
1 parent
d33123a
commit 4478107
Showing
7 changed files
with
887 additions
and
39 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,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- TODO: remove once included in MP itself --> | ||
<MpCompatSwitchToMap>Switch to map</MpCompatSwitchToMap> | ||
|
||
</LanguageData> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<MpInsectoidLoadTeleporterSession>Teleporter loading session</MpInsectoidLoadTeleporterSession> | ||
|
||
</LanguageData> |
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
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" ?> | ||
<LanguageData> | ||
|
||
<!-- TODO: remove once included in MP itself --> | ||
<MpCompatSwitchToMap>Przełącz na mapę</MpCompatSwitchToMap> | ||
|
||
</LanguageData> |
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
Oops, something went wrong.