Is there any way to make more saved game slots ?
I have been trying different games (don't kill that guy side with this group) and been doing it on 4 devices. I would like to have a couple more slots to save them on one device.
If it is to complicated, I will continue on as now.
Just wondering if it can be done easily?
v0.8.13 (Troubling Times) active on 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.13) from Google, Github, F-Droid, our server, or itch.io
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.13) from Google, Github, F-Droid, our server, or itch.io
Game save slots
-
- VIP
- Posts: 655
- Joined: Wed Feb 23, 2011 3:35 pm
- android_version: 2.2
Re: Game save slots
2Oskar:
Perhaps we should increase this to 5 or 7.
Workaround:
Download a filemanager to your phone, backup the files in "sdcard/andors-trail" to folder A. Start new games, overwrite the old savegames and backup them to folder B. If you want to play a game of folder A, simply replace the files in "sdcard/andors-trail" with the files in folder A. (do a backup to folder B first.)
Perhaps we should increase this to 5 or 7.
Workaround:
Download a filemanager to your phone, backup the files in "sdcard/andors-trail" to folder A. Start new games, overwrite the old savegames and backup them to folder B. If you want to play a game of folder A, simply replace the files in "sdcard/andors-trail" with the files in folder A. (do a backup to folder B first.)
Level: 101, XP: 18780586, Gold: 358739
HP: 398, AC: 303%, AD: 84-95, AP: 4, ECC: 12, CM: -, BC: 13%, DR: 0
RoLS: 2, ElyR: 1, RoL: 1, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 2, VSH: 1, WMC: 0, GoW: 0
HP: 398, AC: 303%, AD: 84-95, AP: 4, ECC: 12, CM: -, BC: 13%, DR: 0
RoLS: 2, ElyR: 1, RoL: 1, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 2, VSH: 1, WMC: 0, GoW: 0
-
- Captain Awesome
- Posts: 368
- Joined: Sat Jan 29, 2011 8:51 am
- android_version: 2.3 - Gingerbread
- Location: Stockholm, Sweden
Re: Game save slots
Committed some code now that dynamically expands the number of slots to how many savegames you have, and lets you create a new slot when saving. In theory, this makes the number of slots unlimited now. (*)
Should be ready for next release.
(*) Limited by the amount of space you have on your SD card of course.
Should be ready for next release.
(*) Limited by the amount of space you have on your SD card of course.
/Oskar
-
- Posts: 83
- Joined: Mon May 23, 2011 11:27 pm
- Location: TX
Re: Game save slots
Will they still be called savegame1, savegame2 etc.? Being able to have a descriptive name would be nice.
Lvl: 95, XP: 15472157, Gold: 741302, RoLS: 1, ElyR: 1 , RoL 1, ChaR 4, GoLF 1, ShaF 1, SRoV 2, VSH 1
HP: 136, AC: 278%, AD: 42-46, AP: 3, CS: 76 CM: 5.25, CC:33%, BC: 130%, DR: 1, UPD: 2012/7/18
HP: 136, AC: 278%, AD: 42-46, AP: 3, CS: 76 CM: 5.25, CC:33%, BC: 130%, DR: 1, UPD: 2012/7/18
-
- Captain Awesome
- Posts: 368
- Joined: Sat Jan 29, 2011 8:51 am
- android_version: 2.3 - Gingerbread
- Location: Stockholm, Sweden
Re: Game save slots
Yes. The filenames written and read to and from the sdcard have the same naming scheme as before. The UI for the slots also still shows the slot number.
/Oskar
-
- VIP
- Posts: 655
- Joined: Wed Feb 23, 2011 3:35 pm
- android_version: 2.2
Re: Game save slots
Have a bug fix patch for it. Will send it tonight.
The savegames need to be sorted as the slot 8 showed up before 1 once here.
The savegames need to be sorted as the slot 8 showed up before 1 once here.
Level: 101, XP: 18780586, Gold: 358739
HP: 398, AC: 303%, AD: 84-95, AP: 4, ECC: 12, CM: -, BC: 13%, DR: 0
RoLS: 2, ElyR: 1, RoL: 1, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 2, VSH: 1, WMC: 0, GoW: 0
HP: 398, AC: 303%, AD: 84-95, AP: 4, ECC: 12, CM: -, BC: 13%, DR: 0
RoLS: 2, ElyR: 1, RoL: 1, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 2, VSH: 1, WMC: 0, GoW: 0
-
- Posts: 138
- Joined: Sat Sep 03, 2011 1:06 am
- android_version: 2.2
Re: Game save slots
You do realise some people like to run seperate files on rpgs and switch back and forth rather than play all the way as one then restart as another. For example let's say I wanted to use 1 file for warrior, another file for mage, and another for rogue at present you cannot do this on your game because it asks to overwrite. You didn't even need 4 files on 1 character as 2 is enough lol. Take away the "if you create a new game" warning and let us save with different games
-
- Posts: 170
- Joined: Thu Mar 24, 2011 5:38 am
Re: Game save slots
You can save 4 different games right now. They are adding additional slots to be able to save even more games.nezkeys79 wrote:You do realise some people like to run seperate files on rpgs and switch back and forth rather than play all the way as one then restart as another. For example let's say I wanted to use 1 file for warrior, another file for mage, and another for rogue at present you cannot do this on your game because it asks to overwrite. You didn't even need 4 files on 1 character as 2 is enough lol. Take away the "if you create a new game" warning and let us save with different games
When you save a game, the only time it overwrites anything is when you save to a slot already being used. That is why they are making more slots to save to.