Skip to content

Commit 57fbc63

Browse files
committed
Merge branch 'main' of github.com:WolvenKit/gitbook-debug-guide
2 parents 42c8dcb + 7285154 commit 57fbc63

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

content/guide.yaml

+26-24
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,10 @@ crashing_red4ext_02:
258258
You have a problem with Red4Ext (or one of its dependencies), and neither updating them nor updating VisualC fixed it.
259259
Now it's time to check the log files.
260260
261-
Find the most recent file under:
262-
`[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\red4ext\logs`
263-
and open it in a text editor.
264-
265-
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.
266265
267266
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.
268267
@@ -310,9 +309,9 @@ crashing_archive_mod:
310309
title: A broken item
311310
description: |-
312311
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:
314-
- `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\archive\pc\mod`
315-
- `[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)
316315
options:
317316
- label: OK!
318317
target: bisect_known_folder_start
@@ -326,9 +325,9 @@ crashing_script_mod_start:
326325
At some point during your gameplay, a script mod is trying to do something that makes the game crash.
327326
Unfortunately, there won't be any log files to help you, but
328327
329-
In the next step, we'll find out which script mod it is. You need to examine the following folders:
330-
- `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\r6\scripts`
331-
- `[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`
328+
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):
329+
- `\r6\scripts`
330+
- `\bin\x64\plugins\cyber_engine_tweaks\mods`
332331
333332
options:
334333
- label: OK!
@@ -400,8 +399,8 @@ crashing_random_mto:
400399
crashing_cet_01:
401400
title: You have a problem with a CET mod
402401
description: |-
403-
Your problem sits in the following folder:
404-
`[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`
402+
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`
405404
Open Windows Explorer and rename the folder to mods_. Does your game start now?
406405
407406
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:
438437
crashing_reinstall_cet_move_mods:
439438
title: Move the mods from your backup
440439
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
444444
- Rename the folder `mods_` in CET's directory to `mods` and start the game. Does it work?
445445
options:
446446
- label: Yes!
@@ -522,11 +522,11 @@ bisect_start:
522522
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).
523523
If you are a visual learner, you will find a short video at the end of the section.
524524
525-
You have to examine the following folders:
526-
- `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\archive\pc\mod`
527-
- `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\r6\scripts`
528-
- `[Cyberpunk 2077](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/the-cyberpunk-2077-game-directory)\r6\tweaks`
529-
- `[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`
525+
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`
530530
531531
options:
532532
- label: Sounds scary, but I'll do it
@@ -537,8 +537,9 @@ bisect_start:
537537
bisect_cet_00:
538538
title: How to quickly find the broken mod
539539
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`
542543
Does the game still start?
543544
544545
options:
@@ -550,7 +551,8 @@ bisect_cet_00:
550551
bisect_cet_01:
551552
title: Finding the broken CET mod
552553
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`.
554556
Proceed to the next step! (You have already completed item 1, so start at 2)
555557
556558
options:

0 commit comments

Comments
 (0)