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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-08-2020, 10:23
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 559
Thanks: 392
Thanked 1,837 Times in 439 Posts
BLACKFIRE69 is on a distinguished road
Arrow cls-span - splitter for FreeArc

cls-span - splitter for FreeArc




again another CLS library.
cls-span.dll (190 kb)
  • this will allow you to create custom size archives with FreeArc.

What's New:
  • Fixed some bugs.
  • Added a request disk dialog to browse for splitted parts.
  • It can define two sizes for the first disk and the other disks. (as cls-diskspan - Razor12911 )
  • Supports three different types.


Code:
Type: 1
cmd = arc.exe a ... -m=span:700mb:800mb  Packed\setup-1.bf.001  "Pack\*"

[ setup-1.bf.001,  setup-1.bf.002,  setup-1.bf.003, ...  ]
Code:
Type: 2
cmd = arc.exe a ... -m=span:700mb:800mb  Packed\setup-1.bf  "Pack\*"

[ setup-1.bf,  setup-2.bf,  setup-3.bf, ...  ]
Code:
Type: 3
cmd = arc.exe a ... -m=span:700mb:800mb  Packed\setup-1a.bf  "Pack\*"



* This type can be used for a collection of games, its meaning

RE := Resident Evil,

===============================================================================
RE 1 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-1a.bf  "Pack1\*"

[ setup-1a.bf,  setup-1b.bf,  setup-1c.bf, ... , setup-1ab, setup-1ac, ... ]
===============================================================================

RE 2 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-2a.bf  "Pack2\*"

[ setup-2a.bf,  setup-2b.bf,  setup-2c.bf, ... , setup-2ab, setup-2ac, ... ]
===============================================================================

RE 3 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-3a.bf  "Pack3\*"

[ setup-3a.bf,  setup-3b.bf,  setup-3c.bf, ... , setup-3ab, setup-3ac, ... ]
===============================================================================

RE 4 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-4a.bf  "Pack4\*"

[ setup-4a.bf,  setup-4b.bf,  setup-4c.bf, ... , setup-4ab, setup-4ac, ... ]
===============================================================================


* supports upto 30:  setup-30a.bf
* Maximum number of splits is 999.
Attached Images
File Type: png 1.png (11.2 KB, 274 views)
File Type: png 2.png (42.2 KB, 274 views)
File Type: png CLS-SPAN1.png (18.6 KB, 139 views)
File Type: png CLS-SPAN2.png (28.1 KB, 133 views)
File Type: png CLS-SPAN3.png (10.0 KB, 136 views)

Last edited by BLACKFIRE69; 15-10-2022 at 16:24.
Reply With Quote
The Following 10 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (12-08-2020), Cesar82 (11-08-2020), COPyCAT (23-08-2020), devil777 (11-08-2020), ffmla (11-08-2020), Gehrman (09-09-2020), Harsh ojha (11-08-2020), kenzo34 (11-08-2020), shazzla (12-08-2020), Vladislav989 (12-01-2023)
Sponsored Links
  #2  
Old 11-08-2020, 12:24
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 936
Thanks: 1,572
Thanked 2,058 Times in 692 Posts
Cesar82 is on a distinguished road
Thanks for another library!
I sent you a PM, check your inbox.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
BLACKFIRE69 (11-08-2020)
  #3  
Old 11-08-2020, 17:50
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,742
Thanks: 2,136
Thanked 11,053 Times in 2,292 Posts
Razor12911 is on a distinguished road
OMG This forum clearly lacks innovation. Now my project is also recreated

3 variations of the same cls plugin now exist, L-e-o-N's was an extension for his GamePacker-e project, I wonder what's different with this one

39.PNG
40.PNG

wp

*insert spiderman memes*
Attached Images
File Type: png download (33).png (411.3 KB, 252 views)

Last edited by Razor12911; 11-08-2020 at 18:03.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
Cesar82 (11-08-2020), Gehrman (16-08-2020)
  #4  
Old 11-08-2020, 18:05
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,742
Thanks: 2,136
Thanked 11,053 Times in 2,292 Posts
Razor12911 is on a distinguished road
Test Report

The recreated project introduced bugs that never existed in the original project
https://youtu.be/xbvOQ99uj5Q
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Gehrman (09-09-2020)
  #5  
Old 11-08-2020, 21:47
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 559
Thanks: 392
Thanked 1,837 Times in 439 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
OMG This forum clearly lacks innovation. Now my project is also recreated

