Jump to content

Darth Trumpt

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Darth Trumpt

  • Rank
    Rookie

Recent Profile Visitors

754 profile views
  1. So im making some retextures for a clan mod using cup assets. But when I zoom in at the vehicles the custom texture disappears. Heres the pics and the config pic ibb.co/dBfC1G ibb.co/jCT4Fb Ibb.co/fDMKgG Am i forgeting somethig and why is it that when I zoom in, only the back part shows up? ***Sorry i took pics with my phone*** Im away from an internet outlet
  2. Darth Trumpt

    Community Texture Templates.

    Does someone have an offroad config template? Im trying to add some custom skins for a mod.
  3. Darth Trumpt

    member already defined error

    damn I posted in the wrong place, but I got it working now :D now the Textures dont show up though :( just a plain red offroad truck ...anyone has an idea what went wrong?
  4. hello guys, I keep getting this error, member already defined, https://ibb.co/gBy00b heres my config: ================= class CfgPatches { class fam_camionetas { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { A3_Weapons_F", "a3_weapons_f_beta", "A3_Weapons_F_gamma", "A3_Characters_F", "A3_Characters_F_beta", "A3_Characters_F_gamma", "A3_Soft_F" }; }; }; class CfgVehicles { class Offroad_01_base_F; class fam_camionetas: Offroad_01_base_F { scope=2; _generalMacro="fam_camionetas"; author="EPN777"; displayName="FAM Camionetas"; side=1; faction="FAM"; vehicleClass = "Offroad_01_base_F"; displayName = "sedena Offroad"; author = "darkKnight777"; weapons[] = {}; audible = 50; armor = 100; armorWheels = 100; armorGlass = 200; armorEngine = 2.0; hiddenSelections[]= { "camo1", "camo2" }; hiddenSelectionsTextures[]= { "fam_camionetas\fc.paa", "fam_camionetas\pf.paa", "fam_camionetas\sedena.paa", "fam_camionetas\semar.paa", "fam_camionetas\semar1.paa", availableForSupportTypes[] = {"Transport"}; typicalCargo[] = {}; crew = ; preferRoads = true; brakeDistance = 7.0; class Turrets {}; class EventHandlers {}; }; };
  5. I keep getting the error called: undefined base class 'offroad_01base_F Can someone help me fix this issue, please. I uploaded my config here: ufile.io/gej84
×