View Issue Details

IDProjectCategoryLast Update
0003912Valley 1Bug - OtherFeb 23, 2012 11:17 am
ReporterAdmiral Assigned Tokeith.lamothe  
Status resolvedResolutionfixed 
Product Version0.420 
Fixed in Version0.581 
Summary0003912: Save game doesn't save which toolbar is active
DescriptionIn the previous bug I just reported (0003911), I quit to main menu to make the World dir zip cleanly.

When I came back, toolbar 0000001 was selected, whereas toolbar 0000002 was selected when I left. (0000001 = running around, 0000002 = miniboss fights)

Please keep the currently selected toolbar when saving/loading?
TagsNo tags attached.
Internal WeightFor New Player Experience

Activities

Chris_McElligottPark

Sep 23, 2011 12:26 am

administrator   ~0013419

Keith, how complex is this? I'd like this too, but I briefly looked at the way the data was stored and decided I didn't want to try to figure out which int to serialize at that time. I imagine it's just one value, but I was in a hurry at the time. ;)

Admiral

Sep 23, 2011 12:29 am

reporter   ~0013422

While you're at it... Please remember the maximize/minimize setting of the minimap, and which - if any - of the dungeon/region map is open. :)

keith.lamothe

Sep 24, 2011 10:16 pm

administrator   ~0013476

I just wrote the code for this stuff... and then had to ditch it until I have a lot more time to spend on it. Basically it would mean making any command that alters any of these fields sync across the network rather than operating directly, or all of this convenience will magically disappear in a multiplayer game. Doable, but not right now.

tigersfan

Jan 26, 2012 12:58 pm

reporter   ~0018174

Is this doable now? I ask because this would probably be good for Series 3.

keith.lamothe

Feb 23, 2012 11:17 am

administrator   ~0019671

It involved totally changing where the game tracks the current row and how that is changed, but this is done for 0.581 :)

Issue History

Date Modified Username Field Change
Sep 23, 2011 12:24 am Admiral New Issue
Sep 23, 2011 12:25 am Chris_McElligottPark Assigned To => keith.lamothe
Sep 23, 2011 12:25 am Chris_McElligottPark Status new => assigned
Sep 23, 2011 12:26 am Chris_McElligottPark Note Added: 0013419
Sep 23, 2011 12:29 am Admiral Note Added: 0013422
Sep 24, 2011 10:16 pm keith.lamothe Note Added: 0013476
Sep 24, 2011 10:16 pm keith.lamothe Status assigned => feature for later
Jan 26, 2012 12:58 pm tigersfan Internal Weight => For New Player Experience
Jan 26, 2012 12:58 pm tigersfan Note Added: 0018174
Jan 26, 2012 12:58 pm tigersfan Status feature for later => assigned
Feb 23, 2012 11:17 am keith.lamothe Note Added: 0019671
Feb 23, 2012 11:17 am keith.lamothe Status assigned => resolved
Feb 23, 2012 11:17 am keith.lamothe Fixed in Version => 0.581
Feb 23, 2012 11:17 am keith.lamothe Resolution open => fixed