Does anyone use Vegachess?

Your example is a fairly simple one, the place prizes they are tied for are added together and divided equally among the entire score group.

Where it gets complicated is when you have class prizes as well as place prizes, and some people in a score group that earns place prizes also qualify for class prizes.

An NTD once called tie-breaks a mathematical system for annoying the maximum number of people.

You can make special rules for distributing cash prizes (like limiting the maximum some players can win) but those need to be announced in advance publicity.

1 Like

Usually when I pull something into excel it is not because I did a standard download. See if you can highlight the cross-table with tie-breaks (include the headings line if there is one) and then do a control-C copy followed by a Control-V paste into excel.

1 Like

I relayed your feedback to the chess nut team today and they addressed one of the issues on the spot. There’s now a PDF you can download to show the pairings once you have them up and before there’s results. You could print that up and hang it on the wall

1 Like

On the tiebreaks, if they could just add in the standard USCF ones by default, that would be very helpful:

  1. Modified Median
  2. Solkoff
  3. Cumulative
  4. Cumulative of Opposition

@wintdoan I think WinTD uses different tiebreaks by default than those from USCF 34E; do you know why that is?

Wow, that was fast! Thanks, I will check that out!

1 Like

It appears that these are already the default tie breaks used in the swiss tournaments on Chess nut.

Vega Chess also has different defaults, but you can choose from 30+ different tie breaks. I think it is because it was originally designed for FIDE?

There’s been a Mac version of WinTD since 2005.

1 Like

Yes, I’m aware. Original statement still stands. :slightly_smiling_face:

Out of curiosity are you referring to:
the quality of the pairings?
the format of the printouts?
the learning curve for using it?
FIDE compatibility?
cost?

In your example tournament it looks like you have an all-byes first round (15 full point, 3 half point, 3 zero point) to force some type of acceleration or some type of early registration enticement.
It looks like you can do manual overrides because the board one pairing in round two would never happen naturally (unless you are using other ratings that are not being displayed).
In round 3 it did not do a 123 point transposition (1705 and 1582) to fix the color equalization problem, so it is dropping only the bottom player in a score group with an odd number of players (there is debate as to whether or not that should be done, so it is defendable choice).

Very good eye. Our club usually sees 20 people a night so it’s not quite enough to run multiple sections. We’ve been playing with how to prevent huge rating gaps to enhance the enjoyability so as you pointed out we are toying with a first round of all byes to stratify the field a bit because we don’t have a Club championship to play for or prize money on the line. In a second round you also correctly spotted a manual override. Ellis showed up late and pairings were already up and I offered to let him play in my place so I was supposed to play Denis.

I’m not sure exactly how it’s relevant to your questions about winTD. The short answer to that is it was mainly learning curve, usability, cost, and lack of expected functionality. There should be something out there that doesn’t just pair it helps you manage a club and manage tournaments. That a new club or a beginner tournament director could pick up and learn and feel comfortable with; something that looks like it was made in the internet era. There should be something that multiple directors could co manage so if I’m absent I don’t have to transfer a laptop buy a new license or send files.I don’t think winTD is that.

Now you have me thinking about our last round. Why should Matthew and Rob (debatably) have been transposed? They were both white the round prior and Ed was white too. Paul was new so no prior colors. Paul was at 1.5 and the other 3 were 2.0.

That’s false. You can keep your tournament files on a OneDrive or other cloud-based storage. And you can install the software on multiple laptops on a single user license.

BTW, WinTD has pre-tournament seed points so you don’t have to input a fake round to achieve the sort-of-accelerated pairings. There is also a choice for ā€œall rounds acceleratedā€ pairings. And for 1-2, 3-4,… pairings, both of which can be used in small clubs that are trying to avoid massive mismatches.

1 Like

Maybe. I did say ā€œor sendā€ and it sounds a lot like you are saying I’d have to download files and upload them to a cloud storage and then the person on the other system would have to download them and use them to pick up where the last left off. That sounds a lot like sending. It also sounds like you’d have to do this all the time if you want to co manage an event or be protected in the event someone has an emergency situation and can’t attend (or go through this upload process).

Thanks, I did not know this. I have been very satisfied using WinTD for many, many years and numerous upgrades.

The whole point of OneDrive (or anything like it) is that the users don’t have to know anything about it is actually implemented. You just share a OneDrive among the TD’s; there is (in effect) one copy in the cloud. You open it, work on it, save it just like a file on your local computer, except the save goes to the cloud.

And the alternative is what? Save a common copy somewhere on a web site? Isn’t that basically the same thing except the users have to manage the access to it? (Believe me, a lot of club TD’s don’t have the type of sophistication to manage read vs read/write access to files.)

1 Like

Website running the entire tournament management with its own online database, ala caissa chess or (I think) chess nut?

I actually wrote my own online system* that handled club nights just fine at one point so I could do pairings and reports from just an iPad, but I got tired of fixing bugs and also started running larger tournaments.

*It would also log in and do the tournament upload, so then I just had to go to USCF and doublecheck / validate.

The downside of web-based tournament software is that you need a good web connection throughout the tournament, not just during registration (to look up IDs, membership status and ratings).

With phone-based hot spots, this is a lot easier now than it was even a few years ago,but there are still places where phone reception is spotty and wifi isn’t available.

2 Likes

You can register and run a tournament on your phone with Chess Nut but some chess clubs operate out of church basements with no wifi and poor signals so it can still be a problem. In general, access to Internet is not a major barrier for most of the people I’ve chatted with

Vega chess generates the 3 dbf files with the following fields:

thexport.dbf
H event id
H name
H tot sect
H beg date
H end date
H rcv date
H ent date
H aff id
H city
H state
H zipcode
H country
H sendcros
H scholast
H secrec01

tsexport.dbf
S event id
S sec num
S sec name
S k factor
S r system
S ctd id
S atd id
S trn type
S tot rnds
S lst pair
S dtlrec01
S oper
S status

tdexport.dbf
D event id
D sec num
D pair num
D rec seq
D mem id
D rnd01
D rnd02
D rnd03
D rnd04
/** number of rounds to suit and records for each player **/

If this format is still accepted by the USCF then Vega would be good to go. At the time it was developed, it used the latest USCF rule book.

2 Likes