MiauX 10 Posted October 11, 2014 (edited) Hello there, every time i try to build the PBO of my island, PboProject makes only the "configs.pbo" file. It doesnt show any error, just "ignores" the main pbo. It worked well the first times but then "something" happened (and i reverted the configs to what they used to be when worked) and never packed the main .pbo again. Im using the config.cpp of altis adapted to my map and AddonBuilder Binarizes correctly. any thoughts? Edit: I used Arma3p to set up the assets so that should not be a problem neigther. Edited October 11, 2014 by MiauX Share this post Link to post Share on other sites
m1lkm8n 411 Posted October 12, 2014 Do u have a cfgpatches in the pbo that isn't packing? Share this post Link to post Share on other sites
MiauX 10 Posted October 13, 2014 (edited) Do u have a cfgpatches in the pbo that isn't packing? This is my current cfgPatches at the config.cpp Im using the modified Altis config class CfgPatches { class map_serifos { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Data_F","A3_Roads_F","A3_Structures_F","A3_Map_Data"}; fileName = "map_serifos.pbo"; }; }; After your post i added the "fileName" but still does the same Link to the entire config: http://pastebin.com/xFR81HSA And the PBOProject output: Edited October 13, 2014 by MiauX Share this post Link to post Share on other sites
MiauX 10 Posted October 15, 2014 Solved Looks like i was using a subfolder for the configs and there was no config.cpp on the root island folder, where the WRP is. Moving the configs to the root folder made PBOProject to process the terrain. Share this post Link to post Share on other sites