Jump to content

xanderr

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

11 Good

About xanderr

  • Rank
    Newbie
  1. xanderr

    FoxFort Camo Pack

    Hey! I managed to fix all those problems and started my game without any error messages with this mod! I'm in the community with Freghar, and we have got a lot of those error messages. Some mods we had to update, and others delete due to not being supported or replaced by others. I researched the topic, and it seems that with the 1.62 arma update BI decided to make their compiler more strict, along with their overall code quality improvements with the Eden update. The compiler now will look more closely to scopes, and not ''accept'' something in the wrong scope. All this means the following: class ItemInfo; // wrong class cfgWeapons { class ItemInfo; // wrong class Default { class ItemInfo; // wrong }; class ItemCore; class ItemWatch: ItemCore { class ItemInfo; // correct }; }; (Thanks to .kju for explaining, code is also from there) If you change all the code to the same format, all is good. I personally have an updated version of your mod if you're interested in it (1.42 updated with these changes) Thanks for the great work making this mod!
×