Is there any way to hide this message when you are starting a game that is not fully supported?
Like MI4
Thanks a lot
warning the game you are about to start is not fully suported...
Moderator: ScummVM Team
Re: warning the game you are about to start is not fully suported...
There is: you need to add the following line to the [scummvm] section of the ScummVM configuration file.
I would not advise to do it however, except for some specific reasons (for example if you are a developer working on an engine, and you don't want to see this warning a hundred times a day when you are testing it). There is a good reason why this warning is there. It is a reminder for users that the game does not work properly yet in ScummVM.
Code: Select all
enable_unsupported_game_warning=false
Re: warning the game you are about to start is not fully suported...
Thanks a lot!!criezy wrote: ↑Fri Dec 18, 2020 5:03 pm There is: you need to add the following line to the [scummvm] section of the ScummVM configuration file.I would not advise to do it however, except for some specific reasons (for example if you are a developer working on an engine, and you don't want to see this warning a hundred times a day when you are testing it). There is a good reason why this warning is there. It is a reminder for users that the game does not work properly yet in ScummVM.Code: Select all
enable_unsupported_game_warning=false