Jump to content
Sign in to follow this  
MiauX

PBOProject does not pack the terrain, just the "configs.pbo".

Recommended Posts

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 by MiauX

Share this post


Link to post
Share on other sites
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:

0qymztP.png

Edited by MiauX

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×