Apply Badges to everyone?

CalegoCalego Join Date: 2013-01-24 Member: 181848Members, NS2 Map Tester
Alright, this sounds crazy but I want to give everyone on the server access to Badges+. Is there some simple way of doing this?

I have a "user" group set up in UserConfig, but how do I tell Shine to make everyone who joins a member of that group Unless they are a member of another group?

Comments

  • GhoulofGSG9GhoulofGSG9 Join Date: 2013-03-31 Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
    You can't at least without not coding it yourself as new plug-in as the shine permission system doesn't supports a "all-group" yet.
  • ATFATF Join Date: 2014-05-09 Member: 195944Members
    Tried a wildcard as player id ? :P
    If it's somehow interpreted correctly it should work.

    Like this for example:

    "*":
    { "Group": "Member"
    "Badge": "badgeforeveryone" }
  • GhoulofGSG9GhoulofGSG9 Join Date: 2013-03-31 Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
    edited October 2014
    ATF wrote: »
    Tried a wildcard as player id ? :P
    If it's somehow interpreted correctly it should work.

    Like this for example:

    "*":
    { "Group": "Member"
    "Badge": "badgeforeveryone" }

    As i said before shine doesn't support such a feature yet but might be soon (https://github.com/Person8880/Shine/issues/394)
  • deathshrouddeathshroud Join Date: 2010-04-10 Member: 71291Members
    on wooza's playground server there is a mod active that lets u use any custom badge you want
  • ATFATF Join Date: 2014-05-09 Member: 195944Members
    That's Badges+, with all of them carefully inputted in a manual fashion.

    If he had a log archive from his server, he could have a script scan it for ids and put them into the .json in the right format. But that's only easy from a scripters perspective.
Sign In or Register to comment.