Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

Livecoding for GameMaker: Studio / GameMaker Studio 2 · By YellowAfterlife

Community

New topic
294
Topics

Recent updates

1.0.74 - GM2024 support and various fixes
9
Changes Minimum supported version is now GM2022 (LTS or stable), 2.3.x version has been archived. Most of the extension’s scripts have been merged back togeth...
2 files — 1.0.74
2024.2 minifix
13
8
This update has caught me off-guard so there will be a proper update after I’m done with the rest of the changes/fixes, but replacing gmlive-server executable...
1 file
1.0.72 - Assorted fixes
5
Constructors no longer try to use Script.staticVar . It was good fun, but this creates a number of issues that are hard to solve in current GML Positions in err...
1 file — 1.0.72
1.0.71 - GML updates and fixes
1
11
GML updates Did you know that any time a new thing is added to GML, I have to re-create it from scratch for GMLive? Non-4-hex escape sequences like "\u65" and "...
1 file — 1.0.71
1.0.67 - small fixes and live_auto_call
12
7
live_auto_call Having noticed that macros can now reference argument array (since when?), I made a macro that you can use instead a normal live_call. So, instea...
1 file — 1.0.67
1.0.65 - 2022.11 compatibility and HTML5 tweaks
14
5
2022.11 API definitions are now updated for 2022.11. Underscores in numbers ( 1_000 ➜ 1000 ) are now supported. Binary literals ( 0b101 ➜ 5 ) are now suppor...
1 file — 1.0.65
1.0.63 - GML updates and a bunch more
4
8
Key changes: Macros are now pretty much in line with “real” GML macros, which means that you can do all sorts of quirky things with them in “live” code...
1 file — 1.0.63
1.0.62 - 2022.8 compatibility and alt. server
2
8
Room reloading now works for 2022.8 projects (2022.8 added compression to room tile data) There is now a gmlive-server-alt.exe for Windows, which is compiled fo...
1 file — 1.0.62
294 topics · Next page · Previous page · First page
Topic
Last post
Hi, In a step of an object I was seeing [live][16:14:27] Runtime error: obj_Boulder:Step_0[L2,c15] obj_Boulder:Step_0[L...
started by PolyCrunch Games Oct 08, 2019
4 replies
454 views
GMlive reports an error in the code with layer_create(). The error is the following. [live][5:03:12 PM] Runtime error: o...
started by SyntheticPixel Aug 21, 2019
2 replies
254 views
I got this error HttpError:HttpSendRequest: The date in the certificate is invalid or has expired What's wrong? On my se...
started by mrvictordiaz Apr 24, 2019
1 reply
509 views
Tried downloading latest msvc redist, but still doesn't work, what's up?
started by mrvictordiaz Aug 03, 2019
4 replies
326 views
Hi, I'd like to preface this query by highlighting that I am aware of the copy-on-write limitation with GMLive. That sai...
started by _MHG_ Jul 23, 2019
1 reply
707 views
I noticed something weird with arrays, and I'm not sure what's up. Whether it's a bug, whether I'm not understanding som...
started by baku Jul 17, 2019
1 reply
287 views
Hi! I have this in a Draw-Event: var _fontBefore = draw_get_font(); When starting the game, GMLive doesn't complain abou...
started by drindilica Jun 25, 2019
1 reply
395 views
Hi! I have this line of code if (targetPickup.y <= QUADRANT_RIGHT_BOTTOM_Y_MIDDLE) { GMLive gives me this erorr: live][...
started by drindilica Jun 16, 2019
1 reply
314 views
Hi, When I run the project through the normal RUN command, then everything works great. But when I run the project throu...
started by BorisZelva Jun 11, 2019
2 replies
418 views
Hi, I just purchased GM Live and I'm not doing so well. I'm using Windows for now. Would like to get it working on my Ma...
started by Redspark May 24, 2019
2 replies
529 views
I’ve managed to get eeverything set up,but the server log keeps timing out. My firewall isn't disabled. Not sure why t...
started by ahartrum Jan 20, 2019
7 replies
449 views
I can start up my project just fine and make a save or two, then I notice that changes are no longer loading, so I check...
started by Game Soup LLC Apr 27, 2019
1 reply
218 views
Hi, First of, this is an excellent tool and I hope you continue improving it! So I tried using the live call and live re...
started by _MHG_ Mar 25, 2019
4 replies
1,035 views
Good day, first of all, thank you very much for your work. It is so much appreciated. I am quite the beginner with progr...
started by tegid Mar 10, 2019
1 reply
520 views
When using room_goto_live(rm_blank) I get an error "No live room was specified". I did all the room setup stuff, but I'm...
started by LK Games Mar 07, 2019
1 reply
381 views
I am working on a built-in editor for my game and whenever I tried to execute GML code that make calls to my custom scri...
started by kgm Feb 09, 2019
2 replies
378 views
Using the new functions that the recent runtime 2.2.1.287 update introduced , for example draw_get_font(), makes gmlive...
started by baku Dec 19, 2018
2 replies
429 views
Hello, When trying to use instance_place_list, I get this in the console: [live][6:18:41 PM] Ready! [live][6:18:41 PM] E...
started by noobswestand Dec 11, 2018
1 reply
576 views
I updated GameMaker todo and, when I ran it, got a strange error: ___________________________________________ ##########...
started by bitlather Dec 06, 2018
2 replies
518 views
Sorry for the vagueness of the question but I very naively bought GMLive right before Ludum Dare and used it throughout...
started by DanBradbury Dec 04, 2018
3 replies
421 views