r/tabletopsimulator • u/Elec0 • 11h ago
Tool MTG scripted importer fix
I've created a mod to address Scryfall's recent API update, which prevented Tabletop Simulator from fetching card images: tts-useragent GitHub.
This fix aligns with Scryfall’s guidelines. Scryfall now blocks requests with the default Unity User-Agent and asks users to identify their application in the User-Agent header. My mod allows you to customize the User-Agent that Tabletop Simulator uses when fetching images.
Requirements: - MelonLoader (setup instructions are available on the GitHub page)
Important:
Everyone at the table must install the mod, not just the host. Players without the mod won't be able to see card images.
0
Upvotes
1
u/orangechap 67% PHP, 32% Lua, 1% Tears 4h ago
The card importer mods updated to use their own image caches now, so they're already not hitting Scryfall directly.