The Dink Network

Reply to Re: Lil Dinky - A kind of DFARC replacement project

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 18th 2022, 12:47 PM
goblins.gif
drone1400
Peasant He/Him Romania
C# nerd 
Yeah, that was my thought too. I was looking into p7zip actually: https://sourceforge.net/projects/p7zip/
Although, I'm also looking at this, https://github.com/adamhathcock/sharpcompress

I could do something like using the current 7zip lib wrapper on windows. Then on linux use Sharpcompress to install dmods without relying on running p7zip, and for installing freedink with v108 data, that can be handled through bash scripting (although I have to look into that a bit since i'm quite a noob when it comes to such things).

Although ideally... I wouldn't want to use two different LZMA packages for windows and linux, would much rather just use Sharpcompress directly on windows too, but alas it can't handle Dink V108 and Dink HD NSIS installer archives natively, so I have to parse the file a bit before i can decompress it. Currently looking into that.