Skip to content

bugfix: Contamination fields render incorrectly on uneven terrain - #177

Draft
stephanmeesters wants to merge 2 commits into
TheSuperHackers:mainfrom
stephanmeesters:terrain-conforming-particles
Draft

bugfix: Contamination fields render incorrectly on uneven terrain#177
stephanmeesters wants to merge 2 commits into
TheSuperHackers:mainfrom
stephanmeesters:terrain-conforming-particles

Conversation

@stephanmeesters

@stephanmeesters stephanmeesters commented Sep 1, 2026

Copy link
Copy Markdown

This modifies particle systems of contamination field type to render correctly on uneven terrain. The new terrain conforming feature is enabled by setting IsTerrainConforming = YES on a particle system template.

List of changed particle systems
  • AnthraxFieldLarge
  • AnthraxFieldMedium
  • AnthraxFieldSmall
  • AnthraxGammaPuddleContinuous
  • AnthraxGammaPuddleLarge
  • AnthraxPuddle
  • AnthraxPuddleContinuous
  • AnthraxPuddleLarge
  • CleanupPuddle
  • GC_Chem_AnthraxFieldGammaLarge
  • GC_Chem_AnthraxFieldGammaMedium
  • GC_Chem_AnthraxGammaFieldLarge
  • GC_Chem_AnthraxGammaFieldMedium
  • GC_Chem_AnthraxGammaFieldSmall
  • GC_Chem_ToxinPuddle
  • NukeRadiationInitial
  • PoisonFieldLarge
  • PoisonFieldMedium
  • PoisonFieldSmall
  • RadiationFieldLarge
  • RadiationFieldMedium
  • RadiationFieldSmall
  • ToxinPuddle
  • ToxinPuddleContinuous
  • ToxinPuddleLarge
  • ToxinTankPuddle

Before

before.mp4

After

after.mp4

Notes

The first commit changes only the particle systems for which this feature is enabled. The second commit sets the opposite value IsTerrainConforming = NO for all of the unaffected particle systems.

Can be rebase- or squash merged by maintainer preference.

Todo

  • Replicate in Generals

@stephanmeesters stephanmeesters self-assigned this Sep 1, 2026
@stephanmeesters stephanmeesters added Gen Relates to Generals Rendering Is Rendering related ZH Relates to Zero Hour Enhancement New feature or request labels Sep 1, 2026
@stephanmeesters stephanmeesters changed the title feat: Terrain conforming particles bugfix: Radiation & toxin fields render incorrectly on uneven terrain Sep 2, 2026
@stephanmeesters stephanmeesters added Bug Something isn't working and removed Enhancement New feature or request labels Sep 2, 2026
@stephanmeesters stephanmeesters changed the title bugfix: Radiation & toxin fields render incorrectly on uneven terrain bugfix: Contamination fields render incorrectly on uneven terrain Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Gen Relates to Generals Rendering Is Rendering related ZH Relates to Zero Hour

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Radiation & Toxin Fields Render Incorrectly on Uneven Terrain

1 participant