sgt_savage 586 Posted May 15, 2005 I have been trying to binarize the seb Ilo objects so that I can use them in WRPtool. I have downloaded binarize and binarizeIT but they don't seem to work. When I click on the Binarize bin file I get an MSDOS screen flash for a split second and nothing happens. I use binarizeIT and I get an error stating runtime 32 error. Does anyone know an easy way of converting Mlod files to odol ? Â Thanks Share this post Link to post Share on other sites
vektorboson 8 Posted May 15, 2005 I have been trying to binarize the seb Ilo objects so that I can use them in WRPtool. I have downloaded binarize and binarizeIT but they don't seem to work. When I click on the Binarize bin file I get an MSDOS screen flash for a split second and nothing happens. I use binarizeIT and I get an error stating runtime 32 error. Does anyone know an easy way of converting Mlod files to odol ? Â Thanks that's because binarize is a command line tool (and bin.bat expects a command line argument). Just start the command line and change into binarize directory and type <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> bin myaddon where "myaddon" is the directory that contains your addon. You can find then a binarized version in the Opt-directory. But be aware that not all .paa or .pac files or copied; only textures referenced in the models are copied; you have to copy map/UI textures yourself. Share this post Link to post Share on other sites