3 variations of the same cls plugin now exist, L-e-o-N's was an extension for his GamePacker-e project, I wonder what's different with this one
Bro,

i didn't know before how to create a span library as CLS. it's true.
so for this. i got the idea from "DiskSpan". you're right. (Thanks for the Great Library, the DiskSpan).

but you've to understand something. many variables, function / procedure names are the same as your. because i came up with the idea of implementations my SPAN library using your library. but all the work was created by myself.
i didn't steal any of your works except the idea.

why am i recreate it and posting it here in front of you?

if you think i'm doing these things by stealing somewhere, that's not correct. 👎
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
Cesar82 (11-08-2020)
  #6  
Old 11-08-2020, 22:25
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 559
Thanks: 392
Thanked 1,837 Times in 439 Posts
BLACKFIRE69 is on a distinguished road
i know a tool called "Cls-span" already exists.

I also named this as "cls-span". i couldn't find any name for it. so i named it "cls-span".

any suggestions?
Reply With Quote
  #7  
Old 11-08-2020, 22:33
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 401 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
i know a tool called "Cls-span" already exists.

I also named this as "cls-span". i couldn't find any name for it. so i named it "cls-span".

any suggestions?
cls-splitup , spit or slice
Reply With Quote
The Following User Says Thank You to Jiva newstone For This Useful Post:
BLACKFIRE69 (11-08-2020)
  #8  
Old 11-08-2020, 22:49
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 936
Thanks: 1,572
Thanked 2,058 Times in 692 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
i know a tool called "Cls-span" already exists.

I also named this as "cls-span". i couldn't find any name for it. so i named it "cls-span".

any suggestions?
Perhaps cls-splitter.dll
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
BLACKFIRE69 (11-08-2020)
  #9  
Old 11-08-2020, 23:36
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 559
Thanks: 392
Thanked 1,837 Times in 439 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post


a little fix here...

"CheckArcFile" is only for the first splitted part (setup-1.bin or data-1.bin or ...). it doesn't support other splitted parts (setup-10.bin or data-10.bin or ...).

and CheckArcFile is comming from XTime.dll (GetArcFile).




check it out...
Attached Images
File Type: png x1.png (39.6 KB, 244 views)
File Type: png x2.png (32.5 KB, 244 views)
Reply With Quote
  #10  
Old 12-08-2020, 05:47
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,742
Thanks: 2,136
Thanked 11,053 Times in 2,292 Posts
Razor12911 is on a distinguished road
Don't misunderstand, I don't really care if the code was stolen or not, the name is also not the issue.

All I'm saying is this forum keeps remaking the same projects with little or no difference to the initial project. How many installers were created from the WPI or Metro design idea I came up with 7 years ago, probably 60% or more of the installers created follow the design of Metro. It's now like game companies offering 3-5 game editions of the same game that have little or not benefit compared to the standard edition, then 5 years later someone comes with the idea of fusing all the ideas from the other projects then releases as "GOTY edition", very nice, this is what I was talking about. IGN 10/10

fileforums 10 years later, someone comes up with the idea of making a "remastered edition" where basically all old projects are now recompiled using a newer compiler because the compiler uses *newer* code.

But then again, this is just my opinion but then if everyone in the forum is fine with this, if it ain't broke don't fix it

Last edited by Razor12911; 12-08-2020 at 05:55.
Reply With Quote
The Following 5 Users Say Thank You to Razor12911 For This Useful Post:
BLACKFIRE69 (12-08-2020), COPyCAT (23-08-2020), Gehrman (19-09-2022), Harsh ojha (13-08-2020), knife16 (14-08-2020)
  #11  
Old 12-08-2020, 08:40
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 936
Thanks: 1,572
Thanked 2,058 Times in 692 Posts
Cesar82 is on a distinguished road
It's a good remake every now and then ..
Capcom made millions with RE alone.

