View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0006274 | Spring engine | General | public | 2019-08-10 11:31 | 2021-01-01 20:25 | ||||
Reporter | Google_Frog | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | open | ||||||
Product Version | 104.0 +git | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0006274: 104.0.1-1333-gce618bd maintenance Non-lua save issues | ||||||||
Description | Here are a few minor issues with the new non-lua saveload system. * A yellow rectangle with "Ready" written in white appears in the top right quadrant of the screen. It disappears when clicked on. It appears to have no effect on the game. * Changes to the terrain texture are not saved. * Control groups are not saved. Someone on the ZK forums keeps asking for control groups to be saved. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | Irrelevant | ||||||||
Attached Files |
|
![]() |
|
Google_Frog (reporter) 2019-08-12 04:35 |
Here is a new thread by the main person who reports issues with save/load: http://zero-k.info/Forum/Thread/28764 > another bug, unit move and cloak states are not loaded and are reset on load. Likely all unit states are not saved/loaded. From the description this update was supposed to save more things not less. I expect that unit states are saved and loaded by the engine, but when luaUI loads it resets the unit states to their defaults. In luasave this widget would detect when it was in a loaded game and avoid setting the default states. To fix this there would need to be some way for luaUI to detect that it has been loaded in a saved game. I expect that I could hack a solution but it would not be stable. My suggestion is to add Game.saveFrame that is set to the frame that the saved game is loaded from. > another issue, replacing a save doesn't update it's timestamp This is just to do with writing the extra file that ZK creates alongside a save to store data for the load UI to read. |
hokomoko (developer) 2019-08-13 08:33 Last edited: 2019-08-13 10:00 |
If LuaUI does reset states, it will do this when reloading itself too, which isn't necessary at all. Maybe just don't do UnitCreated/Finished from initialize? |
abma (administrator) 2021-01-01 20:25 |
105.0 released: the maintenance branch is discontinued/obsolete. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-08-10 11:31 | Google_Frog | New Issue | |
2019-08-12 04:35 | Google_Frog | Note Added: 0020078 | |
2019-08-13 08:33 | hokomoko | Note Added: 0020081 | |
2019-08-13 10:00 | hokomoko | Note Edited: 0020081 | View Revisions |
2021-01-01 20:25 | abma | Note Added: 0020568 | |
2021-01-01 20:25 | abma | Status | new => closed |