Terrarium: World

Terrarium: World

144 Downloads

Tileset Hosting

SAGUMEDREAM opened this issue · 7 comments

commented

Can't enter the world

Logs:

latest.log

commented

This is probably an issue with the github tile source, essential github might be rate limiting or blocking chinese ips or something. Currently I have no advice other than possibly vpn, I'm going to keep this issue open and rename to Tileset Hosting until I figure out the best way to host the climate data.

commented

This is probably an issue with the github tile source, essential github might be rate limiting or blocking chinese ips or something. Currently I have no advice other than possibly vpn, I'm going to keep this issue open and rename to Tileset Hosting until I figure out the best way to host the climate data.

I have two ideas that I would like to suggest that you consider adding the following features: the configuration file can set the SOCK5 proxy address, and the configuration file can set the GitHub title image address

commented

Not sure what you mean about the proxy address, this is the current way I'm getting images:

URL url = new URL(urlString);
                    try (InputStream inputStream = url.openStream()) {
                        BufferedImage tileImage = ImageIO.read(inputStream);
                        if (tileImage == null) {
                            throw new IOException("Failed to read image from URL: " + urlString);
                        }
commented

In case you need hosting I can also provide a mirror that doesn't block IPs and is not blocked in any country (yet)

commented
commented

Your domain and Discord invite links seem to be offline. I would love to have a copy of the tiles so that I can use this mod. If you have a zip of them, I'll take them, however you want to send them.

commented