try: # Decompress if comp_type == 1: # GZip nbt_data = gzip.decompress(payload) elif comp_type == 2: # Zlib (Common) nbt_data = zlib.decompress(payload) else: continue # Unknown compression

MCR to MCD conversion is used in a wide range of applications, including:

In many cases, the internal data structure of .MCR and .MCD files is identical (RAW data).

format (typically associated with ePSXe and Mednafen) and the

3 Comments

Leave a Comment

You cannot copy content of this page