bladecoding / BoIRResourceDecryption

GNU General Public License v3.0
25 stars 10 forks source link

made more linux compatible #2

Closed flying-sheep closed 10 years ago

flying-sheep commented 10 years ago

Bug #1 doesn’t apply to me, but I tried compiling it from MonoDevelop.

naelstrof commented 10 years ago

Works great here! Just avoid decrypting/decompressing animations.a as it causes a crash.

flying-sheep commented 10 years ago

yeah thanks!

but that’s not part of the linux compat fixes, so i skipped it. you could send a pull request for that, though :D

naelstrof commented 10 years ago

Yeah sorry I didn't mean to imply for you to fix it. I just put it there for others to see.

I actually had the same fixes to commit/push/pull, but I never actually committed thinking that the number exception was my doing. I'm actually a little upset you beat me to the punch :(.

flying-sheep commented 10 years ago

haha, no worries. what we did is small anyway compared to bladecoding’s work.

that LZW implementation is pretty involved. i bet there was quite some time spent stepping through the game code.