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

Various bug fixes and items related to NaturalParticleLocation. #727

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

CCHyper
Copy link
Contributor

@CCHyper CCHyper commented Dec 6, 2021

Closes #721

This pull request fixes various bugs and related items with NaturalParticleSystem.

  • Fixes a bug where the Z coordinate of NaturalParticleLocation was not considered when spawning NaturalParticleSystem.

In addition to these bug fixes, two more optional particle systems can be now spawned alongside NaturalParticleSystem, with NaturalParticleSystem3 spawned last.

[TechnoType] (Although the Natural particle systems only apply to BuildingTypes)
NaturalParticleSystem2=<ParticleSystemType>
The secondary particle system to spawn when this building appears in the game world. Defaults to <none>.

NaturalParticleLocation2=<X,Y,Z>
The location to spawn the respective particle at (relative to current coordinate). Defaults to 0,0,0.

NaturalParticleSystem3=<ParticleSystemType>
The third particle system to spawn when this building appears in the game world. Defaults to <none>.

NaturalParticleLocation3=<X,Y Z>
The location to spawn the respective particle at (relative to current coordinate). Defaults to 0,0,0.

@CCHyper CCHyper added new-feature New feature or request. vanilla-bug Something isn't working in the original game labels Dec 6, 2021
@github-actions
Copy link

github-actions bot commented Dec 6, 2021

This comment is automaticly generated by Nightly.link and allows non-registered users to get download the artifacts for this pull request.

These links are also updated when the pull request is pushed to.

@CCHyper CCHyper force-pushed the develop branch 2 times, most recently from eb03022 to 8ed42ec Compare January 21, 2022 22:45
@CCHyper CCHyper force-pushed the develop branch 22 times, most recently from 3546546 to fe172ec Compare February 24, 2022 01:32
@CCHyper CCHyper force-pushed the develop branch 2 times, most recently from 8dadef4 to e3d18b8 Compare March 9, 2022 00:19
@CCHyper CCHyper force-pushed the natural-particle-sys branch from e882f1a to d91c347 Compare September 22, 2022 16:31
@CCHyper CCHyper force-pushed the develop branch 2 times, most recently from 07c9446 to 379970b Compare November 9, 2022 14:53
@CCHyper CCHyper force-pushed the develop branch 3 times, most recently from 48cd2ea to b789478 Compare December 22, 2022 08:32
@CCHyper CCHyper force-pushed the natural-particle-sys branch from d91c347 to bd87cc7 Compare February 22, 2023 18:58
@CCHyper CCHyper force-pushed the develop branch 3 times, most recently from d649039 to 5a6cb19 Compare February 24, 2023 11:01
@CCHyper CCHyper self-assigned this Mar 28, 2023
@CCHyper CCHyper force-pushed the natural-particle-sys branch from bd87cc7 to c3b9b66 Compare March 28, 2023 23:31
@ZivDero ZivDero force-pushed the develop branch 2 times, most recently from 65abfa3 to 5be9542 Compare September 26, 2024 13:00
@CCHyper CCHyper removed their assignment Oct 7, 2024
@ZivDero ZivDero force-pushed the develop branch 5 times, most recently from a307ea7 to 735e008 Compare October 17, 2024 22:42
@ZivDero ZivDero force-pushed the develop branch 2 times, most recently from f40cd5a to ce12b49 Compare October 22, 2024 15:52
@ZivDero ZivDero force-pushed the develop branch 2 times, most recently from c3e7349 to 0a8e674 Compare November 27, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New feature or request. vanilla-bug Something isn't working in the original game
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Vanilla Bug] NaturalParticleSystem bugs/limitations
1 participant