Jump to content

phosit

WFG Programming Team
  • Posts

    288
  • Joined

  • Days Won

    6

phosit last won the day on February 19

phosit had the most liked content!

3 Followers

About phosit

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

phosit's Achievements

Triplicarius

Triplicarius (5/14)

181

Reputation

  1. The starting position and the lakes are similar to "Pyrenean Sierra". Maybe you can base your map on that.
  2. I don't understand the argument. The difficulty of AIs is independent of teams.
  3. What's the point of more teams? When there are more then 4 teams at least one player is a lone in a team. So it has the same effect as to assign no team to that player.
  4. I think that the current Egypt(3v3) should be turned, so that the fertile land is in the foreground and the mountains in the back.
  5. Removing an invocation of `pickRandom` doesn't invalidate another. (Worst case is that in DE the AI might not be serializeable.) I tried to bisect it but wasn't successful there are always like 10 units idle.
  6. Sorry for the late reply. Maybe you can find something in this PR. In there are many commits, so bisect should help a lot.
  7. I can't reproduce that. But I noticed that the map isn't revealed after loading.
  8. That's indeed an issue. Thanks for reporting.
  9. That's because it first chooses the placement, without knowing whether the map supports it.
  10. To fix the issue, the map has to somehow expose the restrictions. Those restrictions could then also be read by the random selection algorithm. At least that's how I think of it.
  11. Oh, so you choose random as placement - I understand now. I think it would be a hard to delay the random selection to the mapgen script. One would also have to change replay-summary: there it shouldn't be displayed as "random". The more complete solution is the one stated in the ticket.
  12. I don't know of a remaining issue of persistent map settings. Also the name of a game should be causally unrelated to the placement. I know #8148 which is related especially this link.
  13. I'd say "Must Have"s and "Release Blocker"s should have the next release as milestone. The others should be backlogged.
×
×
  • Create New...