You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look out for lines with `[error]`, then try to resolve the problems.
261
+
- Go to your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)
262
+
- Go to the subfolder `red4ext\logs`
263
+
- Find the most recently changed file, and open it with a text editor such as [Notepad++](https://notepad-plus-plus.org/downloads)
264
+
- Look out for lines with `[error]`, then try to resolve the problems.
266
265
267
266
If you need help, you can check [this wiki page](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/user-guide-troubleshooting/finding-and-reading-log-files#making-sense-of-them) or [find us on Discord](https://discord.gg/redmodding) in the mod-troubleshooting channel.
268
267
@@ -310,9 +309,9 @@ crashing_archive_mod:
310
309
title: A broken item
311
310
description: |-
312
311
The game is trying to load a broken **item** and is crashing when trying to spawn it into the world.
313
-
In the next step, we'll find out which item it is. You need to examine the following folders:
- `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\mods` (it can be empty)
312
+
In the next step, we'll find out which item it is. You need to examine the following folders inside your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory):
313
+
- `\archive\pc\mod`
314
+
- `\mods` (it can be empty)
316
315
options:
317
316
- label: OK!
318
317
target: bisect_known_folder_start
@@ -326,9 +325,9 @@ crashing_script_mod_start:
326
325
At some point during your gameplay, a script mod is trying to do something that makes the game crash.
327
326
Unfortunately, there won't be any log files to help you, but
328
327
329
-
In the next step, we'll find out which script mod it is. You need to examine the following folders:
In the next step, we'll find out which script mod it is. You need to examine the following folders inside your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory):
Your problem sits in the following folder inside your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory):
403
+
`bin\x64\plugins\cyber_engine_tweaks\mods`
405
404
Open Windows Explorer and rename the folder to mods_. Does your game start now?
406
405
407
406
If you need help, you can check [this wiki page](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/user-guide-troubleshooting/finding-and-reading-log-files#making-sense-of-them) or [find us on Discord](https://discord.gg/redmodding) in the mod-troubleshooting channel.
@@ -438,9 +437,10 @@ crashing_reinstall_cet:
438
437
crashing_reinstall_cet_move_mods:
439
438
title: Move the mods from your backup
440
439
description: |-
441
-
Now that CET is starting again, let's get your mods back.
442
-
- From the old folder `plugins_`, move the `mods_` folder to your new CET install under `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\bin\x64\plugins\cyber_engine_tweaks`
443
-
- You can delete plugins_ now
440
+
Now that CET is starting again, let's get your mods back.
441
+
- Go to your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)
442
+
- From the old folder `plugins_`, move the `mods_` folder to your new CET install under `\bin\x64\plugins\cyber_engine_tweaks`
443
+
- You can delete `plugins_` now
444
444
- Rename the folder `mods_` in CET's directory to `mods` and start the game. Does it work?
445
445
options:
446
446
- label: Yes!
@@ -522,11 +522,11 @@ bisect_start:
522
522
You can find step-by-step instructions on the [wiki page](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/user-guide-troubleshooting#bisect-video-demonstration).
523
523
If you are a visual learner, you will find a short video at the end of the section.
You have to examine the following folders inside your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory):
526
+
- `archive\pc\mod`
527
+
- `r6\scripts`
528
+
- `r6\tweaks`
529
+
- `bin\x64\plugins\cyber_engine_tweaks\mods`
530
530
531
531
options:
532
532
- label: Sounds scary, but I'll do it
@@ -537,8 +537,9 @@ bisect_start:
537
537
bisect_cet_00:
538
538
title: How to quickly find the broken mod
539
539
description: |-
540
-
Create a new empty folder `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\bin\x64\plugins\cyber_engine_tweaks\mods`.
541
-
Open the folder `mods_` and move half of the files and folders to `mods`.
540
+
- Go to your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)
541
+
- Create a new empty folder `bin\x64\plugins\cyber_engine_tweaks\mods`
542
+
- Open the folder `mods_` and move half of the files and folders to `mods`
542
543
Does the game still start?
543
544
544
545
options:
@@ -550,7 +551,8 @@ bisect_cet_00:
550
551
bisect_cet_01:
551
552
title: Finding the broken CET mod
552
553
description: |-
553
-
The folder you need to examine is `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\bin\x64\plugins\cyber_engine_tweaks\mods`.
554
+
Go to your [Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)
555
+
The folder you need to examine is `bin\x64\plugins\cyber_engine_tweaks\mods`.
554
556
Proceed to the next step! (You have already completed item 1, so start at 2)
0 commit comments