update download script
This commit is contained in:
@@ -9,9 +9,7 @@ from time import sleep
|
||||
import os, io, zipfile
|
||||
|
||||
OUT_DIR = "../dlc" # Directory where the dlc files will be downloaded
|
||||
LANGUAGE = [,
|
||||
"en"
|
||||
] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th
|
||||
LANGUAGE = ["en"] # en,fr,it,de,es,ko,zh,cn,pt,ru,tc,da,sv,no,nl,tr,th
|
||||
|
||||
ALL_TIERS = True # Download the dlcs in every tier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user