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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #346  
Old 27-06-2013, 23:53
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
i change the
PrecompVer=inside
into
PrecompVer=0.42


now it gives me new error
Attached Images
File Type: jpg new error in CIIU.JPG (32.3 KB, 166 views)
Sponsored Links
  #347  
Old 28-06-2013, 06:20
DazzleR DazzleR is offline
Registered User
 
Join Date: Jun 2013
Location: Indian
Posts: 17
Thanks: 5
Thanked 5 Times in 2 Posts
DazzleR is on a distinguished road
I want to extract some files through a .bat file

how can i do it with this ????
  #348  
Old 30-06-2013, 07:20
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
How to enable this ?
Attached Images
File Type: jpg mp3_2.jpg (238.8 KB, 158 views)
  #349  
Old 30-06-2013, 07:50
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
you gotta move and szie the text position then set redist in setup.ini then it will show up
  #350  
Old 30-06-2013, 10:08
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
DVD1
-data1.cab
-data2.cab
-data3.cab
DVD2
-data4.cab
-data5.cab
-data6.cab
-data7.cab
-data8.cab
DVD3
-data9.cab
-data10.cab
-data11.cab
-data12.cab
-data13.cab

how to set extraction line in setup.ini ?
I use
" arc a -ep1 -ed -r -w.\ Data\Data1.bin -mprecomp:v srep lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\*" "
to compress

i used
freearcfile1={src}\Data1.cab;DestDir:{app};Disk:1;
not woking
  #351  
Old 30-06-2013, 10:11
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
lol, check the file extension.
  #352  
Old 30-06-2013, 10:14
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by red01 View Post
i am using CI script 1.0.0.6
i follow ur instructions
and modified my command lines as follows

arc a -m0 data.cab "c:\*"
precomp.exe data.arc
srep.exe -m3 data.pcf data.srep
arc a -m5 data.cab data.srep
pause

PrecompVer=inside
Lang=en

[ExtractSettings]
FreeArcFile1=Data.cab;DestDir:{app};Disk:1;PrecSre p:1


now it gives me two errors
see the attached pics.
Quote:
Originally Posted by red01 View Post
i change the
PrecompVer=inside
into
PrecompVer=0.42


now it gives me new error

Set precomp version

error


arc a -m0 data.cab "c:\*"
precomp.exe data.arc
srep.exe -m3 data.pcf data.srep
arc a -m5 data.cab data.srep

for best compression

do this

srep -m3f

final arc method must be -mx

Last edited by Razor12911; 30-06-2013 at 10:22.
The Following User Says Thank You to Razor12911 For This Useful Post:
red01 (03-07-2013)
  #353  
Old 01-07-2013, 04:03
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Following error occur during installation
1) freearc+srep+freearc
2) freearc+precomp+srep+freearc
Attached Images
File Type: png Screenshot (104).png (18.6 KB, 132 views)
  #354  
Old 01-07-2013, 04:10
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
add arc.ini.
  #355  
Old 01-07-2013, 04:28
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
add arc.ini.
to main path or in setup.cab
  #356  
Old 01-07-2013, 04:38
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
inside setup.cab

and set precomp version to inside
The Following User Says Thank You to Razor12911 For This Useful Post:
ashyamsundar (01-07-2013)
  #357  
Old 01-07-2013, 04:49
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Thanks
working great but extraction percentage is not working correctly
first 0-50-100 and then again 50-66-100 and 70-100
how to fix it
  #358  
Old 01-07-2013, 05:20
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
there is nothing wrong with that.
  #359  
Old 01-07-2013, 23:59
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Getting error ?
Precompver=inside
Attached Images
File Type: png Screenshot (107).png (41.5 KB, 106 views)
  #360  
Old 02-07-2013, 02:51
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
use packjpg_dll which is 9kb in size to compress files and so that the unpacking process can be successful.
Closed Thread


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
Tutorial On How To Create Your Own Crack..! mojo8850 PC Games 17 20-03-2005 22:43
Mafia - Newbie Cracking Tutorial online cdkiller PC Games 6 14-12-2002 09:01
every game needs a special dvd rip tutorial??? billete100 PS2 Games 1 10-10-2001 01:44
Brief fast tutorial on DC copy? webcamworld DC Games 1 02-05-2001 20:27
grandia 2 SAGICE's tutorial DarCwuN DC Games 2 17-12-2000 16:43



All times are GMT -7. The time now is 03:49.


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