Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bommel24

7
Posts
2
Topics
1
Following
A member registered Jan 27, 2019

Recent community posts

Ah alright, seems I have to focus on other things first. Keep at it :D

(1 edit)

Will you make this work with GMS2 Beta? All I get are parsing errors with the new room format.

Thank you ;)

Error occurred: Invalid char 125 at position 94

Called from haxe.format.JsonParser::invalidChar line 266
Called from haxe.format.JsonParser::parseRec line 85
Called from haxe.format.JsonParser::parseRec line 90
Called from haxe.format.JsonParser::parseRec line 117
Called from haxe.format.JsonParser::parseRec line 90
Called from haxe.format.JsonParser::doParse line 57
Called from RoomPacker::procRoom line 40
Called from RoomPacker::procOnce line 184
Called from RoomPacker::procOnceSafe line 202

I understand the issue however I feel like since Game Maker (by default) names all layers the same, I think the "correct" way to handle this would be to create multiple layers with the same name at different layers. (Maybe if this is not possible I would even go as far as to have a prefix or suffix after the layer name (e.g.: _roomname or _depthvalue). This would be far more convenient than to rename all the layers. I feel like it's not "good" game design to access the layers by name anyways. Far more often you want to have different depth values. Who renames their "Instances" layer in every room for different depth?


Thank you for looking into the issue :)

Any update on the issue?

I sent you an email with a video and a project file :)

There are no rooms overlaying each other in my game in fact the base room is totally empty. In room editor (before using GMRoomPack) my tileset depth is 300 and instance depth is 200 however tiles overdraw instances in some cases. Depth is not changed in code or something and it works when I load the room without GMRoomPack. Also in my GMROOMPack.args.txt file I have saved:

C:/Programming/GM/Platformer/rooms
C:/Programming/GM/Platformer/scripts/rooms/rooms.gml

But running this "GMRoomPack.exe C:/Programming/GM/Platformer/rooms C:/Programming/GM/Platformer/scripts/rooms/rooms.gml " in a command line or bat file just gives me the base GMRoomPack interactive output just like when running the exe without parameters.

Another thing is that .yymp extension packages can no longer be drag and dropped or in any way imported into GMS IDE v.2.2.x. So I had to rename it to .zip and import it that way.

I have an issue where my tileset and object layers somtimes get loaded with wrong depth and as such overlay with things they shouldn't. Using latest Version of this extension and GMS 2.