Skip to main content

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

GMRoomPack

Package GameMaker rooms and load them as you please · By YellowAfterlife

Community

New topic
44
Topics

Recent updates

A note on room casing
4
If your room names do not match their file names (e.g. rm_some ’s file/directory are called rm_Some ) for some reason, the keys in GMRoomPack maps might also...
2022.8+ compressed tile map support
5
This update adds support for the updated tile storage format seen in 2022.8+ … I think that’s all? Might have a little code updates from bits it shares with...
2 files — 1.0.12
FX layer support and minor fixes
1
4
2.3 Effect layers are now supported. Note that GM only exports shaders for effect types that are actually used, so make sure to have a layer with the effect app...
1 file
A note on `room_pack_eval_script` in 2.3
4
If you are setting up TXR for eval script for the first time, consider using the version from GitHub (click “download repository”) - it has support for...
Small updates
2
Added an option to compress resulting JSON. When exporting to an included file, the entire file will be compressed (and can be decompressed using buffer_decompr...
2 files
2.3 minifix
2
Fixed an issue where exporting JSON for 2.3 projects would incorrectly prepend function <name>(){ . Gave the packer tool an icon on Windows. Gave the packer too...
1 file
A GMS2.3 version
3
This update adds GMS2.3 beta support to GMRoomPack. You'll want to remove the GMRoomPack folder from included files and import the new one. Updated: Fixed a pa...
1 file
A few more fixes
Fixed GMRoomPack executable not accepting command-line arguments Fixed (?) interactive mode skipping "how do you want to save this" step (and going straight to...
2 files
44 topics · Previous page · First page
Topic
Last post
I'm getting a code error when calling room_pack_load_file("sect2.json", 1100, 0); It was working fine; then I need to mo...
started by noobcakes Nov 25, 2018
3 replies
1,765 views
I'm using the room_pack_load_file methodology with exported JSON rooms to load my rooms. In the documentation I notice t...
started by noobcakes Nov 25, 2018
1 reply
302 views
I'm trying to use GMRoomPack with my first project using the export to JSON method. The export seemed to go fine. Now I'...
started by noobcakes Nov 24, 2018
2 replies
408 views
I start a fresh project and import the extension. I created an object named "blank". I created another object named "obj...
started by Largerest Nov 01, 2018
3 replies
369 views