-
Notifications
You must be signed in to change notification settings - Fork 297
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
Fixing the Frontier diagonal walls issues #1859
Fixing the Frontier diagonal walls issues #1859
Conversation
* initial commit * 5-state diagonal smoothing and uranium test * fix syntax errors * uranium walls: use 5-state diagonals * IconSmoothing: respect target directions (WIP) * adjust between vector angle and cardinal dir * uranium, wood diagonal walls * Reinforced diagonal walls * Restore smooth tags, wood and reinf to diagonalnf * IconSmoothSystem: comments, whitespace * reinforced walls in diagonal_walls * All windows: use "walls" icon smooth key --------- Co-authored-by: Whatstone <[email protected]> Co-authored-by: Dvir <[email protected]> Co-authored-by: Checkraze <[email protected]>
RSI Diff Bot; head commit 5b36acc merging into cfcab8c Resources/Textures/_NF/Structures/Walls/uranium_diagonal.rsi
Resources/Textures/_NF/Structures/Walls/wood_diagonal.rsi
Resources/Textures/_NF/Structures/Walls/reinforced_diagonal.rsi
|
from a direction standpoint what does this actually do |
Does some funny technical shit to smooth walls and make windows / walls connect to eachother and not have seperation. To my knowledge. Also cleans up the meta.jsons. |
Okay, cleans up the joins or lack thereof between walls. Sounds cool to me |
Welp, someone should reopen this or open a new PR for this. |
I'll pick it up. |
About the PR
When I pulled Frontier's secret doors, Dvir took notice and said "Hey, we had changes, did you pull these" and pinged me in the discord!! My live reaction was "Oh fuck oh shit I missed something" and so, now, we should have:
Why / Balance
Because I made an oopsie while cherrypicking / doing stuff for the artstyle. Yippee.
Technical details
YAML, Meta.jsons, some C# but it's mostly from Frontier and is up to their standard and not ours. Touches upstream files, all frontier comments. Yippee.
Media
See new-frontiers-14/frontier-station-14/pull/1603 for frontier implementation. Should do the same things in effect. If it breaks, I will cry.
Requirements
Breaking changes
Changelog