Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 18-10-2014, 18:36
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
Carldric Clement is on a distinguished road
Talking

Quote:
Originally Posted by Dante1995 View Post
try adding these 2 files and change arc.ini, but I do not know if it works

arc.ini
Code:
[External compressor:precomp]
header = 0
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
unpackcmd = srep {options} -d -s - - <stdin> <stdout>

[External compressor:srep64]
header = 0
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

[External compressor:lzma64]

header = 0
unpackcmd = lzma64 d lzma{:option} <stdin> <stdout>

in [Files]
Code:
Source: Include\srep64.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\lzma64.exe; DestDir: {tmp}; Flags: dontcopy
in function InitializeSetup(): Boolean;
Code:
ExtractTemporaryFile('lzma64.exe');
ExtractTemporaryFile('srep64.exe');
Fix My Self:
arc.ini
Code:
[External compressor:precomp]
header = 0
packcmd   = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd   = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep64]
header = 0
packcmd   = srep64 {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lzma64]

header = 0

packcmd   = FreeArc-LZMA-x64 e lzma{:option} <stdin> <stdout>
unpackcmd = FreeArc-LZMA-x64 d lzma{:option} <stdin> <stdout>
Fix From Scripts File:
Code:
Source: Include\7z.dll; DestDir: {tmp}; Flags: dontcopy
Source: include\arc.ini; DestDir: {tmp}; Flags: dontcopy
Source: Include\CLS-MSC.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\CLS-precomp.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\CLS-srep.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\english.ini; DestDir: {tmp}; Flags: dontcopy
Source: Include\facompress.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\facompress_mt.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\FreeArc-LZMA-x64.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\packjpg_dll.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\packjpg_dll1.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\packZIP.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\precomp.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\precomp038.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\precomp040.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\precomp041.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\precomp042.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\precomp043.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\records.inf; DestDir: {tmp}; Flags: dontcopy
Source: Include\russian.ini; DestDir: {tmp}; Flags: dontcopy
Source: Include\srep.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\srep64.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\Unarc.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\Unrar.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\xdelta3.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\zlib1.dll; DestDir: {tmp}; Flags: dontcopy
And Last Is:
Code:
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('arc.ini');
ExtractTemporaryFile('CLS-MSC.dll');
ExtractTemporaryFile('CLS-precomp.dll');
ExtractTemporaryFile('CLS-srep.dll');
ExtractTemporaryFile('english.ini');
ExtractTemporaryFile('facompress.dll');
ExtractTemporaryFile('facompress_mt.dll');
ExtractTemporaryFile('FreeArc-LZMA-x64.exe');
ExtractTemporaryFile('packjpg_dll.dll');
ExtractTemporaryFile('packjpg_dll1.dll');
ExtractTemporaryFile('packZIP.exe');
ExtractTemporaryFile('precomp.exe');
ExtractTemporaryFile('precomp038.exe');
ExtractTemporaryFile('precomp040.exe');
ExtractTemporaryFile('precomp041.exe');
ExtractTemporaryFile('precomp042.exe');
ExtractTemporaryFile('precomp043.exe');
ExtractTemporaryFile('russian.ini');
ExtractTemporaryFile('srep.exe');
ExtractTemporaryFile('srep64.exe');
ExtractTemporaryFile('unarc.dll');
ExtractTemporaryFile('unrar.dll');
ExtractTemporaryFile('xdelta3.dll');
ExtractTemporaryFile('zlib1.dll');
ExtractTemporaryFile('records.inf');
Done FIX!
Reply With Quote
Sponsored Links
  #17  
Old 18-10-2014, 19:10
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
NO OK!! TEST

recommended Razor compressor v1.2.0

example script:
((no SETUP.CAB add))

1)
Source: Include\srep64.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\lzma64.exe; DestDir: {tmp}; Flags: dontcopy

