User Tools

Site Tools


arma:modeling:bisoldieringame

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arma:modeling:bisoldieringame [2008/04/30 15:53] – tweak for facts snakemanarma:modeling:bisoldieringame [2024/08/01 09:15] (current) – links added. snakeman
Line 1: Line 1:
-====== BIsoldier Ingame ======+====== ArmA 1 BIsoldier In-game ======
  
-There still seems to be some fuss about how to bring the BIsoldier (BIS released [[arma:modeling:bismodels|BImodels MLODs]] of its soldier) model ingame. Here is what PMC did to create working config for them.+[[https://www.pmctactical.org/forum/viewforum.php?f=42|ArmA 1 Forum]], [[:arma|ArmA 1 Home]], [[arma:config|ArmA 1 Config]], [[arma:tools|ArmA 1 Tools]], [[arma:file_formats|ArmA 1 File Formats]], [[arma:missions|ArmA 1 Missions]], [[arma:modeling|ArmA 1 3D Modeling]], [[arma:terrain|ArmA 1 Terrain]], [[arma:texturing|ArmA 1 Texturing]], [[arma:scripting|ArmA 1 Scripting]]
  
-====== cfgSkeletons ======+**ArmA 1** aka Armed Assault (ArmA)
  
-First in cfgskeletons we did this:+There still seems to be some fuss about how to bring the BIsoldier (bis released [[arma:modeling:bismodels|BImodels MLODs]] of its soldier) model in-game. Here is what PMC did to create working config for them.
  
-<code>+ 
 +====== CfgSkeletons ====== 
 + 
 +First in CfgSkeletons in model.cfg file we did like this: 
 + 
 +<code cpp>
 class CfgSkeletons class CfgSkeletons
  // soldier models  // soldier models
Line 15: Line 20:
  skeletonInherit = "";  skeletonInherit = "";
  skeletonBones[] =  skeletonBones[] =
- { + {
  "neck","",  "neck","",
  "neck1","neck",  "neck1","neck",
Line 110: Line 115:
  
 Sorry its bit difficult to format those long list of bone names. Then we did this: Sorry its bit difficult to format those long list of bone names. Then we did this:
-<code>+<code cpp>
 class VTE_PeopleMoves : CfgMovesMaleSdr class VTE_PeopleMoves : CfgMovesMaleSdr
 { {
Line 144: Line 149:
 }; };
 </code> </code>
 +
  
 ====== cfgModels ====== ====== cfgModels ======
Line 149: Line 155:
 And then in cfgModels we did this: And then in cfgModels we did this:
  
-<code>+<code cpp>
 class cfgModels class cfgModels
 { {
Line 243: Line 249:
 </code> </code>
 As you can see now you must inherit all your soldier P3D model names here ie **VTE_usmc**.p3d and **VTE_sf**.p3d normally as any other cfgModels before. As you can see now you must inherit all your soldier P3D model names here ie **VTE_usmc**.p3d and **VTE_sf**.p3d normally as any other cfgModels before.
 +
  
 ====== cfgVehicles ====== ====== cfgVehicles ======
Line 248: Line 255:
 Then we move into cfgVehicles and the only different thing you do there is this: Then we move into cfgVehicles and the only different thing you do there is this:
  
-<code>+<code cpp>
  class VTE_ac: VTE_Army  class VTE_ac: VTE_Army
  {  {
Line 257: Line 264:
  moves="VTE_PeopleMoves";  moves="VTE_PeopleMoves";
 </code> </code>
-The "moves" part, thats the only new thing you need to add in cfgVehicles the unit configuration. Then you can inherit the units by doing class MyNewUnit: VTE_ac{blabla}; as usual.+The "moves" part, that'the only new thing you need to add in cfgVehicles the unit configuration. Then you can inherit the units by doing class MyNewUnit: VTE_ac{blabla}; as usual. 
  
 ====== Wound Textures ====== ====== Wound Textures ======
  
-I have no idea if wound textures work with this setup, I dont have blood enabled in my ArmA :) +Read about [[arma:wound_textures|wound textures]] in more detail.
- +
- +
-====== Notes ====== +
- +
-You should not use the Synide's MLOD models anymore, they are outdated and broken models. Just get the officially released MLOD example models from BIS directly.+
  
arma/modeling/bisoldieringame.1209570808.txt.gz · Last modified: 2008/04/30 15:53 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.