Tool Script for checking progress of achievements, and what's missing to complete them

Discussion in 'Mods' started by SkatjeZero, Aug 4, 2016.

  1. SkatjeZero

    SkatjeZero Void-Bound Voyager

    I couldn't find anything out there that does this, so I wrote a little Python script that will read your save file and print out the achievements you're missing, and also which items you're missing to complete them, etc. Right now it doesn't include the Jojamart one, finding all the stardrops, and the Prairie King ones, but everything else is there.

    Some example output: http://i.imgur.com/EOLTLrR.png

    Script: https://github.com/skatje-myers/stardewscripts/blob/master/achievement_checker.py

    $ python achievement_checker.py <path_to_save_file>
    OR
    $ python achievement_checker.py
    will look up the files in your save directory and let you select by save file name.

    Please let me know if you find any mistakes in it.
     
      Last edited: Aug 4, 2016
      foghorn likes this.
    • danielixx

      danielixx Void-Bound Voyager

      How can i compile it ? I only know how ahk work. Can ya create exe version? Sorry for having no python program knowlege. (ps: english is now my national lang)
       
      • SkatjeZero

        SkatjeZero Void-Bound Voyager

        No, I can't create an exe. And this doesn't need to be compiled.

        You need Python 3 installed. When you install it, make sure you check the box that says "Add Python 3.5 to PATH". https://www.python.org/downloads/release/python-352/

        Then open the command line (type "cmd" when searching for programs under start menu) and use (I think) "python3.5 /path/to/file/achievement_checker.py"
         

        Share This Page