-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save games not work since 64bit update ?! #105
Comments
I have found that the scores are actually saved in the "Library / Application Support / Boxer / Gamebox States" folder. But if I want to load a savegame in the game, it will not be shown. If I copy the saved game from "Library / Application Support / Boxer / Gamebox States" into the game folder, the saved game is displayed. |
The code can be modified pre-build to ensure that save files are stored by default inside your game boxes (rather than in the Application Support folder). That way, if you move your game boxes to a different computer your saves will come with them. Let me know if you want me to post a link to such a build here and I will do so. |
Please post the link. |
Thank you. |
Is there a built of this available somewhere still? … the DB link isn't accessible anymore. |
It has been a long time since I have used Boxer. I have long since been compiling my own custom builds of DOSBox SVN, inclusive of a self-contained package to wrap games into app bundles, in a similar fashion to Boxer. It is a much more manual and complex process than the simple drag and drop provided by Boxer. However, it can include many customizations that have never made their way into Boxer. I continually keep it up-to-date against the SVN repository. To answer your question, I did find a patched version of Boxer that I had compiled in 2019, which includes the modification for saving games within the bundle/gamebox. It is available here. Bear in mind that version is three years old, so it will be missing all of the improvements from the latest unofficial Boxer branches. It is for Intel Macs only. If you are experienced enough to compile your own build of Boxer, the way you get the save game modification is to modify _shouldShadowDrive: in BXSession+BXFileManagement.m to always return NO. This will cause all Boxer builds from that source (regular + standalone) to write directly to the bundle/gamebox. |
Hy all Folks,
I have a problem with the Boxer.app
I installed the 64bit version after switching to Catalina. All games can be started and work without any problems. However, no new saves can be saved. The problem is with all games. System Preferences Full disk access is active. Does anyone have any idea where it could be?
The text was updated successfully, but these errors were encountered: