-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Skip Splash Screen from SpaceDock #80
Conversation
This is an automated commit on behalf of Falki
Backslashes in ZIP again.
|
Hey @HebaruSan, do you have an ETA for when the fix for backward slashes will be merged, as you mentioned in KSP-CKAN/CKAN#3893? |
Hi @Falki-git, sorry, it may be a little while. I have a fix in progress for KSP-CKAN/CKAN#3849 that I want to include, but it's complicated and I'm not sure it can be trusted, so I'm hoping to either find a critical bug that blocks it or convince myself that I've checked for every such bug and proven none exists. If you do remove the backslashes on your end, then indeed we could move ahead with adding this mod, just let us know. As noted on the issue you linked, Powershell fixed this bug several years ago, see PowerShell/Microsoft.PowerShell.Archive#48. Running this in PowerShell installs the fix: Install-Module Microsoft.PowerShell.Archive -MinimumVersion 1.2.3.0 -Repository PSGallery -Force
Import-Module Microsoft.PowerShell.Archive |
This is an automated commit on behalf of Falki
This pull request was automatically generated by SpaceDock on behalf of Falki, to add Skip Splash Screen to CKAN. Please direct questions about this pull request to Falki. Mod details
DescriptionSkips the splash screen and health warning at game launch. It gives the fastest possible load times by eliminating everything except for loading of the game itself. Installation: Extract the contents of the .zip file into your KSP2 installation folder. Requires: Space Warp + BepInEx. - v1.4.0 or later |
@HebaruSan, as suggested, I've updated the mod by only bumping the version and this time manually zipping it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, looks good! Thanks for the submission, as well as your patience and the update. 👍
This pull request was automatically generated by SpaceDock on behalf of Falki, to add Skip Splash Screen to CKAN.
Please direct questions about this pull request to Falki.
Mod details
Description
Skips the splash screen and health warning. To be used only for developing mods (faster iteration).
Installation: Extract the contents of the .zip file into your KSP2 installation folder.
Requires: Space Warp + BepInEx. - v1.4.0 or later