Skip to main content

Cyberpunk 2077 R6 Folder -

Cyberpunk 2077 — r6 folder guide

Why Do Mods Keep Telling You to Drop Files Into r6/config?

Simple: The game reads everything in r6/config at launch.

When a mod tells you to place a file like inputUserMappings.xml or mods.ini into Cyberpunk 2077/r6/config, it’s because the engine loads those configuration files before the main game initializes. This allows mods to:

Modern Modding (REDmod)

Key takeaway for users: Even if you use REDmod (via Vortex or manually), the cyberpunk 2077 r6 folder is still where the rubber meets the road. REDmod just automates the file injection. cyberpunk 2077 r6 folder


1. cache – The Performance Governor

This folder contains files that govern how the engine builds and retrieves cached data. In vanilla Cyberpunk 2077, you won’t touch this. However, mods that adjust draw distance, LOD (Level of Detail), or streaming (like Draw Distance Boost or Better LOD) will place modified .reds or .cache files here.

Warning: Mismatched cache files are a leading cause of the “flatline” crash on startup. Cyberpunk 2077 — r6 folder guide Why Do

4. pub – Public Build Assets

A less discussed but important folder. pub stands for “public” and contains UI elements and localization strings that are exposed to the game’s frontend. Mods that change the title screen, main menu background, or loading screen tips often place assets here. It is also where language-specific tweaks reside.

Step 2: Use a Proper Code Editor

Do not use Notepad. Download Notepad++, VS Code, or Sublime Text. These editors highlight syntax errors (e.g., missing commas in JSON) that will save you hours of debugging. Remap keyboard/mouse/controller buttons

2. r6\config\inputUserMappings.xml

This is the input bible. It maps every keyboard key, mouse button, and controller input to an in-game action. Hardcore players edit this file to:

Warning: Editing this incorrectly will result in "No input mappings found" errors. Always make a backup before changing a single line.

When to clear r6