Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You'll have to do this each time you load, sorry.
- How can we change card backs?
When I generate a pack, a card will not be moved correctly to the dropoff zone, but remain on the starting position, falling down to the "Colorless Commons" pile.
I kinda circumvented the problem by moving the "Colorless Commons" zone elsewhere, and moving the dropoff zone to the zone where once the Cololess comons zone was.
Kinda annoying.
Other than that, I love your tool
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1838051922
To respawn Transform cards to with their Double sided faces.
There arn't any high quality scans of the cards yet.
But override it if you like
And if you get any image errors you can just take out the check entirely and it should work.
if not card.highres_image then
--Change quality to small if no Highres Image is avaliable
face = face:gsub('normal','small')
end
with just this line:
face = face:gsub('normal','large')
I warn you however, this check is for a reason if there are no highres images available then if you have cache turned on, all future times you load in that image URL it will load in the SMALL quality that just how Scryfall work and nothing i can change about it.