Fix tts import/export when mecatol rex is not in the center of the galaxy (eg. Magi's Madness) - #141
Open
asrichesson wants to merge 1 commit into
Open
Fix tts import/export when mecatol rex is not in the center of the galaxy (eg. Magi's Madness)#141asrichesson wants to merge 1 commit into
asrichesson wants to merge 1 commit into
Conversation
…laxy (eg. Magi's Madness)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tabletop Simulator supports situations where mecatol rex is not in the center of the galaxy. The mecatol rex tile "18" will appear later in the string, and tts will know not to place mecatol rex in the center.
However, the export and import of strings where mecatol rex is non-center don't work in the map generator. Instead, you might get extra mecatol rexes when you import the string, or you will be missing the first central system when you export the string.
For example: Magi's Madness Click export TTS string, then load the same string again.
This pr fixes these issues.