Adding an option to load a different savegame

Messages are moved here (should anyone ever want to see them again) once they are no longer applicable to the current version (e.g. suggestions that have been implemented or bugs that have been fixed).

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
Trantor
Duke of Banville
Posts: 2467
Joined: Wed Mar 09, 2005 4:16 am
Location: Berlin, Germany
Contact:

Adding an option to load a different savegame

Post by Trantor »

When you die, you can choose to "restart this game". But if you want to load a different savegame, you have to quit the game and restart it. An option to load any savegame would be very nice.
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

Yes, this sort of thing has come up several times before. Basically, for performance / memory reasons, when you load a dungeon, RTC throws away all data that isn't needed in that game (all graphics / sounds / objects etc).

Whilst this means that game runs alot faster and uses alot less memory than it otherwise would, it also means that once a dungeon has been loaded once, loading other ones is much more tricky (as you'd have to reload everything, just in case it was required in the new dungeon).

As such, it's basically as fast to quit and restart than it would be for RTC to do it for you!
User avatar
Lee
Artisan
Posts: 182
Joined: Wed Mar 16, 2005 8:09 pm
Location: Montréal
Contact:

Post by Lee »

Is this the same reason why there's no option to 'restart' the current dungeon you were playing, if you hadn't saved it instead of only displaying 'quit'?
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

Broadly speaking, yes.

For your amusement, this is also the root cause for the bug you found earlier today - the code that threw away the graphics was a bit too keen and threw away the graphics for the screamer slice when it should have spotted that (even though the screamer slice wasn't in the dungeon, it was dropped by a bonsai, and even though that wasn't in the dungeon it was required because it was created by the full cage) it was required.
User avatar
Lee
Artisan
Posts: 182
Joined: Wed Mar 16, 2005 8:09 pm
Location: Montréal
Contact:

Post by Lee »

Oooh OK, cheers for that.
Post Reply