diff --git a/README.md b/README.md index 413c41f..1e073b3 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,25 @@ Enable this option will automatically load into your last save game when you lau 2. **Skip Intro Videos**
Enable this option will skip all the logo videos and intro videos when launching the game. -3. **Skip Breaching Screen**
-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. diff --git a/README_zh.md b/README_zh.md index 003d005..97916c6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -16,7 +16,7 @@ ## 设置 三个新添加的选项可以在“设置->游戏性->其他”下找到。 -![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 自动加载最后存档** 启用此选项会在启动游戏时自动加载您最后的存档。 @@ -24,9 +24,16 @@ 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),我才能够创建设置小部件,而只需进行很少的研究。 \ No newline at end of file diff --git a/img/cmdline_arg.png b/img/cmdline_arg.png new file mode 100644 index 0000000..87ce76a Binary files /dev/null and b/img/cmdline_arg.png differ diff --git a/img/settings.png b/img/settings.png index ebe6922..b2b5868 100644 Binary files a/img/settings.png and b/img/settings.png differ