Problem SummaryMore than often it happens; loading and saving game takes long time. Use When
SolutionQuick load may require one to cache the last saved game. Quick save requires one to quickly flush the current game data and sates to disc. One may also need to bring the disc up to speed before auto save is activated to speed up saving. The player should not experience any noticeable delay with quick save. Quick load should take less than a few seconds. Minimize the data that it takes to save the game. While player is playing maintain save state along with game play this will allow saving quickly by just writing data to disk. While game is being loaded it can also cache last quick saved game. If not used flush the cache to free up resources. Recommendations
RationaleOffering the quick load and save option increases performance and satisfaction as the player does not have to wait and navigate through several tiers of shell interface to load or save a game. It allows player to get immerse into game rather quickly after a break. It allows player to leave console/PC faster and get back on to game faster as well. This leads to user satisfaction and more game play. ExamplesThere many games that offers quick save/load feature. Doom 3, Oddworld: Abe's Exoddus, Half-life and many more.
![]() |