I need to upgrade the MMM starter pack from 2.7 to 2.72
this 2.7 version has door fixs and selecting chars
How hard is this to do
I need 2.72 so i can use new plugins and mods
should be easy. when you compile your game if there is code it doesnt understand due to code changes it will let you know. when i went 2.71-2.72 the 1st thing that i had to change was using dialog(0)
Any string functions won't work unless "Enforce new-style Strings" is unchecked. Also the dialog functions as well as the GetGameParameter function have changed. But it shouldn't be difficult to update.
You may find the BackwardCompatibility module (http://ssh.me.uk/moddoc/BackwardsCompatible.zip) gives you some clues: its quite short, so just look at the code and apply it to the MMM pack, or use the module directly.