-
Notifications
You must be signed in to change notification settings - Fork 10
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
[New Feature] Displaying briefing screen on mission start #28
Comments
As we do not want to change the default behaviour of the game unless it is an optional QOL change, I vote for adding this enabled behind a new scenario INI key. |
Didn't Red Alert also do this only for missions that did not have an FMV intro cutscene (or at least one that didn't explain the mission)? I would also make this optional. |
You are absolutely correct. See the released Red Alert source code. It would be easy to restore this code and add a new Another question; Should this be shown before or after the Dropship Loadout? |
Before dropship |
Description:
Red Alert displays the briefing screen on mission start after the FMVs, which is handy. Tiberian Sun does not do this, which means that the player has to manually press Options -> Restate Briefing at the start of each mission, unless they realized the objectives from potential FMVs (which no mod has to a significant degree).
Tiberian Sun should also display the briefing screen on mission start.
Optional User/Mission Configuration:
This could potentially be made configurable through SUN.INI or even with a mission-based key (
[Basic] ShowBriefingOnMissionStart=
for example), although I personally would just leave it always enabled.Additional Files:
Implemented in CnCNet ts-patches: https://github.com/CnCNet/ts-patches/blob/master/src/briefing_screen_mission_start.asm
The text was updated successfully, but these errors were encountered: