kronzky 5 Posted July 16, 2006 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
sparky 0 Posted July 16, 2006 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
sparky 0 Posted July 16, 2006 sorry, for double posting my I.E. stucked, can a moderator delete this post. Share this post Link to post Share on other sites
kronzky 5 Posted July 16, 2006 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! Share this post Link to post Share on other sites
Messiah 2 Posted July 16, 2006 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 Share this post Link to post Share on other sites