just when you thought i couldn't break savegames between versions any more, i went and refactored activity and funding levels to vectors.
i'm still fiddling with some of the calculations, but it's at a complete enough state now where people can bug test it.
- countries now have defined zones that we can check if targets are inside of (as per original x-com) similar to regional zones in implementation (read: copy pasted).
- countries and regions will now store 12 months worth of activity data, and countries will keep track of the last 12 month's funding levels.
- countries will now make both individual and group based decisions regarding your performance level and subsequently your funding level, based on activity levels.
- countries that have had 2 consecutive months of sufficiently low score based on difficulty, will sign a pact with the aliens, terminate funding permanently and generate an alien base somewhere within their borders.
- activity scores are based on the exact same triggers as in the original, and with the same numbers of points awarded.
- the monthly report screen (and funding window) now accurately show changes and relevant information, just like in the original.
LINK TO GITHUB BRANCHLINK TO PRE-COMPILED WIN32 EXE