ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools
Howto port ArmA 2 character into ArmA 3
You can get arma2 p3d model to work in-game without arma3 crashing with only a model.cfg update, however this is not properly working model since all proxies (like characters weapon) is missing. This is just an small piece of info that if you absolutely must get your character in-game to check the model or textures or whatever, you can do it.
For minimum porting effort you must have p3d changed for arma3 proxy names and model.cfg for arma3 OFP2_ManSkeleton stuff, then some small config tweaks obviously.
P3D model features. Resolution LODs 1-2 no head modeled, LODs 3 and lower head modeled.
A3_character_example.p3d Resolution LODs 1-2 proxy list:
proxy:\a3\characters_f\heads\bysta.001 proxy:\a3\characters_f\proxies\backpack.001 proxy:\a3\characters_f\proxies\binoculars.001 proxy:\a3\characters_f\proxies\equipment.001 proxy:\a3\characters_f\proxies\flag.001 proxy:\a3\characters_f\proxies\glasses.001 proxy:\a3\characters_f\proxies\headgear.001 proxy:\a3\characters_f\proxies\hmd.001 proxy:\a3\characters_f\proxies\launcher.001 proxy:\a3\characters_f\proxies\pistol.001 proxy:\a3\characters_f\proxies\weapon.001
Res LOD 3, removed this:
proxy:\a3\characters_f\proxies\glasses.001
Res LOD 4, removed these:
proxy:\a3\characters_f\proxies\binoculars.001 proxy:\a3\characters_f\proxies\glasses.001 proxy:\a3\characters_f\proxies\hmd.001
View-Pilot, removed these:
proxy:\a3\characters_f\heads\bysta.001 proxy:\a3\characters_f\proxies\glasses.001
Class replacements:
ArmA 2 Original | ArmA 3 Replacement |
---|---|
USMC_Soldier_Base | B_Soldier_base_F |
GUE_Soldier_Base | I_G_Soldier_base_F |
RU_Soldier_Base | O_Soldier_base_F |
Mine | ATMine_Range_Mag |
Pipebomb | SatchelCharge_Remote_Mag |
Replace identityTypes with “LanguageENG_F”, “Head_NATO”, “NoGlasses” or similar (look from arma3 configs some examples).
Comment out class Wounds for starters (dunno why?).
Remove “ItemMap”, “ItemCompass”, “ItemWatch” and “ItemRadio” from weapons/respawnweapons. These are placed through linkedItems now.
If you use hiddenselectionstextures to choose many uniform types for this model, then it must be in uniform and character configs.
Must be in both uniform class and character class:
hiddenSelections[] = { "camo" }; hiddenSelectionsTextures[] = { "namespace\myaddon\data\mytexture_co.paa" };