Of course it is good to innovate, but new ideas generally do not catch on, except when they are truly innovative.
See Botva2.dll, it has not been updated for years and I think it is one of the most used libraries with custom inno setup installers. It has libraries with similar functionality like Isab.dll (if I'm not mistaken) from peterf1999 but few use them. People don't like to change.
So a similar project, with some new features is good (my personal opinion).
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Gehrman (19-09-2022)
  #12  
Old 13-08-2020, 02:30
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 835
Thanks: 350
Thanked 1,149 Times in 386 Posts
felice2011 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Don't misunderstand, I don't really care if the code was stolen or not, the name is also not the issue.

All I'm saying is this forum keeps remaking the same projects with little or no difference to the initial project. How many installers were created from the WPI or Metro design idea I came up with 7 years ago, probably 60% or more of the installers created follow the design of Metro. It's now like game companies offering 3-5 game editions of the same game that have little or not benefit compared to the standard edition, then 5 years later someone comes with the idea of fusing all the ideas from the other projects then releases as "GOTY edition", very nice, this is what I was talking about. IGN 10/10

fileforums 10 years later, someone comes up with the idea of making a "remastered edition" where basically all old projects are now recompiled using a newer compiler because the compiler uses *newer* code.

But then again, this is just my opinion but then if everyone in the forum is fine with this, if it ain't broke don't fix it
not to mention compression applications, only I will have created 5/6 versions between packing and unpacking. and even today the same compression programs emerge where only the design or the language used to create them changes. but maybe that's okay too, thanks to these guys the forum stays alive for newbies.
The real problem is that in the field of compression today there is nothing really new, except for some updates on the already known compression algorithms, in terms of micro/gain on speed and compression thresholds.
my idea again aimed at the development of FA 'Next, but now abandoned for years and dead to itself, and the old FA has exhausted all its compression miracles.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche)
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
Reply With Quote
The Following 3 Users Say Thank You to felice2011 For This Useful Post:
Cesar82 (16-08-2020), Gehrman (19-09-2022), knife16 (14-08-2020)
  #13  
Old 08-09-2020, 23:53
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 559
Thanks: 392
Thanked 1,837 Times in 439 Posts
BLACKFIRE69 is on a distinguished road
cls-span New Update

cls-span New Update - v1.0.0.2



What's New:
  • Fixed some bugs.
  • Added a request disk dialog to browse for splitted parts.
  • It can define two sizes for the first disk and the other disks. (as cls-diskspan - Razor12911 )
  • Supports three different types.


Code:
Type: 1
cmd = arc.exe a ... -m=span:700mb:800mb  Packed\setup-1.bf.001  "Pack\*"

[ setup-1.bf.001,  setup-1.bf.002,  setup-1.bf.003, ...  ]
Code:
Type: 2
cmd = arc.exe a ... -m=span:700mb:800mb  Packed\setup-1.bf  "Pack\*"

[ setup-1.bf,  setup-2.bf,  setup-3.bf, ...  ]
Code:
Type: 3
cmd = arc.exe a ... -m=span:700mb:800mb  Packed\setup-1a.bf  "Pack\*"



* This type can be used for a collection of games, its meaning

RE := Resident Evil,

===============================================================================
RE 1 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-1a.bf  "Pack1\*"

[ setup-1a.bf,  setup-1b.bf,  setup-1c.bf, ... , setup-1ab, setup-1ac, ... ]
===============================================================================

RE 2 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-2a.bf  "Pack2\*"

[ setup-2a.bf,  setup-2b.bf,  setup-2c.bf, ... , setup-2ab, setup-2ac, ... ]
===============================================================================

RE 3 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-3a.bf  "Pack3\*"

[ setup-3a.bf,  setup-3b.bf,  setup-3c.bf, ... , setup-3ab, setup-3ac, ... ]
===============================================================================

RE 4 --> arc.exe a ... -m=span:700mb:800mb  Packed\setup-4a.bf  "Pack4\*"

[ setup-4a.bf,  setup-4b.bf,  setup-4c.bf, ... , setup-4ab, setup-4ac, ... ]
===============================================================================


* supports upto 30:  setup-30a.bf

_
Attached Images
File Type: png CLS-SPAN1.png (18.6 KB, 131 views)
File Type: png CLS-SPAN2.png (28.1 KB, 134 views)
File Type: png CLS-SPAN3.png (10.0 KB, 130 views)

Last edited by BLACKFIRE69; 15-10-2022 at 16:24.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Cesar82 (09-09-2020), Gehrman (09-09-2020)
Reply

Thread Tools
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
Ultimate Conversion Compressor (UCC) vollachr Conversion Tutorials 55 26-04-2021 09:27
File Splitter and Merger by VollachR vollachr Conversion Tutorials 13 03-06-2018 05:03
Archive splitter & Reflate !! aswadd Conversion Tutorials 5 04-11-2016 04:24
Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 jta PC Games - CD/DVD Conversions 22 05-08-2012 16:55
Best DVD back up splitter Shangrila Era CD/DVD Software & Utilities 3 07-09-2004 06:38



All times are GMT -7. The time now is 16:23.


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