Closed Caaz closed 2 years ago
Via N/A
not sure if you're aware of it, or can do anything about it, but mimics can be seen if one zooms out with camera+ because they get a red dot even when mimicing.
Ideally, mimics should be hidden regardless of camera zoom. Looks like Camera+ has a method, ShouldDrawDot that could be patched to return false when the pawn in question is a mimic (which is hidden). https://github.com/pardeike/CameraPlus/blob/54db56fe822d4cb30aaba42af7657e39a3529a32/Source/Tools.cs#L30-L45
ShouldDrawDot
false
Might have to look into if Harmony has any issues with patching mods if they exist or not, I donno.
Description
Via N/A
Ideally, mimics should be hidden regardless of camera zoom. Looks like Camera+ has a method,
ShouldDrawDot
that could be patched to returnfalse
when the pawn in question is a mimic (which is hidden). https://github.com/pardeike/CameraPlus/blob/54db56fe822d4cb30aaba42af7657e39a3529a32/Source/Tools.cs#L30-L45Might have to look into if Harmony has any issues with patching mods if they exist or not, I donno.