Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nats-ji/cp77-skip-main-menu
A useful plugin that allows mod developers and players to bypass the lengthy Cyberpunk2077 launch time and load directly into the main menu or saved game, saving time during mod testing.
https://github.com/nats-ji/cp77-skip-main-menu
cyberenginetweaks cyberpunk-2077 cyberpunk-mods cyberpunk2077
Last synced: about 2 months ago
JSON representation
A useful plugin that allows mod developers and players to bypass the lengthy Cyberpunk2077 launch time and load directly into the main menu or saved game, saving time during mod testing.
- Host: GitHub
- URL: https://github.com/nats-ji/cp77-skip-main-menu
- Owner: Nats-ji
- License: mit
- Created: 2021-04-24T15:58:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T11:20:37.000Z (10 months ago)
- Last Synced: 2024-03-07T12:29:10.181Z (10 months ago)
- Topics: cyberenginetweaks, cyberpunk-2077, cyberpunk-mods, cyberpunk2077
- Language: C++
- Homepage: https://www.nexusmods.com/cyberpunk2077/mods/2437
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CP77 Skip Main Menu
## Introduction
>Are you testing your mod?
>Do you feel like waiting for the game to launch is a waste of your time?
>Are you tired of clicking "load game" each time you restart your game?If so, consider installing this plugin. It will take care of all of those issues for you.
It does so by adding several settings that allow you to skip to the main menu or even load directly into your save.
Preview (Auto Load Last Save is off):
![skip_intro](./img/skip_intro.gif)
## Settings
The two newly added settings can be found under `Settings->Gameplay->Miscellaneous`.![settings](./img/settings.png)
1. **Auto Load Last Save**
Enable this option will automatically load into your last save game when you launch the game.2. **Skip Intro Videos**
Enable this option will skip all the logo videos and intro videos when launching the game.## 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 are the instructions 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
- 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.