|
|
|
@ -81,6 +81,27 @@ cfg.flush()
|
|
|
|
|
cfg.close()
|
|
|
|
|
printLog(log, "")
|
|
|
|
|
|
|
|
|
|
if not os.path.exists(ShardDevDirectory + "/aes_state.txt"):
|
|
|
|
|
printLog(log, ">>> Generate shard dev aes_state.txt <<<")
|
|
|
|
|
f = open(ShardDevDirectory + "/aes_state.txt", "w")
|
|
|
|
|
f.write("ShardOrders unifier so_autostart_off\n")
|
|
|
|
|
f.write("ShardOrders mainland so_autostart_off\n")
|
|
|
|
|
f.write("ShardOrders ring so_autostart_off\n")
|
|
|
|
|
f.flush()
|
|
|
|
|
f.close()
|
|
|
|
|
printLog(log, "")
|
|
|
|
|
|
|
|
|
|
mkPath(log, ShardDevDirectory + "/ras")
|
|
|
|
|
if not os.path.exists(ShardDevDirectory + "/ras/as_state.txt"):
|
|
|
|
|
printLog(log, ">>> Generate shard dev as_state.txt <<<")
|
|
|
|
|
f = open(ShardDevDirectory + "/ras/as_state.txt", "w")
|
|
|
|
|
f.write("ShardOrders unifier so_autostart_off\n")
|
|
|
|
|
f.write("ShardOrders mainland so_autostart_off\n")
|
|
|
|
|
f.write("ShardOrders ring so_autostart_off\n")
|
|
|
|
|
f.flush()
|
|
|
|
|
f.close()
|
|
|
|
|
printLog(log, "")
|
|
|
|
|
|
|
|
|
|
for execDir in InstallShardDataExecutables:
|
|
|
|
|
dstDir = execDir[0]
|
|
|
|
|
mkPath(log, PatchmanCfgDefaultDirectory)
|
|
|
|
|