User Tools

Site Tools


arma3:modeling

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
arma3:modeling [2017-01-11 11:00]
snakeman added geometry fire header.
arma3:modeling [2017-11-06 07:02]
snakeman added header.
Line 52: Line 52:
  
 If you're having problems with planeX not having breaks engaged on stop- since v1.66 planes use physx wheel setup & you have to setup model & config accordingly. If you're having problems with planeX not having breaks engaged on stop- since v1.66 planes use physx wheel setup & you have to setup model & config accordingly.
 +
 +
 +===== Model.cfg Extern =====
 +
 +If you have old model.cfg files that were not so properly made and you just recently started to use pboProject then its most likely you will run into severe model.cfg extern not allowed errors.
 +
 +You cannot have "class default;"​ in model.cfg (unless its not the "​master"​ config, but that is beyond the scope of this text). You need to properly fill that class.
 +
 +Proper class Default:
 +<code cpp>
 +class CfgModels
 +{
 + class Default
 + {
 + isDiscrete = 1;
 + skeletonInherit = "";​
 + skeletonBones[] = {};
 + };
 +</​code>​
 +Usually you get default, vehicle, ship, plane, etc type of extern / inherit errors, assuming you have old style lazy / wrong model.cfg writing style.
 +
 +
 +===== Check Section Count =====
 +
 +If you have already binarized p3d model you can check section count with [[arma3:​tools:​mikero-tools|Mikero Tools Eliteness]].
arma3/modeling.txt ยท Last modified: 2022-05-14 23:37 by snakeman