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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-02-2015, 10:21
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
Unpack srep+lzma bat

Gozarck Salute you

Unpack_srep_lzma.bat

Today i give you my magical Unpack_srep_lzma.bat

include only 2 files:

testfile:dat_01.bin
bat file:Unpack_srep_lzma.bat
how to Use: launch Unpack_srep_lzma.bat


(feel free to modify the bat file and experiment yourself)


thats all you don't need srep.exe or unarc.exe or arc.ini
because this bat file will create those exe, dll, ini files.

not support precomp (i don't like precomp, sorry)

support

Code:
 -msrep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000000000:lc8

Code:
 -mrep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000000000:lc8
Code:
 -msrep+delta+4x4:lzma:a1:mfbt4:d158m:fb273:mc1000000000:lc8
this code 4x4:lzma its = xlzma

thanks
Attached Files
File Type: 7z Unpack_srep_lzma.7z (377.6 KB, 443 views)

Last edited by pakrat2k2; 12-02-2015 at 06:02.
Reply With Quote
The Following 11 Users Say Thank You to gozarck For This Useful Post:
Carldric Clement (12-02-2015), COPyCAT (13-02-2015), DarkSoul19 (05-10-2015), Gehrman (28-04-2021), lhanz678 (12-02-2015), oltjon (11-02-2015), RamiroCruzo (03-10-2015), Razor12911 (12-02-2015), Sarvagya (12-11-2016), Simorq (11-02-2015), Stor31 (12-02-2015)
Sponsored Links
  #2  
Old 12-02-2015, 04:15
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
Error Win 7 x64Bit
Reply With Quote
  #3  
Old 12-02-2015, 08:15
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
didn't get any errors, but takes way too long ..
you have it go thru the bin file each time for every file it needs
which seems crazy to go thru the entire file ( say 2mb ) for a 20K file.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
gozarck (12-02-2015)
  #4  
Old 12-02-2015, 13:56
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
Quote:
Originally Posted by pakrat2k2 View Post
didn't get any errors, but takes way too long ..
you have it go thru the bin file each time for every file it needs
which seems crazy to go thru the entire file ( say 2mb ) for a 20K file.
yes, its only for use once. I made this batch files for fun and i love MS-DOS.
i know the users in this forum have all those files unarc.exe, srep.exe, arc.ini, etc.
and only need the correct commands to extract files in batch (or use innoSetup).Think in this bat file like a diferent way to install a game.

i made another bat file Unpack_srep_lzmaV2.bat

This v2 Create a necesary files to unpack the files like V1 but retains the files in BIN\ folder and if you delete any file in BIN\ folder like "BIN\srep.exe" the batch file only create the missing file. Also V2 create another file called "Unpacker.bat" and you can modify.

Unpacker.bat

Quote:
for /r . %%T IN ("dat_0*.bin") do (
cls
Bin\unarc.exe x -w.\ -dpUnpack\ "%%T"
you can modify ("dat_0*.bin") for your compressed file most users use cab extension ("dat_0*.cab"), or diferent folder to install -dpMyGame\ .

I'm just sharing my tricks.
Attached Files
File Type: 7z Unpack_srep_lzma_V2.7z (376.9 KB, 149 views)
Reply With Quote
The Following 5 Users Say Thank You to gozarck For This Useful Post:
COPyCAT (13-02-2015), Gehrman (28-04-2021), pakrat2k2 (12-02-2015), RamiroCruzo (03-10-2015), Sarvagya (12-11-2016)
  #5  
Old 12-02-2015, 15:14
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
Thumbs up Nice Method

Quote:
Originally Posted by gozarck View Post
Gozarck Salute you

Unpack_srep_lzma.bat

Today i give you my magical Unpack_srep_lzma.bat

include only 2 files:

testfile:dat_01.bin
bat file:Unpack_srep_lzma.bat
how to Use: launch Unpack_srep_lzma.bat


(feel free to modify the bat file and experiment yourself)


thats all you don't need srep.exe or unarc.exe or arc.ini
because this bat file will create those exe, dll, ini files.

not support precomp (i don't like precomp, sorry)

support

Code:
 -msrep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000000000:lc8

Code:
 -mrep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000000000:lc8
Code:
 -msrep+delta+4x4:lzma:a1:mfbt4:d158m:fb273:mc1000000000:lc8
this code 4x4:lzma its = xlzma

thanks
Very well bro.
Reply With Quote
The Following User Says Thank You to Carldric Clement For This Useful Post:
gozarck (12-02-2015)
  #6  
Old 14-02-2015, 01:53
Sarvagya's Avatar
Sarvagya Sarvagya is offline
Registered User
 
Join Date: Oct 2014
Location: Home
Posts: 35
Thanks: 101
Thanked 22 Times in 16 Posts
Sarvagya is on a distinguished road
nice nice nice very nice awesome
and i also dont like precomp it takes time i dont have.
srep is more awesome and i am also fond of batch coding
__________________
Don't Judge Me
Reply With Quote
The Following User Says Thank You to Sarvagya For This Useful Post:
gozarck (19-02-2015)
  #7  
Old 19-02-2015, 15:54
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
Quote:
Originally Posted by Sarvagya View Post
nice nice nice very nice awesome
and i also dont like precomp it takes time i dont have.
srep is more awesome and i am also fond of batch coding
thanks Sarvagya here another example with progress display.
Attached Files
File Type: zip Unpack_srep_lzma_V3.zip (184.2 KB, 155 views)
__________________
-the science of the useless-
Reply With Quote
The Following User Says Thank You to gozarck For This Useful Post:
RamiroCruzo (24-08-2015)
  #8  
Old 03-03-2015, 01:29
Sarvagya's Avatar
Sarvagya Sarvagya is offline
Registered User
 
Join Date: Oct 2014
Location: Home
Posts: 35
Thanks: 101
Thanked 22 Times in 16 Posts
Sarvagya is on a distinguished road
both the batfiles are awesome nobody even thoughts about batfile these days but the batch coding is more cool when used to create some awesome little program as when i was not knowing about inno setup i was very happy with the cmd but its been a long time i ve created any game rip using that
SARVAGYA SALUTES U
U ROCK
thanks for giving such cool .bats
u have the science of usefullness
like not everybody has inno setup but every body got windows (cmd).
__________________
Don't Judge Me

Last edited by Sarvagya; 03-03-2015 at 01:33.
Reply With Quote
The Following User Says Thank You to Sarvagya For This Useful Post:
gozarck (21-05-2015)
  #9  
Old 21-05-2015, 17: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
Quote:
Originally Posted by Sarvagya View Post
both the batfiles are awesome nobody even thoughts about batfile these days but the batch coding is more cool when used to create some awesome little program as when i was not knowing about inno setup i was very happy with the cmd but its been a long time i ve created any game rip using that
SARVAGYA SALUTES U
U ROCK
thanks for giving such cool .bats
u have the science of usefullness
like not everybody has inno setup but every body got windows (cmd).
Here another example for Unpack with BG Image into cmdBOX with progress in titlebar.
Attached Files
File Type: 7z Unpack_srep_lzma_with imageBG.7z (1.06 MB, 123 views)
__________________
-the science of the useless-
Reply With Quote
  #10  
Old 22-05-2015, 01:54
Sarvagya's Avatar
Sarvagya Sarvagya is offline
Registered User
 
Join Date: Oct 2014
Location: Home
Posts: 35
Thanks: 101
Thanked 22 Times in 16 Posts
Sarvagya is on a distinguished road
Now This Is What I Call Super_Awesome!

Bro!
You Are An Alien Right!
Where Did You Get That Brain, I Think You Got Brain Transplanted From Einstien or Newton or GOZARCK Himself.
Hail The Great And Majestic GOZARCK
-------------------------------------
Now Some Bussiness
This One is Going Into My Private Collection of Awesome Apps.
Now What Do I say I Think i should also upload some of my stuff here.
Hats off To GZK
If U Visit The Link Below You Can Get A Glimpse Of What GZK Has Created.
__________________________________________________ ______________
http://www.fileforums.com/attachment...1&d=1432284966
Attached Images
File Type: jpg GZKBG1.JPG (90.7 KB, 515 views)
__________________
Don't Judge Me

Last edited by Sarvagya; 22-05-2015 at 02:02. Reason: I Am Not Able To Add Attachment
Reply With Quote
The Following 3 Users Say Thank You to Sarvagya For This Useful Post:
ChronoCross (22-05-2015), gozarck (26-05-2015), oltjon (22-05-2015)
  #11  
Old 26-05-2015, 13:00
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
Thanks @Sarvagya for add pics and for your enthusiasm.
here the bat file BG image V2.with virtual buttons on image.
pics made it with graphic studio by Razor12911
Attached Images
File Type: png AngBirds_proc.png (889.3 KB, 462 views)
File Type: png AngBirds2_proc_proc.png (370.0 KB, 457 views)
File Type: png AngBirds3_proc.png (881.9 KB, 472 views)
Attached Files
File Type: 7z Unpack_srep_lzma_with imageBG.v_2.7z (1.28 MB, 180 views)
__________________
-the science of the useless-
Reply With Quote
The Following 7 Users Say Thank You to gozarck For This Useful Post:
arkantos7 (27-05-2015), felice2011 (26-05-2015), ffmla (29-09-2016), Gehrman (28-04-2021), Grumpy (26-05-2015), Sarvagya (12-11-2016), Simorq (09-09-2015)
  #12  
Old 11-08-2015, 10:24
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
Bro, do I could spend templates to edit those photos?
not how to do it with graphic studio

Last edited by punchao; 11-08-2015 at 12:12.
Reply With Quote
  #13  
Old 11-08-2015, 11:45
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
@ punchao, you've been here enough to know better then to post in anything other then English !!!
Reply With Quote
  #14  
Old 07-09-2015, 16:38
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
Quote:
Originally Posted by Sarvagya View Post
both the batfiles are awesome nobody even thoughts about batfile these days but the batch coding is more cool when used to create some awesome little program as when i was not knowing about inno setup i was very happy with the cmd but its been a long time i ve created any game rip using that
SARVAGYA SALUTES U
U ROCK
thanks for giving such cool .bats
u have the science of usefullness
like not everybody has inno setup but every body got windows (cmd).
I love bat script intalls, All of my old Rips where bat script`s. I even in the end got really fancy and had Ascii Art Movies playing along with music during instal, just for fun of course :-Pbut then i had my boy born and had to stop, at least for a few years, but im back!!
Reply With Quote
The Following 2 Users Say Thank You to DarkSoul19 For This Useful Post:
gozarck (02-10-2015), pakrat2k2 (07-09-2015)
  #15  
Old 03-10-2015, 16:26
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
V3 with BG music. Check the bat file for info.
Attached Files
File Type: 7z Unpack_srep_lzma_with image_and_musicBG.v_3.7z (11.10 MB, 131 views)
__________________
-the science of the useless-
Reply With Quote
The Following 5 Users Say Thank You to gozarck For This Useful Post:
arkantos7 (04-10-2015), DarkSoul19 (05-10-2015), Gehrman (28-04-2021), Sarvagya (12-11-2016), Simorq (04-10-2015)
Reply

Tags
freearc, lzma, srep, srep+lzma, unpack

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
Painkiller Hell and Damnation (All updates) *1xDVD5 Inno+Srep+Freearc lzma: 3.30GB* Fabioddq PC Games - CD/DVD Conversions 15 04-01-2015 09:42
F.E.A.R. Collection [CIUv2 - 7xDVD5 - SREP LZMA m0] KaktoR PC Games - CD/DVD Conversions 2 02-04-2014 19:11



All times are GMT -7. The time now is 05:19.


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