Jump to content

T-Man74

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About T-Man74

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Config.ccp ≠ Config.cpp Ok I have my composition in game, I can apply it in 3DEN but not in Zeus mode... Any idea ?
  2. Hi guys ! I need help ! I have read all your lines but... something's wrong ! First Step : I have created a file Config.cpp in my game directory (...\steamapps\common\Arma 3\@FredZeus\Addons\FredZeus) Second Step : I have made a little composition : 1 campfire + 3 Woodenlog Here is my file : class CfgPatches { class FredZeus { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Modules_F", "A3_Modules_F_Curator"}; }; }; class CfgGroups { class Empty { side = 8; name = "Compositions"; class by_Fred { name = "by Fred"; class Camping { name = "Camping"; class FireCompo { name = "FireCompo"; class Object1 {side=8;vehicle="Land_WoodenLog_F";rank="";position[]={0.72876,0.75,0.0280609};dir=0.465039;}; class Object2 {side=8;vehicle="Campfire_burning_F";rank="";position[]={1.43506,-1.13477,0.00205994};dir=0.466831;}; class Object3 {side=8;vehicle="Land_WoodenLog_F";rank="";position[]={3.19189,-0.0678711,0.0265732};dir=0.424167;}; class Object4 {side=8;vehicle="Land_WoodenLog_F";rank="";position[]={1.59961,-3.36182,0.0271454};dir=0.478142;}; }; }; }; }; }; And Third Step : Activate the mod in the launcher Can you please correct my error(s) ? Thanks guys !
×