Petz Checker

The latest releases of Petz Check can be found on my Github page. I also made small tester programs that I've released in the community as small tests but if you want those, I published them individually and can be found on my Google Drive. My apologies for the mess on this page-- my goal is to document my application better but I'm going to keep the releases and links to the individual jar files on there.

*NEW* Check Petz Profile

This program outputs a spreadsheet (as a .csv file) containing the following information of every single pet that is in the same folder as the .jar file when double-clicked:

  • GUID -- a pet's unique identifying number
  • pet's name
  • breed face -- using the pick-a-pet image
  • breed personality
  • owner name
  • birth/adoption date
  • number of generations (this number is not affected by a pet being tree trimmed by PetzA)
  • gender
  • blood status -- purebred or mixed breed
  • *new* ancestors -- a count of all nodes in the ancestry tree
  • *new* full tree -- true if the length of each side of the family tree is the same length and false otherwise
  • *new* tree trimmed -- true if the pet has been tree trimmed
  • *new* inbred % -- the percentage of inbred in the family tree
  • *new* generations stored in tree -- the number in the previous generation column is how many generations the pet would have if the pet was not tree-trimmed and this is the new number of generations that are stored in the tree
  • profile comment -- new lines are replaced with //

Individual Petz Checker Files

  • Petz Checker Looks to download the .jar file that outputs the looks (genetic) information of every single pet that is in the same folder into a spreadsheet.
  • Petz Checker Profile to download the .jar file.

If you have any questions or comments, feel free to contact me or you can reply to this forum topic on RKC about my coding projects.