arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Users: Troubleshooting Requirements

How do I get my fucking mod working and what do dependencies have to do with it?

hashtag
Summary

Last documented update: January 19th, 2026 by

This page will give you an explanation of requirements (Theory: What is a requirement?). After that, you will find a guide on debugging a dependency chain to troubleshoot a mod.

The example will use Virtual Atelierarrow-up-right, but the same principle applies to each and any mod.

circle-check

In the process of this guide, you will be told to check a certain mod's log file. If you don't know how to do that, check .


hashtag
Theory: What is a requirement?

It is something that your mod needs to work; for that reason, requirements are also called dependencies. The game will load them first.

Most of them are other mods.

circle-info

hashtag
Can't I download a mod and be done with it?

Unfortunately, that is not how computers work.

hashtag
More detail

Cyberpunk 2077 offers native modding support via , but it is limited.


hashtag
Guide: Debugging a mod that's not working

Now that we've gotten the theory out of the way, let's get to the practical part. Below, you find an example of how the process will look – and after that, you find the steps to complete it yourself.

hashtag
Example

You're trying to get VirtualAtelier to work. There is no log file and you want the full version, so you investigate ArchiveXL.

When you re-do , you can't find a log file for ArchiveXL either, so you look at its dependencies and find that you need Red4ext.

When you re-do with Red4ext, you find an error in its log file that complains about version incompatibility. You realize that you forgot to complete , update Red4ext, and Virtual Atelier starts working.

Rejoice!


hashtag
Level 1: The mod itself

hashtag
Situation

You're trying to install a mod — and it's not working. How do we fix this?

hashtag
Step 0: Open your Cyberpunk game directory

If you aren't there yet, open your Cyberpunk 2077 game folder ("Browse local files" in Epic/Steam/GOG). This is where you installed the game.


hashtag
Step 1: Try to find its log file

circle-info
  • if you're debugging an Atelier Store, start with as a dependency.

  1. Use the Windows Search to find a matching log file (e.g. search for the mod's name - are more instructions if you need them).

  2. If you have found a log file, read on under

  3. If you have not found one or if it contains no errors or warnings, go to

hashtag
A log file exists

-> If you can't find one, read on under .

hashtag
The file is empty

This means that your mod is loaded, but never initialized. Go to

hashtag
The file has errors

Something is wrong with the mod itself. .

hashtag
The file only has warnings

Your mod is being loaded, so the dependencies are OK (if they aren't, the log file would tell you so).

Warnings in the log file don't necessarily mean that something is outright broken. But since you're here and your mod isn't working, that is probably the case. Proceed with .

hashtag
There is no log file, or it's empty

The good news: the mod itself is not the problem.

The bad news: you'll have to check its requirements.

: read on under


hashtag
Level 2: The requirements

hashtag
Step 1: Finding the requirements

Open the mod's Nexus page and check the Description tab (the first one). You will see something like this:


hashtag
Step 2: Re-do Step 1 for each requirement

For each of the dependencies, repeat the following steps:

  1. Check if it is optional.

    • If there is a condition and you meet it (e.g. "if you are using Codeware" and you are using Codeware), consider it not optional.

  2. If it's no optional, install it.

Now that you have the requirement installed, it's time to re-do , but do it with the requirement.

If you already have it installed, update it.

Finding and Reading Log Files
Do you want to know more (about the core mods and what they do)?
REDmod
Level 1
Level 1
Level 2 Step 3
Virtual Atelier arrow-up-right
here
Your own HUD icons
You can now go and troubleshoot it
troubleshooting
Let's do that now
Level 1
If you don't know if a mod is optional, it's most likely not.
A log file exists
The file only has warnings
There is no log file, or it's empty
Level 2: The requirements
minnierylands