Difference between revisions of "User talk:Viader"

From VCMI Project Wiki
Jump to: navigation, search
Line 11: Line 11:
  
 
Thanks! I just started and it was uncorfirmed links and info, I fixed it, thanks for info :)
 
Thanks! I just started and it was uncorfirmed links and info, I fixed it, thanks for info :)
 +
 +
 +
A bit more data :)
 +
 +
TXT's use language-specific encoding - Some versions use Win-1250, Russian uses Win-1251, Polish (IIRC) uses Win-1252.
 +
 +
JSON is http://en.wikipedia.org/wiki/Json - no custom formats here
 +
 +
Almost complete H3M format description but in Polish. The one you linked to is correct but incomplete.
 +
http://svn.code.sf.net/p/vcmi/code/tags/0.8/h3m.txt
 +
Note that in most cases (but not always) h3m is gzip-compressed archive
 +
 +
And you're missing H3C (campaigns). Although I don't know any written descriptions of this format apart from our source code.
 +
It also uses gzip compression but in much more interesting way: File consists from gzip-compressed h3c header with h3m maps appended to end (also compressed)
 +
 +
And where you've found MPQ? It certainly not mentioned in vcmi sources.
 +
 +
[[User:Ivan|Ivan]] ([[User talk:Ivan|talk]]) 20:01, 22 July 2013 (CEST)

Revision as of 18:01, 22 July 2013

Some notes

- 82m is just a renamed .wav format. Compare your structure with this: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ IMO there is no need to document widely available formats.

- This is certainly not H3 PAL format. H3 .pal file has header and uses 4 bytes per color. This one seems to match H3 files: http://worms2d.info/Palette_file

Ivan (talk) 17:22, 21 July 2013 (CEST)


Thanks! I just started and it was uncorfirmed links and info, I fixed it, thanks for info :)


A bit more data :)

TXT's use language-specific encoding - Some versions use Win-1250, Russian uses Win-1251, Polish (IIRC) uses Win-1252.

JSON is http://en.wikipedia.org/wiki/Json - no custom formats here

Almost complete H3M format description but in Polish. The one you linked to is correct but incomplete. http://svn.code.sf.net/p/vcmi/code/tags/0.8/h3m.txt Note that in most cases (but not always) h3m is gzip-compressed archive

And you're missing H3C (campaigns). Although I don't know any written descriptions of this format apart from our source code. It also uses gzip compression but in much more interesting way: File consists from gzip-compressed h3c header with h3m maps appended to end (also compressed)

And where you've found MPQ? It certainly not mentioned in vcmi sources.

Ivan (talk) 20:01, 22 July 2013 (CEST)