-
Notifications
You must be signed in to change notification settings - Fork 524
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
Mass Scanner and Radar Telescreens #2351
Conversation
RSI Diff Bot; head commit da07d01 merging into 9089839 Resources/Textures/_NF/Structures/Machines/computer_wallmount.rsi
|
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml
Outdated
Show resolved
Hide resolved
Added DO NOT MERGE just till we swap tag to comp, PR valid for normal review and approval. |
Got a link to that issue? Could it not be done in the same way machines and computers are currently built? Build a frame - in your case, a wallmount one - fill it with a particular board, add other reqs, get your computer of choice? You'd need a wallmount computer graph, yes, but the ComputerComponent seems like it'd work fine for wallmount computers. Might suggest avoiding "telescreen" in favour of "wallmount radar console", etc. as a description of purpose. It's still a console, not a sci-fi television. |
"Issue" in the sense of problem, not GitHub issue.
With machines and computers, the final entity is decided by |
Making a set of suggestions, should be ready shortly today. |
Questionable definition of "shortly" (typical), but suggestions are up here (vs. master) on whatston3:2024-11-03-wallmount-radar-suggestions.
Each state of wallmount computer assembly, with the start on the left and the two finished entities shown on the right. |
One thing I noted: the maintenance panel overlay (with exposed wires) for the wallmount machines doesn't exist, and it also doesn't for the advanced radar console. Should look into what those need. |
I'll give this a look over when I can. I'm away visiting Arimah now so I won't have access to my git to push anything myself. |
…stions 2024 11 03 wallmount radar suggestions
@whatston3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested the latest changes, and everything seems to work perfectly. There's a bit of weirdness with deconstructing the tabletop computer, but that's unrelated to this PR. Thanks for your hard work making this possible, @Tych0theSynth and @whatston3. :> I reckon this is good to go. Very nice to have this more generalised.
Yay! I was waiting for these! |
About the PR
Added variants of the upstream Telescreen that's used traditionally as a camera monitor.
These variants are compact versions of the mass scanner computer and radar computer, which allows for you to have these machines as wallmounts.
Custom construction graphs and entities for making these constructable were also added, along with the necessary elements for them to be deconstructable also.
Construction graphs largely match the upstream original but require the specific mass scanner and advanced radar boards to be built.
Functionally they behave the same as their parent consoles. You can just put them on walls now.
Why / Balance
Useful for mapping compact ships where floor space is at a premium or to mapping compact cockpits.
Adding individual frames for each was required in order for the construction graphs to work. Upsteam issue.
How to test
Checkout the branch, load the game and spawn the consoles. Play with constructing and deconstructing them.
Media
Requirements
Breaking changes
None, I should hope!
Changelog
🆑