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 revisionPrevious revision
Next revisionBoth sides next revision
arma3:modeling [2017/01/11 11:00] – added geometry fire header. snakemanarma3:modeling [2017/01/16 10:00] – added model.cfg header. snakeman
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.
arma3/modeling.txt · Last modified: 2024/08/02 16:06 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.