Jump to content
Sign in to follow this  
gms

Pictures and pbo prefix problem

Recommended Posts

I need help, my pbo uses prefix and it seems brings problem to me.

When I write a path for my pictures like that

 picture="lib\lib_ppsh41\data\equip\w_ppsh41d_ca";

The game founds them in:

Warning Message: Picture equip\w\w_lib\lib_ppsh41\data\equip\w_ppsh41d_ca.paa.paa not found

:confused:

binared\unbinared not important

Share this post


Link to post
Share on other sites

care to share your pboprefix content?

btw, should be

picture="\lib\lib_ppsh41\data\equip\w_ppsh41d_ca"

Share this post


Link to post
Share on other sites

With \ in begin and without prefix it works,

with \ in begin and with prefix lib\lib_ppsh41 :

Warning Message: Picture \lib\lib_ppsh41\data\equip\w_ppsh41d_ca not found

with \ in begin and pboprefix \lib\lib_ppsh41 :

Warning Message: Cannot open object lib\lib_ppsh41\lib_ppsh41_d.p3d

:toilet:

Share this post


Link to post
Share on other sites

try the pboprefix like this:

x\lib\lib_ppsh41

or

lib\lib_ppsh41

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  

×