Eusebius
Warlord
I was upgrading a mod from 1.52 to 1.61 and wound up making a list of all the python and xml files that changed. I then took the next step and wrote a script to "diff" all the files in both versions. I am posting the fruits of my labor in case you find it useful.
To read a "diff", you need to know that the lines starting with '<' are the 1.61 lines and the ones starting with '>' are the 1.52 lines. So for example...
View attachment FilesChangedIn161.txt
View attachment DiffsIn161py.txt
View attachment DiffsIn161xml-part1.zip
View attachment DiffsIn161xml-part2.zip
Cheers,
Eusebius
To read a "diff", you need to know that the lines starting with '<' are the 1.61 lines and the ones starting with '>' are the 1.52 lines. So for example...
means that the name of the tag changed from 'threegorges' to 'great' in version 1.61.< <Type>ART_DEF_BUILDING_GREAT_DAM</Type>
---
> <Type>ART_DEF_BUILDING_THREEGORGESDAM</Type>
View attachment FilesChangedIn161.txt
View attachment DiffsIn161py.txt
View attachment DiffsIn161xml-part1.zip
View attachment DiffsIn161xml-part2.zip
Cheers,
Eusebius