|
|
@ -142,11 +142,11 @@ if not args.noconf:
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
LeveldesignDataShardDirectory
|
|
|
|
LeveldesignDataShardDirectory
|
|
|
|
except NameError:
|
|
|
|
except NameError:
|
|
|
|
LeveldesignDataShardDirectory = "L:/data_shard"
|
|
|
|
LeveldesignDataShardDirectory = "L:/shard"
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
LeveldesignDataCommonDirectory
|
|
|
|
LeveldesignDataCommonDirectory
|
|
|
|
except NameError:
|
|
|
|
except NameError:
|
|
|
|
LeveldesignDataCommonDirectory = "L:/data_common"
|
|
|
|
LeveldesignDataCommonDirectory = "L:/common"
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
TranslationDirectory
|
|
|
|
TranslationDirectory
|
|
|
|
except NameError:
|
|
|
|
except NameError:
|
|
|
|