BinMake: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bi Tools release)
m (Bot: Replacing category Arma 3 Official Tools with Arma 3: Official Tools)
(6 intermediate revisions by 3 users not shown)
Line 5: Line 5:
|VERSION=
|VERSION=


|COMPATIBILITY= [[:Category:Armed Assault|Armed Assault (ArmA)]]
|COMPATIBILITY=  
[[:Category:Armed Assault|Armed Assault (ArmA)]]


|DOWNLOAD= Included in [[BI_Tools]]
[[:Category: Arma 3|Arma 3]]


|DESCRIPTION= BinMake is a tools to be used in data packing process to dispatch conversion of various file types to corresponding conversion tools. Currently its most common usage is from [[Binarize]] or [[Buldozer]], it is used to control coversion of texture and material files by [[Pal2PacE]] or [[CfgConvert]].
|DOWNLOAD=  
Included in [[BI Tools]],  


|LICENSING= [[End User License Agreement for BI's Tools|Bohemia Interactive End User License Agreement]]
[http://store.steampowered.com/app/233800/ Part of Arma 3 Tools package on Steam]
 
|DESCRIPTION=
BinMake is a tools to be used in data packing process to dispatch conversion of various file types to corresponding conversion tools. Currently its most common usage is from [[Binarize]] or [[Buldozer]],  it is used to control coversion of texture and material files by [[Pal2PacE]] or [[CfgConvert]].
 
 
|COMMAND=
    BinMake.exe source_file_path destination_file_path
 
|OPTIONS=
BinMake called with 2 arguments finds a right conversion tool and uses it. <br/>
 
List of tools and file extensions to convert is in binMakeRules.txt. Such list can be generated or refreshed by running BinMakeRules.exe (no arguments) from the root directory of the tools.
 
|EXAMPLE=
BinMake.exe P:\addon\icon.tga P:\addon\icon.paa <br/>
 
BinMake.exe P:\addon\config.cpp P:\addon\config.bin
 
|LICENSING=  
[[End User License Agreement for BI's Tools|Bohemia Interactive End User License Agreement]]


|SEEALSO=
|SEEALSO=
Line 19: Line 41:
[[Category:Tools]]
[[Category:Tools]]
[[Category:ArmA: Official Tools]]
[[Category:ArmA: Official Tools]]
[[Category:Arma 3: Official Tools]]

Revision as of 17:01, 3 December 2018

Basic information

Author:
Bohemia Interactive
Compatibility:
Armed Assault (ArmA) Arma 3
Download:
Included in BI Tools, Part of Arma 3 Tools package on Steam

Description

Description:
BinMake is a tools to be used in data packing process to dispatch conversion of various file types to corresponding conversion tools. Currently its most common usage is from Binarize or Buldozer, it is used to control coversion of texture and material files by Pal2PacE or CfgConvert.

Usage

Line call:
BinMake.exe source_file_path destination_file_path
Options:
BinMake called with 2 arguments finds a right conversion tool and uses it.
List of tools and file extensions to convert is in binMakeRules.txt. Such list can be generated or refreshed by running BinMakeRules.exe (no arguments) from the root directory of the tools.
Examples:
BinMake.exe P:\addon\icon.tga P:\addon\icon.paa
BinMake.exe P:\addon\config.cpp P:\addon\config.bin

Licenses

Licensing:
Bohemia Interactive End User License Agreement