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