pardeike / CameraPlus

Camera+ for RimWorld
https://www.patreon.com/pardeike
MIT License
27 stars 17 forks source link

Hide silouhettes on progress renderer screenshots #33

Closed Oculyn closed 3 months ago

Oculyn commented 4 months ago

Currently, the silouhettes show on screenshots taken by progress renderer. This makes detail shots a lot less appealing since you can't see the pawns, but only the silouhette. Vanilla's markers are not shown on progress renderer, for reference: Ingame scrrenshot from far away of Thrumbos that I have disabled camera+ silouhettes for: image Those same thrumbos on the progress renderer image: image Pawns on the progress renderer image: image

pardeike commented 4 months ago

Camera+ has a flag that turns off everything so if ProgressRenderer sets it before and resets it after its snapshot it will solve the problem.

https://github.com/pardeike/CameraPlus/blob/a65c18b775dccf8d5d9e44f1e7e193460d49aaef/Source/Main.cs#L22

JonathanTroyer commented 3 months ago

This will be done in Progress Renderer, so this issue can be closed.