[ scummvm-Patches-3094717 ] MMC64: save actor state
SourceForge.net
noreply at sourceforge.net
Mon Oct 25 12:19:56 CEST 2010
Patches item #3094717, was opened at 2010-10-25 12:19
Message generated for change (Tracker Item Submitted) made by tobigun
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3094717&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tobias Gunkel (tobigun)
Assigned to: Nobody/Anonymous (nobody)
Summary: MMC64: save actor state
Initial Comment:
At the moment the C64 specific status of an actor (ActorC64) is not stored in savegames. This state also contains the _miscflags variable which stores e.g. if a kid is dead, if it used the strong-o-mat, if a kid is Ed's enemy and similar things. So for instance if a kid used the strong-o-mat and the game was saved and loaded afterwards the kid is not strong anymore.
This patch adds all C64 specific state vars to the serializer so they will be saved. I don't know if all of these vars have to be saved. In addition I had to move all these vars from the ActorC64 to the Actor class as it did not seem to be possible to add the ActorC64 vars directly.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3094717&group_id=37116
More information about the Scummvm-tracker
mailing list