
yeeyayy
Joined: Sep 18, 2010
|
Posted: Oct 17, 2010 08:24 PM
Msg. 1 of 6
how do i make a .bat file to compile my bitmaps and model and stuff because im working on a map and im sick of typing and re typing commands after command and i have seen it done before in the Ghosts tutorial on how to make a custom turret.
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Oct 17, 2010 08:27 PM
Msg. 2 of 6
Create a new .txt file, put in all your commands, and save it as a .bat file. I use several of these myself to compile maps and tags.
|
|
|

yeeyayy
Joined: Sep 18, 2010
|
Posted: Oct 17, 2010 08:29 PM
Msg. 3 of 6
oh cool thanks yo and wait one more thing how would i put in the command i put C:\Program Files\Microsoft Games\Halo Custom Edition>tool data blah blah blah or just
tool data levels blah blah blah ?
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Oct 17, 2010 09:44 PM
Msg. 4 of 6
Here's one of mine:
@echo off cd "F:/Program Files/Microsoft Games/Halo CE" tool_pro build-cache-file "h3\levels\singleplayer\series_specops\project_speceight\spec8" pause
|
|
|

Advancebo
Joined: Jan 14, 2008
|
Posted: Oct 18, 2010 09:45 PM
Msg. 5 of 6
@echo Ready to compile tutorial test map @echo+ @echo Compiling test map... @echo+ @tool build-cache-file levels\test\tutorial\tutorial @echo+ @echo Map successfully compiled @echo+ @pause
yeeeeee course i have CMD in the custom edition folder, which is where this bat file is also. Edited by Advancebo on Oct 18, 2010 at 09:45 PM
|
|
|

yeeyayy
Joined: Sep 18, 2010
|
Posted: Oct 22, 2010 12:56 AM
Msg. 6 of 6
mine i just put the .bat in my halo ce root directory and i typed this in , in notepad
tool bitmaps levels\tutorial\bitmaps
and saved it and thats it why did u put echo and all dat?
|
|
|