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

Reply
 
Thread Tools Display Modes
  #1  
Old 15-07-2014, 11:30
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 494 Times in 114 Posts
gozarck is on a distinguished road
MSC+Srep+lzma Simple Script Example



Hi GOZARCK SALUTE YOU


Compress in MSC+Srep+lzma
Integrate MSC to our script


---------------------------------------------------------------------------------------------------------------------------------------------------------------
(ENGLISH MODE - ON -------->WITH SOME SPELLS BUGS -_-)
---------------------------------------------------------------------------------------------------------------------------------------------------------------


--------------
:INTRO
--------------
Compress in MSC+Srep+lzma MSC
Integrate MSC to our script

sometimes we have problems with the setup.
------------------------
|PROBLEMS|
------------------------
1_|IsDone.dll

2__|Srep files (says not srep file)



------------------------
|POSIBLES SOLUTIONS|
-----------------------



Always compress with the same "arc.exe" "srep.exe"

version and "arc.ini" parameters.

[i provide you (FOLDER->compress_example)]

And "unarc.exe" "arc.ini" i provide you [ (INNO_Example\Files)]
(sometimes {tmp}\arc.ini )

Why?

Because CLS-Srep 0.3.3 (By ProFrager) only acept those versions of

"srep" "arc" and parameters of "arc.ini"

same case in "unarc.exe"

("thats all you need")(Idon´t like precomp sorry).

PD:Some users compress folders games with the last freearc version

or installed version then download setups installer prepacked (compiled)

and srep or Isdone.dll error appears.

So the author of the installer should provide the files to compress support the versions

of exe dll ini inside to the compiled setup.exe.
:ENDINTRO



:MIDDLE
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Integrate MSC 0.0.6.4 (By ProFrager)
---------------------------------------------------------------------------------------------------------------------------------------------------------------

:read
Packer / preprocessor for multimedia data. Currently supported data types of the following: dds (raw, dxt), bmp, wav (pcm), mp3.

Because this preprocessor sharpen a job with freearc'om, the processing is carried out with a single input file.

The output is just one archive proprietary format.

Current version is not yet brought to mind, in particular, is not completed reverse packing lessons in media archive (command i),

the command "e" while running without the possibility of deleting the original data.

:ENDREAD


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


first compress game FOLDER \msc\PACK.BAT

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


:code

Code:
@echo off
title msc 
rem del /q data.arc
arc.exe a -ep1 -dses --dirs -s; -lc256 -di -i2 -r -w.\  -mmsc:raw=1:DXT=1:DXT=2:DXT=3:DXT=4:DXT=5:tak=9:bmf=9:ddsraw=1:bmp=1+srep+exe2+delta+lzma:max dat_01.bin "Skyrim\*"
pause
:endcode

copy *.bin to output folder in INNO_Example

[ (FOLDER->INNO_Example)]

open script and see comentary.

Code:
ADDED LINES
-------------------------------------------------------
script add lines

#define MSCInside

----------------------------------------------------
#ifdef SrepInside
Source: "Files\CLS-srep.dll"; DestDir: "{tmp}"; Flags: "dontcopy";
Source: "Files\cls.ini"; DestDir: "{tmp}"; Flags: "dontcopy";
#endif



#ifdef MSCInside
Source: "Files\CLS-MSC.dll"; DestDir: {tmp}; Flags: dontcopy
Source: "Files\unarc.exe"; DestDir: {tmp}; Flags: dontcopy
#endif
----------------------------------------------------------------
// LA SIGUIENTE LINEA FUE AGREGADA PARA EXTRAER SREP
// CLS-srep.dll 0.3.3
#ifdef SrepInside
      ExtractTemporaryFile('CLS-srep.dll');
      ExtractTemporaryFile('cls.ini');
#endif

// LA SIGUIENTE LINEA FUE AGREGADA PARA EXTRAER MSC
#ifdef MSCInside
ExtractTemporaryFile('CLS-MSC.dll');
ExtractTemporaryFile('unarc.exe');
#endif

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

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


(thats all modifications)


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


this is all files you need in this 7z file practice and make your backup more powerfull gozarck.7z




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

Last edited by gozarck; 16-07-2014 at 10:58.
Reply With Quote
The Following 19 Users Say Thank You to gozarck For This Useful Post:
Andrey167 (15-07-2014), arkantos7 (22-07-2014), clagby (09-05-2015), DarkSoul19 (07-09-2015), Gehrman (14-07-2022), mausschieber (15-07-2014), MMR (22-07-2014), nasir ahmad (20-04-2016), oltjon (15-07-2014), punchao (15-06-2015), RamiroCruzo (17-09-2015), Razor12911 (15-07-2014), rYL (11-11-2014), Sarvagya (15-06-2015), Simorq (22-04-2015), Stor31 (15-06-2015), yasserdivar (16-09-2015), y_thelastknight (22-07-2014), ZAZA4EVER (05-12-2016)
Sponsored Links
  #2  
Old 08-11-2014, 23:30
rYL rYL is offline
Registered User
 
