It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
So, after getting the patches applied for the Utima games on my Mac, I am just wondering how to get the .app to run the patched versions by default. For example, for Ultima 3, if I run my Ultima 3.app it runs the unpatched game, but if I run the .boxer file and make sure to tell it to run Ultima 3.com by default, it runs the patched game. How do I get it run this patched version through the GOG window when I click the .app by default? Is there a file I can edit like a config file or something? Thanks for any help!
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Yeagersmash: For example, for Ultima 3, if I run my Ultima 3.app it runs the unpatched game, but if I run the .boxer file and make sure to tell it to run Ultima 3.com by default, it runs the patched game.
I still don't have the Ultima 1-6, so I can't check directly. That seems odd though given how the Ultima 4 patch worked. The file to start with will be the Game Info.plist in the top level of the .boxer.
avatar
Yeagersmash: For example, for Ultima 3, if I run my Ultima 3.app it runs the unpatched game, but if I run the .boxer file and make sure to tell it to run Ultima 3.com by default, it runs the patched game.
avatar
Gydion: I still don't have the Ultima 1-6, so I can't check directly. That seems odd though given how the Ultima 4 patch worked. The file to start with will be the Game Info.plist in the top level of the .boxer.
Thanks for your help. This pointed me in the right direction. I managed to get it to work for Ultima 3. To do so, I had to do the following:

I noticed the code in Game Info.plist had the following:

<key>BXLauncherPath</key>
<string>C Ultima3.harddisk/bxlaunch.bat</string>
<key>BXLauncherTitle</key>
<string>Ultima 3</string>
</dict>


So, I opened up bxlaunch.bat in TextEdit and noticed it listed the following:

@echo off
c:
ultima.com


I changed the last line of this to say

ultima3.com

After that, when I launch the .app shortcut, it now launched the patched game.

I think it is weird that I had to do this, but I'll bet this method will work with Ultima V as well. Ultima IV worked without having to do this...