Skip to content

python script that will auto save you PZ game at X interval

Notifications You must be signed in to change notification settings

lemon65/zomboid_auto_save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Zomboid Auto Save - "ZAS" alt text

This is a script that runs along side project zomboid and saves/backup your game as you play. you can change variables in the script_config.py file to change the save location "BACKUP_SAVE_PATH" and interval "SAVE_INTERVAL_SEC"

  • BACKUP_SAVE_PATH == defaults the saves to -- "C:\Users\<CURRENT_USER>\Zomboid\zas_backup_saves"
  • SAVE_INTERVAL_SEC == defaults to 300sec/5mins before it will save.
  • COMPRESS_FOLDERS == defaults to 0, to .ZIP the saves to save on space.

NOTE - The script will auto create the backup folders if they are not present

Usage:

$ py zomboid_auto_save.py
All saves are in: 'C:\Users\aaron\Zomboid\zas_backup_saves'
08/10/22 01:05:30 -- Archiving 'fire_man_save', into: 'C:\Users\aaron\Zomboid\zas_backup_saves\Survivor\1660118730_fire_man_save'
08/10/22 01:05:35 -- Archiving 'fire_man_save', into: 'C:\Users\aaron\Zomboid\zas_backup_saves\Survivor\1660118741_fire_man_save'
08/10/22 01:05:40 -- Archiving 'fire_man_save', into: 'C:\Users\aaron\Zomboid\zas_backup_saves\Survivor\1660119052_fire_man_save'
Hope you killed some Zeds my friend!

Screenshot of ZAS

alt text

How to Install

Clone the repo and run the python script

Requirements

python 3.9.6 or Greater

Credit

I do not own or take any credit for the game Project Zomboid, please buy the game here - https://store.steampowered.com/app/108600/Project_Zomboid/

About

python script that will auto save you PZ game at X interval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages