HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #660056
closedHuts don't appear on Glacier terrain
0%
Description
I think it is a bug because Huts never appear on glacier terrain when the map is generated with fractal or random mode.
They can appear on glacier when generated with island based mode, but only near the coast (in my tests). However if I load an scenario with already generated map, then huts appear in glacier tiles without problems.
Tested with S2_6 and Trunk (rev 35506).
I was trying to use the hut system to place other extras in the map, but this behaviour makes it hard to balance.
Files
Related issues
Updated by Marko Lindqvist about 7 years ago
mapgen.c:
/* Add a hut. But not on a polar area, on an ocean, or too close to
* another hut. */
if ((ptile = rand_map_pos_characteristic(WC_ALL, TT_NFROZEN, MC_NONE))) {
Updated by Jacob Nevins about 7 years ago
We could surely move this restriction to the ruleset.
Updated by Marko Lindqvist about 7 years ago
- Blocks Task #656466: S3_0 datafile format freeze (d3f) added
Updated by Marko Lindqvist almost 7 years ago
- Sprint/Milestone changed from 3.0.0 to 3.1.0
This is going to require quite a lot of work (dependency patches) to implement properly. Further, if we would make simplistic implementation now, it would be very hard to update to proper implementation in the future due without compatibility issues.
Updated by Marko Lindqvist almost 7 years ago
- Blocks deleted (Task #656466: S3_0 datafile format freeze (d3f))
Updated by Marko Lindqvist about 6 years ago
It's not about the terrain type "Glacier", but about the polar area.
Updated by David Fernandez (bard) about 6 years ago
I reported it in case it was a bug, but it is not really important.
It makes more sense if it is related to polar area rather than terrain type. I suppose it is not worth to change it.
Updated by Marko Lindqvist over 2 years ago
- Sprint/Milestone changed from 3.1.0 to 3.2.0
We can probably have a sensible fix now, with the Latitude requirements.
Updated by Marko Lindqvist over 2 years ago
- Blocks Task #939772: S3_2 datafile format freeze (d3f) added
Updated by Marko Lindqvist over 2 years ago
- File 0045-Make-it-possible-for-cause-Hut-extras-to-appear-on-f.patch 0045-Make-it-possible-for-cause-Hut-extras-to-appear-on-f.patch added
- Category changed from Server to General
- Status changed from New to Resolved
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed