====== ArmA 2 P3D Analyzer ======
[[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]]
**ArmA 2 P3D Analyzer** is tool much like OFP [[ofp:tools:odol_explorer|ODOL Explorer]], you can view ArmA 2 ODOL P3D models and even save them to MLOD format.
{{https://pmc.editing.wiki/images/p3danalyzer-01.jpg}}
Features
* View LODs
* Choose selections
* View 3D points, solid, wireframe or points + wireframe
* View textures on model in 3D view
* Proxys can be disabled in 3D view
* Save P3D to MLOD format
* MLOD saving with selections
* MLOD saving also as command line tool
* Extract model.cfg
* View texture paths + names
* View material paths + names
* Replace textures/materials (on selected LODs or all etc)
* TakeOnHelicopters (TKOH v.52) model support
Download P3D_Analyzer_1.55_Beta.rar from ArmA.2.Tools.2024-03-19/ Torrent Magnet:
magnet:?xt=urn:btih:dfee23d018c3243396bc068c4c6cec29bd6a5f18&xt=urn:btmh:1220099c3b5b570d3be3422b755aab3fdd3503f5e1f26c01ac31b78cbd76e5425732&dn=ArmA.2.Tools.2024-03-19&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce
**Command Line Usage**
Convert all ODOL p3d models in the current directory with p3dconsole into MLODs:
for %%x in (*.p3d) do (c:\my\path\to\p3d_analyzer\p3dconsole.exe %%x)
pause
exit