Cyberpunk 2077

File information

Last updated

Original upload

Created by

Marco4413

Uploaded by

Marco4413

Virus scan

Safe to use

About this mod

Dynamic Render Plane fix. Fixes hands being drawn on top of any clothing item.

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
RenderPlaneFix

There's an issue with Cyberpunk 2077 which plagues a bunch of modded clothing items and some vanilla ones:



As you can see, Sleeves mods (like BetterSleeves) don't work well with all items. Usually these items are manually fixed through Archive edits. However, it's not perfect and mods that either add clothing items or modify vanilla items are prone to break the item again.

This mod fixes everything at runtime using CET and Codeware:



Which means that this mod should work with any clothing item, while also keeping compatibility with refits!

Requirements

Credits

Thanks to all contributors to CyberEngineTweaks, Codeware and RED4ext for developing those projects and to the Cyberpunk 2077 Modding Community Discord server for guiding me to the dynamic path!

Known Issues

Check the pinned post in the posts tab.

API

This mod's got an API which allows other modders to create patch mods that apply fixes without reuploading the mod.

local RenderPlaneFix = GetMod("RenderPlaneFix")

RenderPlaneFix:IsPatchRegistered()

RenderPlaneFix:AreRequirementsMet()

RenderPlaneFix:RunPatchOnEntity(entity)

-- This table contains string to boolean pairs.
-- Each entry represents the full name
-- of a component to be patched.
-- The whitelist overrides any blacklist setting.
RenderPlaneFix.componentNameWhitelist

-- Any pattern within this table will be matched against
-- component names. If the pattern does not match then
-- the component can be patched.
RenderPlaneFix.componentNamePatternsBlacklist

-- This table contains string to boolean pairs.
-- Each entry represents the full name
-- of a component to not be patched.
RenderPlaneFix.componentNameBlacklist

-- Checks if the given component name should be patched.
RenderPlaneFix:ShouldPatchComponentByName(componentName)

I'll try to avoid breaking changes as much as possible. However, the mod is still heavily WIP.

Other Mods I've Made

Donations

If you REALLY enjoy my mods and want to support me, you can do so by donating through Nexusmods or my Ko-fi page: