Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 31-12-2020, 00:25
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
CorePack Installer UI - CJ Edition



  • The script has been re-coded with ISFMXFW.dll v1.2.

  • In this update,
    - more stable.
    - more user friendly
    - user can be added new colors for the installer.
    - has a ability to change the setup image on each page.
    - editable About page.
    - added support for more archives.

Credit:
ISFMXFW.dll - @Jiva Newstone.


-------------------------------------------------------------------------------------
Is there any way to make it ULTRA ARC's All compression compatible
i mean if i choose precomp+zstd+lolz+msc+srep+lzma(2)........etc it fails to extract it.....??????

till now it only supports srep+lzma

Plz help me with this fuss ............
Reply With Quote
The Following User Says Thank You to Epic Titan 69 For This Useful Post:
pralin (03-01-2021)
Sponsored Links
  #2  
Old 31-12-2020, 03:12
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by Epic Titan 69 View Post
Is there any way to make it ULTRA ARC's All compression compatible
i mean if i choose precomp+zstd+lolz+msc+srep+lzma(2)........etc it fails to extract it.....??????

till now it only supports srep+lzma

Plz help me with this fuss ............
If you want, send me up your compressors kit and I'll give you some guidance.
Reply With Quote
The Following User Says Thank You to Ele For This Useful Post:
Epic Titan 69 (01-01-2021)
  #3  
Old 01-01-2021, 09:32
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Question

Quote:
Originally Posted by Ele View Post
If you want, send me up your compressors kit and I'll give you some guidance.
Listen now am using ultra arc
But what I only want is that this compressor to be compatible with lolz compression option of ultra arc

Can u help me?
Reply With Quote
The Following User Says Thank You to Epic Titan 69 For This Useful Post:
pralin (03-01-2021)
  #4  
Old 03-01-2021, 07:54
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by Epic Titan 69 View Post
Listen now am using ultra arc
But what I only want is that this compressor to be compatible with lolz compression option of ultra arc

Can u help me?
If you still need the support, I can help you with something.
ok, Let me show you how this script works with xtool 2020 (zlib), srep, lolz and diskspan.

Use my example (Compressor + Script) to understand something. You can also use the custom compressor I have attached if you like (I personally like to use the "batch" file).

now it's your turn. Compress something and try to extract it from this script.

my batch file is

Code:
@echo off

bin\arc a -lc8 -ep1 -i2 -ed -r -hpbfrepack69 -w.\temp Output\data-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*"

pause
exit
@everyone,
There's a change you need to make in compiler.ini. The "Password" key should be under the "Archives" section.

Code:
before

[Datas]
Password=bfrepack69

Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi
; Data5, Data6 ...
;---------------------------------->

now

[Archives]
Password=bfrepack69

[Datas]
Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi

; Data5, Data6 ...
;---------------------------------->
Attached Images
File Type: png MiniShotInstalling.png (446.4 KB, 191 views)
File Type: png MiniShot.png (118.1 KB, 196 views)
Attached Files
File Type: rar Full Example.rar (28.10 MB, 358 views)

Last edited by Ele; 03-01-2021 at 08:08.
Reply With Quote
The Following 5 Users Say Thank You to Ele For This Useful Post:
Epic Titan 69 (04-01-2021), Gehrman (05-01-2021), pralin (04-01-2021), ramydarkness (20-03-2022), yasserdivar (10-10-2021)
  #5  
Old 04-01-2021, 01:46
pralin pralin is offline
Banned
 
Join Date: Dec 2020
Location: india
Posts: 16
Thanks: 18
Thanked 8 Times in 5 Posts
pralin is on a distinguished road
Quote:
Originally Posted by Ele View Post
If you still need the support, I can help you with something.
ok, Let me show you how this script works with xtool 2020 (zlib), srep, lolz and diskspan.

Use my example (Compressor + Script) to understand something. You can also use the custom compressor I have attached if you like (I personally like to use the "batch" file).

now it's your turn. Compress something and try to extract it from this script.

my batch file is

Code:
@echo off

bin\arc a -lc8 -ep1 -i2 -ed -r -hpbfrepack69 -w.\temp Output\data-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*"

pause
exit
@everyone,
There's a change you need to make in compiler.ini. The "Password" key should be under the "Archives" section.

Code:
before

[Datas]
Password=bfrepack69

Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi
; Data5, Data6 ...
;---------------------------------->

now

[Archives]
Password=bfrepack69

[Datas]
Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi

