There might be another way hint hint, but if you wait long enough you will see the keys (so not really a puzzle, i guess, but good enough i hope)..

All games are gone
Move along.

View attached image.
View attached image.
View attached image.
8 years ago*

Comment has been collapsed.

1440 frames! OMG XD

8 years ago
Permalink

Comment has been collapsed.

I already gave up ;3

8 years ago
Permalink

Comment has been collapsed.

No! I cant give up! It is principal now XD

8 years ago
Permalink

Comment has been collapsed.

There is a 15% chance every minute for every character to be changed to the correct one.
So it may need some time when you watch it to the end
Also it loops ;)

59 of every 60 frames is just the right rotating thingy.

8 years ago
Permalink

Comment has been collapsed.

OMG It is to hard =))) And i do not quite understand description =) How bad does not know English = (

8 years ago
Permalink

Comment has been collapsed.

View attached image.
8 years ago
Permalink

Comment has been collapsed.

dont get this at all lol. anyone can explain?

8 years ago
Permalink

Comment has been collapsed.

You're a fucking monster, how'd you do that. You made photoshop cry by using 30GB! of scratch disk space. (BTW, using photoshop is the wrong way to solve this)

Redeemed 2nd and 3rd picture. Thanks

8 years ago
Permalink

Comment has been collapsed.

Yeah, that was my hope with the rotating thingy to the right ;)

edit: I made the gifs to test some self written gif "library" btw

8 years ago
Permalink

Comment has been collapsed.

noice, you also written the optimization for those? or those frames are just so low in space it fit on 300-500kb size?

8 years ago
Permalink

Comment has been collapsed.

Yep, but that part was pretty easy after all:

def get_diff_(old_img, new_img):
    if old_img is None:
        return new_img
    diff = ImageChops.difference(old_img, new_img).getbbox()
    return new_img.crop(diff)  

Also only using two colors helps a lot.
This needs additionally color to transparency conversion for images with more as two colors though.

I made a 24hour clock with 1 second precision in 6mb, in case you are interested.
http://i.imgur.com/7KFiKU0.gif
copy and paste this url,. If you click it you'll get the gifv version which won't load.

8 years ago*
Permalink

Comment has been collapsed.

You used photoshop to cut the gif into pieces? CHEATS! HERESY!
Good job though! Such dedication!

8 years ago
Permalink

Comment has been collapsed.

no, photoshop went bat shit crazy and rendered the frames wrong.

8 years ago
Permalink

Comment has been collapsed.

But.. then.. how?

8 years ago
Permalink

Comment has been collapsed.

View attached image.
8 years ago
Permalink

Comment has been collapsed.

GIF Movie Gear: < 8MB of memory and insta-load :)

I have no idea what Photoshop is up to. 1bpp x (885x36) x 1920 frames = ~7.3MB of memory needed for all the raw frames.

8 years ago
Permalink

Comment has been collapsed.

I guess photoshop ignored that there are only two colors and/or created a full sized image for every frame.
59 of 60 frames are just some pixel difference.

8 years ago
Permalink

Comment has been collapsed.

i realized my description might not be the best.
All you have to do is to wait, till WAIT in the GIF changes to DONE and then redeem the game ;)

The first one loops in between 25 and 35 minutes, btw.

8 years ago
Permalink

Comment has been collapsed.

Oh, good, all games I own, I can stop now :'P

8 years ago
Permalink

Comment has been collapsed.

It would appear 1st was already redeemed already also.
Ah well, an interesting new approach :3

8 years ago
Permalink

Comment has been collapsed.

thanks for the info, updated the first post.

8 years ago
Permalink

Comment has been collapsed.

Man! You broke my brain! XD It is cool! =) THX 4 chanse =)

8 years ago
Permalink

Comment has been collapsed.

Didn't grab anything but this is neat and unique. How long did it take you to cook up the program/script to output all the frames?

8 years ago
Permalink

Comment has been collapsed.

Hard to say. I worked some weeks on the lib, which in this case doesn't really do more as generating header, control frames and handling the compression.
Most of the stuff for this thingy is dirty hacked together with python in about half an hour.

8 years ago
Permalink

Comment has been collapsed.

Neato! Caught the comment above that you wrote the writing library too :)

Shame they were solved so quickly, though you have to wonder if anyone would have ever solved it if you hid a bitstream in some esoteric way.

8 years ago
Permalink

Comment has been collapsed.

Some people do, but there aren't that much on SG with knowledge and interest in that kind of stuff.
I did some more complicated steganography puzzles about half a year ago:
http://www.steamgifts.com/discussion/5iDML/puzzle-choose-on-of-over-180-games
That is were most of the code from the library comes from.

Maybe i do some easier one some day.
I stopped buying bundle some time ago, but still have so many (mostly not really interesting, tbh) games laying around.

8 years ago
Permalink

Comment has been collapsed.

I am not sure if that was the best way but i did a speedup to the gif and kinda found the humble links after 10s or so.
But since all of them was already gone... and i had them already... but well done nice gif.

8 years ago
Permalink

Comment has been collapsed.

You should do more puzzles. They're really something else.

8 years ago
Permalink

Comment has been collapsed.

Just so you know Gimp can open the gifs and it took me just 1 minute to find the right frame with the key on it. But the idea is really cool

8 years ago
Permalink

Comment has been collapsed.

Yah, very easy in gimp, but I'm way too late to the party.

8 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.