[PC] Gunz .mtg

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
chphat11
Posts: 37
Joined: Wed Feb 13, 2019 4:08 pm

[PC] Gunz .mtg

Post by chphat11 »

Can anyone make tool for unpack/pack model.mtg file ? :D
https://www.mediafire.com/file/325u7rqq ... l.mtg/file
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [PC] Gunz .mtg

Post by aluigi »

The data is obfuscated.
I tought it was a simple one-byte xor but I was wrong.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [PC] Gunz .mtg

Post by aluigi »

chphat11
Posts: 37
Joined: Wed Feb 13, 2019 4:08 pm

Re: [PC] Gunz .mtg

Post by chphat11 »

aluigi wrote:http://aluigi.org/bms/gunz_mtg.bms

thanks very much :D
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [PC] Gunz .mtg

Post by aluigi »

Not sure if you are interested in modding the game.
In that case I can write a MTG to ZIP (and viceversa obviously).
chphat11
Posts: 37
Joined: Wed Feb 13, 2019 4:08 pm

Re: [PC] Gunz .mtg

Post by chphat11 »

aluigi wrote:Not sure if you are interested in modding the game.
In that case I can write a MTG to ZIP (and viceversa obviously).

thanks, can you write that by C# language ?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [PC] Gunz .mtg

Post by aluigi »

Oh no.
It's just a ZIP file with the information encrypted byte-per-byte, the C function is in the script
chphat11
Posts: 37
Joined: Wed Feb 13, 2019 4:08 pm

Re: [PC] Gunz .mtg

Post by chphat11 »

aluigi wrote:Oh no.
It's just a ZIP files with the information encrypted byte-per-byte, the C function is in the script

really, I don't know :D, I just read the script and understand litte :D
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [PC] Gunz .mtg

Post by aluigi »

And this is the MTG to ZIP and ZIP to MTG script:
http://aluigi.org/bms/gunz_mtg_zip.bms
chphat11
Posts: 37
Joined: Wed Feb 13, 2019 4:08 pm

Re: [PC] Gunz .mtg

Post by chphat11 »

aluigi wrote:And this is the MTG to ZIP and ZIP to MTG script:
http://aluigi.org/bms/gunz_mtg_zip.bms

thanks bro, you're awesome