enoanot 10 Posted October 1, 2017 Hello I am trying to create your own Mod folder @Nocian_Exile_Client The folder should contain certain .paa `s which are on some objects then. here the config.cpp Spoiler //////////////////////////////////////////////////////////////////// //DeRap: noxian_Textures\config.bin //Produced from mikero's Dos Tools Dll version 6.44 //'now' is Sun Oct 01 16:12:05 2017 : 'file' last modified on Sat Sep 30 14:18:46 2017 //http://dev-heaven.net/projects/list_files/mikero-pbodll //////////////////////////////////////////////////////////////////// #define _ARMA_ class CfgPatches { class Noxian_Exile_Client { name = "Noxian_Exile_Client"; author = "[NF]Eno/Dark"; requiredVersion = 1.64; requiredAddons[] = {"exile_client","exile_assets"}; units[] = {}; weapons[] = {}; magazines[] = {}; ammo[] = {}; }; }; class CfgVehicles { class Land_Billboard_03_chevre_F; class Land_Billboard_04_blank_F; class MapBoard_Malden_F; class Noxian_Sign_werbung1: Land_Billboard_03_chevre_F { scope = 2; author = "[NF]Eno/Dark"; displayName = "Noxian Sign Werbetafel1"; hiddenSelectionsTextures[] = { "test\werbung.paa" }; }; class Noxian_Sign_werbung2: Land_Billboard_04_blank_F { scope = 2; author = "[NF]Eno/Dark"; displayName = "Noxian Sign Werbetafel2"; hiddenSelectionsTextures[] = { "test\werbung.paa" }; }; class Noxian_MapBoard_Chernarus_Isles: MapBoard_Malden_F { author = "[NF]Eno/Dark"; displayName = "Noxian MapBoard (Chernarus Isles)"; hiddenSelectionsTextures[] = { "test\sat_image.paa" }; }; }; I try to pack it with pboProjekt here the error message Spoiler 18:53:17: Extensions: "</texheaders>" "MakePbo.exe "-PsgFW" "-X=thumbs.db,*.txt,*.h,*.dep,*.cpp,*.bak,*.png,*.log,*.pew, *.hpp,source" "Noxian_Exile_Client" "P:\test\Addons"" <adding entries:...> bords\werbung.paa :scanning config.cpp :scanning //////////////////////////////////////////////////////////////////// //DeRap: noxian_Textures\config.bin //Produced from mikero's Dos Tools Dll version 6.44 //'now' is Sun Oct 01 16:12:05 2017 : 'file' last modified on Sat Sep 30 14:18:46 2017 //http://dev-heaven.net/projects/list_files/mikero-pbodll //////////////////////////////////////////////////////////////////// #define _ARMA_ class CfgPatches { class Noxian_Exile_Client { name = "Noxian_Exile_Client"; author = "[NF]Eno/Dark"; requiredVersion = 1.64; requiredAddons[] = {"exile_client","exile_assets"}; units[] = {}; weapons[] = {}; magazines[] = {}; ammo[] = {}; }; }; class CfgVehicles { class Land_Billboard_03_chevre_F; class Land_Billboard_04_blank_F; class MapBoard_Malden_F; class Noxian_Sign_werbung1: Land_Billboard_03_chevre_F { scope = 2; author = "[NF]Eno/Dark"; displayName = "Noxian Sign Werbetafel1"; hiddenSelectionsTextures[] = { "test\werbung.paa" }; }; class Noxian_Sign_werbung2: Land_Billboard_04_blank_F { scope = 2; author = "[NF]Eno/Dark"; displayName = "Noxian Sign Werbetafel2"; hiddenSelectionsTextures[] = { "test\werbung.paa" }; }; class Noxian_MapBoard_Chernarus_Isles: MapBoard_Malden_F { author = "[NF]Eno/Dark"; displayName = "Noxian MapBoard (Chernarus Isles)"; hiddenSelectionsTextures[] = { "test\sat_image.paa" }; }; }; Warning: rapWarning: **********missing file(s)*************** Warning: \Noxian_Exile_Client\config.cpp Line 39: test\werbung.paa Warning: \Noxian_Exile_Client\config.cpp Line 50: test\werbung.paa Warning: \Noxian_Exile_Client\config.cpp Line 59: test\sat_image.paa rapWarning: **********missing file(s)*************** loadScreen\logo.paa :scanning Map\sat_image.paa :scanning steam\logo.jpg :scanning steam\logo.paa :scanning steam\LogoOver.jpg :scanning steam\LogoOver.paa :scanning steam\LogoSmall.jpg :scanning steam\LogoSmall.paa :scanning steam\mod_image.jpg :scanning steam\mod_image.paa :scanning test\sat_image.paa :scanning test\werbung.paa :scanning texHeaders.bin :scanning </end entries> Missing File Summary config.cpp : test\werbung.paa config.cpp : test\sat_image.paa I hope you can help me Soory for my bad englisch Share this post Link to post Share on other sites