2)
if Uppercase(GetIniString('InstallOptions', 'PrecompVer64', '0', ExpandConstant('{tmp}\Setup.ini'))) = 'INSIDE' then begin
ExtractTemporaryFile('CLS-precomp.dll');
ExtractTemporaryFile('packjpg_dll.dll');
ExtractTemporaryFile('packjpg_dll1.dll');
ExtractTemporaryFile('precomp.exe');
ExtractTemporaryFile('zlib1.dll');
ExtractTemporaryFile('srep64.exe');
ExtractTemporaryFile('lzma64.exe');
end;

3)SETUP.INI
PrecompVer=0.38
PrecompVer64=INSIDE



good job

Last edited by Dante1995; 28-12-2014 at 20:54.
Reply With Quote
The Following 3 Users Say Thank You to Dante1995 For This Useful Post:
Carldric Clement (19-10-2014), mausschieber (19-10-2014), Razor12911 (19-10-2014)
  #18  
Old 19-10-2014, 14:29
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,185
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Nice one Dante, I don't like people going round in circles and end up complicating things. Srep64 and Srep is just the same thing, also LZMA. Only difference is quick (de)compression, oh and... Same Compression Ratio. And disadvantage, decompression in 32-bit may not be possible. Just stick with what has been there already, especially you Carl Johnson, lol.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
Carldric Clement (19-10-2014), Dante1995 (19-10-2014)
  #19  
Old 19-10-2014, 14:48
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
you know razor, but so they understand better, I explained how the 100 times help to many but then I always ask the same things, it seems a crime to study
Reply With Quote
  #20  
Old 19-10-2014, 15:20
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
Carldric Clement is on a distinguished road
Angry

Quote:
Originally Posted by Razor12911 View Post
Nice one Dante, I don't like people going round in circles and end up complicating things. Srep64 and Srep is just the same thing, also LZMA. Only difference is quick (de)compression, oh and... Same Compression Ratio. And disadvantage, decompression in 32-bit may not be possible. Just stick with what has been there already, especially you Carl Johnson, lol.
I'm not C.J(Carl Johnson) from GTA San Andreas! Did i have a brother like Sweet ,Smoke or Ryder? huh?


Last edited by Carldric Clement; 19-10-2014 at 16:07.
Reply With Quote
The Following User Says Thank You to Carldric Clement For This Useful Post:
Dante1995 (19-10-2014)
  #21  
Old 19-10-2014, 16:01
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
razor has made ​​a mess, did not understand that he spoke to (adapt) srep64BIT to CIU Carl, however, try to read the guide SREP, I see you're good at work you're not in the grass, I apologize for razor Carl, perhaps too studied the boy
Reply With Quote
The Following User Says Thank You to Dante1995 For This Useful Post:
Carldric Clement (19-10-2014)
  #22  
Old 19-10-2014, 16:05
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
Carldric Clement is on a distinguished road
Talking

Quote:
Originally Posted by Dante1995 View Post
razor has made ​​a mess, did not understand that he spoke to (adapt) srep64BIT to CIU Carl, however, try to read the guide SREP, I see you're good at work you're not in the grass, I apologize for razor Carl, perhaps too studied the boy
Thanks Dante1995! For giving your say!
I see from Razor12911 they call me
Carl Johnson! I'm Not CJ!

I will remove that i say the swear words it!
Reply With Quote
  #23  
Old 22-03-2015, 15:02
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,185
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by lolaya View Post
why no everyone tell me how to unpack this?? why?
http://www.fileforums.com/showpost.p...4&postcount=14
http://www.fileforums.com/showpost.p...7&postcount=17
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BF2 1.4 Crack Online Issue glenbo PC Games 58 31-07-2008 19:43
Having a nightmare with Iomega USB ZipCD - Help! Tranced CD/DVD-Writers 2 03-04-2005 06:00
How can I make a .pss file from a .bin file??? Kai-G PS2 Games 2 21-09-2001 18:40
need to create .cue file for existing .bin needhelp CD/DVD Software & Utilities 2 14-11-2000 14:23



All times are GMT -7. The time now is 22:38.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com