Skip to content

FR: Please allow skipping movie intro entirely in game_settings.tbl #6685

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

Closed
MoerasGrizzly opened this issue Apr 14, 2025 · 1 comment · Fixed by #6688
Closed

FR: Please allow skipping movie intro entirely in game_settings.tbl #6685

MoerasGrizzly opened this issue Apr 14, 2025 · 1 comment · Fixed by #6688

Comments

@MoerasGrizzly
Copy link

I'd love a toggle that lets me skip the intro entirely.
This would be nice for BP because we can then play the AoA intro when the user actually starts the AoA campaign, and can play the FS2 intro when the player starts Freespace Blue, without having to overwrite any files.

@Goober5000
Copy link
Contributor

Goober5000 commented Apr 14, 2025

This is possible with the following script, which I've tested in a file called skip_intro-sct.tbm:

#Conditional Hooks
$Application: FS2_Open

$On Intro About To Play:
[]
+Override:
[
	return true
]

#End

The +Override ability was only added in #6332, so this will require a nightly build or 25.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants