Sunrise

Results 34 comments of Sunrise

The AI stuff is in the `libs\s25main\ai\aijh` subfolder. In the `AIPlayerJH.cpp` in the function `AIPlayerJH::MilUpgradeOptim` is the code for disconnection of the military buildings. Demolishing military buildings is in the...

The colors are defined in `external\libutil\libs\common\include\s25util\colors.h`

In `libs\s25main\gameData\GameConsts.h` you can find the values for the speed of the game. If you search for `SPEED_GF_LENGTHS` in the code base you should find the places.

> I see you have an overview =D Could you please tell me where I need to intervene if I want to increase the maximum number of players in the...