[Suggestion] Game Mode & Password Filter

Discussion in 'Planetary Annihilation General Discussion' started by thedenial, May 3, 2014.

  1. thedenial

    thedenial New Member

    Messages:
    19
    Likes Received:
    1
    A filter to hide Team Armies/Free For All.

    Also a filter to hide games with a password.
  2. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385
    hello welcome to the Uber forum! take some time to check out the subforums and the stickies you may find they are full of answers ! ^^

    You idea is nice there's been a mod that had a similar effect backk when Uber didn't provide any sorting and games being made showed up.

    perhaps you could ask the modders to make that while you wait for uber to get to it;
  3. thedenial

    thedenial New Member

    Messages:
    19
    Likes Received:
    1
    I've been adding the following to server_browser.js which basically hides team games as I rarely play them, though the recent launcher patch now rebuilds modified files every time. I'll have a look at the mods in the meantime.
    Code:
    if (game.mode == 'TeamArmies') return
  4. zaphodx

    zaphodx Post Master General

    Messages:
    2,350
    Likes Received:
    2,409
    You can shadow the core files in the mods folder. If you made a mod with tickboxes to sort then for sure I would use it and probably many others too.

Share This Page