Releases: Marco4413/CP77-RenderPlaneFix
Releases · Marco4413/CP77-RenderPlaneFix
RenderPlaneFix v1.3.5
Full Changelog: v1.3...v1.3.5
Added
- Default custom patch for Male V.
- Highlighting for components filtered by the auto-patch.
Changed
- Menu layout and some descriptions.
RenderPlaneFix v1.3
Full Changelog: v1.2...v1.3
Added
- Custom Patches (all known issues should now be user-fixable).
- Config file to store user-chosen settings.
- [API] Methods RunAutoPatchOnEntity and RunCustomPatchOnEntity.
Changed
- Cleaned up blacklist for auto patch.
- The entire mod's menu won't be drawn if requirements are not met.
- [API] RunPatchOnEntity now calls RunAutoPatchOnEntity or RunCustomPatchOnEntity based on user settings.
RenderPlaneFix v1.2
Full Changelog: v1.1...v1.2
Added
- UI which shows 'unpatched' components (useful for debugging).
- Beards and more head-related components to blacklist.
- Component whitelist (internal change).
- Patching for entMorphTargetSkinnedMeshComponent (fixes lower body rendering).
Changed
- [API] Renamed RenderPlaneFix.componentNameBlacklist to componentNamePatternsBlacklist (the name blacklist still exists but its behaviour changed).
Fixed
- FPP animations playing in Photo Mode while in FPP.
- Lower body being drawn behind shoes.
RenderPlaneFix v1.1
Full Changelog: v1.0...v1.1
Added
- Component names to blacklist (all names that start with "hh_", "Morph" or end with "_shadow", "_shadowmesh").
Changed
- Set renderPlane for entSkinnedMeshComponents.
- Set renderPlane only for unconfigured components (I've seen modders misspell the value, so this may be reverted in the future).
RenderPlaneFix v1.0
Initial Release