Home   Help Search Login Register  

Author Topic: HOW THE **** DOES BINARIZE WORK???  (Read 3315 times)

0 Members and 2 Guests are viewing this topic.

Offline wired

  • Members
  • *
  • Explosion Scripter for the [unsung] mod!!!
HOW THE **** DOES BINARIZE WORK???
« on: 11 Mar 2004, 19:47:01 »
Ok..........i need to run a file of mine thru the old version of binarize, but i dont understand this part in the readme:
Quote
- run bin.bat with the addon directory name as parameter (E.g. "bin myaddon")
Can sum1 plz tell me step by step what i hav to do to get binarize to binarize my file?
We have a problem at 'Oscar-Charlie 2-7' do you read me? Well its that guy with the RPG!

Leone

  • Guest
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #1 on: 12 Mar 2004, 04:48:51 »
If you are using XP have a look here:

http://www.ofpec.com/editors/list.php?show=pending

It's about the fifth item on the list. Please do....I can't tell whether the file was successfully uploaded or not. And gimme some feedback.

If you are using any other OS....grab Col Klinks little exe called BinarizeIT. That will solve your problem.  ;D

m21man

  • Guest
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #2 on: 12 Mar 2004, 06:04:03 »
I use BinarizeIT with XP, it works fine for me ;D .

Offline wired

  • Members
  • *
  • Explosion Scripter for the [unsung] mod!!!
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #3 on: 12 Mar 2004, 21:54:02 »
Yer well, the binarize for xp tut was erm....not there, the window opened but with NO tutorial. Hey M21man, can u then tell me HOW to use BinarizeIT?
We have a problem at 'Oscar-Charlie 2-7' do you read me? Well its that guy with the RPG!

Offline wired

  • Members
  • *
  • Explosion Scripter for the [unsung] mod!!!
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #4 on: 23 Mar 2004, 22:26:09 »
Please dont let this thread be dragged into the history. I need to know now or else two of my islands which i have spent months on will be lost forever.
 :'( :'( :'( :'( :'( :'( :'( :'( :'( :'(
We have a problem at 'Oscar-Charlie 2-7' do you read me? Well its that guy with the RPG!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #5 on: 23 Mar 2004, 23:10:22 »
Put the BinarizeIT.exe in the same folder as the binarize program.

Then run the BinarizeIT.exe.


Planck
I know a little about a lot, and a lot about a little.

Offline Colonel_Klink

  • Members
  • *
  • Independent Addon Creator
    • DC3D Game Modelling Zone
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #6 on: 01 Apr 2004, 12:30:00 »
BinarizeIT was conceived and programmed entirely on an XP machine and has worked flawlessly since the day it was created on my computer.

However it does depend upon having the correct VB 6.0 Runtime files to work. These can be d/l from Microsoft.
Check out the  download for BinarizeIT at http://www.dc3d.co.nz/ofpdownloads.htm.
Rebel without a pause...D.I.L.L.I.G.A.F.

Leone

  • Guest
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #7 on: 01 Apr 2004, 13:51:57 »
Reply added to the tute page. I'll fix it up.

Offline Colonel_Klink

  • Members
  • *
  • Independent Addon Creator
    • DC3D Game Modelling Zone
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #8 on: 01 Apr 2004, 22:11:10 »
No problem there , Leone.
I'm working on another version which will allow binarize to addon compiling in one button click.
Rebel without a pause...D.I.L.L.I.G.A.F.

Offline wired

  • Members
  • *
  • Explosion Scripter for the [unsung] mod!!!
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #9 on: 18 Apr 2004, 17:31:00 »
nope i still ent found out how to use it. Plz can sum 1 give me step by step instructions to use the old version of binarize not colonel_klinks interface (nothing against it, but i had been told that to convert the file i want it needs to be the old version :-\)   Please help!
We have a problem at 'Oscar-Charlie 2-7' do you read me? Well its that guy with the RPG!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #10 on: 18 Apr 2004, 17:43:37 »
What error message do you get......if any?


Planck
I know a little about a lot, and a lot about a little.

Offline wired

  • Members
  • *
  • Explosion Scripter for the [unsung] mod!!!
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #11 on: 18 Apr 2004, 19:22:40 »
im trying to get an object of mine into wrptool... i get the error of it not being found. Also binarize isn't making an opt folder  :-\
We have a problem at 'Oscar-Charlie 2-7' do you read me? Well its that guy with the RPG!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #12 on: 18 Apr 2004, 19:24:59 »
Open the bin.bat file that is in the Binarize folder.

Use Notepad to open it, then post here what is says.


Planck
I know a little about a lot, and a lot about a little.

Offline wired

  • Members
  • *
  • Explosion Scripter for the [unsung] mod!!!
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #13 on: 18 Apr 2004, 19:43:51 »
hope this helps:

Quote
@echo off
@if "%1"=="" (
   echo Usage: bin ksign
   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
We have a problem at 'Oscar-Charlie 2-7' do you read me? Well its that guy with the RPG!

Offline wired

  • Members
  • *
  • Explosion Scripter for the [unsung] mod!!!
Re:HOW THE **** DOES BINARIZE WORK???
« Reply #14 on: 18 Apr 2004, 19:44:46 »
p.s. Ksign is the name of my addon ;)
We have a problem at 'Oscar-Charlie 2-7' do you read me? Well its that guy with the RPG!