Sumo Bar Tournament #3 April 15th 2012! Brackets POSTED

A place for threads related to tournaments and the like, and things related too.

Moderator: Light

Cody
Shutout Match Winner
Posts: 959
Joined: Thu Jul 23, 2009 6:43 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Cody »

If ANY GID's are incorrect, they will be removed from sign-ups.
Cody
Shutout Match Winner
Posts: 959
Joined: Thu Jul 23, 2009 6:43 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Cody »

6 spots left for USA Server preference
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by dlh »

Cody wrote:If ANY GID's are incorrect, they will be removed from sign-ups.
The GID "Rainbow Dash@forums", which you removed in this edit, is valid.

You can validate the GIDs easily by using my tournament-authority-generator.
Cody
Shutout Match Winner
Posts: 959
Joined: Thu Jul 23, 2009 6:43 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Cody »

dlh wrote:
Cody wrote:If ANY GID's are incorrect, they will be removed from sign-ups.
The GID "Rainbow Dash@forums", which you removed in this edit, is valid.

You can validate the GIDs easily by using my tournament-authority-generator.
In past Tournaments, any GID that was signed up with just a space, would not be verified, GID with spaces always gives me an error.

like

Code: Select all

USER_LEVEL Cody <3@forums 7
is not valid but i have the account Cody <3

Also it seems like ct has a similar problem but not with spaces.

In the game all they have to type is username@ct and it will log them in.

BUT when signing up for a tournament, if they just do username@ct , there is an error and they do not get the proper User_level. the proper way for a ct member to use their GID is

Code: Select all

username@ct/rank
TBH its not a problem, its just people not knowing how to sign-up their actual GID account.
PokeMaster
Match Winner
Posts: 638
Joined: Mon Jun 14, 2010 5:36 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by PokeMaster »

I used to have the same problem with my Poke' Master@forums account. I think a solution to it was once to do

Code: Select all

user_level Poke'\_Master@forums x
but then that suddenly stopped working. Dunno a permanent solution.
Image Image Image Image Image Image Image Image
Image Image Image Image Image Image Image Image Image
User avatar
Tru
Round Winner
Posts: 226
Joined: Fri Nov 05, 2010 1:26 pm
Location: Russia

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Tru »

PokeMaster wrote:I used to have the same problem with my Poke' Master@forums account. I think a solution to it was once to do

Code: Select all

user_level Poke'\_Master@forums x
but then that suddenly stopped working. Dunno a permanent solution.
for config files Poke'\ Master@forums would perfectly work I think
Image Image Image Image Image Image
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by dlh »

Cody wrote:In past Tournaments, any GID that was signed up with just a space, would not be verified, GID with spaces always gives me an error.

like

Code: Select all

USER_LEVEL Cody <3@forums 7
is not valid but i have the account Cody <3
The syntax of the USER_LEVEL command is "USER_LEVEL <gid> <level>"—<gid> and <level> are arguments to the USER_LEVEL command. To parse an argument the game looks for a sequence of characters that are not a space or ", OR a quoted section. In simple terms the argument either needs to be one word or quoted. For example:
  • word@forums → doesn't need to quoted
  • "this is now considered one argument@forums" → needs to be quoted, because it contains spaces
  • "Contains spaces and \" a quote symbol@forums" → Because the argument is quoted, you need to add a backslash to tell the parser that the first " is a literal " character, and not the end of the quoted section.
If you've used a command-line, then you probably know about these rules. Otherwise, they aren't documented by the game so it's understandable if you are confused.

About your "Cody <3@forums" account—the issue with this GID is not that it contains spaces, but how phpBB stores the username in its database (the @forums authority is connected to the phpBB forum software). If you created a "Cody <3" account on @aagid, or @x it would work.

Now, consider a GID like "Poke' Master@forums". There's two ways you can use it as an argument to the USER_LEVEL command:

Code: Select all

USER_LEVEL "Poke' Master@forums" 7
USER_LEVEL Poke'\ Master@forums 7
In the first line, the GID is quoted. This is the most simple way to do it—use this method.

In the second line, the space is escaped manually by the user. This is more complex, just use the method from the first line.
Cody wrote:Also it seems like ct has a similar problem but not with spaces.

In the game all they have to type is username@ct and it will log them in.

BUT when signing up for a tournament, if they just do username@ct , there is an error and they do not get the proper User_level. the proper way for a ct member to use their GID is

Code: Select all

username@ct/rank
TBH its not a problem, its just people not knowing how to sign-up their actual GID account.
If you used the tool I linked to in my previous post, if you give it a GID like "dlh@ct" it will get autocorrected to "dlh@ct/forums".

There's a lot of inconsistencies with GIDs. The subdirectory stuff that @ct and others do wasn't a well-thought out addition to authentication. Global IDs are supposed to be unique identifiers—group information shouldn't be a part of your GID. Authorities shouldn't be able to redirect your identity to a different identity. Adding a seperate group field would have been a more clean solution (we can still implement this). We could probably write a third installment of What Went Wrong in Armagetron about global IDs.
PokeMaster
Match Winner
Posts: 638
Joined: Mon Jun 14, 2010 5:36 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by PokeMaster »

dlh to the rescue!!!!!!!
Image Image Image Image Image Image Image Image
Image Image Image Image Image Image Image Image Image
Cody
Shutout Match Winner
Posts: 959
Joined: Thu Jul 23, 2009 6:43 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Cody »

what would we do without dlh!!


Thanks! now I know how to implement GID with spaces.

Also USA Server selection is full, BUT Euro, is still accepting.
D0nut
On Lightcycle Grid
Posts: 30
Joined: Fri Sep 02, 2011 6:02 pm

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by D0nut »

cody i went to 13-x.tk but nothing is there
it shows this installation thingy.
Gonzap
Shutout Match Winner
Posts: 916
Joined: Sat Aug 23, 2008 3:08 pm

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Gonzap »

I guess the randomization will be actually random, am I guessing right?
User avatar
ElmosWorld
Match Winner
Posts: 610
Joined: Wed Jun 16, 2010 5:38 pm

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by ElmosWorld »

Cody wrote:PS. brackets are randomized for this tournament via IRC
Image
Cody
Shutout Match Winner
Posts: 959
Joined: Thu Jul 23, 2009 6:43 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Cody »

Yes Queeny Gonzap, it will be randomized like the other tournaments and I hope you get put in the hardest circle, Bitch. xoxo
Last edited by Cody on Tue Mar 27, 2012 1:16 am, edited 1 time in total.
D0nut
On Lightcycle Grid
Posts: 30
Joined: Fri Sep 02, 2011 6:02 pm

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by D0nut »

cody ask the people and do you want me to add us for ctf brawl 15?
Cody
Shutout Match Winner
Posts: 959
Joined: Thu Jul 23, 2009 6:43 am

Re: Sumo Bar Tournament #3 April 15th 2012! Sign-ups Open

Post by Cody »

D0nut wrote:cody ask the people and do you want me to add us for ctf brawl 15?
D0nut :P this thread is for Sumo Bar topic. PM Me.
Post Reply