Page 1 of 2

7zip plugin for open/extract UMOD

Posted: Wed Jan 26, 2022 1:30 am
by Buggie
Here x32 and x64 bit plugins for open/extract umod files via 7zip file manager.

Install: drop dll into Codecs dir in 7-zip folder, e.g. C:\Program Files\7-Zip\Codecs

Features:
- Extract/unpack files.
- Check CRC, check Header size - if something fail you will see that in information window.
- Show CRC, file size, special flags (as attributes), version.

limitation: only read/unpack UMOD, not write.
FormatUmod.zip
(142.24 KiB) Downloaded 288 times

Re: 7-zip plugin for open UMOD

Posted: Sun Jan 30, 2022 4:27 pm
by papercoffee
oh ... that's interesting.

Re: 7-zip plugin for open UMOD

Posted: Sun Jan 30, 2022 8:45 pm
by f7r
for linux x86? maybe source?

Re: 7-zip plugin for open UMOD

Posted: Sun Jan 30, 2022 9:27 pm
by Buggie

Re: 7-zip plugin for open UMOD

Posted: Mon Jan 31, 2022 10:44 pm
by f7r
Unfortunately, my mind is missing in order to translate visual studio project into gcc makefile. :?

Re: 7-zip plugin for open UMOD

Posted: Tue Feb 01, 2022 12:05 am
by Buggie
Sorry can not help with that. Even VS be too hard for me there.

Re: 7-zip plugin for open UMOD

Posted: Wed Feb 02, 2022 2:41 am
by Berserker
Every once in a while, Buggie makes these amazing threads. Great work!

Re: 7-zip plugin for open UMOD

Posted: Wed Feb 02, 2022 5:51 am
by ExpEM
This is awesome thanks!

Re: 7-zip plugin for open UMOD

Posted: Mon Aug 01, 2022 1:24 pm
by gamerz31w
I cannot install UTGOTY Chaos Character Skins Pack Mod right now. Can you at least help me out,please?

Re: 7-zip plugin for open UMOD

Posted: Mon Aug 01, 2022 1:46 pm
by Gustavo6046
Interesting plugin! Is there a standalone command line interface so I can build it for Linux?
gamerz31w wrote: Mon Aug 01, 2022 1:24 pm I cannot install UTGOTY Chaos Character Skins Pack Mod right now. Can you at least help me out,please?
I think you're in the wrong thread, mate. If anything, just make a new one.

Re: 7-zip plugin for open UMOD

Posted: Mon Aug 01, 2022 1:49 pm
by Neon_Knight
Thread arose from the cemetery thread. Looks like our fiend Mazz is learning how to resurrect the dead.

Re: 7-zip plugin for open UMOD

Posted: Mon Aug 01, 2022 1:52 pm
by gamerz31w
Neon_Knight wrote: Mon Aug 01, 2022 1:49 pm Thread arose from the cemetery thread. Looks like our fiend Mazz is learning how to resurrect the dead.
Is it good or bad?
Gustavo6046 wrote: Mon Aug 01, 2022 1:46 pm Interesting plugin! Is there a standalone command line interface so I can build it for Linux?
gamerz31w wrote: Mon Aug 01, 2022 1:24 pm I cannot install UTGOTY Chaos Character Skins Pack Mod right now. Can you at least help me out,please?
I think you're in the wrong thread, mate. If anything, just make a new one.
Oh okay.

Re: 7-zip plugin for open UMOD

Posted: Mon Aug 01, 2022 2:04 pm
by TankBeef
gamerz31w wrote: Mon Aug 01, 2022 1:52 pm Oh okay.
Image

Re: 7-zip plugin for open UMOD

Posted: Mon Aug 01, 2022 2:15 pm
by papercoffee
gamerz31w wrote: Mon Aug 01, 2022 1:52 pm
Neon_Knight wrote: Mon Aug 01, 2022 1:49 pm Thread arose from the cemetery thread. Looks like our fiend Mazz is learning how to resurrect the dead.
Is it good or bad?
Well, if you would have read our House Rules you would know it.

Re: 7-zip plugin for open UMOD

Posted: Mon Aug 01, 2022 2:33 pm
by Buggie
Gustavo6046 wrote: Mon Aug 01, 2022 1:46 pm Interesting plugin! Is there a standalone command line interface so I can build it for Linux?
No. But you can to github and try use sources with self made makefile.
https://github.com/SeriousBuggie/7z-formatzzz

I think you can take makefile from some other plugin which can be built on Linux and modify it.