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

Mines occasionally spawn hordes of miner zs across several map tiles #74715

Closed
garnetgw opened this issue Jun 22, 2024 · 2 comments · Fixed by #74703
Closed

Mines occasionally spawn hordes of miner zs across several map tiles #74715

garnetgw opened this issue Jun 22, 2024 · 2 comments · Fixed by #74703
Labels
(S2 - Confirmed) Bug that's been confirmed to exist

Comments

@garnetgw
Copy link
Contributor

Describe the bug

Sometimes, mines will spawn with a very large number of zombie miners stretching across the map away from the mine as many as 15 tiles.

Attach save file

Ipava-trimmed.tar.gz

Steps to reproduce

  1. Create a default setting world and load a character.
  2. Debug reveal map and teleport to mines until you find one surrounded by a horde of zombie miners

Expected behavior

Surface level mines spawn a reasonable amount of zombie miners within the fenceline.

Screenshots

image

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.4529 (22H2)
  • Game Version: cdda-experimental-2024-06-21-0140 d1fe2af [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth]
    ]

Additional context

No response

@garnetgw garnetgw added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Jun 22, 2024
@PatrikLundell
Copy link
Contributor

PatrikLundell commented Jun 22, 2024

This may be caused by the same bugs as #74697, in which case it should be fixed by #74703. However, I should try to test that.

Edit:
The JSON files specifies that zombie miners can spawn outside the fenced area (a one tile wide strip along the side fence). Thus, that part is as defined (whether that's desirable is a different matter). Haven't gotten any hordes yet, but will continue trying.

@PatrikLundell
Copy link
Contributor

/Confirmed

The hordes at the surface is a separate problem from that #74703 addressed, as it appears with that code as well.

What I think is happening is that the miners that should be in the tunnels end up on the surface, which is basically the opposite of the problem that PR addressed. Oddly enough, a small number of zombies are still found in the tunnels.

@github-actions github-actions bot added (S2 - Confirmed) Bug that's been confirmed to exist and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants