I've been put in the unfortunate position where, due to the fact that there's no regex support in gamemodes (or indeed any other form of mix-and-match search), I have to load every enabled brick and print pack in the gamemode itself. For brick packs this is fairly trivial, but since print loading is handled automatically, I have no idea how I would go about handling it manually - or indeed if it's actually possible.
Is loading prints manually possible, or am I just going to have to not package RSM as a gamemode?