Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Just a heads up, this extension does not work properly right now, having similar issues to the person below me. It just gives the error "Script: 0 at line 1 : Fatal Error while compiling - bailing details below" and nothing else; not what it failed to compile, or anything else, it really is just that one line. I don't even have to use anything, just having the obj_server_gmlp there is enough to cause the whole project to fail to compile. This is a fresh project with 0 other assets apart from me importing the addon. Deleting the object allows the project to compile, but I'm sure that must break things.

Hello! This actually appears to be a bug in the way recent versions of GameMaker interpret gml_pragma commands. However, gml_pragma also is no longer necessary to perform initialization code before a room is loaded. I'll see what I can do!