Jump to content
Sign in to follow this  
Hoaah

Packing PBO fails with userconfig HELP

Recommended Posts

I added this to my mod:

class cfgPatches{

class testPbo{

... // does not matter at the moment

};

};

class CfgSettings{

class PREFIX{

#include "\userconfig\test\test_clientside_config.hpp"

};

};

Now it is failing the preprocessor on gamelaunch.

Edited by Hoaah

Share this post


Link to post
Share on other sites

If you're using external files like that, I'm pretty sure you can't binarize your config. Try using something like Eliteness to make the PBO instead of BinPBO.

Share this post


Link to post
Share on other sites

I will try Eliteness. I thought making a file '$NOBIN$' would maybe also help but it doesn't

I am going to try eliteness

Share this post


Link to post
Share on other sites

Ok I did it the way you said, and then I did it with binpbo without binarizing. I put the files in place, and then i made userconfig\test\test_clientside_config.hpp

Then I launched my game and I got error message: Pre-processing failed!

I don't know what's happening, I did it before, just don't get it why it's not working now...

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  

×