BinMake: Difference between revisions
Jump to navigation
Jump to search
(Added information from readme) |
Lou Montana (talk | contribs) m (Text replacement - "{{ExternalLink|" to "{{Link|") |
||
(15 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Tool | {{Tool | ||
|AUTHOR= [[:Category:Projects|Bohemia Interactive]] | |AUTHOR= [[:Category:Projects|Bohemia Interactive]] | ||
Line 6: | Line 6: | ||
|COMPATIBILITY= | |COMPATIBILITY= | ||
[[:Category:Armed Assault| | [[:Category:ArmA: Armed Assault|{{arma1}}]] | ||
[[:Category: Arma 3|Arma 3]] | [[:Category: Arma 3|Arma 3]] | ||
|DOWNLOAD= | |DOWNLOAD= | ||
Included in [[BI Tools]] | Included in [[BI Tools]], | ||
Part of Arma 3 Tools package on Steam | {{Link|link= http://store.steampowered.com/app/233800/|text= Part of Arma 3 Tools package on Steam}} | ||
|DESCRIPTION= | |DESCRIPTION= | ||
Line 23: | Line 23: | ||
|OPTIONS= | |OPTIONS= | ||
BinMake called with 2 arguments finds a right conversion tool and uses it. | 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. | 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= | |EXAMPLE= | ||
BinMake.exe P:\addon\icon.tga P:\addon\icon.paa | BinMake.exe P:\addon\icon.tga P:\addon\icon.paa <br> | ||
BinMake.exe P:\addon\config.cpp P:\addon\config.bin | BinMake.exe P:\addon\config.cpp P:\addon\config.bin | ||
Line 39: | Line 39: | ||
}} | }} | ||
{{GameCategory|arma1|Official Tools}} | |||
{{GameCategory|arma3|Official Tools}} |
Latest revision as of 16:23, 4 January 2023
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Armed Assault 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