Jump to content

Printable PZ Safehouse Checklist


Qloos

Recommended Posts

Hello everyone, just registering to share a printable safehouse checklist I created to keep track of my progress while playing the game.

 

http://i.imgur.com/FwAgUXZ.png

(Print it in landscape format)

 

 

An interactive online version is now available.  Credit to "Hamburger" for the following two pages:
 

I used your image to make a browser-based interactive version that automatically saves your changes to your machine/device. You can check it out here:

https://dl.dropboxusercontent.com/u/805276/ZomboidChecklist/index.html

 

I also uploaded the whole thing to Github:

https://github.com/greeze/ZomboidChecklist

 

Link to comment
Share on other sites

Updated opening post with Hamburgers version.

(Note that dropbox bandwidth is limited per user)

I used your image to make a browser-based interactive version that automatically saves your changes to your machine/device. You can check it out here:

https://dl.dropboxus...list/index.html

 

I also uploaded the whole thing to Github:

https://github.com/g...omboidChecklist

Development

Feel free to clone this repo and submit pull requests at will. I probably won't be doing much more dev work on this myself, but will be happy to merge in any fixes.

The code isn't the prettiest in the world, but here's the basic idea:

  • The meat of the app is in the js/app folder. The app uses a barebones AMD implementation to keep things separated into modules. No asynchronous loading here. The module scripts still need to be included on the page.
  • Knockout is used for two-way databinding and templating.
  • If all you want to do is add checklists or checklist items, the data defaults can be found in js/app/data.js.

Hack away and let me know if you have any questions.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...