Were you able to solve it from there? I wasn't, because I couldn't get the yellow one down with the red on in the way. I had to start over, then first get the yellow one down (via the unwind method) then get the red one up via the wind method.
Eek.
BTW, I just checked the Numpty garage page, and there are tons more levels! (I had previously finished all the built-in one AND third-party ones this summer, but now there are a lot more).
Just a quick newbie question: how do you load the user-submitted levels to Numpty Physics? I've searched all over and I can't find any directions for opening up the user-levels or how to install them.
I have the *.npz files saved in a subfolder of the Games folder on my n810, but I can't find a control, command or simple way of getting these levels to run.
palmleavr: if you have the *.nph files (not npz; i'm guessing you had a typo there) in the right folder, they'll automatically be detected when the game starts up, and you just have to use the arrow keys to flip through and find them. (I'm not sure what logic the game uses to put them in order, though... perhaps alphabetical?)
Okay, now I think I understand one of my problems with running the Numpty Physics levels:
All the extra levels I downloaded from http://numptyphysics.garage.maemo.org/levels/
have *.npz as their extension. Instead of downloading individual levels, I clicked on the "all" links. I assume that *.npz are compressed versions of all the extra levels. I'll try to download the *.nph files individually.
Anyone know how to open the *.npz files?
Sounds like they're gzipped files. I don't recall if 'file' is available on the tablet (a working one, anyway), but if so then just run file on any of those files (e.g. file filename.npz) and it'll tell you. If not, then try 'gzip -l' (minus ell) and it'll complain if it's not a gzipped file, if it is then it will just tell you its uncompressed size. If so, then just do 'gunzip -c file.npz > file.nph'. Of course, if it's not gzipped at all then something else must be done!