mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: #929 Corrected some config variable names for rbank build process.
This commit is contained in:
parent
3a4f2d5546
commit
0a71afafca
3 changed files with 4 additions and 3 deletions
|
@ -65,7 +65,7 @@ if LigoExportLand != "":
|
||||||
mkPath(log, ExportBuildDirectory + "/" + LigoZoneBuildDirectory)
|
mkPath(log, ExportBuildDirectory + "/" + LigoZoneBuildDirectory)
|
||||||
mkPath(log, ExportBuildDirectory + "/" + LigoIgLandBuildDirectory)
|
mkPath(log, ExportBuildDirectory + "/" + LigoIgLandBuildDirectory)
|
||||||
mkPath(log, ExportBuildDirectory + "/" + LigoIgOtherBuildDirectory)
|
mkPath(log, ExportBuildDirectory + "/" + LigoIgOtherBuildDirectory)
|
||||||
mkPath(log, ExportBuildDirectory + "/" + RbankCmbBuildDirectory)
|
mkPath(log, ExportBuildDirectory + "/" + RbankMeshBuildDirectory)
|
||||||
|
|
||||||
# Setup client directories
|
# Setup client directories
|
||||||
printLog(log, ">>> Setup client directories <<<")
|
printLog(log, ">>> Setup client directories <<<")
|
||||||
|
@ -102,7 +102,7 @@ if LigoExportLand != "":
|
||||||
cf.write("\n")
|
cf.write("\n")
|
||||||
cf.write("DFNDir = \"" + LeveldesignDfnDirectory + "\";\n")
|
cf.write("DFNDir = \"" + LeveldesignDfnDirectory + "\";\n")
|
||||||
cf.write("RefCMBDir = \"" + DatabaseDirectory + "/" + LigoDatabaseCmbExportDirectory + "\";\n") # FIXME
|
cf.write("RefCMBDir = \"" + DatabaseDirectory + "/" + LigoDatabaseCmbExportDirectory + "\";\n") # FIXME
|
||||||
cf.write("OutCMBDir = \"" + ExportBuildDirectory + "/" + RbankCmbBuildDirectory + "\";\n") # FIXME
|
cf.write("OutCMBDir = \"" + ExportBuildDirectory + "/" + RbankMeshBuildDirectory + "\";\n") # FIXME
|
||||||
cf.write("\n")
|
cf.write("\n")
|
||||||
cf.write("ContinentFile = \"" + LeveldesignWorldDirectory + "/" + ContinentFile + "\";\n")
|
cf.write("ContinentFile = \"" + LeveldesignWorldDirectory + "/" + ContinentFile + "\";\n")
|
||||||
cf.write("\n")
|
cf.write("\n")
|
||||||
|
|
|
@ -89,7 +89,7 @@ cf.write("\n")
|
||||||
cf.write("// Rbank settings\n")
|
cf.write("// Rbank settings\n")
|
||||||
cf.write("\n")
|
cf.write("\n")
|
||||||
cf.write("Verbose = " + str(RBankVerbose) + ";\n")
|
cf.write("Verbose = " + str(RBankVerbose) + ";\n")
|
||||||
cf.write("ConsistencyCheck = " + str(RBankConsistencyCheck) + ";\n")
|
cf.write("CheckConsistency = " + str(RBankConsistencyCheck) + ";\n")
|
||||||
mkPath(log, ExportBuildDirectory + "/" + ZoneWeldBuildDirectory)
|
mkPath(log, ExportBuildDirectory + "/" + ZoneWeldBuildDirectory)
|
||||||
cf.write("ZonePath = \"" + ExportBuildDirectory + "/" + ZoneWeldBuildDirectory + "/\";\n")
|
cf.write("ZonePath = \"" + ExportBuildDirectory + "/" + ZoneWeldBuildDirectory + "/\";\n")
|
||||||
mkPath(log, ExportBuildDirectory + "/" + SmallbankExportDirectory)
|
mkPath(log, ExportBuildDirectory + "/" + SmallbankExportDirectory)
|
||||||
|
|
|
@ -196,6 +196,7 @@ IgVillageBuildDirectory = "_invalid"
|
||||||
|
|
||||||
# Rbank directories
|
# Rbank directories
|
||||||
RbankOutputBuildDirectory = "_invalid"
|
RbankOutputBuildDirectory = "_invalid"
|
||||||
|
RbankMeshBuildDirectory = "_invalid"
|
||||||
|
|
||||||
# Ligo directories
|
# Ligo directories
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue