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
295
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
295 topics · Next page · Previous page · First page
Topic
Last post
Does the code: if(live_call()){ return live_result; } need to be on every Event (ex. Create, Step, etc.) of an object? O...
started by Cain_13 Sep 10, 2020
1 reply
227 views
Every time I’m importing this extension, I can see “GMLive - Copy.gml” file under scripts, is this some hidden fil...
started by gnysek Sep 08, 2020
2 replies
229 views
I've been getting extreme lag in the IDE, makes unusable. In my efforts to try and get rid of the lag I stopped running...
started by ningaman151 Oct 14, 2018
5 replies
865 views
Using GMS light functions draw_light_define_point and so on once the light got turned on with draw_light_enable it stays...
started by foreverisbetter Sep 01, 2020
1 reply
188 views
Not sure what's going on, but this happens on an empty project. Nothing in it, other than barebone GMLive objects, exten...
started by mrvictordiaz Aug 21, 2020
6 replies
334 views
Error in the latest GMLIve. Version 1.0.29 #############################################################################...
started by Treefly Games Aug 23, 2020
3 replies
325 views
Hi, I found another bug. This is a very strange one. So I create a new project, import GMLLive, create one object and on...
started by JamJamTeam Aug 22, 2020
4 replies
255 views
So on my end delta_time is undefined, but only on places where it's live_enabled for some reason.
started by mrvictordiaz Aug 30, 2020
3 replies
224 views
create: shader_set_live(sh_Outline,true); draw: if (live_call()) return live_result; Unable to find a handler for except...
started by droog126 Aug 24, 2020
1 reply
210 views
The shader_set() function causes an error in the 2.3 version. [live][19.08.2020 17:48:40] Runtime error: [error] `instan...
started by JamJamTeam Aug 19, 2020
2 replies
168 views
Said the title. e.g. i have a shader named "shd_1" and called it in the draw event of the instance o_sys: shader_set(shd...
started by K.Blank Aug 19, 2020
1 reply
202 views
It's weird, but apparently GMLive doesn't like constructors. it doesn't allow to update: [live][15.08.2020 12:33:28] Err...
started by Evoleo Aug 15, 2020
5 replies
275 views
I've created a blank project to test the extension and here're the issues I've faced: After it reloads the files, some t...
started by Evoleo Jul 14, 2020
36 replies
1,570 views
Hello, I got GMLive a couple of weeks ago and it worked flawlessly. However since yesterday I keep getting this Output e...
started by k47 Aug 05, 2020
5 replies
536 views
In 2.2 / 2.3 have a script constants.gml contains // World settings #macro TILE_SIZE 16 #macro TILE_SIZE_MINUS_ONE TILE_...
started by Goldfinger Aug 18, 2020
4 replies
189 views
Thanks for making macros reload, but can you make enums reload?
started by Treefly Games Aug 11, 2020
3 replies
189 views
Hello YAL, I am not getting the room reload to work since 2.3. I am following your youtube video on that very closely bu...
started by tegid Aug 02, 2020
2 replies
234 views
I notice in the console log that it's spitting out multiple reload messages at once. I made a brand new project with lit...
started by Bulletproof Outlaws Jul 28, 2020
2 replies
4,414 views
Hello, just bought your extension it’s really good so far, apart from one thing: collisions using the Pixelated Pope...
started by (: Aug 09, 2020
2 replies
239 views
I just bought GMLive and followed all instructions to set it up for Gamemaker Studio 1. The gmlive-server.exe would not...
started by PlasmaNapkin Aug 01, 2020
1 reply
174 views