Update downloadDlcs.py
This commit is contained in:
@@ -8,7 +8,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 = ["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
|
ALL_TIERS = True # Download the dlcs in every tier
|
||||||
|
|||||||
Reference in New Issue
Block a user