Add Configurable Stargate Types per Dimension#364
Open
Sparcky-Snowtail wants to merge 3 commits intoTau-ri-Dev:masterfrom
Open
Add Configurable Stargate Types per Dimension#364Sparcky-Snowtail wants to merge 3 commits intoTau-ri-Dev:masterfrom
Sparcky-Snowtail wants to merge 3 commits intoTau-ri-Dev:masterfrom
Conversation
Dimension types can be configured using groups in the jsgDimensions_2.0.json config file: If "milkyway", the Stargate will be set to Milkyway. If "pegasus", the Stargate will be set to Pegasus. If "universe", the Stargate will be set to Universe.
Dimension types can be configured using groups in the jsgDimensions_2.0.json config file: If "milkyway", the Stargate will be set to Milkyway. If "pegasus", the Stargate will be set to Pegasus. If "universe", the Stargate will be set to Universe.
Dimension types can be configured using groups in the jsgDimensions_2.0.json config file: If "milkyway", the Stargate will be set to Milkyway. If "pegasus", the Stargate will be set to Pegasus. If "universe", the Stargate will be set to Universe.
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.
Motivation:
Currently, it’s not possible to set the type of Stargate per dimension. I previously requested this feature on Discord, and while updating my mod pack, I realized it still wasn’t implemented. To address this, I forked the project and added the functionality so mod pack creators and players who like customizing their game can configure Stargate types per dimension.
Implementation:
Dimension types can now be configured in the jsgDimensions_2.0.json config file using groups:
"milkyway" → Stargate will be set to Milkyway
"pegasus" → Stargate will be set to Pegasus
"universe" → Stargate will be set to Universe
This change allows mod packs to define Stargate types for each dimension individually, improving flexibility and customization.