hey,
i have a problem with the x2bc compiler..
decompiling goes ok, but when i try to compile .bod to .bob, the created .bob file is 0kb big and is empty..
i normally use this batch file to compile bod's
Code: Select all
for /R %%f in (*.bod) do c:\x2bc\x2bc -c --bob "%%f" "%%~pf%%~nf.bob"
as far as i know this always worked for me before..
i tried typing the command into the dos command prompt and then i get this error:
Code: Select all
Compiler - line 31170. col 92 -Error: Face normal: Expected value after ':'
Testbody.bod - 1 error(s), 0 warning(s) - compiled with errors
thanks in advance..
EDIT: i reinstalled it and now it works.. problem solved