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]
---------------------------------------------------------------------------------------------------------------------------------------------------------------
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]
---------------------------------------------------------------------------------------------------------------------------------------------------------------