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

Reply
 
Thread Tools Display Modes
  #601  
Old 11-10-2017, 13:36
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Its weird coz I repacked so many games with the same script and didn't face such issue..lol
i think it was the repack method i was using
__________________
Ideas are bulletproof...
Reply With Quote
Sponsored Links
  #602  
Old 11-10-2017, 13:43
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Update 1 finished

update 1 fixed precomp error made some alterations the installation screen
slimmed the script down by placing // or ; next to some components to disable them
if you want to use the component simply remove the // or ;
Attached Files
File Type: 7z WPI+Compressor.7z (18.31 MB, 286 views)
File Type: 7z WindowsPhone_Update1.7z (20.7 KB, 86 views)
__________________
Ideas are bulletproof...

Last edited by darkwolves; 16-10-2017 at 23:21. Reason: update
Reply With Quote
The Following 5 Users Say Thank You to darkwolves For This Useful Post:
ADMIRAL (26-05-2020), bunti_o4u (11-10-2017), mdaak001 (11-07-2022), NickX700K (19-01-2019), oltjon (11-10-2017)
  #603  
Old 11-10-2017, 14:20
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
Can you share the tool which you are using to compress the game.
I have this tool only and it works fine on games (uncompressed) less then 10 GB.
If game is more than 10 GB it is taking hell lot of time and compress ratio is also not good.
that is a good tool although problem is its limited its best to use a custom compressor as newer compression tools were made long after its release
so you can manually make changes to whats in it and also to what you can use in the script you have
__________________
Ideas are bulletproof...
Reply With Quote
  #604  
Old 11-10-2017, 14:23
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
operating the .bat file in the compressor

You can add or decrease the amounts of disks to make.
just check the arc ini and it will tell you the method.
right click and click edit on Advanced_Compressor.
look at the setup setting a file location.. be SURE to number the bin files
say you want it to target desktop and new folder..
"C:\Users\Wolf\Desktop\New folder" it must appear like this..
by default i have it set for 3 data files you can increase,
or decrease just make sure you line everything up,
in the arc ini it has my own personal methods
you can use or change them do NOT delete the -p on password put the password with it,
like it shows in compressor bat file also do not delete the -m put the method name next to it,
you can make you're own or use mine and rename them to whatever you want
__________________
Ideas are bulletproof...
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
oltjon (11-10-2017)
  #605  
Old 11-10-2017, 14:34
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 168 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by darkwolves View Post
You can add or decrease the amounts of disks to make.
just check the arc ini and it will tell you the method.
right click and click edit on Advanced_Compressor.
look at the setup setting a file location.. be SURE to number the bin files
say you want it to target desktop and new folder..
"C:\Users\Wolf\Desktop\New folder" it must appear like this..
by default i have it set for 3 data files you can increase,
or decrease just make sure you line everything up,
in the arc ini it has my own personal methods
you can use or change them do NOT delete the -p on password put the password with it,
like it shows in compressor bat file also do not delete the -m put the method name next to it,
you can make you're own or use mine and rename them to whatever you want
thank you.

If i don't want to set password then password section should be like "-p" only, correct?
Reply With Quote
  #606  
Old 11-10-2017, 14:39
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 168 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by darkwolves View Post
it only happens when i install bigger games highly compressed
like for example my arkham knight is like 52 gigs after install
but its compressed down to 24.6 gigs
also mine is going to go public with a compressor to go with it
If you have more than one data file then you have to make change as below in this code:
if not ISArcExtract ( 0, 100, arcstr, Data[i - 1].Arc[2], '', false, Data[i - 1].Arc[4], ExpandConstant('{tmp}\arc.ini'), Data[i - 1].Arc[2], false) then

set this to 33 if you have 3 data files or set to 50 if you have 2 data files.

Or check the script (counter strike condition zero) that i have uploaded i tweaked this section a bit and now i can define percentage for each file in archives section itself.

this might solve your eternity issue on install page.

Last edited by bunti_o4u; 11-10-2017 at 14:47.
Reply With Quote
  #607  
Old 11-10-2017, 14:50
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
If you have more than one data file then you have to make change as below in this code:
if not ISArcExtract ( 0, 100, arcstr, Data[i - 1].Arc[2], '', false, Data[i - 1].Arc[4], ExpandConstant('{tmp}\arc.ini'), Data[i - 1].Arc[2], false) then

set this to 33 if you have 3 data files or set to 50 if you have 2 data files.

Or check the script (counter strike condition zero) that i have uploaded i tweaked this section a bit and now i can define percentage for each file in archives section itself.

