Hi!
I just checked out the source to see if there is anything interesting in the AI section.
Right now I do not intend to mod anything, but I'm doing a little AI research related to my studies, so basically wanted to see how it is made and structured and possibly also debug some in-game.
I have already posted another thread about my inability to get the actual game files (pre-compiled latest version), but there's another issue:
I checked out /anonsvn/trunk and opened /ctp2_code/ai/ctpai.cpp, since I figured that'd be the starting point, however NetBeans immediately shows me that there are .h files missing from the initial include list, starting with "GoalRecord.h" and ending with "DifficultyRecord.h", in total 10 files.
Have I checked out the wrong part of the repository and how can I get those and possibly other missing files, to see the full picture?
Any help appreciated, thanks.
I just checked out the source to see if there is anything interesting in the AI section.
Right now I do not intend to mod anything, but I'm doing a little AI research related to my studies, so basically wanted to see how it is made and structured and possibly also debug some in-game.
I have already posted another thread about my inability to get the actual game files (pre-compiled latest version), but there's another issue:
I checked out /anonsvn/trunk and opened /ctp2_code/ai/ctpai.cpp, since I figured that'd be the starting point, however NetBeans immediately shows me that there are .h files missing from the initial include list, starting with "GoalRecord.h" and ending with "DifficultyRecord.h", in total 10 files.
Have I checked out the wrong part of the repository and how can I get those and possibly other missing files, to see the full picture?
Any help appreciated, thanks.

Comment