-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better mapping editor (Part 1 - UI) #34302
base: master
Are you sure you want to change the base?
Conversation
A couple more suggestions/requests (sorry to keep piling on 😬)
Even if these don't make it, thanks for the great work! |
I think at this point the map editor is already much more convenient than the normal mode, so I think it's reasonable to make it automatically turn on with mapping command |
Updated the description and media, did most of what I planned, something could not do, for example, to fix the removal of objects in the selected zone (problem in PlacementManager, in the engine). |
I feel like you could change your command buttons (such as the fixgridatmos) into a list instead of doing multiple buttons through the UI |
# Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Ports space-wizards/space-station-14#32294 Ports ss14-harmony/ss14-harmony#310 (and everything needed for it to function) Early-merges space-wizards/space-station-14#34302 Adds the ability for multiple central command maps that get randomly selected. Tested and works. --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: Several contributors - add: Added a new central command map that is randomly picked alongside the old one (thank you to Spanky from Harmony) - add: Added Advanced SMES for mappers. - add: Added the atmospheric network monitor for seeing what the temperature, moles, and pressure is on every pipe everywhere through a computer. - add: Nukie med bundle now contains a compact defibrillator. - add: Ported a better mapping editor. - add: Added the throngler plushie. - remove: Removed the Throngler as a possible loot spawn for gamble crates. --------- Signed-off-by: sleepyyapril <[email protected]>
<!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Ports space-wizards/space-station-14#32294 Ports ss14-harmony/ss14-harmony#310 (and everything needed for it to function) Early-merges space-wizards/space-station-14#34302 Adds the ability for multiple central command maps that get randomly selected. Tested and works. --- <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: Several contributors - add: Added a new central command map that is randomly picked alongside the old one (thank you to Spanky from Harmony) - add: Added Advanced SMES for mappers. - add: Added the atmospheric network monitor for seeing what the temperature, moles, and pressure is on every pipe everywhere through a computer. - add: Nukie med bundle now contains a compact defibrillator. - add: Ported a better mapping editor. - add: Added the throngler plushie. - remove: Removed the Throngler as a possible loot spawn for gamble crates. --------- Signed-off-by: sleepyyapril <[email protected]>
PR will be divided into several parts, this part is mostly focused on UI changes. |
# Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Ports space-wizards/space-station-14#32294 Ports ss14-harmony/ss14-harmony#310 (and everything needed for it to function) Early-merges space-wizards/space-station-14#34302 Adds the ability for multiple central command maps that get randomly selected. Tested and works. --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: Several contributors - add: Added a new central command map that is randomly picked alongside the old one (thank you to Spanky from Harmony) - add: Added Advanced SMES for mappers. - add: Added the atmospheric network monitor for seeing what the temperature, moles, and pressure is on every pipe everywhere through a computer. - add: Nukie med bundle now contains a compact defibrillator. - add: Ported a better mapping editor. - add: Added the throngler plushie. - remove: Removed the Throngler as a possible loot spawn for gamble crates. --------- Signed-off-by: sleepyyapril <[email protected]> (cherry picked from commit 9272f65b64392f66a7cd4fd7c84bb152dc93b65a)
About the PR
This PR heavily reworks and increases the functionality of the current map editor.
what's changed:
Why / Balance
The current map editor sucks.
Technical details
Media
editor2.mp4
Requirements
Changelog
no 🆑