Code Monkey home page Code Monkey logo

Comments (7)

rsn8887 avatar rsn8887 commented on May 30, 2024 1

This game is huge. It has many thousands of levels and each one has a png thumbnail.

There's code to support zipped level files, which will make installation much faster.

I just never got around to testing it, mostly because the original Windows/OSX version is supplied with unzipped files, too. So I suspected there's a reason for that and probably some bug or problem with the builtin zip support.

Here's the comment in the code about zip file support, if you want to test it:
// file may be zipped - for "levels/Sokoban/mic_60.xml" we will look for
// "mic_60.xml" and "Sokoban/mic_60.xml" at "levels/Sokoban.zip"

from enigma.

rsn8887 avatar rsn8887 commented on May 30, 2024 1

I merged your PR but realized the attic/ files are not used and shouldn't be optimized to stay compatible with upstream.

The only files used are the ones in data.zip, so I only kept that commit. Thanks!

from enigma.

gingerbeardman avatar gingerbeardman commented on May 30, 2024

In the case of many images you may want to look at optimising your images using ImageOptim, or similar?

from enigma.

rsn8887 avatar rsn8887 commented on May 30, 2024

Why? 92 MB is not large in modern times. This is still smaller than even the smallest Indie games on the Nintendo shop.

The problem is not size. The problem is the 10,000 tiny files. For some reason it takes the Switch forever to unzip so many small files.

from enigma.

gingerbeardman avatar gingerbeardman commented on May 30, 2024

Why? Why not? It takes minimal effort - drag and drop and wait a while.

As I explained, on the broadband I am using right now it took an age to download and even longer to unzip. Even if the download could be sped up that would help, and if less data is being written by the Switch maybe that will be sped up too? For Switch eShop games I have to leave the download overnight.

I'll optimise the images now, and make a PR

from enigma.

rsn8887 avatar rsn8887 commented on May 30, 2024

I will look into this whenever I find time. If ImageOptim truly reduces the size without changing the quality, I might do it for a future release.

from enigma.

gingerbeardman avatar gingerbeardman commented on May 30, 2024

Sure thing, no expectations

PR is here #4

I am also running a more extensive image optimisation just to see what a difference that makes. If it's worthwhile I'll push it to the current PR.

from enigma.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.