Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

adamjm

Member
  • Content Count

    28
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by adamjm

  1. I followed the model.cfg and config.cpp guide exactly and I get error Error in config. Item with name 'Car' was not found. Inconsistent model config. How can it not find car? Was this not referenced here - class CfgModels { class Car; // External class reference In config.cpp? Or is the error from model.cfg? There is only two areas it is referenced - class CfgSkeletons { class Car; // External class reference and class CfgModels { class Car; // External class reference class hiluxsport : Car { sectionsInherit = ""; Where am I going wrong? I know this is meant to be an info thread but I thought others might follow and run into the same issue. I thought it'd be good for common mistakes to be included.
  2. Could someone move this post to the config / scripting forum? I just released there is a separate forum for the config side of addons / modelling and I might get some help if it is in the right place! ;)
  3. adamjm

    Wheel wobbling

    Try not specifying the axis point you point in the p3d. Just leave it blank, then it should base the axis on the center most point of the selection. example: class TireRR: WheelSpin { selection = "pravy zadni"; axis=""; }; My understanding is when you left it blank it means "self" so the very center of your "pravy zadni" wheel. If your model is not symmetrical it will still look a bit rough, but that's a modelling issue not config. Good luck.
×