Presumably, this person is a novice, and novices get a lot of tool/sapien errors. Having a simple one-time, work-around, method is nice to keep doing what is really important and less of what is just plane mundane.
Say one has a map they've been working on fervently. This person probably does not want to keep typing:
Code:<Halo CE root directory>\tool structure levels\foo foo or <Halo CE root directory>\tool lightmaps levels\foo\foo foo 0 0.9 [debug] or even <Halo CE root directory>\tool build-cache-file levels\foo\foo
I will show you how to make one shortcut that will decrease all steps to one step: double-click on the shortcut.
Open up your tool shortcut; we will make a shortcut that will execute tool along with the following commands:
The syntax for this is:Code:structure levels\foo foo
As demonstrated here:Code:<Halo CE root directory>\cmd.exe" /k "tool structure levels\foo foo"
The same syntax can be applied to any tool command; the syntax for multi-purpose use is:
And yes, the quotation marks are something you need as well.Code:"<Halo CE root directory>\cmd.exe" /k "tool <command> <syntax of given command as defined in tool>"
Credits go to my friend who showed me this method.








Bookmarks