Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WolvenKit/gitbook-debug-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhincore committed Jan 10, 2025
2 parents 28c52d3 + 9b98e19 commit 8308f15
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions content/guide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ crashing_script_mod_start:
crashing_random_start:
title: Do you have Material Texture Override installed?
description: |-
Do you have the mod Material Texture Override installed?
Do you have the mod [Material Texture Override](https://www.nexusmods.com/cyberpunk2077/mods/5266) installed?
options:
- label: Yes
Expand All @@ -465,26 +465,16 @@ crashing_random_start:
target: crashing_random_01

crashing_random_01:
title: Do you have Material Texture Override installed?
title: ... in the inventory?
description: |-
Do you have the mod [Material Texture Override](https://www.nexusmods.com/cyberpunk2077/mods/5266) installed?
Do you crash while managing your inventory?
options:
- label: Yes
target: crashing_random_mto
target: crashing_random_crowd_scanner_q
- label: No
target: crashing_random_02

crashing_random_02:
title: Do you have Material Texture Override installed?
description: |-
Do you have the mod [Material Texture Override](https://www.nexusmods.com/cyberpunk2077/mods/5266) installed?
target: crashing_random_03

options:
- label: Yes
target: crashing_random_mto
- label: No
target: crashing_random_02

crashing_random_03:
title: We can't narrow down the problem
Expand All @@ -509,6 +499,31 @@ crashing_random_mto:
- label: It's still there
target: crashing_random_03

crashing_random_crowd_scanner_q:
title: Do you have these mods installed?
description: |-
Do you have these mods installed?
- [Kiroshi Opticals](https://www.nexusmods.com/cyberpunk2077/mods/1654)
- [Tooltips Fixer](https://www.nexusmods.com/cyberpunk2077/mods/8560)
options:
- label: Yes
target: crashing_random_crowd_scanner_a
- label: No
target: crashing_random_03

crashing_random_crowd_scanner_a:
title: Uninstall either or both of those mods
description: |-
These two mods do not play nice with each other — try uninstalling one or both.
Does this resolve your problem?
options:
- label: Yes!
target: success
- label: No
target: crashing_random_03


# ================
# crashing: CET
# ================
Expand Down

0 comments on commit 8308f15

Please sign in to comment.