-
Notifications
You must be signed in to change notification settings - Fork 76
Game: Cyberpunk 2077
Zash edited this page Oct 7, 2023
·
31 revisions
Not all Cyberpunk mods are directly compatible with Mod Organizers virtual file system (USVFS).
In the following "root" refers either to game root (install) folder or the root folder in mods when using RootBuilder.
| USVFS support | RootBuilder | |||
|---|---|---|---|---|
| Mod type / framework | Mod files | framework | mods | or copy to root |
| archive | .archive |
– | ✔️ | |
| redscript | .reds |
✔️ | ✔️ | |
| Red4ext | .dll |
❌ | ✔️* | ✔️ framework |
| Cyber Engine Tweaks (CET) | .lua |
❌ | ❌ 1.26 / ✔️ 1.27 * | ✔️* |
| RedMod | mods/* |
❌ | ❌ | ❌ |
* Remarks:
-
Red4ext: Only the framework (2
.dllfiles) need to be copied / hard linked to root, dependent mods work with USVFS then.- copy or hard link Red4ext framework (
bin/x64/winmm.dllandred4ext/RED4ext.dll) toroot
- copy or hard link Red4ext framework (
-
Cyber Engine Tweaks (CET):
- Cyberpunk v2.01, CET ≥1.27: only CET framework needs to be copies / hard linked into root (all files), mods work with USVFS.
- Cyberpunk v1.x, CET ≤1.26: is not compatible with USVFS, see CET issue / PR for details.
- RedMod: requires precompilation of script files before game launch
-
RootBuilder can be used to automate hard linking / coping into
root- just place the Red4ext & CET framework files in MO2 in under the folder
root
- just place the Red4ext & CET framework files in MO2 in under the folder
- Red4ext installation: place framework (
bin/x64/winmm.dllandred4ext/RED4ext.dll) intorootroot/ x64/winmm.dll red4ext/RED4ext.dll
Cyberpunk v2.01, CET ≥1.27:
- only (all files) from CET framework itself need to be in
root - CET mods can be installed normally in MO2 and work with USVFS (
bin/x64/plugins/cyber_engine_tweaks/mods/) - RootBuilder config:
- Mode:
USVFS + Links/Links[1] /Copy - Exclusions:
archive/pc/content,setup_redlauncher.exe,tools - (Link extensions:
dll,exe) - Check
Backup,Cache,AutobuildandRedirect
- Mode:
Cyberpunk v1.x, CET ≤1.26:
- all files from CET framework and CET mods need to be in
root - RootBuilder config:
- Mode:
Links[1] /Copy(notUSVFS!) - Exclusions:
archive/pc/content,setup_redlauncher.exe,tools - Check
Backup,Cache,AutobuildandRedirect
- Mode:
1: Links = hard links only mode is available with RootBuilder ≥4.5
An update to MOs Cyberpunk support plugin is work in progress:
Cyberpunk support plugin with auto mod installation etc: Pull request #105
- MO v2.4.0: Added initial plugin