Changed python and xml files from 1.52 to 1.61

Eusebius

Warlord
Joined
Feb 11, 2006
Messages
242
Location
Hopewell, NJ, USA
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...
< <Type>ART_DEF_BUILDING_GREAT_DAM</Type>
---
> <Type>ART_DEF_BUILDING_THREEGORGESDAM</Type>
means that the name of the tag changed from 'threegorges' to 'great' in version 1.61.

View attachment FilesChangedIn161.txt

View attachment DiffsIn161py.txt

View attachment DiffsIn161xml-part1.zip

View attachment DiffsIn161xml-part2.zip

Cheers,
Eusebius
 
I could have used this earlier! :(

but at least I have the reference now! :crazyeye:

thanks again:goodjob:
 
Back
Top Bottom