Skip to content

Commit

Permalink
[skip ci] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nats-ji committed Dec 7, 2023
1 parent d64b95a commit 4cbc20f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,25 @@ Enable this option will automatically load into your last save game when you lau
2. **Skip Intro Videos**<br>
Enable this option will skip all the logo videos and intro videos when launching the game.

3. **Skip Breaching Screen**<br>
Enable this option will skip the "Breaching" screen where it askes you to press the spacebar to continue.
## Fix: Skip Breaching Screen

You may notice that the game stops at the Breaching screen, if you only turn on the skip intro videos.

To fix this you have two options:

1. Install Cybercmd Mod ([nexus](https://www.nexusmods.com/cyberpunk2077/mods/5176), [github](https://github.com/jac3km4/cybercmd)) (Recommended)

If **CP77 Skip Main Menu** detects the installation of Cybercmd, it will automatically add a config to skip the Breaching screen.

There's nothing else for you to do.

2. Manually add a launch option to the game

You will need to add `-skipStartScreen` to the launch options in your game.

Here's the instruction on how to do it on Steam. You'll have to google if you are using Epic or Gog.

![launchOptions](./img/cmdline_arg.png)

## Credits
- **Skip Breaching Screen** uses the built-in patch option from Cyber Engine Tweaks.
- Thanks to keanuWheeze's [Native Settings](https://github.com/justarandomguyintheinternet/CP77_nativeSettings), I was able to create the setting widgets without doing much if any research.
15 changes: 11 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,24 @@
## 设置
三个新添加的选项可以在“设置->游戏性->其他”下找到。

![settings](https://mod.3dmgame.com/static/upload/mod/202306/MOD649b9357ed2ef.png)
![settings](https://mod.3dmgame.com/static/upload/mod/202312/MOD65712bf4b13f4.png)

1. **Auto Load Last Save 自动加载最后存档**
启用此选项会在启动游戏时自动加载您最后的存档。

2. **Skip Intro Videos 跳过启动视频**
启用此选项会在启动游戏时跳过所有的标志视频和介绍视频。

3. **Skip Breaching Screen 跳过按空格继续屏幕**
启用此选项会跳过询问您是否按空格键继续。
## 自动跳过按空格继续的画面
有两种方法:

1. 安装[Cybercmd](https://www.nexusmods.com/cyberpunk2077/mods/5176)
安装后就可以自动跳过了,不需要任何额外设置

2. 手动设置启动选项
在游戏启动选项那里添加`-skipStartScreen`即可。

![cmd_options](https://mod.3dmgame.com/static/upload/mod/202312/MOD65712bf4b654b.png)

## 鸣谢
- **Skip Breaching Screen**使用了Cyber Engine Tweaks中内置的补丁选项。
- 感谢keanuWheeze的[Native Settings](https://github.com/justarandomguyintheinternet/CP77_nativeSettings),我才能够创建设置小部件,而只需进行很少的研究。
Binary file added img/cmdline_arg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cbc20f

Please sign in to comment.