User Tools

Site Tools


arma2:tools:odolanalyzer

Differences

This shows you the differences between two versions of the page.


Previous revision
arma2:tools:odolanalyzer [2024/08/02 11:35] (current) – links added. snakeman
Line 1: Line 1:
 +====== ArmA 2 ODOLAnalyzer ======
 +
 +[[https://www.pmctactical.org/forum/viewforum.php?f=50|ArmA 2 Forum]], [[:arma2|ArmA 2 Home]], [[arma2:config|ArmA 2 Config]], [[arma2:file_formats|ArmA 2 File Formats]], [[arma2:missions|ArmA 2 Missions]], [[arma2:modeling|ArmA 2 3D Modeling]], [[arma2:scripting|ArmA 2 Scripting]], [[arma2:terrain|ArmA 2 Terrain]], [[arma2:texturing|ArmA 2 Texturing]], [[arma2:tools|ArmA 2 Tools]]
 +
 +This tool is intended to read performance relevant data like number of sections and vertices out of binarized p3d (ODOL) files.
 +
 +Syntax:
 +<code>
 +RvmatExtractor.exe [Parameter]
 +
 +Possible Parameters:
 +-i= //specifies the input, which can be a p3d file or a directory containing p3d files
 +-s //if this parameter is set and input is a directory, also sub directories are checked for p3d files
 +-o= //specifies the path of the log file and is optional
 +</code>
 +
 +If no parameters are given a dialog will appear where you can select a p3d file.
 +
 +Requires .NET Framework 3.5 and Bis.dll - Check [[http://dev-heaven.net/projects/tdt|T_D tools homepage]] in Dev-Heaven.