45°38'N-13°47'E
Deity
Hi everyone, I was wondering if someone ever tried C2C with Pitboss. A long time ago I've imported Koshling's graphical paging in Rise of Mankind - A New Dawn and in Realism Invictus; I tried for a long time to make Pitboss work for RAND, without success because it was crashing straight away; Pitboss stopped crashing when I adapted part of the code for graphical paging so that it was skipped for Pitboss games, specifically
if (!GC.getGameINLINE().isPitboss()) {
updateGraphicalPaging();
}
in CvGame::update().
The problem I have now is that Graphical Paging and Pitboss are not really compatible; I mean, when Graphical Paging is ON everything works smoothly as usual except that if I play a pitboss game some features, units, buildings, etc, are not visible. If I switch off Graphical Paging they're visible again until I switch it on again. Any idea or experience from C2C developers here?
Thanks in advance.
if (!GC.getGameINLINE().isPitboss()) {
updateGraphicalPaging();
}
in CvGame::update().
The problem I have now is that Graphical Paging and Pitboss are not really compatible; I mean, when Graphical Paging is ON everything works smoothly as usual except that if I play a pitboss game some features, units, buildings, etc, are not visible. If I switch off Graphical Paging they're visible again until I switch it on again. Any idea or experience from C2C developers here?
Thanks in advance.