Render Plane Fix - Clothing (Sleeves) behind hands fix
⚪ Last updated 2024⚠️ Install Order · 6 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #51 of 170 Visuals and Graphics mods in this game by downloads
📋 About This Mod
RenderPlaneFix
THE MOD WORKS ON PATCH 2. 31: Please update CET, Codeware and RED4ext.
As of version 1. 3, user-defined patches are a thing. All previously known issues can be fixed with them.
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
-
[]CET 1. 37. 0+
[
]Codeware 1. 18. 0+ - RED4ext 1. 29. 1+
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()
-- Runs the automatic patch on the entity
RenderPlaneFix:RunAutoPatchOnEntity(entity)
-- Runs the user-defined patch on the entity
RenderPlaneFix:RunCustomPatchOnEntity(entity)
-- Calls RunAutoPatchOnEntity or RunCustomPatchOnEntity based on user settings
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.
This small utility mod fixes a visual glitch where hands render on top of clothing sleeves in Starfield. It offers a dynamic or user-defined render plane adjustment, ensuring sleeves appear correctly over hands. With nearly 2,000 endorsements and 370k downloads, it's a popular fix for a common cosmetic issue.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Community-approved with 1,972 endorsements and 370k downloads
- Directly addresses a common visual annoyance with clothing sleeves
- Offers both dynamic and user-defined settings for flexibility
⚠️ Cons
- May require manual configuration for user-defined mode
- Compatibility with other mods that alter rendering is not documented
For Starfield players who notice hands clipping through sleeves and want a quick fix. Ideal for those who value visual polish and don't mind a simple utility mod. Skip if you're looking for gameplay changes or if you rarely notice such glitches.
💡 Beginner Tips
- If using a mod manager, install via the manager to keep track of files easily.
- If you're unsure about the dynamic vs user-defined setting, start with dynamic for automatic adjustments.
- Check the mod's comments section for any user-reported compatibility notes with other visual mods.
📊 Mod Details
- Game
- Cyberpunk 2077 Mods
- Author
- Marco4413
- Version
- 1.3.5
- Downloads
- 370,131
- Endorsements
- 1,972
- Category
- Visuals and Graphics
- Created
- 5/17/2024
- Updated
- 9/6/2024
🔧 How to Install Cyberpunk 2077 Mods
Download from Nexus.
📖 Full step-by-step install guide for Cyberpunk 2077 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Cyberpunk 2077 commands, item IDs, and more.
Keep browsing — more Cyberpunk 2077 mods await