====== ArmA 2 Mem RPT ======
[[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]]
**Mem RPT** by Synide
Report Memory LOD named selections from ArmA / ArmA 2 ODOL p3d files. Requires Microsoft.NET Framework 4.0.
**Usage**
memrpt [options] -p=[search pathname] -f=.p3d
[options] - optional parameter. '-s' - Also process sub dirs.
[search pathname] - optional parameter
* If not present will process current folder.
* If present, it MUST be a fully qualified path name.
.p3d - required parameter
* Normal DOS wild cards maybe used in the file name.
Only files with the extension of .p3d will be processed.
OUTPUT - will be written to a file called 'memrpt.csv' in the [search pathname] folder.
Example
memrpt -f=*high*.p3d
Parse files in the current folder with a file name matching *high*.p3d.
memrpt -s -p=P:\ca\ -f=*.p3d
Parse files in the folder P:\ca with file name matching *.p3d, also process all sub dirs.
[[https://www.pmctactical.org/forum/viewtopic.php?f=53&t=22281|PMC Tactical Forum topic]] about this tool.
Download [[https://www.pmctactical.org/arma2/downloads/memrpt_v0.0.0.2.rar|memrpt_v0.0.0.2.rar]] - 8kb.