Is there currently a mod that can remove player names with a click of a button ?

Discussion in 'Mod Discussions' started by masterofroflness, December 3, 2013.

  1. masterofroflness

    masterofroflness Well-Known Member

    Messages:
    442
    Likes Received:
    363
    Is there
  2. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    Remove player names? What do you mean?
  3. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    Don't think so, but should be easy to do.
    Going to take a look.
  4. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    Yep

    $('.div_player_list_panel').hide();
  5. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    Here you go :)
    See attached file.
    Extract to /mods/ directory and then

    Just add it to your ui_mod_list.js
    Code:
    ...
    'live_game': [
    '../../mods/hideplayers/live_game/hideplayers.js'
    ],
    ...
    Or toggle it on off in the UI PA Mod Manager :)

    Attached Files:

  6. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    See the readme here: https://github.com/pamods/pamods.github.io
  7. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    Will do that later today
  8. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    Done
  9. Raevn

    Raevn Moderator Alumni

    Messages:
    4,226
    Likes Received:
    4,324
    You've got modbatch instead of hideplayers in your .ini file :p (live_game='../../mods/modbatch/live_game/hideplayers.js')

    Also, don't forget a description=<text> field in the ini file, as this is what will show up in the mod manager.

    Once you've updated this we'll merge it in and you'll see your mod in PAMM :)
  10. proeleert

    proeleert Post Master General

    Messages:
    1,681
    Likes Received:
    1,656
    Oops ! And that's why you shouldn't hurry and multitask :) Should be fine now.
  11. Raevn

    Raevn Moderator Alumni

    Messages:
    4,226
    Likes Received:
    4,324
    Now available from the Mod Manager :)

Share This Page