PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:tools:mikero-tools-user-guide

This is an old revision of the document!


Mikero Tools User Guide

D3P3D scans useful information from a model P3D.

Geometry Properties:

dep3d -P -G model.p3d

Files Used:

dep3d -P -FL model.p3d

LOD Properties:

dep3d -P -LP model.p3d

Named Selections:

dep3d -P -S model.p3d

Fully working batch file to run arma3 sample character models info into _p3d_properties.txt file:

@echo off
set A3SAMPLEDIR="<steamPath>SteamApps\common\Arma 3 Samples\Addons\Test_Character_01"
set MIKEROD3P3D="C:\Program Files (x86)\Mikero\DePboTools\bin\dep3d"
%MIKEROD3P3D% -P -G %A3SAMPLEDIR%\A3_character_example.p3d >_p3d_properties.txt
%MIKEROD3P3D% -P -FL %A3SAMPLEDIR%\A3_character_example.p3d >>_p3d_properties.txt
%MIKEROD3P3D% -P -LP %A3SAMPLEDIR%\A3_character_example.p3d >>_p3d_properties.txt
%MIKEROD3P3D% -P -S %A3SAMPLEDIR%\A3_character_example.p3d >>_p3d_properties.txt
pause
exit

You need to replace <steamPath> with your full steam directory path.

arma3/tools/mikero-tools-user-guide.1484133140.txt.gz · Last modified: 2017/01/11 11:12 by snakeman