Builder won't build overviews :(
BeigeAlert
Texas Join Date: 2013-08-08 Member: 186657Members, Super Administrators, Forum Admins, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, NS2 Map Tester, Reinforced - Diamond, Reinforced - Shadow, Subnautica Playtester, Pistachionauts
Pre-266, I tried swapping out the builder_setup.xml file with the one that automatically generates overviews, and I got this error message "'C:\Program' is not recognized as an internal or external command, operable program or batch file."
So I commented out some of the code to make it work, and it seemed to work fine, apart from not getting any custom textures in the overview to work.
Now that 266 has dropped and overview generation has been added back in (and I swear I haven't touched any of the config files), I'm getting this error message again. Rather than work around it like before, I'm hoping to figure out the root cause of it. Is anybody else getting this error message? It's almost as if it's trimming the path wherever there is a space.
EDIT: I'll elaborate. The code that I can remove to prevent the error is at line 21: "<working_dir>${game_dir}</working_dir>" If I take that out, it works fine, and that's great for now, but in the future, once I start getting more custom textures put into ns2_temple, I'll want it to be generating the overviews with the custom textures. It'd be a real pain to have to copy over all my textures into the ns2 directory every time I build.
So I commented out some of the code to make it work, and it seemed to work fine, apart from not getting any custom textures in the overview to work.
Now that 266 has dropped and overview generation has been added back in (and I swear I haven't touched any of the config files), I'm getting this error message again. Rather than work around it like before, I'm hoping to figure out the root cause of it. Is anybody else getting this error message? It's almost as if it's trimming the path wherever there is a space.
EDIT: I'll elaborate. The code that I can remove to prevent the error is at line 21: "<working_dir>${game_dir}</working_dir>" If I take that out, it works fine, and that's great for now, but in the future, once I start getting more custom textures put into ns2_temple, I'll want it to be generating the overviews with the custom textures. It'd be a real pain to have to copy over all my textures into the ns2 directory every time I build.
Comments
<working_dir>${game_dir}</working_dir>
Somehow that got in there even though I swear it worked when I committed it
Here is the paths I use for the builder:
Source Directory: G:\Scripts&Programs\NS2\Code Bases\LaunchPad\ef\source
Utilities Directory: C:\Steam\SteamApps\common\Natural Selection 2\utils
Output Directory: G:\Scripts&Programs\NS2\Code Bases\LaunchPad\ef\output
Game Directory: C:\Steam\SteamApps\common\Natural Selection 2
The source and outputs point to my mod folders, and will use textures etc from those directories.