Maniac,
Not sure if you still need SDK help, but I am a C++ and Python programmer and could donate a few hours a week to this project as needed. Let me know.
Either way, I would like to see your DLL changes if you are amenable. I am trying to discover at this point the "capabilities" of core DLL changes versus Python changes.
Not sure if you still need SDK help, but I am a C++ and Python programmer and could donate a few hours a week to this project as needed. Let me know.
Either way, I would like to see your DLL changes if you are amenable. I am trying to discover at this point the "capabilities" of core DLL changes versus Python changes.


rocessBuilding function. That one is run when a building is added or removed in a city. We can mimic the code structure of another boolean function in processBuilding to see what's needed. For instance changeGovernmentCenterCount. Translated to the freshwater case, this means adding getFreshWaterCount, isFreshWater and changeFreshWaterCount functions. Don't forget to add these to the (header) file.
. I do have a question though. So, a building has a bRiver or a bGovernmentCenter. So, from the code itself, it is not readily apparent if the flag is saying "This building must be next to a river" or not. I would guess that is the meaning of bRiver. But on bGovernmentCenter, does it mean "This building must be built in the government center", or "This building makes this city the gov center"?
So that dump file is used to create a DLL? What do you need to do with that DLL then??
Comment