Community

AGI Programming => AGI Development Tools => Topic started by: ZvikaZ on April 17, 2022, 05:38:30 AM

Title: WinAGI: automatically setting gameid
Post by: ZvikaZ on April 17, 2022, 05:38:30 AM
https://bugs.scummvm.org/ticket/13414#comment:9 says:

Quote
According to AGK, WinAGI and AGI Studio are choosing the GameID based on the presence of the .COM game loader in the imported game folder. Usually it's Sierra.com, which sets the GameID to "AGI"

Suggestion - in case that's the .com loader is just Sierra.com, maybe the gameid can be set by checking the `set.game.id("SQ");` command's value.

Title: Re: WinAGI: automatically setting gameid
Post by: doomlazer on April 17, 2022, 08:10:57 AM
Thanks for the ScummVM fix, ZvikaZ.
Title: Re: WinAGI: automatically setting gameid
Post by: ZvikaZ on April 17, 2022, 09:19:06 AM
Thanks for the ScummVM fix, ZvikaZ.
No problem. I have explained the situation now at https://sciprogramming.com/community/index.php?topic=2059.0 (https://sciprogramming.com/community/index.php?topic=2059.0)