Refinery Real Actual Omega Push - #5081
Conversation
Co-authored-by: CawsForConcern <kopczynski.zesty@gmail.com>
Updating Refinery Files
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummaryAdds the The prototype defines the station identity, player limits, emergency shuttle settings, and available jobs across service, engineering, medical, science, security, supply, civilian, silicon, law, and representative roles. User impactPlayers can test the Refinery Starport map with its department-specific layout and role distribution. Notable changes
Risk areas
Guideline gaps
WalkthroughAdds the ChangesStarlight Refinery Map
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Just a tip for the checkboxes: Fill it out like this: And not like this: |
Refinery Refining
Refinery Refining
CawsForConcern
left a comment
There was a problem hiding this comment.
test fails real
there's a bunch of mapInit: true stuff saved in the map - you need to find the entities causing these and delete/replace them.
- proto: ActionToggleBlock
entities:
- uid: 4
mapInit: true
paused: true
components:
- type: Transform
parent: 3
- type: Action
originalIconColor: '#FFFFFFFF'
container: 3
- proto: ActionToggleInternals
entities:
- uid: 6
mapInit: true
paused: true
components:
- type: Transform
parent: 5
- type: Action
originalIconColor: '#FFFFFFFF'
container: 5
- uid: 8
mapInit: true
paused: true
components:
- type: Transform
parent: 7
- type: Action
originalIconColor: '#FFFFFFFF'
container: 7
- uid: 10
mapInit: true
paused: true
components:
- type: Transform
parent: 9
- type: Action
originalIconColor: '#FFFFFFFF'
container: 9
- uid: 12
mapInit: true
paused: true
components:
- type: Transform
parent: 11
- type: Action
originalIconColor: '#FFFFFFFF'
container: 11
- proto: ActionToggleLight
entities:
- uid: 14
mapInit: true
paused: true
components:
- type: Transform
parent: 13
- type: Action
originalIconColor: '#FFFFFFFF'
container: 13Update Refinery.yml
Update Refinery.yml
CawsForConcern
left a comment
There was a problem hiding this comment.
add your map to Content.IntegrationTests\Tests\Power\StationPowerTests.cs as well
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
Content + Integration Test ResultsSummary:
Failed Tests:
Github Test Reporter by CTRF 💚 |
|
I am going to close this PR in order to try and fix errors with a fresh branch |
Short description
Adds files for "Refinery Starport" station to game files. Hopefully allowing for in game testing.
Why we need to add this
Large station with lots of unique design features for departmental interplay. PR mostly is for bugfixing and testing and review by Caws. New PR because the old one was throwing errors due to manual uploading of files.
Media (Video/Screenshots)
Checks
Changelog
🆑 STARLIGHT TEAM