Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Community

New topic
23
Topics

Recent updates

v2.3.4 - GM2022 updates
4
I fixed a few issues with struct<->method mismatches introduced by new GM runtime versions. I recompiled Windows/Mac/Linux binaries to be sure that everything i...
1 file — 2.3.4
2.3 minifix
2
1
It turns out that the Windows DLLs in the most recent release were compiled in debug mode rather than release, meaning that they may not work for some players...
1 file
Apollo v2.3
1
This is a big update! Added ability to pass arrays back and forth between GML and Lua. Added a GMS2.3 version, which is able to pass structs and methods to Lua...
6 files — 2.3
Apollo v2! (beta)
2
This is something that I've been time to time poking for the last year or so. v2 is a complete rewrite of the extension, The extension is now uses a much smarte...
1 file
Mac OS X & Linux support, name change
1
The extension now has Mac and Linux versions. Linux version works "out-of-box" (same as Windows version). Mac version may require tinkering depending on GMS ver...
3 files
23 topics · Next page
Topic
Last post
This has exactly what I was looking for and more! Thank you!!!
started by Double Z Games Nov 15, 2023
74 views
No replies yet
Create Event : live_init("ui.lua"); Step Event: live_update(); Draw GUI Event: live_call("draw"); Hi, I got this asset a...
started by GuaiWuLieRenGe Oct 08, 2023
2 replies
90 views
Dear YelloAfterLife, Hello! I'm working on adding external mod support to my game. When I create more monsters or player...
started by Yanxiyimeng Aug 13, 2023
8 replies
217 views
I'm working on a moddable game using Apollo, and I would like the users that would want to mod my game to be able to use...
started by stef May 05, 2023
1 reply
138 views
Hi! I've been using Apollo as a dependency to my own extension - an LDtk parser. It has worked just fine for me and a fr...
started by Synthasmagoria May 01, 2023
2 replies
156 views
Hi, i've already sent you a mail about this a few weeks ago but it seems that you're more active around here Calling fun...
started by APurpleApple Mar 27, 2023
3 replies
141 views
I have a good one today. Test is fairly simple, expose a function to the Lua state via GML, call a lua file which contai...
started by Hyomoto Feb 03, 2023
2 replies
178 views
Certain types of errors, such as the one in my last post, do not trigger the lua_error_handler if defined. In these case...
started by Hyomoto Feb 03, 2023
89 views
No replies yet
The lua_error_handler entry says " lua_error_handler : script(text, state_id) " however, it passes state_id, text.
started by Hyomoto Feb 02, 2023
76 views
No replies yet
From the cheat sheet, "Returns whether all steps succeeded." However, whether or not the code succeeded at being added...
started by Hyomoto Feb 02, 2023
82 views
No replies yet
Hello, YAL. The cheat sheet seems very straight-forward about getting started, but Apollo crashed immediately saying tha...
started by Hyomoto Feb 01, 2023
2 replies
139 views
I’m having an issue with functions. I want to make all functions be organized into their tables. (That’s why I’m u...
started by AntikoreDev Nov 18, 2022
4 replies
182 views
Hello, is there a plan to expand the supported platform beyond windows/linux/mac? For example Android, HTML5, or even Op...
started by Surabaya Sep 26, 2022
1 reply
133 views
My exact runtime version is 2.3.3.437 I'm setting up Apollo for use in a game, and it appears that gamemaker user define...
started by Anumania Aug 04, 2022
6 replies
200 views
Hello. I'm on GMS14. If I run this in VM everything appears to work fine, but, when compiled with YYC, program appears t...
started by kuncendorfs May 07, 2021
6 replies
338 views
I have a tiles.lua: local tiles = {} function tiles.Create() tileTest = Tile.Add("Test Tile", "tiles/test_tile.png", "te...
started by Carson K. Apr 15, 2021
2 replies
346 views
The extension is working fine for me, but one of our developers reports that our game is crashing without an error messa...
started by dph Apr 05, 2021
3 replies
278 views
I can see that there is no translation for Lua functions back to GML, only an API to call global functions. I'm used to...
started by Zargy Mar 13, 2021
3 replies
329 views
I know Apollo is Windows/Linux/Mac only, but is there any way to run Lua snippets on Android? I'm currently trying to ru...
started by Evoleo Feb 28, 2021
1 reply
467 views
Hi, YAL! So I bought the Apollo extension some time ago and now tried to come back to it, as the version for 2.3 came ou...
started by Evoleo Jan 22, 2021
2 replies
265 views