this might solve your eternity issue on install page.
it doesn't bother me
plus it only seems to happen when i use precompressors
__________________
Ideas are bulletproof...

Last edited by darkwolves; 11-10-2017 at 22:33.
Reply With Quote
  #608  
Old 11-10-2017, 14:51
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by bunti_o4u View Post
thank you.

If i don't want to set password then password section should be like "-p" only, correct?
-pPassword

thats how it goes in

if you do not want a password

remove -hp -p
__________________
Ideas are bulletproof...

Last edited by darkwolves; 11-10-2017 at 14:57.
Reply With Quote
  #609  
Old 13-10-2017, 13:34
ShadowEagle's Avatar
ShadowEagle ShadowEagle is offline
Registered User
 
Join Date: Dec 2014
Location: Wonderland
Posts: 138
Thanks: 18
Thanked 21 Times in 18 Posts
ShadowEagle is on a distinguished road
Does this script support components? For example if i make a trilogy, so the user can select which game to install?
Reply With Quote
  #610  
Old 13-10-2017, 21:30
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by ShadowEagle View Post
Does this script support components? For example if i make a trilogy, so the user can select which game to install?
it is not setup that way it is designed for one game only
not saying it couldn't be modified to though
__________________
Ideas are bulletproof...
Reply With Quote
  #611  
Old 20-10-2017, 21:21
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Prove botva slideshow WPI Inno Script

Quote:
Originally Posted by darkwolves View Post
wich version do you want his or mine?
Sir i want WPI inno setup script with background flashing slideshows.
Reply With Quote
  #612  
Old 20-10-2017, 23:23
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by MMBDON View Post
Sir i want WPI inno setup script with background flashing slideshows.
mine has the small one if you want a big one there are many others out there

like this one by Chayan Manna more complex than my edit

http://fileforums.com/showthread.php?t=99359

or this one done by PrinceGupta2000

http://fileforums.com/showthread.php?t=98979
__________________
Ideas are bulletproof...

Last edited by darkwolves; 20-10-2017 at 23:27.
Reply With Quote
  #613  
Old 25-10-2017, 11:14
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Suggest me file decompression!

[QUOTE=darkwolves;463306]mine has the small one if you want a big one there are many others out there

Thank you for file attachments. Sir, how do i decompress header corrupted(FreeARC Protected) files created with .bin extension by creating setup.exe. Codex and Fitgirl repacks create FreeARC Protected files(Archieve can't be opened with FreeArc) and they create setup.exe to extract those files. In the similar way i know to create that type files. But i don't know how to decompress files using inno script. Please help me!
Reply With Quote
  #614  
Old 26-10-2017, 23:25
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
[QUOTE=MMBDON;463480]
Quote:
Originally Posted by darkwolves View Post
mine has the small one if you want a big one there are many others out there

Thank you for file attachments. Sir, how do i decompress header corrupted(FreeARC Protected) files created with .bin extension by creating setup.exe. Codex and Fitgirl repacks create FreeARC Protected files(Archieve can't be opened with FreeArc) and they create setup.exe to extract those files. In the similar way i know to create that type files. But i don't know how to decompress files using inno script. Please help me!
they use different compression methods for one the script you use must be compatible...
however fitgirl and corepacks files are password protected and opening them
is possible but it is also stealing
however if you get the game yourself and repack it yourself that is different i included a compressor with
my wpi editthe one by Chayan has one the one done by PrinceGupta2000 is compatible with some versions of ultraarc
__________________
Ideas are bulletproof...

Last edited by darkwolves; 26-10-2017 at 23:31.
Reply With Quote
  #615  
Old 28-10-2017, 11:36
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Unhappy Requesting UHARC Support WPI & EZ Installer!

[QUOTE=darkwolves;463539]
Quote:
Originally Posted by MMBDON View Post

they use different compression methods for one the script you use must be compatible...
however fitgirl and corepacks files are password protected and opening them
is possible but it is also stealing
however if you get the game yourself and repack it yourself that is different i included a compressor with
my wpi editthe one by Chayan has one the one done by PrinceGupta2000 is compatible with some versions of ultraarc
Hey Sir, Please provide UHARC Support Windows phone installer script! i tried with uharc unpacking commands in arc.ini by including uharc.exe, cls-uharcmt.dll and also uha.dll (In WPI). But unable to decompress uharc compressed file through script provided by you.

Also if you have EZ Installer Creator created by Razor12911, please provide it!
Reply With Quote
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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1614 03-10-2024 02:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 03:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 07:00
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 10:48



All times are GMT -7. The time now is 01:29.


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