Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Dr Fred Rubacant Edison on Mon 27/11/2006 00:22:24

Title: How hard would it be to upgrade 2.7 to 2.72
Post by: Dr Fred Rubacant Edison on Mon 27/11/2006 00:22:24
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
Title: Re: How hard would it be to upgrade 2.7 to 2.72
Post by: Da_Elf on Mon 27/11/2006 01:15:09
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)
Title: Re: How hard would it be to upgrade 2.7 to 2.72
Post by: monkey0506 on Mon 27/11/2006 03:37:43
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.
Title: Re: How hard would it be to upgrade 2.7 to 2.72
Post by: SSH on Mon 27/11/2006 08:34:00
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.