Oh yes! Finally PIE works like Play on PC! I’ve changed the supported gametypes of the map (now I know why you said there were 3 places to set it, geodav) and added this to my GameInfo subclass:
static event class<GameInfo> SetGameType(string MapName, string Options, string Portal)
{
return Default.Class;
}