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

Recognize specific WHDLoad archives and apply game database config automatically? #34

Open
FrodeSolheim opened this issue Mar 14, 2016 · 1 comment
Labels
enhancement New feature or request fixed

Comments

@FrodeSolheim
Copy link
Owner

obyan writes:

Hi there about whdload and commandline:
since fs-uae can utilize the open amiga database i was thinking about something;
wouldnt it be possible from the commandline to have fs-uae “lookup” and parse the configuration needed for the specified game via the database? (thus avoiding the use of individual cfg files)
i know nothing about programming, but i assume once you have scraped the game dir, the info is saved locally?
forgive my ignorance, i love the work youve ptu into this!, cheers

@FrodeSolheim FrodeSolheim added enhancement New feature or request maybe idea labels Mar 14, 2016
@FrodeSolheim
Copy link
Owner Author

FrodeSolheim commented Jan 24, 2017

This is implemented now, and will be released with FS-UAE Launcher 2.9.4dev. Short description:

By default, if you start fs-uae-launcher with a path to a WHDLoad archive, it will derive the variant UUID from the files in the archive, and if FS-UAE Launcher finds this variant in the game database, it will use the config from the online game database. You can disable this by adding the new --no-auto-detect-game parameter.

If the variant is not found, or --no-auto-detect-game, it will try to automatically generate a config for the game (A1200, 8MB fast RAM, automatically find slave / extract WHDLoad arguments, etc). PRELOAD will be forced automatically (can be disabled by an option).

A change in functionality is that now, when launching with a WHDLoad archive as parameter, the name of the archive will be used as save dir name. This applies regardless of whether the variant was found in the game database or not. So the save data is basically tied to the archive name. (On the other hand, if you launch fs-uae-launcher with an UUID, the launcher will generate the save dir name).

@FrodeSolheim FrodeSolheim changed the title Recognize specific WHDLoad archives and apply oagd.net config automatically? Recognize specific WHDLoad archives and apply game database config automatically? Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

1 participant