Skip to main content

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

Not working

Crash before the room is created. There is no way to contact the developer, pm in his twitter account are private.
__________________________________________
############################################################################################
ERROR in
action number 1
of Create Event
for object :

Invalid surface dimensions
at gml_GlobalScript_Scr_VARMS_windows_scale (line 84) - surface_resize(application_surface, view_wport[0], view_hport[0]);
############################################################################################
gml_GlobalScript_Scr_VARMS_windows_scale (line 84)

Hi, apologies for that (and my very late reply (I've been away from the indie game dev scene for a bit over a year)). After importing my asset into a new project, I was able to get it working by removing "Room1" and setting "Rm_Level" as the starting room. I think the error happens if "Obj_VARMS_windows" or "Obj_VARMS" aren't in the starting room. It's been ages since I've worked on / used this but for your own game, I think just putting "Obj_VARMS_windows" or "Obj_VARMS" (if using full screen) in your starting room will work. Be sure to read through "README.txt" and code/comments (so you fully understand it all) and tweak it to your liking within your game :).

Also, I will update this soon to get rid of "Room1", dunno why it was included.