![]() |
HELP regarding creating repacks
I have tried making repacks of small games which dont need to be cracked. But everytime i had some issue or i couldnt understand something so i just dropped it.
Right now im trying to make a self extractable repack of a 700 MB game. I used DiskSpan Gui and compressed it to 340 MB using the predefined compression. Code:
XTool 2020 (zlib) + SREP + LOLZBut after executing the installer, it throws an error saying Unarc returned error code -2, unsopported compression. Need guidance now. Thanks in advanced. Edit: After some tweaking the installer now says data corrupted - https://i.ibb.co/nDqHTQZ/image.png My Include folder looks like this - Code:
ARC.INICode:
hif2raw_dll.dll |
Need to include the files in the script too like:
[Files] Source: "Include\arc.ini"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\CLS.ini"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\English.ini"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\Facompress.dll"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\unarc.dll"; DestDir: "{tmp}"; Flags: dontcopy and under CurStepChanged procedure too: ExtractTemporaryFile('arc.ini'); ExtractTemporaryFile('CLS.ini'); ExtractTemporaryFile('English.ini'); ExtractTemporaryFile('Facompress.dll'); ExtractTemporaryFile('unarc.dll'); If these don't help, check if your arc.ini has zlib definition like: [External compressor:xtool] header = 0 unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout> If you want, you can also try out this and directly use the Setup.dll file from DSG. Simple Installer FMXInno Compile it with Inno 5.6.0 |
Quote:
Code:
#define Resources "Include\*" |
Quote:
|
now i tried to use the same compiled exe with srep+lolz compressed archive and it worked, ig something with xtool is a problem here
|
Quote:
wrathma You need the xtool unpackcmd inside arc.ini, the configuration for lolz and srep in cls.ini and then you need to put xtool.exe and required libraries (in this case looks like you only need xtool.exe and zlibwapi.dll). Don't put them in a folder. Please use this thread to ask further questions: https://www.fileforums.com/showthread.php?t=105883 |
Quote:
|
| All times are GMT -7. The time now is 18:42. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com