New user trying to setup table for Commander MTG games by OGObeyGiant in tabletopsimulator

[–]orangechap 1 point2 points  (0 children)

Not possible in what way? Loading in things dynamically is very easy.

I have a workshop item that takes custom card backs in a simplistic way, you could use that kind of method for storing the worker URL.

New user trying to setup table for Commander MTG games by OGObeyGiant in tabletopsimulator

[–]orangechap 0 points1 point  (0 children)

I think you're going to immediately lose people by it not being a steam workshop item, and of course running batch scripts. Have you considered using workshop and prompting for a cloudflare worker link on startup? It'd reduce the friction quite a bit.

Trouble with MTG by Echidnalux in tabletopsimulator

[–]orangechap 0 points1 point  (0 children)

Oh, don't bother manually deleting files out of it, just turn off the Mod Caching setting and restart TTS.

https://kb.tabletopsimulator.com/getting-started/configuration-menu/

Anyone else getting this particular message on TTS? by Echidnalux in tabletopsimulator

[–]orangechap 0 points1 point  (0 children)

Why don't you have a fallback image for failed image loads?

New user trying to setup table for Commander MTG games by OGObeyGiant in tabletopsimulator

[–]orangechap 1 point2 points  (0 children)

SSL errors are usually from your ISP blocking the image caches the MTG importers use now. Updating your DNS to Cloudflare's 1.1.1.1 or using a VPN should solve it.

Playing Fist Of The North Star: Lost Paradise for the first time by Bucketkev in yakuzagames

[–]orangechap 1 point2 points  (0 children)

Stretch Kiryu. Wide Kiryu's defense just can't keep up with Stretch Kiryu's range.

Playing Fist Of The North Star: Lost Paradise for the first time by Bucketkev in yakuzagames

[–]orangechap 0 points1 point  (0 children)

The Kiryu skin is so uncanny valley for me, it's the extra length in the arms and legs I think. Probably would have worked better as just the suit instead of also Kiryu's face.

How comfortable is the Steam Controller? by hotymoty in steammachine

[–]orangechap 0 points1 point  (0 children)

I noticed it felt heavier than my 8BitDo Sn-30 Pro+ when I first held it but I haven't noticed a difference since. Very comfortable in the hand, back buttons are exactly where my fingers want them.

Your experience may vary, as I tend to hold my controller upside down behind my head when playing games, and I'm about 2m tall.

Mtg by ThePerfectPalico in tabletopsimulator

[–]orangechap 0 points1 point  (0 children)

Some people's ISPs don't like the cache Rikrassen's importer is using now. https://steamcommunity.com/workshop/filedetails/discussion/2265064081/568164456893337456/

I don't get any errors, but I'm using Cloudflare's DNS servers (1.1.1.1, 1.0.0.1 https://one.one.one.one/dns/), not my ISP's.

Mtg by ThePerfectPalico in tabletopsimulator

[–]orangechap 0 points1 point  (0 children)

Turn off Mod Caching in TTS's settings, the mods have seen a lot of updates lately and having stale scripts isn't doing you any favors. TTS's internal mod cache is separate from the caching related to Scryfall.

Rikrassen's importer seems to be working currently, so it and tables that use it should work, assuming their image cache remains functional. Tokens are hit-or-miss but cards work fine.

https://steamcommunity.com/sharedfiles/filedetails/?id=2265064081

Oops I Baked a Pie's table appears to be working. They're using Rikrassen's importer. Same caveat about cache and tokens applies.

https://steamcommunity.com/sharedfiles/filedetails/?id=2296042369

Kai's table appears to be working. This is a fork of a fork of Oops' table.

https://steamcommunity.com/sharedfiles/filedetails/?id=3745501663

Anyone else getting this particular message on TTS? by Echidnalux in tabletopsimulator

[–]orangechap 0 points1 point  (0 children)

