Skip to content
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

Add Sulfur chunks and adjust chunk shaders #5744

Merged
merged 6 commits into from
Dec 13, 2024
Merged

Conversation

HexapodPhilosopher
Copy link
Contributor

@HexapodPhilosopher HexapodPhilosopher commented Dec 13, 2024

Brief Description of What This PR Does

Adds floating chunks of sulfur.
Changes shaders and some models and textures for chunks.

Related Issues

Progress Checklist

Note: before starting this checklist the PR should be marked as non-draft.

  • PR author has checked that this PR works as intended and doesn't
    break existing features:
    https://wiki.revolutionarygamesstudio.com/wiki/Testing_Checklist
    (this is important as to not waste the time of Thrive team
    members reviewing this PR)
  • Initial code review passed (this and further items should not be checked by the PR author)
  • Functionality is confirmed working by another person (see above checklist link)
  • Final code review is passed and code conforms to the
    styleguide.

Before merging all CI jobs should finish on this PR without errors, if
there are automatically detected style issues they should be fixed by
the PR author. Merging must follow our
styleguide.

@hhyyrylainen hhyyrylainen added this to the Release 0.8.0 milestone Dec 13, 2024
@@ -2887,8 +3048,8 @@
"Ambient": 0
},
"hydrogensulfide": {
"Amount": 0,
"Density": 0,
"Amount": 12500,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was hydrogensulfide added to the seafloor patch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there would be some H2S on the seafloor, from occasional hydrothermal vents or smokers (as not all vents are grouped together in one region) and from sulfur rocks and the microbes feeding on them. The amount added makes it scarce outside of the sulfur chunks.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then it would make more sense for sulfur to spread from the vents patch instead of being harcoded like that. But there's not enough time before tomorrow to include this change for 0.8.0.

@@ -1796,8 +1888,8 @@
"Ambient": 0
},
"hydrogensulfide": {
"Amount": 0,
"Density": 0,
"Amount": 17500,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And also in coastal? It is very much totally intentional game design (and maybe realism) that hydrogen sulfide is not everywhere so I highly question a PR adding sulfur chunks totally reworking the hydrogen sulfide gameplay.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, fair enough. I'll remove this bit.

Copy link
Member

@hhyyrylainen hhyyrylainen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this is fine enough now to merge so that this gets into the public test build.

I did notice a slight editor display problem where hydrogen sulfide doesn't show in the editor display for patches that are missing the cloud version. I'll open an issue for that separately.

@hhyyrylainen hhyyrylainen merged commit a3cdabe into master Dec 13, 2024
4 checks passed
@hhyyrylainen hhyyrylainen deleted the SulfurChunks branch December 13, 2024 12:04
@hhyyrylainen
Copy link
Member

#5746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants