Author Topic: Hacking Squaresoft's "Another Mind" game  (Read 5632 times)

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
Hacking Squaresoft's "Another Mind" game
« on: 2001-03-08 19:02:00 »
I have this text adventure game from Square called "Another Mind" You can see information about it at  http://www.execpc.com/~halkun/another/" TARGET=_blank>my Another Mind page.  Now the graphics format for the game is very simple. It's stuffed with normal .str FMV file formats and TIMs. Thats really it. The problem is that the TIMs are compressed using LZH and I'm not too good with that compression. So I need your help. The files are called TIZ files (The compressed TIMs) I've uploaded the smallest one (a cursor)   http://www.execpc.com/~halkun/another/tcursol.tiz" TARGET=_blank>here  and was wondering if you guys can tell me how to write a quick decompressor to liberate the TIM from the file, or if you guys could mod one your LZH uncompressers to handle this too. It would help alot.

-halkun


Hacking Squaresoft's "Another Mind" game
« Reply #1 on: 2001-03-12 08:14:00 »
LZH is pretty common. In fact, if I'm not mistaken,  http://www.rarsoft.com/" TARGET=_blank>WinRAR  supports the format--maybe even WinZip, I forget.

Some other links that may or may not be useful:
 http://www.osirusoft.com/joejared/lzhformat.html" TARGET=_blank>LZH Format

http://www.linuxworld.com/linuxworld/lw-2000-11/lw-11-compression.html#2" TARGET=_blank>Linux compression tool guide

http://baden.nu/public_html_index/lzh.html" TARGET=_blank>A bit of info on the format

http://atlas.csd.net/~cgadd/knowbase/DATATYPE0032.HTM" TARGET=_blank>Turbo Pascal Source Code--Program 1

http://atlas.csd.net/~cgadd/knowbase/DATATYPE0038.HTM" TARGET=_blank>Turbo Pascal Source Code--Program 2

http://www.sxlist.com/techref/language/delphi/swag/ARCHIVES0041.html" TARGET=_blank>Turbo Pascal Source Code--Program 3


Joey

  • *
  • Posts: 1095
    • View Profile
Hacking Squaresoft's "Another Mind" game
« Reply #2 on: 2001-04-11 15:10:00 »
Well, LZH is actually something like a ZIP file type......But that depends on the compression type.

Hacking Squaresoft's "Another Mind" game
« Reply #3 on: 2001-04-14 00:59:00 »
[sarcasm]Oh really.[/sarcasm] (I had a lot more sarcasm in there, but somehow I choked it back.)

ficedula

  • *
  • Posts: 2178
    • View Profile
    • http://www.ficedula.co.uk
Hacking Squaresoft's "Another Mind" game
« Reply #4 on: 2001-04-14 02:43:00 »
Oh, and just in case you didn't know, a compressed file is like a normal file - but it's compressed!

The SaiNt

  • *
  • Posts: 1300
    • View Profile
Hacking Squaresoft's "Another Mind" game
« Reply #5 on: 2001-04-14 14:33:00 »
Strangely enough, there's been a reply by Joey in every thread  :)