Join Date: Sep 2014
Location: Philippines
Posts: 10
Thanks: 1
Thanked 2 Times in 2 Posts
rYL is on a distinguished road
Msc error creating temp file

:/ i tried to change cls.ini,
Reply With Quote
The Following User Says Thank You to rYL For This Useful Post:
Bilawal (29-07-2016)
  #3  
Old 11-11-2014, 03:18
rYL rYL is offline
Registered User
 
Join Date: Sep 2014
Location: Philippines
Posts: 10
Thanks: 1
Thanked 2 Times in 2 Posts
rYL is on a distinguished road
http://************/ldhjrts - REVISED SETUP (GOZARCK)

Gozarck.. i just edit some of your script. Test the setup here. (NOTE: IM NOT USING UR SCRIPT ON OTHERS REPACK) JUSR tESTING IT. Anyway, if you like then i will give you the whole script
Download it and have a try. !
Reply With Quote
  #4  
Old 11-11-2014, 03:20
rYL rYL is offline
Registered User
 
Join Date: Sep 2014
Location: Philippines
Posts: 10
Thanks: 1
Thanked 2 Times in 2 Posts
rYL is on a distinguished road
This is the linkhttp://************/ldhjrts
Reply With Quote
  #5  
Old 11-11-2014, 03:21
rYL rYL is offline
Registered User
 
Join Date: Sep 2014
Location: Philippines
Posts: 10
Thanks: 1
Thanked 2 Times in 2 Posts
rYL is on a distinguished road
tinyurl com / ldhjrts
Sorry i guess the forum wrongly input the link ..
Just put (.) Before "com" and combine slash and the letters. Thanks!
Reply With Quote
  #6  
Old 11-11-2014, 03:31
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Talking Oh oh?!

Quote:
Originally Posted by rYL View Post
http://************/ldhjrts - REVISED SETUP (GOZARCK)

Gozarck.. i just edit some of your script. Test the setup here. (NOTE: IM NOT USING UR SCRIPT ON OTHERS REPACK) JUSR tESTING IT. Anyway, if you like then i will give you the whole script
Download it and have a try. !
Quote:
Originally Posted by rYL View Post
Quote:
Originally Posted by rYL View Post
tinyurl com / ldhjrts
Sorry i guess the forum wrongly input the link ..
Just put (.) Before "com" and combine slash and the letters. Thanks!
Don't make triple post it man!
Like a spam!
Carefull!
Reply With Quote
The Following User Says Thank You to Carldric Clement For This Useful Post:
bastien360 (16-05-2015)
  #7  
Old 17-11-2014, 02:31
Manjunath Manjunath is offline
Registered User
 
Join Date: Oct 2013
Location: India
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Manjunath is on a distinguished road
Thnks 4 the script its cool but like every1 else i need help with problems...
1.how to add cancel (x) and minimise (-)button
2.how to add external compressed files like Setup-1.bin etc.
dont take it as demand pleaseeee help
Reply With Quote
  #8  
Old 15-06-2015, 09:02
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
i need a correct .bat to use msc+srep with Blackbox Inno Setup Script by kurutucu

Last edited by punchao; 15-06-2015 at 09:09.
Reply With Quote
  #9  
Old 15-06-2015, 15:04
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 494 Times in 114 Posts
gozarck is on a distinguished road
Im sorry i dont know.Please ask in blackbox thread.other users may help you.
__________________
-the science of the useless-
Reply With Quote
  #10  
Old 17-07-2015, 08:48
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 169 Times in 75 Posts
RamiroCruzo is on a distinguished road
Quote:
Originally Posted by rYL View Post
tinyurl com / ldhjrts
Sorry i guess the forum wrongly input the link ..
Just put (.) Before "com" and combine slash and the letters. Thanks!
Whats the Password of the rar????
Reply With Quote
  #11  
Old 07-09-2015, 16:31
DarkSoul19 DarkSoul19 is offline
Registered User
 
Join Date: Sep 2015
Location: Australia
Posts: 18
Thanks: 12
Thanked 21 Times in 6 Posts
DarkSoul19 is on a distinguished road
Hi Gozarck, thanks for sharing, just 1 question
How can i use this combo?
Reflate+MSC+Srep+lzma
Do you think using Reflate before MSC will give better results?
Update it doesnt

Last edited by DarkSoul19; 11-09-2015 at 03:48.
Reply With Quote
Reply

Tags
arc, inno script, msc, srep

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
Dead Space 3 REV0 PC Games - CD/DVD Conversions 2 27-02-2019 10:17
Battlefield 4 REV0 PC Games - CD/DVD Conversions 2 26-02-2019 20:10
F.E.A.R. Collection [CIUv2 - 7xDVD5 - SREP LZMA m0] KaktoR PC Games - CD/DVD Conversions 2 02-04-2014 19:11
Battlefield 3: Premium Edition - 4xDVD5 [ALL DLCs + LZMA + SREP + CIU V2] REV0 PC Games - CD/DVD Conversions 7 06-10-2013 16:00



All times are GMT -7. The time now is 09:40.


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