warning the game you are about to start is not fully suported...

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
dariwonka
Posts: 17
Joined: Thu May 14, 2020 1:14 pm

warning the game you are about to start is not fully suported...

Post by dariwonka »

Is there any way to hide this message when you are starting a game that is not fully supported?
Like MI4

Thanks a lot
User avatar
criezy
ScummVM Developer
Posts: 949
Joined: Sat Sep 23, 2006 10:41 am
Location: West Sussex, UK

Re: warning the game you are about to start is not fully suported...

Post by criezy »

There is: you need to add the following line to the [scummvm] section of the ScummVM configuration file.

Code: Select all

enable_unsupported_game_warning=false
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.
dariwonka
Posts: 17
Joined: Thu May 14, 2020 1:14 pm

Re: warning the game you are about to start is not fully suported...

Post by dariwonka »

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.

Code: Select all

enable_unsupported_game_warning=false
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.
Thanks a lot!!
Post Reply