nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] build_rbank.exe


From: Andi 'Debug' Allen
Subject: Re: [Nel] build_rbank.exe
Date: Wed, 18 Feb 2004 17:21:30 -0000

if i echo output of some of the variables in the process
this list is the following
 
the paths are correct for where the output directories are
and the filenames also appear to be correct
 
$i
$zone
$zone
$near_zone
$zone_to_build

10_AC.zonew

10_AC

./smooth/10_AC.lr

9_AB 10_AB 11_AB 9_AC 10_AC 11_AC 9_AD 10_AD 11_AD

zone_welded/10_AC.zonew

 
----- Original Message -----
Sent: Wednesday, February 18, 2004 4:10 PM
Subject: Re: [Nel] build_rbank.exe

im now running rbank on its own from a little bash script to isolate the problem
each call to build_rbank.exe completes with the Generating final .lr message
but the file doesnt appear in the designated output directory.
 
i set up the CFG for build_rbank like this
 
ZonePath = "C:\Documents and Settings\Andi\Desktop\Build Landscape\zone_lighted\";
BanksPath = "C:\Documents and Settings\Andi\Desktop\Build Landscape\exported_bank\";
Bank = "forest.bank";
ZoneExt = ".zonel";
IGBoxes = "C:\Documents and Settings\Andi\Desktop\Build Landscape\ig_boxes\ig_boxes.bbox";
 
TessellationPath = "tesselation\";
TessellateLevel = 1;
 
OutputRootPath = "";
SmoothDirectory = "smooth\";
RawDirectory = "raw\";
 
ReduceSurfaces = 1;
SmoothBorders = 1;
 
ComputeElevation = 1;
ComputeLevels = 1;
 
LinkElements = 1;
 
CutEdges = 1;
 
UseZoneSquare = 1;

ZoneUL = "3_AC";
ZoneDR = "10_AJ";
 
PreprocessDirectory = "preproc\";
 
// the global retriever processing settings
GlobalRetriever = "forest.gr";
RetrieverBank = "forest.rbank";
 
GlobalUL  = "3_AC";
GlobalDR  = "10_AJ";
 
// which kind of stuff to do...
TessellateZones = 1;
MoulineZones = 1;
ProcessRetrievers = 1;
ProcessGlobal = 1;
 

//
 

Zones = {
"3_AC.zonel",
"3_AD.zonel",
"3_AE.zonel",
"3_AF.zonel",
"3_AG.zonel",
"3_AH.zonel",
"3_AI.zonel",
"3_AJ.zonel",
"4_AA.zonel",
"4_AB.zonel",
"4_AC.zonel",
"4_AD.zonel",
"4_AE.zonel",
"4_AF.zonel",
"4_AG.zonel",
"4_AH.zonel",
"4_AI.zonel",
"4_AJ.zonel",
"5_AA.zonel",
"5_AB.zonel",
"5_AC.zonel",
"5_AD.zonel",
"5_AE.zonel",
"5_AF.zonel",
"5_AG.zonel",
"5_AH.zonel",
"5_AI.zonel",
"5_AJ.zonel",
"6_AA.zonel",
"6_AB.zonel",
"6_AC.zonel",
"6_AD.zonel",
"6_AE.zonel",
"6_AF.zonel",
"6_AG.zonel",
"6_AH.zonel",
"6_AI.zonel",
"6_AJ.zonel",
"7_AA.zonel",
"7_AB.zonel",
"7_AC.zonel",
"7_AD.zonel",
"7_AE.zonel",
"7_AF.zonel",
"7_AG.zonel",
"7_AH.zonel",
"7_AI.zonel",
"7_AJ.zonel",
"8_AA.zonel",
"8_AB.zonel",
"8_AC.zonel",
"8_AD.zonel",
"8_AE.zonel",
"8_AF.zonel",
"8_AG.zonel",
"8_AH.zonel",
"8_AI.zonel",
"8_AJ.zonel",
"9_AA.zonel",
"9_AB.zonel",
"9_AC.zonel",
"9_AD.zonel",
"9_AE.zonel",
"9_AF.zonel",
"9_AG.zonel",
"9_AH.zonel",
"9_AI.zonel",
"9_AJ.zonel",
"10_AA.zonel",
"10_AB.zonel",
"10_AC.zonel",
"10_AD.zonel",
"10_AE.zonel",
"10_AF.zonel",
"10_AG.zonel",
"10_AH.zonel",
"10_AI.zonel",
"10_AJ.zonel"
};
 
Pathes = {
"C:\Documents and Settings\Andi\Desktop\Build Landscape\",
"exported_ig",
"exported_shape",
};
 

it creates an empty eval_log.txt file whenever it runs
the bash script i call to create runs froma parent batch script they are set up below
 
build_rbank.bat
 
@echo off
bin\build_ig_boxes.exe
bin\bash build_rbank.sh
bin\build_rbank.exe -c -p -G
bin\build_indoor_rbank.exe
pause
 
build_rbank.sh
#!./bin/bash
 
build_rbank='bin/build_rbank.exe'
 
for i in ./zone_lighted/*.[zZ][oO][nN][eE][lL]; do
  $build_rbank -C -P -g $i
  echo $i
done
 
echo ` `
 
ive tried it with the zonel and the zonew files neither produce any
intermediate .lr files the last call creates a small .rbank and .gr file
 
.rbank 6 bytes
.gr 30 bytes
 
ive tried passing it the smallbank and the bank also
again same result and no negative output from build_rbank
 
ive tested with zome zones and banks i made previously and it
didnt work also im using the latest cvs compile of build_rbank.exe
as of saturday
 
----- Original Message -----
Sent: Wednesday, February 18, 2004 3:05 PM
Subject: Re: [Nel] build_rbank.exe

 
The build_rbank process has changed a bit, so if you updated it, perhaps there are some things you should fix.
First, in the processes/rbank/cfg/template_(draft|final).cfg, put the line Verbose = 1; This will make the process
log everything it doesright and wrong. Try this, and if it still hangs, please send me a log of the process
while doing a build game data process, build_rbank is not
outputting any .lr files and thus the .gr and .rbank are 30 or
so bytes when it has finished.
Ben
 


_______________________________________________
Nel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/nel-all


_______________________________________________
Nel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/nel-all

reply via email to

[Prev in Thread] Current Thread [Next in Thread]