View Full Version : Changed python and xml files from 1.52 to 1.61


Eusebius
Jun 04, 2006, 09:06 PM
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.

128945

128946

128947

128948

Cheers,
Eusebius

Officer Reene
Jun 05, 2006, 08:33 AM
I could have used this earlier! :(

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

thanks again:goodjob: