Suggestion for mapgen: clearer distinction between rotational vs mirror symmetry?

We could add new fields to the scenario info and make them query-able in-game.

A work of art is never finished, merely abandoned

the game showing the occupied spawns at the start of the game sounds like a nice thing to add.

That already exists, we just need to enable it.

A work of art is never finished, merely abandoned

Yeah that does sound like a good idea. There used to be a mod that did this, but I think it no longer works? I believe it was called "Reveal Positions" or something.

Just call it and I'll include it with the next patch 🙂

A work of art is never finished, merely abandoned

It should probably be an option.

Because otherwise it totally breaks somewhat blind, unexplored mapgen or even asymmetric.

Revealed positions but instead of doing what that mod did, tell you who spawned there, just shows that someone spawned there. Does revealed positions not work now because it was considered an exploit? Or something like that I could be misremembering.

@exselsior I believe that you're correct in that there was some sort of exploit being done when that mod was enabled, but I don't recall the details.

@Nomander Can you share some info about what makes your version of the mod "Reveal Positions (legal)" not take advantage of the previous exploit?

It might be what Jip is looking for to integrate as requested.

Basically the problem was that it would always reveal the positions of all the players. No matter the lobby settings, so even if the spawns were supposed to be hidden, the players using the mod would still get the information of who spawned where, giving them a very unfair advantage on certain maps and players sets.

@mostlostnoob The previous exploit was based on the fact that Armies 1, 2, etc spawned on markers 1, 2, etc., so you could look at the spawn marker positions from the save file and associate them with an Army, identifying which player got what slot (Armies also contain player name and faction data).

This got patched by FAF by scrambling the marker positions upon sim initialization for random spawn settings maps. This scrambling isn't reflected in the save file obviously, so there is no way for the UI to know what players spawned where, only where the spawn points are. The "... (Revealed)" spawn settings work by adding the newly scrambled positions to the Sync table for the UI to access and use to place the visual elements.

My version of the reveal positions mod still looks at markers in the save file, but it doesn't show player names if the spawn settings scrambled the spawns.