Multiverse Feedback: Recent Activity
Multiverse Feedback: Cardlist | Visual spoiler | Export | Booster | Comments | Search | Recent activity |
Mechanics | Upcoming releases | Skeleton |
Recent updates to Multiverse Feedback: (Generated at 2025-05-13 10:58:20)
In theory I could directly import MSE files rather than making people have to export. I'm getting a bit more time in the evenings now than I was a couple of months ago so I could have a go at that myself. I've got a good sample MSE set I can be using.
I've fixed the curly brace issue so thats ok. I'm just having a problem with detecting what aremana symbols in the text. eg:
,
:
arget creature gets +1/+1.
I think I can use "T:", "T," and "T " as detection but for some reason on my end it isn't detecting the "T:" correctly....
I'll take another crack at it on the weekend. Any movement on your end? Anything you need from me?
Oh, bother, I mis-posted earlier. It's not just "//", it's "
//
" - space slash slash space. Edited.At the moment mana symbols have to be enclosed in braces {}. I used to support enclosing them in parens () too, but that got annoying in comments when people wanted to make a list of points (a), (b), (c) etc - they'd come out looking like "(a)
". Having just one supported format is better for searchability too - this way if you remember a card had an activated ability that cost 



, there's only one way to type that and only one search needed, rather than two (or thirty-two if you're perverse).
Edit: Huh. It looks like there's a bug at the moment such that
(b
)(
c)
are interpreted in comments but not in cards! That's pretty silly. I probably introduced it when I was fixing some bug about nested italics in rules text. I'll get that fixed. So yes, you can put mana symbols in parens () if you want.The "//" syntax works in the rules text but not on the notes text it seems. I'm currently still trying to fix mana symbols. Are there any way to format them other than
? The curly braces are giving me issues.
I'll try the "//" syntax
duplicate of Support "active" status better
CSV ought to allow embedded \n newlines in quote-delimited fields. I'm pretty sure my CSV import handles that. Alternatively, I support "
//
" as an inline representation of newlines.If it doesn't seem to work for you, tell me precisely what CSV text you're trying to import (trim it down to one or two cards' worth) and I'll look into it.
Ooh. Hmm. No, there isn't. That could possibly happen as another use of the checkboxes discussed at moving cards. It's all part of Support "active" status better which I know I do need to do.
For the moment though if you want a "batch" operation done like that then I'm happy to do them manually via database edits. If you tell me the cardset, what selection of cards you want editing ("all cards", "all red cards" etc) and what you want doing to them, I'll do it sometime in the next day or two manually for you.
The newlines have been turned into spaces because replacing ti with /n didn't seems to work. Could that be fixed on your end?
I'll add artist credit to the export, should be easy
I'll see if I can get the inline mana symbols working a bit better.
It's online, at http://app-multidraft.rhcloud.com/ . But like I say, at the moment all it can do is generate boosters. The developer (Chowlett) has been putting his time into working on his online Dominion server instead. I will be working with him on Multidraft at some point in the future (probably this autumn) though.
Is multidraft currently online or not yet?
Looks like there are a few issues:
<
sym-auto>
could turn into{
and<
/sym-auto>
could turn into}
. That wouldn't be correct on costs with multiple adjacent symbols like<
atom-cardname>
tag into CARDNAME on import, because it's a pity to throw away information and I'll be doing the reverse translation on export.seems to be fixed
Doombringer mentioned over on Bugs importing from CSV that he's written an MSE Export template that allows you to turn your MSE file into a format that Multiverse can import. I'll be linking that template from the Import Data page.
It ought to be possible for me to make it easier to export from Multiverse into MSE as well. I'll need dictionaries to translate watermarks and similar from Multiverse style into MSE terminology, and something to do the zipping up on server side.
I'm not getting much time to work on Multiverse these days, but this is a very sensible and relatively low-effort project that I'll make a high priority.
Here is the current version of the MSE to Multiverse importer
https://dl.dropboxusercontent.com/u/14755602/Hosted%20Files/CMC%20Visual%20Spoiler/Other%20Card%20Renders/GoblinArtisans/mse_to_multiverse.zip
You can see the results with a quick version of dreamscape that I've imported.
The import is working now. Though my importer is still a little buggy
I'll post the importer here when I get it to work though.
No, I think not! It seems to be working much better after I upgraded a couple of underlying versions. I was able to import Verdia with very little trouble, for example.
Give it a go, and if things work for you, I'll close this bug.
duplicate of moving cards
A way to mass move cards from a set into another (at the very least "mave all") would be convenient.
any update on this? Is importing still broken?
Makes sense. Should be fairly straightforward.
It's going to be based on the number of cards in the set. There's probably a particular threshold (a few hundred cards), over which the act of creating the cardlist takes more than the 30 seconds that Heroku allows before they force a timeout error.
Fortunately I do still get to continue rendering, in the server process, I just don't get to send the result to you; but I do get to store it in my cache, so that when you refresh a couple of minutes later I can serve it to you quickly.
But yes, taking the cardlist of big sets (say >300 cards) isn't going to work well. In general searching the cardset will be a lot faster if there's something particular you're looking for, though I appreciate that's not as user-friendly. The visual spoiler I think does work reasonably well even for huge sets, too, because it splits them into manageable chunks.
What I should probably do is make the cardlist page load quickly, and then send a series of Ajax requests for 100 cards at a time. Well... what I should actually do is fix the performance so that the cardlist doesn't take tens of seconds to render, because being that slow is pretty inexcusable. But I haven't thought of a way to do that yet.
Very good point. I'll track that on a separate card, Make rollovers better on mobile.
Oh, and of course if anyone has a mobile device but doesn't see the single card view page in a newer layout - or if you have a desktop setup where you get the mobile view and it looks bad - again let me know.