magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.86k stars 761 forks source link

Premodern as a format #5301

Closed skiztik closed 5 years ago

skiztik commented 6 years ago

http://premodernmagic.com/rules#rules there's a tiny thread on this on the xmage subreddit, but I'm opening this here so the developers see it, in case they missed that one.

We would really like this format added to xmage in addition to all the other great formats it already supports.

thanks!

JayDi85 commented 6 years ago

@jmharmon started to implement it in #5300 (or another PR).

skiztik commented 5 years ago

it looks as if this was added, but as it was part of a different request, it was pulled (with the recommendation that it be added as its own request, but that was never done). @jmharmon if you would be so kind as to add that java file to a new PR the premodern players would really appreciate it!

JayDi85 commented 5 years ago

@skiztik xmage already have that format, Wait next update (32).

shot_181207_145509

rpgdude commented 5 years ago

When will this be released? The Premodern option is still not available in the dropdown.

JayDi85 commented 5 years ago

Fixed it. De-server already have it... beta-server was updated today... others servers must update it later (you can help if find other server admins and send that topic link to them).

Server's config files must be updated (adds that new lines to config.xml file):

rpgdude commented 5 years ago

Fixed it. De-server already have it... beta-server was updated today... others servers must update it later (you can help if find other server admins and send that topic link to them).

Server's config files must be updated (adds that new lines to config.xml file):

  • New deck type:

    • <deckType name="Constructed - Premodern" jar="mage-deck-constructed-1.4.33.jar" className="mage.deck.Premodern"/>
  • New cubes:

    • <draftCube name="MTGO Vintage Cube December 2018" jar="mage-tournament-booster-draft-1.4.33.jar" className="mage.tournament.cubes.VintageCubeDecember2018"/>
    • <draftCube name="SCG Con Cube 2018 December" jar="mage-tournament-booster-draft-1.4.33.jar" className="mage.tournament.cubes.ScgConCube2018December"/>

@JayDi85 I can confirm that Premodern is available as an option on the beta server. However, the option is still not available on the DE server. Please update the DE server in the same way as the beta server.

Thank you!

JayDi85 commented 5 years ago

de will be available after next restart

rpgdude commented 5 years ago

@JayDi85 Just tried this out this morning. There appears to be a bug in the format support. The program does not accept Exodus as a legal set. Exodus is a legal set in Premodern. Please add support for this set to the format.

Thank you!

JayDi85 commented 5 years ago

@rpgdude thanks for report, it's will be updated with next release (in that friday).

P.S. All xmage's premodern sets and banned list available by that link.

rpgdude commented 5 years ago

@JayDi85 Looks like there is another issue. Premodern games don't show up in the Tables view. I think that visibility of the hosted Premodern tables should be controlled by the Other filter in a similar way to Freeform games. Because of this bug, there is no way to join a Premodern table.

JayDi85 commented 5 years ago

@rpgdude i've fixed it -- all users can downloads it by launcher (33v3a version). Restart launcher to see new update.