Saving

From PZwiki
Revision as of 17:37, 12 September 2011 by Warlordpompey (talk | contribs) (Created page with "The game has the capacity to save the player's progress, including current inventory, health, and moodles. When transitioning between map segments, the un...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Saving

The game has the capacity to save the player's progress, including current inventory, health, and moodles. When transitioning between map segments, the unoccupied segments remain static: in the absence of the player, no zombies nor NPC will move, food will not rot further, and so on.

Auto-Save

Every two seconds, the game saves its current state. The game also saves when closing the JavaScript application.

Progress cannot be manually saved. The goal is to prevent players from optimizing their run-through by reloading before critical moments to "change history".