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

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.