fredreichbier / genie

A Python module to access Genie engine (Age of Empires, ...) files
BSD 2-Clause "Simplified" License
19 stars 5 forks source link

added a method 'do_savefirst' for saving the first frame of every animation/image #1

Closed Danm72 closed 9 years ago

Danm72 commented 10 years ago

Helpful for indexing a DRS/SLP from AOE HD or an expansion pack that doesn't mention the item ids.

A lower range and higher range are given as params, this spits out id1.png - id10.png

screen shot 2014-05-24 at 00 48 01

I hope this is something that interests you, feel free to decline!!

fredreichbier commented 9 years ago

Wow, I totally didn't notice that pull request. Sorry for that massive latency (not noticing it for a whole year is quite an accomplishment), and thanks for the contribution! I'm merging it and correcting a small typo :)

Danm72 commented 9 years ago

Hah excellent, glad to commit. I used this to extract graphics for a college project it was super helpful thanks a lot.