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
  #601  
Old 05-08-2012, 14:35
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
First: you really shouldn't have space there. Should be
Code:
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Second: maybe it's silly question, but... did you copy also packjpg_dll.dll and zlib1.dll?

Third: maybe it's another one... your precomp file is named precomp.exe or precomp042.exe, because in reference to your arc.ini it should has this second name
Sponsored Links
  #602  
Old 05-08-2012, 14:47
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Quote:
Originally Posted by BAMsE View Post
First: you really shouldn't have space there. Should be
Code:
-mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Second: maybe it's silly question, but... did you copy also packjpg_dll.dll and zlib1.dll?

Third: maybe it's another one... your precomp file is named precomp.exe or precomp042.exe, because in reference to your arc.ini it should has this second name
1. It has no space to put it when I wrote the message
2. I put these files: arc.exe - arc.ini - packjpg_dll.dll - precomp.exe - srep.exe - zlib1.dll - Compress.bat
3. I also tried to rename precomp042.exe and wrong.

Please can you pass all the files including the file Compress.bat ...
  #603  
Old 05-08-2012, 15:04
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Do we have faster compression values gentlemen ? Pretty much equal of this:

arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

Unlike current one it's not taking years to compress, only 10 minutes and result is agreeable, 5GB to 1.1GB

I tried these values but they're not compatible with yener's script, had exract errors.

Any suggestions ?
  #604  
Old 05-08-2012, 15:33
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by REV0 View Post
Any suggestions ?
What is the error?
  #605  
Old 05-08-2012, 15:49
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by Onizuka87k View Post
What is the error?
There's none, i've dealt with it no problem now
  #606  
Old 06-08-2012, 03:18
shanrq shanrq is offline
Registered User
 
Join Date: Dec 2008
Location: Heart
Posts: 28
Thanks: 7
Thanked 1 Time in 1 Post
shanrq is on a distinguished road
Smile

Quote:
Do we have faster compression values gentlemen ? Pretty much equal of this:

arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

Unlike current one it's not taking years to compress, only 10 minutes and result is agreeable, 5GB to 1.1GB

I tried these values but they're not compatible with yener's script, had exract errors.

Any suggestions ?
Quote:
Originally Posted by REV0 View Post
There's none, i've dealt with it no problem now
REVO may i know how you resolve it?
  #607  
Old 06-08-2012, 03:26
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Didnt use it
  #608  
Old 06-08-2012, 05:54
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by REV0 View Post
Didnt use it
REV0, i don't know what is the problem because i tried to compress something with
Code:
-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
and then trying to install it with Yener90 latest installer: all works fine for me, extraction included!
  #609  
Old 06-08-2012, 06:11
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by Onizuka87k View Post
REV0, i don't know what is the problem because i tried to compress something with
Code:
-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
and then trying to install it with Yener90 latest installer: all works fine for me, extraction included!
maybe output and arc bla bla is the key. what's the complete line in your setup ?
  #610  
Old 06-08-2012, 07:01
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by REV0 View Post
maybe output and arc bla bla is the key. what's the complete line in your setup ?
I downloaded the example (attachment) Yener90 put on the first post.
Then i used the same arc.ini he put on Setup.cab to compress something (i compressed for example two files and a whole folder) with this command line:
Code:
arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "path\file1.test" "path\file2.test" "file\folder\*"
I put the .bin into installer folder.
Then i edited it with the right path and the Setup.ini:
Code:
[ExtractSettings]
FreeArcFile1={src}\Data1.bin;DestDir:{app};Disk:1
That's all. It works!
  #611  
Old 06-08-2012, 08:45
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
new pics from project (50% currently finished) :
http://img11.imageshack.us/img11/5722/preview060801.jpg
http://img42.imageshack.us/img42/9636/preview060802.jpg
http://img268.imageshack.us/img268/7...view060803.jpg
http://img803.imageshack.us/img803/6...view060804.jpg
  #612  
Old 06-08-2012, 09:24
shanrq shanrq is offline
Registered User
 
Join Date: Dec 2008
Location: Heart
Posts: 28
Thanks: 7
Thanked 1 Time in 1 Post
shanrq is on a distinguished road
Thumbs up awesome

yener your genius.. awesome man..
the installer design 4 thumbs up..
left one.. idea about easy better compression.. i believe you can do it man
4 thumbs up for you man..
  #613  
Old 06-08-2012, 10:25
elbubi's Avatar
elbubi elbubi is offline
Registered User
 
Join Date: Jan 2009
Location: Rosario, Argentina
Posts: 247
Thanks: 211
Thanked 45 Times in 41 Posts
elbubi is on a distinguished road
Yener could you please give me a hint on how to fix blank backgrounds on REV0 Prototype 2 conversion?

Thanks indeed for you patience!
  #614  
Old 06-08-2012, 11:49
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
I can help too, you know. And what fix backgrounds are those
  #615  
Old 06-08-2012, 11:56
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
just use newest CI.
REV0 port your one for CI 8.4.3 :P
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
INNO TROUBLESHOOT - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



All times are GMT -7. The time now is 00:21.


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