Glitched Panda 625e68e2b0 Merge pull request #1 from GlitchedPanda/main
Update README.md with updated example configuration
2024-11-28 17:29:33 +01:00
2024-11-16 14:46:49 +01:00
2024-11-16 14:47:23 +01:00
2024-11-16 14:56:43 +01:00

DLC-Downloader

DLC Downloader for The Simpsons: Tapped Out. Thank you to schdub for (most) of the code. I decided to modify his, as i want to get this done before Jan. 24 when the game shuts down.

Usage

You will need about 350GB of free storage, and python3 installed.

python3 dlcDownloader.py

Configuration

If you want to for example change the language of dlcs the script downloads, you can do so at the top of the script.

verbose = False        # display some debug messages
lang = [ 'all', 'en' ] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th
tier = [ 'all', '25', '50', '100', 'retina', 'iphone', 'ipad', 'ipad3' ] # 25,50,100,retina,iphone,ipad,ipad3
Description
DLC Downloader for The Simpsons: Tapped Out
Readme GPL-3.0 64 KiB
Languages
Python 100%