; Data5, Data6 ...
;---------------------------------->
Thanks It workedddd
For me also
Reply With Quote
The Following 4 Users Say Thank You to pralin For This Useful Post:
Ele (04-01-2021), Epic Titan 69 (04-01-2021), ramydarkness (20-03-2022), yasserdivar (10-10-2021)
  #6  
Old 04-01-2021, 03:00
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Quote:
Originally Posted by Ele View Post
If you still need the support, I can help you with something.
ok, Let me show you how this script works with xtool 2020 (zlib), srep, lolz and diskspan.

Use my example (Compressor + Script) to understand something. You can also use the custom compressor I have attached if you like (I personally like to use the "batch" file).

now it's your turn. Compress something and try to extract it from this script.

my batch file is

Code:
@echo off

bin\arc a -lc8 -ep1 -i2 -ed -r -hpbfrepack69 -w.\temp Output\data-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*"

pause
exit
@everyone,
There's a change you need to make in compiler.ini. The "Password" key should be under the "Archives" section.

Code:
before

[Datas]
Password=bfrepack69

Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi
; Data5, Data6 ...
;---------------------------------->

now

[Archives]
Password=bfrepack69

[Datas]
Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi

; Data5, Data6 ...
;---------------------------------->
Thanks Man that worked but what does 300mb means??
Moreover am facing an issue
can u do a video on how to compress.......... PLZZZZ

Last edited by Epic Titan 69; 04-01-2021 at 03:03. Reason: Asking for how to video
Reply With Quote
  #7  
Old 04-01-2021, 03:10
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Quote:
Originally Posted by Epic Titan 69 View Post
Thanks Man that worked but what does 300mb means??
Moreover am facing an issue
can u do a video on how to compress.......... PLZZZZ
Plus
Is there any option of threshold percentage like in Ultra arc??
As if i want to convert whole folder in 3 to 4 .bf packs is there any option for that
I am asking this because i had to seperate files to repack them
Which is very hectic work.........

Last edited by Epic Titan 69; 04-01-2021 at 03:13.
Reply With Quote
  #8  
Old 04-01-2021, 07:56
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by Epic Titan 69 View Post
Thanks Man that worked but what does 300mb means??
Moreover am facing an issue
can u do a video on how to compress.......... PLZZZZ
My friend,
Razor12911's DiskSpan is the replacement for UltraARC. It allows to split Freearc archives into parts.

For more info, click here

Example:
Assume the compressed archive is 756mb "dataOne.bf". When you use "diskspan: 300mb" it splits "dataOne.bf" into three parts:

Code:
"dataOne-1.bf" (300mb)
"dataOne-2.bf" (300mb)
"dataOne-3.bf" (156mb) <= Total is 756MB
The commandline should be as follows. (Output for DiskSpan is dataOne-1.bf [not dataOne.bf])
Code:
bin\arc.exe a .... Output\dataOne-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*"
You don't need to add all three of these parts to "Compiler.ini". Mention only the first part (dataOne-1.bf). The script will recognize everything.
Code:
[Datas]
Data1=dataOne-1.bf
;Data2=data2.bf
;Data3=data3.cpi
;Data4=data4.cpi

; Data5, Data6 ...
-------------------------------------------------------------------------------------

let's move on to the next case.

If you've separated the game files, assume that you have put that separated files in three folders (Pack1, Pack2 and Pack3). Archive is now "dataOne.bf", "dataTwo.bf" and "dataThree.bf" respectively. Now you need to use "diskspan" in these three archives.

How can you do that? Use the following three command lines.

Code:
bin\arc.exe a .... Output\dataOne-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack1\*"
bin\arc.exe a .... Output\dataTwo-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack2\*"
bin\arc.exe a .... Output\dataThree-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack3\*"

Now, the "Compiler.ini" is
Code:
[Datas]
Data1=dataOne-1.bf
Data2=dataTwo-1.bf
Data3=dataThree-1.bf
;Data4=data4.cpi

; Data5, Data6 ...

-------------------------------------------------------------------------------------

If you're interested in the "MiniShot compressor", I also found an alpha update. I will attach it below.
Attached Images
File Type: png 1.png (26.7 KB, 175 views)
File Type: png 2.png (394.5 KB, 174 views)
File Type: png 3.png (383.1 KB, 178 views)
Attached Files
File Type: rar MiniShot - alpha Update.rar (2.27 MB, 127 views)
Reply With Quote
The Following User Says Thank You to Ele For This Useful Post:
Epic Titan 69 (04-01-2021)
  #9  
Old 04-01-2021, 08:39
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Quote:
Originally Posted by Ele View Post
My friend,
Razor12911's DiskSpan is the replacement for UltraARC. It allows to split Freearc archives into parts.

