PDA

View Full Version : MSC+Srep+lzma Simple Script Example


gozarck
15-07-2014, 11:30
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.

(FOLDER->compress_example)]

And [I]"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


@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.

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 9474[/COLOR]



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

rYL
08-11-2014, 23:30
:/ i tried to change cls.ini,

rYL
11-11-2014, 03:18
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 :D
Download it and have a try. !

rYL
11-11-2014, 03:20
This is the linkhttp://************/ldhjrts

rYL
11-11-2014, 03:21
tinyurl com / ldhjrts
Sorry i guess the forum wrongly input the link ..
Just put (.) Before "com" and combine slash and the letters. Thanks!

Carldric Clement
11-11-2014, 03:31
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 :D
Download it and have a try. !

This is the linkhttp://************/ldhjrts

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!
:rolleyes::cool::D

Manjunath
17-11-2014, 02:31
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

punchao
15-06-2015, 09:02
i need a correct .bat to use msc+srep with Blackbox Inno Setup Script by kurutucu

gozarck
15-06-2015, 15:04
Im sorry i dont know.Please ask in blackbox thread.other users may help you.

RamiroCruzo
17-07-2015, 08:48
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????:(

DarkSoul19
07-09-2015, 16:31
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