I'm trying to output a list of supported games and their respective game id's, but I cannot get this command-line parameter to work. I've tried:
scummvm -z
scummvm --list-games
But nothing happens. Any ideas?
--list-games and -z do not seem to work
Moderator: ScummVM Team
-
- Got a warning
- Posts: 29
- Joined: Tue Mar 17, 2009 1:50 am
- eriktorbjorn
- ScummVM Developer
- Posts: 3558
- Joined: Mon Oct 31, 2005 7:39 am
Re: --list-games and -z do not seem to work
It doesn't say anything at all? Not even an error message like "command not found" or something like that?lukeman3000 wrote: But nothing happens. Any ideas?
lukeman3000, are you on Windows by any chance?
It appears that the 1.9.0 release for windows, as well as daily builds from buildbot, do not show any output for command line use. However the daily builds from Kirben (available on our download page) seem to work. I have now created a bug for it (https://bugs.scummvm.org/ticket/10174).
It appears that the 1.9.0 release for windows, as well as daily builds from buildbot, do not show any output for command line use. However the daily builds from Kirben (available on our download page) seem to work. I have now created a bug for it (https://bugs.scummvm.org/ticket/10174).
Last edited by criezy on Sun Dec 10, 2017 2:56 pm, edited 2 times in total.
-
- Got a warning
- Posts: 29
- Joined: Tue Mar 17, 2009 1:50 am
Hi -criezy wrote:lukeman3000, are you on Windows by any chance?
It appears that the 1.9.0 release for windows, as well as daily builds from buildbot, do not show any output for command line use. However the daily builds from Kirben (available on our download page) seem to work. I have no created a bug for it (https://bugs.scummvm.org/ticket/10174).
Yes, I'm on Windows. I'll check out the Kirben build, thanks!
Edit: Checked out the kirben build and I'm experiencing an interesting behavior.
This is a somewhat long-winded explanation. I have an autohotkey script which resizes the scummvm window to 1296x999 for a game resolution of 1280x960, or effectively, 4x scaling.
The script launches the game, waits a couple seconds for scummvm to initialize, and then does the resizing of the window. I have the environment variable of SDL_VIDEO_CENTERED set to 1, so that SDL windows are automatically centered. However, this does not seem to effect the most recent kirben build. The window does not re-center itself after being resized such as it had previously (with the official daily build).
Any ideas?