Binarize: Difference between revisions
Jump to navigation
Jump to search
(Description added.) |
m (Moved to template) |
||
Line 1: | Line 1: | ||
{{Tool|= | |||
____________________________________________________________________________________________ | |||
|AUTHOR= | |||
[[:Category:Projects|Bohemia Interactive]] | |||
[[Category: | |VERSION= | ||
|COMPATIBILITY= | |||
[[:Category: Operation Flashpoint|Operation Flashpoint]] | |||
|DOWNLOAD= | |||
http://www.flashpoint1985.com/breathe/index.html | |||
|DESCRIPTION= | |||
Binarize is a model/world optimizing tool created by [http://www.bistudio.com Bohemia Interactive]. | |||
The purpose of the tool is to convert the file into the representation suitable for fast loading by the game engine. Some information important for editing, but not relevant for the game, may be discarded during the process, therefore the process in not always reversible (which is one of the reasons why BI does not provide a tools which would reverse the binarization). | The purpose of the tool is to convert the file into the representation suitable for fast loading by the game engine. Some information important for editing, but not relevant for the game, may be discarded during the process, therefore the process in not always reversible (which is one of the reasons why BI does not provide a tools which would reverse the binarization). | ||
|NOTES= | |||
The term 'binarizing' is sometimes used to describe converting a file into an optimized / binary format, like when converting [[Config.cpp]] into [[Config.bin]]. This is done using tools other than Binarize. | |||
[ | |LICENSING= | ||
[[End User License Agreement for BI's Tools]] | |||
|SEEALSO= | |||
}} | |||
[[Category:Tools]] |
Revision as of 17:58, 5 October 2006
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Operation Flashpoint
- Download:
- http://www.flashpoint1985.com/breathe/index.html
Description
- Description:
- Binarize is a model/world optimizing tool created by Bohemia Interactive. The purpose of the tool is to convert the file into the representation suitable for fast loading by the game engine. Some information important for editing, but not relevant for the game, may be discarded during the process, therefore the process in not always reversible (which is one of the reasons why BI does not provide a tools which would reverse the binarization).
- Notes:
- The term 'binarizing' is sometimes used to describe converting a file into an optimized / binary format, like when converting Config.cpp into Config.bin. This is done using tools other than Binarize.