UTC: Sep 06 2010 20:52 Welcome, guest Online Stats: [Website: 0 players]  [BZFlag: 13 players]  
Frequently Asked Questions

FAQs
General questions

Q:  Is there an IRC room?
A:  Yes. It is ##openleague on irc.freenode.net, you can access it through the side menu or and IRC client.

Q:  What is this site for?
A:  This web site has been set up to allow players to form teams, and to track matches.

Q:  Who can participate?
A:  Anyone can of course

Q:  I detected a bug on the site, who should I report it to?
A:  Look into the Contacts menu.

Q:  how should refs/admins enter matches
A: For admins/refs entering matches
*enter matches at the end time
for example a match (15 mins) started at 12:00 ended at 12:15, you would enter the match at 12:15.

Automatic Site Maintenance


Q:  When will teams be deleted?
A:  ANY team (even if matches have been played) will be deleted if no member of that team logs into the site for a period of 3 months or more. These teams CAN be revived by a site administrator, but the team name can never be used again for a new team.

Q:  When will teams be permanently deleted?
A:  Teams which have never played a match and are more than 2 months old will be permanently deleted. These teams can not be revived, although the team name can be reused ("create new team").

Q:  When will a team be listed as "inactive"?
A:  Teams will be marked as inactive if they have not played a match in 45 days or more.

Q:  When will a player be deleted?
A:  Any player who is not a member of a team, and who has not logged into the site for a period of 2 months or more will be deleted.

Managing player


Q:  How do I connect to the league system?
A:  Use the Login menu, and enter your login and password here. If you don't have those, register yourself.

Q:  How do I register?
A:  Just use the Register menu, fill the fields, and press Ok.

Q:  I've just registered, when will my acount be available?
A:  Your account is available immediately after you register. Once you have registered, you are even logged on!

Q:  I forgot my password, how can I recover it?
A:  You don't. Just drop us a mail (see the Contact menu), and we will reply with your new password.

Q:  I want to change my callsign, how do I do that?
A:  You can now change your callsign by going to Profile, then Edit Profile, then just change your name and press submit changes.

Q:  I'd like to unregister myself. How?
A:  Contact a site admin, who can delete players.

Q:  How do I change my personal information?
A:  Browse for your callsign in the Players menu, or just click on the [Profile] link next to your name in the banner (top of page), then click the "Edit Profile" button.

Q:  Ok, now I'm registered, I want to join an existing team. How?
A:  Choose Teams from the menu. The teams that you can join have a "Join" button.
You can also display the information for a team, and from there, click the "Join this team" button.

Q:  I am already a team member, just I want to join another team. How do I do?
A:  On the Teams menu, you have an "Abandon" button. Use it. Note that leaders can't abandon their team.

Q:  How large can my player logo be?
A:  The maximum size is 400 pixels width and 300 pixels height.

Q:  What can I put in the Comment field?
A:  Put whatever you want to introduce yourself to the community. You can put HTML tags in there.

Q:  What is the symbol in front of some players names?
A:  It means that they are team leaders.

Q:  What is the symbol in front of some players names?
A:  It means that they have a player logo.

Q:  I can't spawn on the match servers.
A:  You need to be a registered member of BABEL.USERS on the official bzflag forum. Please contact, gorgomol, kierra, red-der or zaphod to be added to the list.

Managing teams


Q:  How do I create a team?
A:  Use the "Create a new team" button in the Teams menu.

Q:  What is the admin password field in the team creation form?
A:  It's a password that can be used by a team member to modify the team logo, or the description.
Only team leaders can change the admin password, or ban players from their team. A team leader can decide wheter or not disclose the team password to the team members.

Q:  How large can the team logo be?
A:  The maximum size is 400 pixels width and 300 pixels height.

Q:  What can I put in the Comment field?
A:  Put whatever you want to introduce your team to the community. You can put HTML tags in there.

Q:  How many players can I have in my team?
A:  Up to 20, including you. You can prevent other players to join your team even if it's not full by closing it.

Q:  I created a team, players joined it, but now I want myself to switch to another team.
A:  Assign a different team leader using the team edit function, then you can leave the team.

Q:  An unwanted player joined my team. How do I remove him from my team?
A:  If you are the team leader, use the "Ban" button on your team's page. That won't prevent the player from joining again, but meanwhile you can close your team.

Q:  How can I change my team's name?
A:  If you are the team leader, you can change your team's name in the edit form. A BZmessage will then be sent to every team member, informing them of the name's change.

Q:  What is the symbol in front of some teams names?
A:  It means that they have a team logo.

Q:  How can I invite other players to join my team?
A:  When displaying a player's detail, if you are a team leader, just can click the "Invite" button. On the invitation page, follow the instructions.

Rating / Ranking


Q:  What is Ranking?
A:  In addition to doing events (tournaments), the idea is to have an all-time ranking of teams. This is basically a list sorted by each team's rating. The rating of each team is calculated based on all official matches in the league. Official matches can be either tournament matches or challenge matches.

Q:  How does rating work?
A:  We are using a simplified ELO rating. ELO is the system used to estimate the strength of chess players. After a match between two teams A and B, both A and B's ratings are adjusted. The winner's rating will increase while the losing team will lose points. The amount by which the ratings will change depends on the difference between the team's ratings: If a very high rated player loses against a low rated newbie, the newbie will gain significantly, and the other player will lose lots of points. If it's the other way around (higher rated player wins), the changes will be much smaller.
Thus, after time, each team's rating should reflect its relative strength quite accurately. Of course, a team's strength - as well as its rating - is not a constant and will possibly vary over time. Expect major fluctuations in the ranking after a major tournament.

Q:  What's the exact formula used?
A:  Using the old ratings oldA and oldB, the win probability for team A is calculated:
prob=1.0 / (1 + 10 ^ ((oldB-oldA)/400.0));
score= 1 if A wins, 0.5 for draw, 0 if B wins
The change in the ratings is then calculated by:
diff=50*(score-prob);
After that some rounding magic to integer is applied and the new ratings are calculated:
newA=oldA+diff, newB=oldB-diff;




Playing Matches


Q:  How do I start a match?
A:  Make sure that all of the players are ready, and use the /countdown command. /countdown by default starts a countdown of 10 seconds. If you put a number after it, it will count down that many seconds. /countown 15 would do a 15 second countdown.

Q:  How do I change the length of the match?
A:  Before starting the match, use the /timelimit command. Put the length in minutes that you want the match to be when you do the command. For example, /timelimit 20 would make it a 20 minute match.

Q:  How do I pause the match timer?
A:  Use /countdown pause to pause the match, and /countdown resume to continue.

Q:  We need to end the match early and stop the timer. How do we do this?
A:  Use the /gameover command. This will blow up all the tanks on the field, and stop the timer.