Hi. Sorry to be asking for help again,
I've been making use out of this extension a lot and it has become a central part of development for my current project. Thank you again for making it!
As I'm using this very often in development now, I wondered if there was any way to skip going through the command line questions every time I wanted a series of rooms packed. I'm not very familiar with the whole command line stuff but from what I can understand of the documentation, you're supposed to be able to skip answering the questions by putting in the input / output paths (and optional flags) after "GMRoomPack ", right?
I'm using this on Mac so the series of commands starts with "neko GMRoomPack ", so I'm trying something like this:
neko GMRoomPack rooms/rpInterval00_00/rpInterval00_00.yy scripts/roompack_test/roompack_test.gml
but no matter what I put in I get the following error:
Error occurred: std@sys_file_typ Called from sys.FileSystem::kind line 59 Called from RoomPacker::procOnce line 133 Called from RoomPacker::procOnceSafe line 202
Am I missing something here?