Ahwaric
Shrubbery-hugger
I try to finally add some SDK-requiring things to orbi.
However I have some problems:
1) Guild screen
I edited CvGameInterface.cpp and added:
and
while compiling I get the following error:
CvGameInterface.cpp(1301) : error C2065: 'CONTROL_GUILD_SCREEN' : undeclared identifier
CvGameInterface.cpp(1301) : error C2051: case expression not constant
CvGameInterface.cpp(1717) : error C3861: 'CONTROL_GUILD_SCREEN': identifier not found, even with argument-dependent lookup
CvGameInterface.cpp(1717) : error C2051: case expression not constant
Any other files I should edit to make it work? I guess so, but no idea which one...
2)Year display
I miss it - now there is no way to check when the city/religion/guild was founded - dates do not show. I would like to get it back. Any idea where it was blocked? I am not even sure if it is sdk...
3)Display of the ranged attack strength. There is enough space in the interface, so I think it would be great to get it displayed. Any ideas how to add it?
However I have some problems:
1) Guild screen
I edited CvGameInterface.cpp and added:
Code:
case CONTROL_GUILD_SCREEN:
Code:
case CONTROL_GUILD_SCREEN:
gDLL->getPythonIFace()->callFunction(PYScreensModule, "showCorporationScreen");
break;
CvGameInterface.cpp(1301) : error C2065: 'CONTROL_GUILD_SCREEN' : undeclared identifier
CvGameInterface.cpp(1301) : error C2051: case expression not constant
CvGameInterface.cpp(1717) : error C3861: 'CONTROL_GUILD_SCREEN': identifier not found, even with argument-dependent lookup
CvGameInterface.cpp(1717) : error C2051: case expression not constant
Any other files I should edit to make it work? I guess so, but no idea which one...
2)Year display
I miss it - now there is no way to check when the city/religion/guild was founded - dates do not show. I would like to get it back. Any idea where it was blocked? I am not even sure if it is sdk...
3)Display of the ranged attack strength. There is enough space in the interface, so I think it would be great to get it displayed. Any ideas how to add it?