Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+7)

Since we cannot re-distribute GMLive source code, but fixing for 2022.2 only requires to remove list of outdated GML functions (so that part can be shared), I’ve prepared a .patch file (which can be applied using git, or by copy-pasting without +/- characters in first column) which fixes GMLive for 2022.2 release.

You can get it here:

https://gist.github.com/gnysek/23e3b3c1d082fe7ffe0c6b734617599f

(+1)

Thanks a lot! It worked!

(+2)

To anyone that might interested, provided that you already have git installed, download the GMLive_2022.2.patch and copy it to the root of your project (you can find it by open it in GMS and at menu: Help -> Open Project In Explorer). Then in the root of project directory write the command (via command prompt,  powershell, terminal etc):

git apply GMLive_2022.2.patch

Thanks a alot @gnysek for the patch!

(+1)

Thanks a ton! This fixed it for me as well :)

(+1)

Thanks very much for this, I couldn't get the patch to apply (I don't use git often so definitely my inexperience) but manually updating the file worked perfectly. Really appreciated!

(+1)

Thank you very much for this patch!