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

Too many labs beneath houses #27484

Closed
Inglonias opened this issue Jan 7, 2019 · 3 comments
Closed

Too many labs beneath houses #27484

Inglonias opened this issue Jan 7, 2019 · 3 comments
Labels
Map / Mapgen Overmap, Mapgen, Map extras, Map display Spawn Creatures, items, vehicles, locations appearing on map

Comments

@Inglonias
Copy link
Contributor

Describe the bug
With the merging of #27462 the frequency of houses has gone up. This has, indirectly, led to increased frequency of labs
To Reproduce
N/A

Expected behavior
Cities shouldn't have four or five labs beneath them.

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Versions and configuration(please complete the following information):

  • OS: Windows 10
  • Game Version: 0.C-36249-g7de8b69
  • Graphics version: Tiles
  • Mods loaded: N/A

Additional context
Admittedly, this is a matter of opinion, but I'm not sure if this was something that was considered when houses were made more common.

@Night-Pryanik Night-Pryanik added Map / Mapgen Overmap, Mapgen, Map extras, Map display Spawn Creatures, items, vehicles, locations appearing on map labels Jan 8, 2019
@ZhilkinSerg
Copy link
Contributor

You can try lowering value of basement_hidden_lab_stairs:

"basements": { "basement": 1000, "basement_hidden_lab_stairs": 50, "basement_bionic": 50 },

@sneeze-attack
Copy link
Contributor

@Inglonias I've been doing some local testing with the value mentioned by ZhilkinSerg and when changing the value from 50 to 25 the results are much more reasonable.

I created a world with default settings (city size 8 and city spacing 4). I left the regional settings at default and checked 30 generated cities that contained at least 10 houses each. I found 33 basement labs in the 30 cities checked.

I created another world with the same settings but I changed regional settings for basement_hidden_lab_stairs to 25. I found 9 basement labs in the 30 cities checked.

Does that seem more acceptable?

@kevingranade
Copy link
Member

Fixed by #28324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Map / Mapgen Overmap, Mapgen, Map extras, Map display Spawn Creatures, items, vehicles, locations appearing on map
Projects
None yet
Development

No branches or pull requests

5 participants