[Rseding91] [2.0.28][Modding] Hidden player characters shown in factoriopedia Planted by

This subforum contains all the issues which we already resolved.
User avatar
DedlySpyder
Filter Inserter
Filter Inserter
Posts: 254
Joined: Fri Jun 20, 2014 11:42 am
Contact:

[Rseding91] [2.0.28][Modding] Hidden player characters shown in factoriopedia Planted by

Post by DedlySpyder »

With the below new Character added to the game, the hidden flag works in most cases for the Factoriopedia, but still shows the entity under any seed's "Planted By" section.

Code: Select all

local fakePlayer = util.table.deepcopy(data.raw["character"]["character"])
fakePlayer.name = "fake-player"
fakePlayer.hidden = true
data:extend ({ fakePlayer })
Other places like "Made In" and the default spot in the Environment do hide the entity though.
Rseding91
Factorio Staff
Factorio Staff
Posts: 14816
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [Rseding91] [2.0.28][Modding] Hidden player characters shown in factoriopedia Planted by

Post by Rseding91 »

Thanks for the report. This is now fixed for the next release.
If you want to get ahold of me I'm almost always on Discord.
Post Reply

Return to “Resolved Problems and Bugs”