Stevie
New member
- Joined
- Jan 29, 2009
- Messages
- 27
I scoured the past threads and didn't find anything relating to my current problem. Finally figured out
how to save nav's (duh, just saves with teh map :rolleyes). But I have a problem now with the Script
Compiler. I followed the tutorial from the wiki site, but it never loads the compiler. I get a message:
"Script Compiler" isn't a recognized internal or external command, operable or batch file.
I did all the scripts right, renamed my map to land number (and map name, scripts, accordingly) to 8829. Am
I missing something obvious? Knowing me I probably am :upside. I'll keep looking though.
Before anyone asks, my bnw2 is installed in the normal default directory (C:\).
I know its late at night... morning :shocked, so I don't expect a response till later. But I guess I should
show what my example looks like, just incase I'm missing something obvious, which I know already,
that I am.
Main Mod Directory:
C:\Program Files\Lionhead Studios\Black & White 2\Tools\Script Compiler\8829
8829Script.txt:
8829Challenges.txt:
Compile8829.bat:
how to save nav's (duh, just saves with teh map :rolleyes). But I have a problem now with the Script
Compiler. I followed the tutorial from the wiki site, but it never loads the compiler. I get a message:
"Script Compiler" isn't a recognized internal or external command, operable or batch file.
I did all the scripts right, renamed my map to land number (and map name, scripts, accordingly) to 8829. Am
I missing something obvious? Knowing me I probably am :upside. I'll keep looking though.
Before anyone asks, my bnw2 is installed in the normal default directory (C:\).
I know its late at night... morning :shocked, so I don't expect a response till later. But I guess I should
show what my example looks like, just incase I'm missing something obvious, which I know already,
that I am.
Main Mod Directory:
C:\Program Files\Lionhead Studios\Black & White 2\Tools\Script Compiler\8829
8829Script.txt:
Code:
run script 8829Script
begin script 8829Script
start
disable load screen
set fade in time 1
wait until 1 != 1
end script 8829Script
8829Challenges.txt:
Code:
8829/8829Script.txt
Compile8829.bat:
Code:
"Script Compiler" -path . -enumfile .\Enums.txt -dbfile .\bw2text.lhts -scriptpath . -inputfile ./8829/8829Challenges.txt .\8829\8829.chl
pause