For more info, click here

Example:
Assume the compressed archive is 756mb "dataOne.bf". When you use "diskspan: 300mb" it splits "dataOne.bf" into three parts:

Code:
"dataOne-1.bf" (300mb)
"dataOne-2.bf" (300mb)
"dataOne-3.bf" (156mb) <= Total is 756MB
The commandline should be as follows. (Output for DiskSpan is dataOne-1.bf [not dataOne.bf])
Code:
bin\arc.exe a .... Output\dataOne-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*"
You don't need to add all three of these parts to "Compiler.ini". Mention only the first part (dataOne-1.bf). The script will recognize everything.
Code:
[Datas]
Data1=dataOne-1.bf
;Data2=data2.bf
;Data3=data3.cpi
;Data4=data4.cpi

; Data5, Data6 ...
-------------------------------------------------------------------------------------

let's move on to the next case.

If you've separated the game files, assume that you have put that separated files in three folders (Pack1, Pack2 and Pack3). Archive is now "dataOne.bf", "dataTwo.bf" and "dataThree.bf" respectively. Now you need to use "diskspan" in these three archives.

How can you do that? Use the following three command lines.

Code:
bin\arc.exe a .... Output\dataOne-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack1\*"
bin\arc.exe a .... Output\dataTwo-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack2\*"
bin\arc.exe a .... Output\dataThree-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack3\*"

Now, the "Compiler.ini" is
Code:
[Datas]
Data1=dataOne-1.bf
Data2=dataTwo-1.bf
Data3=dataThree-1.bf
;Data4=data4.cpi

; Data5, Data6 ...

-------------------------------------------------------------------------------------

If you're interested in the "MiniShot compressor", I also found an alpha update. I will attach it below.
What i want is that for eg
I want to compress Among Us (400mb approx)
And I want to make 3 to 4 bin or bf packs 100 mb each with that xtool+lolz+srep.....etc etc method
What should i do in that case?
Reply With Quote
  #10  
Old 04-01-2021, 04:19
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Quote:
Originally Posted by Ele View Post
If you still need the support, I can help you with something.
ok, Let me show you how this script works with xtool 2020 (zlib), srep, lolz and diskspan.

Use my example (Compressor + Script) to understand something. You can also use the custom compressor I have attached if you like (I personally like to use the "batch" file).

now it's your turn. Compress something and try to extract it from this script.

my batch file is

Code:
@echo off

bin\arc a -lc8 -ep1 -i2 -ed -r -hpbfrepack69 -w.\temp Output\data-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*"

pause
exit
@everyone,
There's a change you need to make in compiler.ini. The "Password" key should be under the "Archives" section.

Code:
before

[Datas]
Password=bfrepack69

Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi
; Data5, Data6 ...
;---------------------------------->

now

[Archives]
Password=bfrepack69

[Datas]
Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi

; Data5, Data6 ...
;---------------------------------->
Even i want to ask you some other things also
I mean 3 to 4 topics........
If u can help reply yes........
Reply With Quote
  #11  
Old 02-01-2021, 01:45
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Question Lolz Support

Quote:
Originally Posted by Ele View Post
If you want, send me up your compressors kit and I'll give you some guidance.
Am Using Ultra arc
https://www.fileforums.com/showpost....postcount=1135

It will be greatful if u can add support for lolz compression
Reply With Quote
The Following User Says Thank You to Epic Titan 69 For This Useful Post:
pralin (03-01-2021)
  #12  
Old 02-01-2021, 02:21
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 53
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Installer Script.iss Request

Can anybody please give CorePack Installer UI - CJ Edition.iss script?
Reply With Quote
  #13  
Old 02-01-2021, 22:10
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Quote:
Originally Posted by MMBDON View Post
Can anybody please give CorePack Installer UI - CJ Edition.iss script?
Bro It dosent have any .iss file for compilation
It has A COMPILER.EXE as a compiler
Reply With Quote
The Following User Says Thank You to Epic Titan 69 For This Useful Post:
pralin (03-01-2021)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[CIUv3] Custom Installer Ultimate v3 KaktoR Conversion Tutorials 921 26-04-2026 12:35
Anno 1701 won't load, just get a blue screen! Shadow22 General Gaming 5 28-08-2012 12:52
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 03:33
Elder Scrolls IV: Oblivion. WTF FOR ME. SansMercy General Gaming 5 07-04-2007 23:05
weird error.... sheykh PC Games 5 07-05-2006 20:23



All times are GMT -7. The time now is 14:51.


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