LizardX 0 Posted May 4, 2003 Sorry, I've lost my way in this new forum... My problem is: the bin.bat tells me in DOS-mode that "Usage: bin addon_name", and doesn't do anything more. I've done what was told in the readme but I can't make it work. What do I do wrong? (I've tried Colonel_Klink's BinarizeIT" too, the result is the same.) Share this post Link to post Share on other sites
jojimbo_No_1 0 Posted May 17, 2003 check to see if you have accidentaly deleted the binarize folder INSIDE THE BINARIZE FOLDER the folder contains the BIN folder with the BAT i did this once by accident due to tiredness. i re-dl binarize and re-installed it Share this post Link to post Share on other sites
LizardX 0 Posted May 19, 2003 No Sir, that doesn't help, but thanks! Share this post Link to post Share on other sites
Guest Posted May 19, 2003 I had the exact same problem, as whilst I have no idea of whether this is a good fix or not, I know it works. Right click on bin.bat and remove the lines in bold @echo off @if "%1"=="" ( echo Usage: bin addon_name goto :EndOfFile ) @rem Model file optimization rem Cemove current content rd /s /q Opt\%1 rem Create target directory mkdir Opt\%1 rem Perform binarization binarize -textures=Opt -exclude=Opt\exclude.lst %1 Opt\%1 rem Copy all except model and textures xcopy %1 Opt\%1 /exclude:exclude.txt rem Note: textures referenced from other addons or pbo files rem can be found in corresponding Opt subdirectories (like Opt/Data) :EndOfFile Like I said, it works for me, but I don't know how dodgy it is (cause I can't get animated section on buildings to work after this). Share this post Link to post Share on other sites
stgn 39 Posted May 23, 2003 I had the exact same problem, as whilst I have no idea of whether this is a good fix or not, I know it works.Right click on bin.bat and remove the lines in bold @echo off @if "%1"=="" ( echo Usage: bin addon_name goto :EndOfFile ) @rem Model file optimization rem Cemove current content rd /s /q Opt\%1 rem Create target directory mkdir Opt\%1 rem Perform binarization binarize -textures=Opt -exclude=Opt\exclude.lst %1 Opt\%1 rem Copy all except model and textures xcopy %1 Opt\%1 /exclude:exclude.txt rem Note: textures referenced from other addons or pbo files rem can be found in corresponding Opt subdirectories (like Opt/Data) :EndOfFile Like I said, it works for me, but I don't know how dodgy it is (cause I can't get animated section on buildings to work after this). just add more yello STGN Share this post Link to post Share on other sites