-
Notifications
You must be signed in to change notification settings - Fork 48
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
Desktops #107
base: master
Are you sure you want to change the base?
Desktops #107
Conversation
RSI Diff Bot; head commit d9bf6b8 merging into 487554d Resources/Textures/SimpleStation14/Structures/Machines/computers_old.rsi
|
so this is pretty much an optional resprite for consoles for mappers? would be cool if they were buildable |
Yep, that's the idea. Making them buildable would require an entire new base thing, like the computer or machine, and all the steps, plus a recipe for each one... 🙃 |
id: ComputerAlertDesktop | ||
name: alerts computer | ||
components: | ||
- type: Fixtures |
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.
instead of redefining this on every prototype, use multiple parent types
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.
Parents are a bad idea, as then I'd also need to redirect the sprite names. Doing it this way is far less effort overall, as the change can be copied on mass and modified very easily, whereas sprite paths could not.
- TabletopMachineMask | ||
layer: | ||
- TabletopMachineLayer | ||
- type: Sprite |
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.
same with these
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.
Same as those :P
Resources/Textures/SimpleStation14/Structures/Machines/computers_old.rsi/meta.json
Outdated
Show resolved
Hide resolved
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.
minify the animation delays
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.
But what if I like 400 line long files??
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.
hmmm okay then
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 asked in Discord for how to do it 😩
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.
meh
Description
Adds a Desktop varient of just about every computer in the game, for making maps a little more spiffy!
Media
Changelog
🆑