-
Notifications
You must be signed in to change notification settings - Fork 38
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
TABS support #33
Comments
Sure, I'll take a look. Thanks for the files. |
"TABS": "LandfallGames.TotallyAccurateBattleSimulator_r2vq7k2y0v9ct"
}
…On Sun, Sep 24, 2023 at 12:17 PM Mark Mäkinen ***@***.***> wrote:
Sure, I'll take a look. Thanks for the files.
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGROP222BLMK7OH6ML3ZBLX4BMJ7ANCNFSM6AAAAAA5FAUGIU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry I hit send too soon, but it seems to follow this format with these
other games. but I'm not really sure
"TABS": "LandfallGames.TotallyAccurateBattleSimulator_r2vq7k2y0v9ct"
}
elif store_pkg_name in [supported_xgp_apps["Octopath Traveller"],
supported_xgp_apps["Just Cause 4"], supported_xgp_apps["Hades"],
supported_xgp_apps["TABS"]]:
# Handle Octopath Traveller, Just Cause 4 and Hades saves
# All of these games use containers in a "1 container, n files"
manner (1cnf), where there exists only one
# container that contains all the savefiles.
# The save files seem to be the same as in the Steam version.
container = containers[0]
for c_file in container["files"]:
…On Sun, Sep 24, 2023 at 12:29 PM Sam Parker ***@***.***> wrote:
"TABS": "LandfallGames.TotallyAccurateBattleSimulator_r2vq7k2y0v9ct"
}
On Sun, Sep 24, 2023 at 12:17 PM Mark Mäkinen ***@***.***>
wrote:
> Sure, I'll take a look. Thanks for the files.
>
> —
> Reply to this email directly, view it on GitHub
> <#33 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAGROP222BLMK7OH6ML3ZBLX4BMJ7ANCNFSM6AAAAAA5FAUGIU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Yeah, but the XGP save file name seems to be "TABSSave.TABSSAVE" instead of "TABSSAVE.TABSProgress", which is what I see in Steam saves downloaded from the internet. |
Here's your save file: totally_accurate_battle_simulator_2535464150562459_2023-09-24_19_45_44.zip If you could test that with the Steam/Epic version, so we can see if the game accepts the If that works, I'll add the support to the repository. |
Thanks. It works as is without adding progress. |
Great, committed the changes (41a870d) and made a release. |
Is it possible to add support for Totally Accurate Battle Simulator?
Here is the zip of the directory I saw you request in a different issue.
LandfallGames.TotallyAccurateBattleSimulator_r2vq7k2y0v9ct.zip
The text was updated successfully, but these errors were encountered: