I have the game ‘Dark Colony’ and its expansion installed in the same Wine prefix, and I need to script CDEmu to load the base game CD image when launching the base game, and the expansion image when launching the expansion.
I’m a little confused about how to do this while still allowing Lutris to control the Wine version, etc, since if I use .sh file I have to invoke Wine myself, and a .bat file inside the prefix won’t have access (I think) to Linux apps like CDEmu.
I know I could clone the game entry and use one game for each executable and a separate pre-launch script for each game, and I will if I need to, I’m just wondering if there’s a way to keep one game entry with two executables set up in the yaml like I have now.
There’s probably a simple solution, but I’m pretty new to this.