Proper ranks - Page 5

Proper ranks

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

User avatar
Silentwings
Posts: 3720
Joined: 25 Oct 2008, 00:23

Re: Proper ranks

Post by Silentwings »

most of newb 1v1 in passworded rooms with both players from same country
I think it does help us because some of these people end up joining the 'true' online community. In any case, as long as they're enjoying the game with their mate I'm happy.

I don't think coaching players for small games is very realistic now, but it did used to be like that - PinK, PiRO, PRO, LCC all did it once.
dansan
Server Owner & Developer
Posts: 1203
Joined: 29 May 2010, 23:40

Re: Proper ranks

Post by dansan »

Silentwings wrote:
most of newb 1v1 in passworded rooms with both players from same country
I think it does help us because some of these people end up joining the 'true' online community. In any case, as long as they're enjoying the game with their mate I'm happy.
That's the way I came to BA (sadly my friend did not continue).
User avatar
albator
Posts: 866
Joined: 14 Jan 2009, 14:20

Re: Proper ranks

Post by albator »

The way that I passed from being a goldstar-DSD-nooby to an all-OK-gametype-BA-player was cause Triton "forces" me to play 10 1v1 in a row then by playing team MARS vs Pink. Triton did that cause we were talking using TeamSpeak. And even they were a huge gap is skills it eventually fade out cause we were challenged.

I think communication and additional feature making player being closer to each other is a really powerful tool: You can be bitchy with chat but you will far less push to do so when you post on forum and even less when you talk though TeamSpeak.

That the reason I think one important point to make people interact though each other. Good example are:
- organizing tourney
- ladder system to compare to each other (we almost there)
- promoting TeamSpeak : not done enough IMO
- planet war (BA does not have that)

To be honest I have the feeling the moment the average level of non BA dsd player (and probably the moment where there were the most number of players) coincide with the moment where the competitive spirit was at his highest.

Also, I don't expect the noobies to catch them self by playing in their corner, they do need to play against the best so they improve much faster.


Concerning the smurfs pb, I am against IP-ban for multiple reason (legit) poeple states here.
I think the solution is: auto spec for every player with an account ID which has less that 20 min ingame time except if the IP is unknow from serveur DB within the last week (i.e true new player)
It basically forces the hard core smurfs to spec one game over 2 cause after one game they can be automatically spot using damage curve fit (or equivalent)
User avatar
very_bad_soldier
Posts: 1397
Joined: 20 Feb 2007, 01:10

Re: Proper ranks

Post by very_bad_soldier »

I modded SPADS to have a generic plugin interface to use custom plugins for the balancing algorithm. So with the help of Dansan and bibim we are testing an experimental version of SPADS using the TrueSkill values from http://replays.springrts.com to balance the games.

Those values get updated in real-time after every game. So every game is better balanced than the one before 8)
You can see the TrueSkill values of all players by using the command "!status" (use "!status battle" if there is a game in progress).

The TrueSkil-SPADS is currently running on [x]TheHost. So join it and help testing it so we find out how well suited TrueSkill is for our requirements to balance games with it and if its worth to optimize it and bring more features in.
User avatar
marciolino
Posts: 268
Joined: 06 Sep 2010, 22:59

Re: Proper ranks

Post by marciolino »

Awesome work vbs, danchan & bibim!
User avatar
[LOeT]Zinn
Posts: 33
Joined: 19 Oct 2009, 01:27

Re: Proper ranks

Post by [LOeT]Zinn »

very_bad_soldier wrote:It is probably just a coincident that since years all you get when typing "!admins" on the TERA host is a list of account IDs? So you dont have a chance to even find out easily who the admins are.
Tell me how to configure it like The[x]Host. Despite that one can query usernames using !whois #<id>. It's not comfortable but opposed to The[x]Host we got a brief list of actual admins ;)
very_bad_soldier wrote:I modded SPADS to have a generic plugin interface to use custom plugins for the balancing algorithm. So with the help of Dansan and bibim we are testing an experimental version of SPADS using the TrueSkill values from http://replays.springrts.com to balance the games.

Those values get updated in real-time after every game. So every game is better balanced than the one before 8)
You can see the TrueSkill values of all players by using the command "!status" (use "!status battle" if there is a game in progress).
Very nice. Well done :)

Is there some way we might get that SPADS-Version and the plugin for the [TERA]Hosts?
User avatar
very_bad_soldier
Posts: 1397
Joined: 20 Feb 2007, 01:10

Re: Proper ranks

Post by very_bad_soldier »

[LOeT]Zinn wrote: Tell me how to configure it like The[x]Host. Despite that one can query usernames using !whois #<id>.

Code: Select all

<accID>(<name>):::::::|<level>
[LOeT]Zinn wrote: It's not comfortable but opposed to The[x]Host we got a brief list of actual admins ;)
You mean "brief" as in "short", yes? Well, xhost has 13 admins and TERA has 21.
If you count in "Trusted Users" also then its 22 (xhost) and 21 (TERA). So no idea what you mean actually. Anyway, less admins is better? I dont know...
[LOeT]Zinn wrote: Is there some way we might get that SPADS-Version and the plugin for the [TERA]Hosts?
Not at the moment while its work in progress, sorry. I am still unsure what to release once its finished tho.
muckl
Posts: 151
Joined: 30 Aug 2010, 07:18

Re: Proper ranks

Post by muckl »

very_bad_soldier wrote:I am still unsure what to release once its finished tho.
can we help you somehow?
User avatar
[LOeT]Zinn
Posts: 33
Joined: 19 Oct 2009, 01:27

Re: Proper ranks

Post by [LOeT]Zinn »

very_bad_soldier wrote:

Code: Select all

<accID>(<name>):::::::|<level>
Looks useful and nice. Would you also tell me where to put it?
No file on the host does contain the string "accID". The SPADS documentation for "!list users" does not mention anything regarding a format string.
very_bad_soldier wrote:
[LOeT]Zinn wrote: It's not comfortable but opposed to The[x]Host we got a brief list of actual admins ;)
You mean "brief" as in "short", yes? Well, xhost has 13 admins and TERA has 21.
If you count in "Trusted Users" also then its 22 (xhost) and 21 (TERA). So no idea what you mean actually. Anyway, less admins is better? I dont know...
It was meant to say actual admins are better. Long gone users might still have some historical value, though.
very_bad_soldier wrote:
[LOeT]Zinn wrote: Is there some way we might get that SPADS-Version and the plugin for the [TERA]Hosts?
Not at the moment while its work in progress, sorry. I am still unsure what to release once its finished tho.
Please don't feel sorry. I'll just take whatever you decide to release once Spring is finished.
Post Reply

Return to “General Discussion”