Jump to content
Sign in to follow this  
kronzky

Official config.cpp?

Recommended Posts

This may seem like an extremely stupid question - but where do I find the official config.cpp for OFP (the one that defines all the base classes)?

I looked in all the PBOs in DTA folder, and everywhere else I could think of, but not luck.

I got the 'commented' one, but that doesn't seem to be very complete.

Share this post


Link to post
Share on other sites

the config.cpp file of ofp is let's say compressed or better binarized in bin format, if you go to the bin directory you'll see it with the name config.bin.

You can't open it directly, but you can see it and edit it with a hex editor or Visual studio.

There is also a tool named Unbin, it's like Unpbo tool only that you select bin type of file instead of pbo, by Amalfi

here is the link. pBO Decryptor Ver1.3 (don't be misslead by name, it works with bin files too)

an other tool is BinView by Confucius but i haven't it tested yet.

link is here

binview

Share this post


Link to post
Share on other sites

sorry, for double posting my I.E. stucked, can a moderator delete this post. biggrin_o.gif

Share this post


Link to post
Share on other sites

Thanks!

I wasn't able to convince UnPBO to decrypt it, but BinView did a great job!

Even though it tried to take over my .cpp association, that bastard! wink_o.gif

Share this post


Link to post
Share on other sites

BIS released commented configs that is essentially the original .cpp but it removes the majority of the stuff thats not needed, and comments on all the commands and base clases... very useful

you can find it on the breathe site smile_o.gif

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  

×