Skip to content

Conversation

@SilverDorian46
Copy link
Contributor

These changes are copied over from #867 to be merged in advance while the custom Particles implementation is being sorted out.
The additions include the following:

  • the soundParam attribute for Tileset:
    Makes this surface index play a different sound, by setting the "surface_index" parameter to the value. For example, setting a value of "40" makes it play the Glitch sound. The purpose of this is to make new surface indices play already existing sounds without having to set up a different event for them. This is also useful in cases where a different event is used with the soundPath attribute.
    Note: Defining a sound attribute is required to use this, and it's recommended to set the value for that sound attribute greater than the range of already defined vanilla sounds (50 is a good number to start from)
  • forced NoInlining on Player.DustParticleFromSurfaceIndex:
    Makes Player.DustParticleFromSurfaceIndex not inline, meaning it can be hooked by code mods without any problems. For the time being, this can be used by coders to implement their own dust particles

@maddie480 maddie480 added the review needed This PR needs 2 approvals to be merged (bot-managed) label May 18, 2025
Copy link
Member

@Wartori54 Wartori54 left a comment

Choose a reason for hiding this comment

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

LGTM
(I'll approve once that commented out code is handled)

@SnipUndercover SnipUndercover requested a review from Wartori54 June 9, 2025 22:30
@maddie480-bot
Copy link
Member

The pull request was approved and entered the 3-day last-call window.
If no further reviews happen, it will end on Jun 15, 2025, 12:00 AM UTC, after which the pull request will be able to be merged.

@maddie480-bot maddie480-bot added last call window This PR was approved, and is in the 5-day last-call window before getting merged (bot-managed) and removed review needed This PR needs 2 approvals to be merged (bot-managed) labels Jun 11, 2025
@maddie480-bot
Copy link
Member

The pull request was approved and entered the 3-day last-call window.
If no further reviews happen, it will end on Jun 15, 2025, 10:30 AM UTC, after which the pull request will be able to be merged.

@maddie480-bot
Copy link
Member

The last-call window for this pull request ended. It can now be merged if no blockers were brought up.

@maddie480-bot maddie480-bot added ready to merge This PR was approved and the last-call window is over (bot-managed) and removed last call window This PR was approved, and is in the 5-day last-call window before getting merged (bot-managed) labels Jun 15, 2025
@maddie480 maddie480 merged commit 2ae1df7 into EverestAPI:dev Jun 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to merge This PR was approved and the last-call window is over (bot-managed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants