-
Notifications
You must be signed in to change notification settings - Fork 3
Home
SMB3Explorer is a tool for exporting statistical data for the Steam game Super Mega Baseball 3. It does this by reading the game's save file and connecting to the underlying database. It is not a save editor, and does not modify the save file in any way. Please do not use this tool while the game is running.
This tool is designed for use on 64-bit Windows systems. For right now, it is not supported on other platforms.
The application has not been tested with save games from other platforms (Xbox, PS4, etc.). If those platforms use a similar save game those that mentioned in Additional Notes, it may work, but it is has not been tested and is not guaranteed.
- Installation instructions
- Basic Usage
-
Discussions
- If you have a question, please check the discussions first. If you don't find an answer, feel free to start a new discussion.
- Feel free to start a discussion for any reason, including feature requests, or just to say hi.
- If you have a bug to report, please use the issue tracker instead below.
- Submit an Issue
The paths below are for Windows. The % syntax indicates an environment variable. For example, %LOCALAPPDATA% is the same as C:\Users\YourUserName\AppData\Local on most systems.
- The default save game1 location is
%LOCALAPPDATA%\Metalhead\Super Mega Baseball 3\**your_steam_id**\savedata.sav - The application supports automatically locating the save file, but you can also manually specify the location. Additionally, by right clicking on the manual selection button, you can select pre-extracted save game database.
- Connecting to the database essentially represents a snapshot of the save game at that point in time.
- The extracted save game databases are located in
%TEMP%.- Since this tools exports a new database with each save game connection, you can quickly purge the old databases by deleting the contents of
%TEMP%, or by using thePurge Application DataFile menu option.
- Since this tools exports a new database with each save game connection, you can quickly purge the old databases by deleting the contents of
- The exported CSV files are located in
%LOCALAPPDATA%\SMB3Explorer.- You can also navigate to this folder by using the
Open Export FolderFile menu option.
- You can also navigate to this folder by using the
- As of version 1.1.0, the application will automatically check for updates on startup.
1: The save game is a ZLib compressed SQLite database, for those interested.