[Klonan] [1.1.109] [PvP] spectating dead players are still visisble on map

This subforum contains all the issues which we already resolved.
User avatar
PennyJim
Long Handed Inserter
Long Handed Inserter
Posts: 83
Joined: Wed Jan 18, 2023 3:49 am
Contact:

[Klonan] [1.1.109] [PvP] spectating dead players are still visisble on map

Post by PennyJim »

When a team dies, where they are looking (besides map view) becomes visible to every living player.
While I would like spectators to be able to see where other spectators are looking, I'd rather not give the hint of where the combat might be happening to living players

This can be fixed by adding this line [3783] in pvp.lua

Code: Select all

    player.force = "neutral"
    player.set_controller{type = defines.controllers.spectator}
+   player.show_on_map = false;
  end
There also seems to be a bug where players will get randomly booted into spectator mode, but I haven't done any research into why that could be.
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5315
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [Klonan] [1.1.109] [PvP] spectating dead players are still visisble on map

Post by Klonan »

Hi,

Thanks for the report,

It is fixed for the next release
Post Reply

Return to “Resolved Problems and Bugs”