Jump to content

eiMu

Pre Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About eiMu

  • Rank
    Newbie

Profile Information

  • Gender
    Male

Recent Profile Visitors

387 profile views
  1. Hello, I've got nearly the same problem but I cannot create a new topic in this froum (idk why). So I want to create a small mod with two new bagpack skins. I've got already the same issue while packing my mod with the addon builder. Build result Build failed. Result code=1 CfgConvert task failed. Config : some input after EndOfFile. Error reading config file 'C:\User\eiMu\Desktop\mod\addons\config.cpp' config.cpp class CfgPatches { class Backpacks { units = {"B_kitbag_Olive", "B_kitbag_Sand"}; weapons = {}; requiredVersion = 0.100000; requiredAddons = {"A3_Characters_F", "A3_Weapons_F_Ammoboxes"}; }; }; class CfgVehicles { /*extern*/ class B_kitbag_Base; class B_kitbag_Olive: B_kitbag_Base { scope = 2; displayName = "Kitbag (olive)"; author = "eiMu"; model = "A3\weapons_f\ammoboxes\bags\Backpack_fast.p3d"; picture = "\A3\characters_f\Data\UI\icon_b_assaultpack_ca.paa"; hiddenSelectionsTextures = {"mod\data\b_kitbag_olive.paa"}; }; class B_kitbag_Sand: B_kitbag_Base { scope = 2; displayName = "Kitbag (sand)"; author = "eiMu"; model = "A3\weapons_f\ammoboxes\bags\Backpack_fast.p3d"; picture = "\A3\characters_f\Data\UI\icon_b_assaultpack_ca.paa"; hiddenSelectionsTextures = {"mod\data\b_kitbag_sand.paa"}; }; }; Thank you
×