Jump to content
Sign in to follow this  
SNAFU

[SOLVED]missing class while packing PBO

Recommended Posts

Hello,

 

While packing my file, I am using CUP models, I have ran into this error:

 

s_satout_co.paa
environment.hpp : ignored or merged
sosopol.hpp : ignored or merged
sosopol.wrp scanning wrp
 checking for missing files...
all found
 checking config.cpp's for land_xx...
   missing class land_rails_bridge_40:house
   missing class land_mil_barracks_i_ep1:house
   missing class land_molo_krychle:house
   missing class land_mil_barracks_l_ep1:house
 

 

How would one fix this?

Share this post


Link to post
Share on other sites

missing land classes are caused by bis binarise unable to find a land_class for a p3d whose geolod contains class=house

 

this happens when it doesn't know where to look for the config containing that land_class (if there is one)

 

you tell binarise where to look in pboProject's->Setup->island builds only

 

if you haven't extracted the relevant pbo, you're out to lunch, or if, in fact, there is *no* land_class configured: make one.

 

land_classes mean animations, and lack of one baked into the wrp means animations (such as doors) won't work IN the map.

 

https://community.bistudio.com/wiki/The_Land_xx_class

  • Like 1

Share this post


Link to post
Share on other sites

Thank you all. Fixed.

Share this post


Link to post
Share on other sites
6 hours ago, Steve-Skelly said:

IM HAVING the same problem :( it happened when i added mods . 

 

You just add it in to the models config.cpp

 

 

 

 

Share this post


Link to post
Share on other sites
17 hours ago, RoF said:

 

You just add it in to the models config.cpp

 

 

 

 

the classes are already in the config. 

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  

×