How do I read/edit dll files?

The dll is compiled from C++ source code, so you would look at that. Should be in the BTS install directory in the CvGameCoreDLL folder, and files like CvPlayer.cpp and CvCity.cpp would be the most interesting. Header files like CvPlayer.h and CvCity.h would give you a general idea of what kind of functions exist for these different objects.
 
Back
Top Bottom