Search found 643 matches

by Rheini
Tue Jun 09, 2009 11:59 am
Forum: Compressed files and methods
Topic: Need help with a .hgz file from resistance retribution...
Replies: 18
Views: 5381

Re: Need help with a .hgz file from resistance retribution...

Bugtest wrote:the file uses the zlib compression, that's clear.
lol I refused to be believe it's zlib since it seemed too obvious.
by Rheini
Mon Jun 08, 2009 10:07 pm
Forum: Compressed files and methods
Topic: Need help with a .hgz file from resistance retribution...
Replies: 18
Views: 5381

Re: Need help with a .hgz file from resistance retribution...

You might try to search the files for some strings like gzip, zlib, lib, lzh, or whatever. Maybe this gives an indication.
by Rheini
Mon Jun 08, 2009 9:52 pm
Forum: Compressed files and methods
Topic: Need help with a .hgz file from resistance retribution...
Replies: 18
Views: 5381

Re: Need help with a .hgz file from resistance retribution...

Dunno, not familiar with consoles. The main file containing the program code.
by Rheini
Mon Jun 08, 2009 9:42 pm
Forum: Compressed files and methods
Topic: Need help with a .hgz file from resistance retribution...
Replies: 18
Views: 5381

Re: Need help with a .hgz file from resistance retribution...

Good idea, but didn't help very much. This just seems to be some debug information referencing the hgz.cc source file.
Can't imagine what HGZ should stand for, Huffman Gzip doesn't make any sense since Gzip already incorporates Huffman due to zlib.
Maybe the executable would help.
by Rheini
Mon Jun 08, 2009 9:08 pm
Forum: Compressed files and methods
Topic: Need help with a .hgz file from resistance retribution...
Replies: 18
Views: 5381

Re: Need help with a .hgz file from resistance retribution...

Indeed compressed.
The question is, which algorithm. LZH?

Code: Select all

char magic[4];
uint compressedSize;
uint decompressedSize;
by Rheini
Sun Jun 07, 2009 11:00 pm
Forum: Tutorials
Topic: QUICKBMS GUIDE
Replies: 33
Views: 100749

Re: QUICKBMS GUIDE

Good job, but it's a bit messy as already has been said.
Maybe you should use something like LaTeX and create a neat little pdf file :)
by Rheini
Fri Jun 05, 2009 9:03 pm
Forum: Game Archive
Topic: Haegemonia binary formats
Replies: 2
Views: 1474

Re: Haegemonia binary formats

These files contain models and animations.
Are you sure they contain more than that?
by Rheini
Fri Jun 05, 2009 4:23 pm
Forum: Graphic file formats
Topic: Farm Mania .bit Files
Replies: 4
Views: 1635

Re: Farm Mania .bit Files

Not compressed.
First part might be crypted, at least it's too short to be a palette.
Which resolution does the game use?
by Rheini
Sat May 30, 2009 4:29 pm
Forum: Compressed files and methods
Topic: GTA IV LZX compression on resource data
Replies: 26
Views: 14967

Re: GTA IV LZX compression on resource data

Learn english before speaking.
This is about the xbox version of gta.
by Rheini
Fri May 29, 2009 5:58 pm
Forum: 3D/2D models
Topic: ROHAN : PHP DDS GEO Header Remover.
Replies: 10
Views: 3991

Re: ROHAN : PHP DDS GEO Header Remover.

You mean an operating system written in D? I think I've already seen a project for writing a minimal kernel, but I can't remember what it was.
For making a GUI several libraries are available. There is a D port of Qt, SWT and a custom library named DFL http://www.dprogramming.com/dfl.php
by Rheini
Fri May 29, 2009 5:53 pm
Forum: Compressed files and methods
Topic: GTA IV LZX compression on resource data
Replies: 26
Views: 14967

Re: GTA IV LZX compression on resource data

Maybe it's a variation of LZX.
by Rheini
Fri May 29, 2009 12:45 am
Forum: 3D/2D models
Topic: ROHAN : PHP DDS GEO Header Remover.
Replies: 10
Views: 3991

Re: ROHAN : PHP DDS GEO Header Remover.

Yeah cause C++ has served its time ^^ Well D is a wonderful language, if you switch over to it you will never want to program in C++ again :wink: The only thing it lacks is the popularity C or Java enjoys. Thus there are not as many tutorials, IDEs, etc. available compared to other languages. But th...
by Rheini
Fri May 29, 2009 12:03 am
Forum: 3D/2D models
Topic: ROHAN : PHP DDS GEO Header Remover.
Replies: 10
Views: 3991

Re: ROHAN : PHP DDS GEO Header Remover.

1. Easy references. :?: 2. Cross Platform. You can create cross-platform tools with D or Java as well. Furthermore nearly every gamer runs Windows, thus normally this isn't needed anyways. 3. You can share it through the web. Ok for small converters and stuff but this doesn't scale for archives (up...
by Rheini
Thu May 28, 2009 12:37 am
Forum: 3D/2D models
Topic: ROHAN : PHP DDS GEO Header Remover.
Replies: 10
Views: 3991

Re: ROHAN : PHP DDS GEO Header Remover.

1) What's the purpose of this thread?
2) Shouldn't it be in the graphics section if it is about dds files?