Page 1 of 1

Tool.exe Directory Structure problem

Posted: Tue May 11, 2004 9:59 am
by rec0
The HEK Tutorial says:
As a result of the compilation process, not only were the tutorial.scenario and tutorial.scenario_structure_bsp tags created, but the entire directory structure for the level should now exist (if it did not before) under the tags directory (i.e. Halo\tags\levels\test\tutorial).
They only thing tool.exe produced were the .scenario_structure_bsp and .scenario files - i got no directory structure.. i think it might be something to do with the following message that is displayed as i begin to compile using tool.exe:
Couldn't read map file './toolbeta.map'

But then it goes on to compile without any further complaints, i have checked and i dont have that toolbeta.map file... maybe it wasn't installed properly?


Anyone got any information on this?

Any help much appreciated.

Posted: Tue May 11, 2004 10:38 am
by DocOctavius
toolbeta is a bug that doens't really need attention- just ignore it- we all get that.

The directory that is created is in the tags directory instead of the data directory- (tags\levels\test\mapname instead of data\levels\test\mapname)
When you compile the structure with tool it automatically creates that folder.

Posted: Tue May 11, 2004 10:53 am
by rec0
ok thanks, so the only thing meant by directory structure is the tags\levels\test\mapname folder?