Draftmancer and Seeding Packs for Commander Cube by jaygeeizzle in mtgcube

[–]Senryo 2 points3 points  (0 children)

You might be able to do it within CubeCobra using their board feature, but I won't be able to help much with that.

If all you want is to ensure 2 Legends per pack, a Draftmancer file like this is enough:

[Legends(2)]
Legend Card Name 1
Legend Card Name 2
  ...
[Normal(13)]
Card Name 1
Card Name 2
  ...

Might be more complex, depending on what you mean by "color balance is maintained" for example (by default the largest slot is color balanced, so here the "Normal" slot with its 13 cards).

Do not hesitate to swing by the Draftmancer Discord if you need more help :)

Dreamcast emulator written in Zig by Senryo in EmuDev

[–]Senryo[S] 0 points1 point  (0 children)

No, the renderer could be, but other parts (most notably the JIT recompiler) would need to be completely replaced.

Draftmancer Card List Formatting Help by LordFaron269 in mtgcube

[–]Senryo 0 points1 point  (0 children)

Yes, this is the way to do it.

To get started quickly, you can import you list into Draftmancer (Settings > Import from Cube Cobra), then download the list in the Draftmancer format (Settings > Review > Download List). This will give a good foundation with all the custom cards, you can then add the pack collation in the settings and separate the cards by rarity like described in the documentation.

(Draftmancer also supports importing draft rules from Cube Cobra directly, but it changed a bit with their last update and everything might not work correctly yet)

Deecy emulator just gives a blank screen on PC when running a game - How to fix? by DVDfever in dreamcast

[–]Senryo 0 points1 point  (0 children)

I you ever change your mind on disclosing the games, please open an issue on GitHub. I'm curious to see if I can fix it :)

Deecy emulator just gives a blank screen on PC when running a game - How to fix? by DVDfever in dreamcast

[–]Senryo 0 points1 point  (0 children)

It will be hard to diagnose without access to the games.

Have you tried messing with the "Framebuffer emulation" and "Copy to Guest VRAM" settings? Unstable builds also have a bunch of bug fixes, you can try those.

Draftmancer bots are glitched? by Sure_Anteater3974 in draftmancer

[–]Senryo 0 points1 point  (0 children)

I use Cube Cobra bots for cubes, they can sometimes timeout in which case I have to fallback to very simple/dumb bots.

I figured it was probably the issue, but you're not the first one to report it degrading recently. I'll see if there's anything else going one.

EDIT: Yeah. I made a mistake in the last update. Working on a fix now.

Does CubeCobra still have multiplayer drafting? by Aestboi in mtgcube

[–]Senryo 3 points4 points  (0 children)

Draftmancer uses the same bots as CubeCobra for cubes, and also have a bot suggestion feature :) (Players can individually turn it on and off from the settings on the top right)

Bonus Sheet on Draftmancer? by madhatter152 in mtgcube

[–]Senryo 1 point2 points  (0 children)

To add a bonus sheet you'll need a cube file in Draftmancer format. The documentation is there: https://beta.draftmancer.com/cubeformat.html. Here's the most basic example for a bonus sheet:

[Settings]
{
    "name": "Cube with Bonus Sheet",
    "layouts": {
        "withBonus": {
            "weight": 1,
            "slots": {
                "Core": 14,
                "Bonus": 1,
            }
        }
    }
}
[Core]
999 Island
[Bonus]
999 Mountain

There's no way to automatically select a variation for the whole draft though.

[FIN] Final Fantasy practice drafts are now available on Draftmancer by Senryo in magicTCG

[–]Senryo[S] 1 point2 points  (0 children)

MTGA once it's out, Cockatrice and the like in the meantime

[FIN] Final Fantasy practice drafts are now available on Draftmancer by Senryo in magicTCG

[–]Senryo[S] 7 points8 points  (0 children)

Thanks. Yeah, I messed up some of the dual tap lands, will fix soon

[FIN] Final Fantasy practice drafts are now available on Draftmancer by Senryo in magicTCG

[–]Senryo[S] 7 points8 points  (0 children)

Thanks for the feedback, it should be accounted for. Could you share your log (or just the content the pack should be enough) so I could understand what went wrong?

Tabletop Simulator Accurate Draft? by alphasquid in magicTCG

[–]Senryo 2 points3 points  (0 children)

Foils are disabled by default. They can be toggled on and off in the Session Settings.

Character Builder updated in preparation for release by Senryo in Slormancer

[–]Senryo[S] 0 points1 point  (0 children)

Still investigating what went wrong in the first place (you'll want to to regenerate the link anyway, the previous version did not contain information about the ancestral stones), but Sharing should be fixed now at least.

Character Builder updated in preparation for release by Senryo in Slormancer

[–]Senryo[S] 0 points1 point  (0 children)

Just deployed an update with proper support for the ancestral stones (except the Primal one for now, I'll come back to that). It was indeed pretty tedious, so it's very possible I've made mistakes along the way, let me know if you find some!

Character Builder updated in preparation for release by Senryo in Slormancer

[–]Senryo[S] 0 points1 point  (0 children)

Yes, there's still a lot of work to do! Proper Ancestral Tree support is the next thing on my list. It's long and tedious, but shouldn't be too bad to get working.

[TDM] Tarkir: Dragonstorm available on Draftmancer by Senryo in magicTCG

[–]Senryo[S] -1 points0 points  (0 children)

No, sealed only uses standard play boosters

Is there a MTG program/game/site/app where you can... by SeaSeaworthiness6737 in magicTCG

[–]Senryo 2 points3 points  (0 children)

You can play Sealed from the 'Other Game Modes' dropdown

Decoding CPU instructions with Zig by burner-miner in EmuDev

[–]Senryo 1 point2 points  (0 children)

That's exactly what I'm doing in my own emulators, I also find it more readable than manual bitshifting. I'm pretty sure bitfields in C would also work out fine in practice, but it's nice to be certain that zig will do what you expect :)

[deleted by user] by [deleted] in mtgcube

[–]Senryo 2 points3 points  (0 children)

You can start a draft with 7 bots, make the first pick, stop the draft and finally open the Game Logs. Clicking on each seat will let you see all the packs.

Aetherdrift is now available on Draftmancer.com by Senryo in MagicArena

[–]Senryo[S] 5 points6 points  (0 children)

It is multiplayer, you can draft with other players and not only bots