I made a walkthrough PDF for 0.20.1 by scraping the SS wiki. Doesn't have everything in the wiki but has the actual walkthrough pages/routes.
Here's the python script for anyone who wants to make new PDFs for new updates, or wants to include more pages:
Note: to run this script, you'll need at least Python 3.7. You'll also need to install the
You must be registered to see the links
and
You must be registered to see the links
libraries, which you can easily do with PIP, like so:
Bash:
python3 -m pip install bs4 pdfkit
PDFKit also requires you to have wkhtmltopdf installed, which you can find here:
You must be registered to see the links