Skip to content
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

Sfall: add VersionString, ConfigFile, PatchFile #309

Merged
merged 5 commits into from
Jan 16, 2024

Conversation

c6-dev
Copy link
Contributor

@c6-dev c6-dev commented Jun 16, 2023

Adds three misc Sfall options for overriding version string, game config file name and patch file name. Tested with Olympus and its ddraw.ini options.

Part of #29 - Misc patches module.

for (patch_index = 0; patch_index < 1000; patch_index++) {
snprintf(filename, sizeof(filename), "patch%03d.dat", patch_index);
snprintf(filename, sizeof(filename), patch_filename, patch_index);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need this option? Any mod relies on it? We have a much better mods system in sfall 4.x. All this patch stuff is relics from early modding years.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patches is still vanilla engine feature, so i guess 'll be better have to stay that thing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm talking about patch stuff added by sfall, that nobody uses now.

@alexbatalov alexbatalov merged commit c6565ac into alexbatalov:main Jan 16, 2024
9 checks passed
alexbatalov added a commit that referenced this pull request Jan 16, 2024
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 this pull request may close these issues.

None yet

4 participants