bstaple1 / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
110 stars 31 forks source link

Sort order #19

Closed Ganadai closed 1 year ago

Ganadai commented 2 years ago

All the sort options currently default to descending order.

Could ASLA and ATA default to ascending order instead?

Earlier I made a comment that it doesn't work in the sealed event. It appears it only works if you're running the program when you purchase an event. If I later open the deck editor for a draft / sealed event, the program will not display taken cards or suggested deck. This is why I originally thought it didn't work with sealed events. I would assume it's possible to do because other similar programs can.

Is there any way for people to donate to this project?

bstaple1 commented 2 years ago

Arena clears the player.log file whenever the program is restarted, so data from earlier in the draft (e.g., taken cards) can't be read from that file.

The solution is to to keep the draft log setting enabled while you draft or play sealed. This feature will write all of your draft data to a file in the ./Logs folder that you can then open later (File->Open) to see your draft/sealed data.

Note: If you open a log file, then the application will no longer read from the player.log file unless you select File->Open with the player.log or you restart the tool.

image image

No, there's currently no way for people to donate to this project.