v0.8.9 (Bugfixes + translations) released to Google Play!

Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.9) from Google, F-Droid, our server, or itch.io

Porting saves from 0.7.2dev to 0.7.1

Post your questions about game contents here. Want to know how to complete a quest, or where to go to find an item? Post here!
Post Reply
s_KAR
Posts: 23
Joined: Sun Dec 27, 2015 3:25 pm
android_version: 4.3

Porting saves from 0.7.2dev to 0.7.1

Post by s_KAR »

Okay so I know that the apk said that saves from this version might not work on any other version of AT, but I've played for a long time on 0.7.2dev and 0.7.1 crashes when loading the save files. Is there possibly any way I can play with the 0.7.2dev saves on 0.7.1?

https://docs.google.com/file/d/0B3QE7Dy ... AzSlYwOElz
This is the apk build I downloaded.
Soham
Lvl: 42 AP: 12 Atk cost: 3 Move cost: 6
Equip cost: 5 AC: 199% BC: 100% AD: 17-27
Crit: 28% 20 x2.0 Dmg Res: 5 Gold: 35311
User avatar
rijackson741
Posts: 4451
Joined: Tue Aug 20, 2013 2:04 am
android_version: 10 - Android 10
Location: Somewhere in Dhayavar
Contact:

Re: Porting saves from 0.7.2dev to 0.7.1

Post by rijackson741 »

There's certainly no easy way. It's possible it will load in 0.7.2 when it's finally released though, so don't delete the savefile(s) (that is not a guarantee, just a possibility).
Level:71, XP:6493739, PV:608, FQ:84
HP:210, AC:212, AD:58-77, AP:4, ECC:16%, CM:1.5, BC:188, DR:3
Gold: 237559 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: Porting saves from 0.7.2dev to 0.7.1

Post by Zukero »

Nope. Saves made from dev build are tainted, and cannot be loaded on a release build. They may even crash when loaded in another dev build.
You *could* hack a new save to recover your progress, but it would require reverse engineering the save format, a task made slightly easier by reading the source code.

BTW, what did you think of the "animated moves" feature ? Encountered any issues ?
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
s_KAR
Posts: 23
Joined: Sun Dec 27, 2015 3:25 pm
android_version: 4.3

Re: Porting saves from 0.7.2dev to 0.7.1

Post by s_KAR »

"Animated moves" really makes the game run much smoother. There is some occasional stutter when moving through a large map(scrolling through a section of a single big map) but it isn't super noticeable. Great work and thanks!

Can you tell me how to reverse engineer the save files? I'll try my best to get them back. I just went up 8 levels and I'd hate to lose them. But if it comes to that, I'm willing to replay from my last save file which I had backed up before installing the dev build.
Soham
Lvl: 42 AP: 12 Atk cost: 3 Move cost: 6
Equip cost: 5 AC: 199% BC: 100% AD: 17-27
Crit: 28% 20 x2.0 Dmg Res: 5 Gold: 35311
User avatar
rijackson741
Posts: 4451
Joined: Tue Aug 20, 2013 2:04 am
android_version: 10 - Android 10
Location: Somewhere in Dhayavar
Contact:

Re: Porting saves from 0.7.2dev to 0.7.1

Post by rijackson741 »

You don't really need to reverse engineer the format, because the game is open source. You can just look in the source code. But then what? Your saved game is a binary file, so even if you figured out what the problem is you would have a lot more work to do. You could edit the binary file, but although that is possible it is not easy (especially if a large number of changes need to be made). If not that, then you would have to take the relevant pieces of the source code and write an app that would read your file in, and then write out a new, corrected file. Unless you you are an experienced Java programmer (and possibly even if you are), trying to fix your save game will take far more time than getting your 8 levels back by just replaying the game.
Level:71, XP:6493739, PV:608, FQ:84
HP:210, AC:212, AD:58-77, AP:4, ECC:16%, CM:1.5, BC:188, DR:3
Gold: 237559 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
s_KAR
Posts: 23
Joined: Sun Dec 27, 2015 3:25 pm
android_version: 4.3

Re: Porting saves from 0.7.2dev to 0.7.1

Post by s_KAR »

Okay. I've started playing v0.7.1 with my last save file. Thanks for all the help!
Soham
Lvl: 42 AP: 12 Atk cost: 3 Move cost: 6
Equip cost: 5 AC: 199% BC: 100% AD: 17-27
Crit: 28% 20 x2.0 Dmg Res: 5 Gold: 35311
Post Reply