BinMake: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
Included in [[BI Tools]], | Included in [[BI Tools]], | ||
Part of Arma 3 Tools package on Steam | [http://store.steampowered.com/app/233800/ Part of Arma 3 Tools package on Steam] | ||
|DESCRIPTION= | |DESCRIPTION= |
Revision as of 10:56, 16 October 2015
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. - Examples:
- BinMake.exe P:\addon\icon.tga P:\addon\icon.paa
BinMake.exe P:\addon\config.cpp P:\addon\config.bin