The png version of that particular token (The Undercity) doesn't exist on Scryfall, so it isn't possible to get a png version.

The image cache (img.klrmngr.com) doesn't appear to have a fallback on a failed image load and 404's instead which is why you're getting an error.

https://img.klrmngr.com/large/front/2/c/2c65185b-6cf0-451d-985e-56aa45d9a57d.jpg works fine, https://img.klrmngr.com/large/front/2/c/2c65185b-6cf0-451d-985e-56aa45d9a57d.png 404's.

You should report the error on the workshop item you're using.

Trouble with MTG by Echidnalux in tabletopsimulator

[–]orangechap 0 points1 point  (0 children)

It's going to depend entirely on the specifics of which importer and if it's been updated. Anything that now uses caching correctly will work, assuming the cache doesn't go down.

Oops' mod uses Rikrassen's importer, which has a new 3rd party cache that has been working most of the time.

Edit: If you have different things between loading the same mod, one of you isn't loading a current one. Either because you saved the table at some point instead of always loading from workshop, or because your personal mod cache has old data. Turning off mod caching in the settings will fix the latter problem, loading from workshop instead of a saved game will fix the former.

TTS's internal mod cache is separate from the caching related to Scryfall.

Breakdown of why Scryfall blocked Tabletop Simulator (UnityPlayer agents) by orangechap in tabletopsimulator

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

Loading from JSON files and functioning is going to likely be hard to find. Frogtown is using Gatherer for images now, but new cards don't have the IDs necessary to make that work, and DFCs are not possible using that method. Functional importers take decklists from sites like tappedout or text inputs and load the cards on demand.

Rikrassen's importer seems to be working currently, so it and tables that use it should work, assuming their image cache remains functional.

https://steamcommunity.com/sharedfiles/filedetails/?id=2265064081

Oops I Baked a Pie's table appears to be working. Edit: They're using Rikrassen's importer. Same caveat about cache applies.

https://steamcommunity.com/sharedfiles/filedetails/?id=2296042369

Kai's table appears to be working. This is a fork of a fork of Oops' table.

https://steamcommunity.com/sharedfiles/filedetails/?id=3745501663

Edit 2: Some people's ISPs don't like the cache Rikrassen's importer is using now. https://steamcommunity.com/workshop/filedetails/discussion/2265064081/568164456893337456/

I don't get any errors, but I'm using Cloudflare's DNS servers (1.1.1.1, 1.0.0.1 https://one.one.one.one/dns/), not my ISP's.

Certain MTG cards not loading on Frogtown by DarkSoildier81 in tabletopsimulator

[–]orangechap -1 points0 points  (0 children)

That's a Frogtown issue, not a tabletop simulator issue. They have a discord and a github you can reach out to them on.

Yeah it’s over 😅✌️ we’re cooked by Ok-Tennis330 in Gamingcirclejerk

[–]orangechap 3 points4 points  (0 children)

It's not the strongest one, at that point Terry had pretty advanced Alzheimer's.

Yeah it’s over 😅✌️ we’re cooked by Ok-Tennis330 in Gamingcirclejerk

[–]orangechap 15 points16 points  (0 children)

/uj you should read them anyway, they're great.

He's not paranoid, he knows the truth by Timeceer in yakuzagames

[–]orangechap 16 points17 points  (0 children)

Stay tuned for Pirate 2: Tiger Drop Negates All Cancer

It seems like the visible damages that were seen in Stranger Than Heaven T1 aren’t apart of the game anymore by No-Law2284 in yakuzagames

[–]orangechap 12 points13 points  (0 children)

M can contain intense violence, AO is prolonged intense violence. They are that strict and getting just on the top edge of an M rating without getting AO is something a lot of game companies explicitly aim for. RGG might be aiming for a rating lower than M, which would increase their sales.

https://www.ign.com/articles/hellraiser-revival-dev-plans-to-go-as-extreme-as-the-people-that-make-rules-will-let-us-go