Great Mod! I was very surprised when I saw that this was not already included and I am thankful you posted it. However I still see one bug with regards to winning in a permanent alliance. When you win it says "2000 Ad: Moxx/Catherine wins by a Space Race Victory!!" so when you check if the name matches your name it won't pick up the match.
I am not sure how easy it is in python to see if your name is a sub-string of the final line with the victorious name/alliance is but that's what I think would fix it. The only problem would be is my name was Cath and Catherine had won so I guess maybe you need to check if a '/' character is in the string before you check for substrings.
I am not sure how easy it is in python to see if your name is a sub-string of the final line with the victorious name/alliance is but that's what I think would fix it. The only problem would be is my name was Cath and Catherine had won so I guess maybe you need to check if a '/' character is in the string before you check for substrings.