Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #451  
Old 11-01-2019, 11:53
kocchi96x's Avatar
kocchi96x kocchi96x is offline
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 29
Thanks: 14
Thanked 14 Times in 12 Posts
kocchi96x is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Make WizardForm.ProgressGauge.Hide; on CurPageChanged CurPageID = Hpag.ID
that worked its gone now.
Reply With Quote
Sponsored Links
  #452  
Old 11-01-2019, 12:40
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Make WizardForm.ProgressGauge.Hide; on CurPageChanged CurPageID = Hpag.ID
Hi Mate,
Do you want to test your script? to find bugs?
I can help you,
if you want, please tell me.
Im waiting for 7.1.1 Stable version
That CRC Feature is Very good and excellent idea.

here some ideas from me.
add second archive extraction....
and add all the Extraction Methods,
Oodle, zlib, afr all of them.
and make them easy to turn on and off.
Not by Define...
on setting.ini it will be perfect...

Like this,
Compressor:
Afr:0 mean off 1 mean on
Oodle:Kraken:1
Oodle:Mermaid:0
Bpk:1

If you can.. Its easy to configure
and you call it simple installer so keep it simple

add video features...

If this is possible,
please add this option,
cause its very good option...

some games takes long time to install...
so i want you to add pause option,
so we can install other half later,

Why we need this, while installing currunt went off..
powers out... so we can't finish the installation...
we had to cancel... UPS cant hold much longer..
You guys know that..

I want this option
Like downloading something.. Via IDM.
I can push and shout down pc then tomorrow i can resume where i left off...

I know it's not easy to do.
But if you do it will be worth it...

I'll give you more ideas later...

What do yoi think?
__________________
Keep Up The Good Works!
Reply With Quote
  #453  
Old 11-01-2019, 16:44
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by yasitha View Post
Hi Mate,
Do you want to test your script? to find bugs?
I can help you,
if you want, please tell me.
Im waiting for 7.1.1 Stable version
That CRC Feature is Very good and excellent idea.
I don't know. If you experience any bugs, tell me.



Quote:
Originally Posted by yasitha View Post
here some ideas from me.
add second archive extraction....
Why? Doesn't make sense. Like you said: Keep installer simple


Quote:
Originally Posted by yasitha View Post
and add all the Extraction Methods,
Oodle, zlib, afr all of them.
and make them easy to turn on and off.
Not by Define...
on setting.ini it will be perfect...

Like this,
Compressor:
Afr:0 mean off 1 mean on
Oodle:Kraken:1
Oodle:Mermaid:0
Bpk:1
Will see



Quote:
Originally Posted by yasitha View Post
add video features...

If this is possible,
please add this option,
cause its very good option...
I will see



Quote:
Originally Posted by yasitha View Post
some games takes long time to install...
so i want you to add pause option,
so we can install other half later,

Why we need this, while installing currunt went off..
powers out... so we can't finish the installation...
we had to cancel... UPS cant hold much longer..
You guys know that..

I want this option
Like downloading something.. Via IDM.
I can push and shout down pc then tomorrow i can resume where i left off...

I know it's not easy to do.
But if you do it will be worth it...
That's simply not possible.

What is possible is to pause the extraction, but if you shutdown the pc or power is off, you can't start where progress has stopped. Impossible.
__________________
Haters gonna hate
Reply With Quote
  #454  
Old 11-01-2019, 17:43
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
What do you think about Pause button instead?

It's pretty simple: SuspendProc for Pause, ResumeProc for Resume


__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
yasitha (11-01-2019)
  #455  
Old 11-01-2019, 18:55
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
What do you think about Pause button instead?

It's pretty simple: SuspendProc for Pause, ResumeProc for Resume


I know inno setup can't do that.
but like this,
it maybe possible..

There's 7 DVD And im done with 3 DVD and it ask for 4 dvd and i can chose 4 dvd or. I can use later button that mean.. I can install other half later..

How?
Like this,
can you have to create temporary file,
with extraction log. so next time setup started, he knows what to so, and next time you run the setup,
setup has Resume button,
instead installing..
When i Click resume. It ask for 4th DVD...

To remember where i left off.
you have to create $arcedatafile$ or some kind of log files, somewhere, or inside the game,
so next time, it knows where should it be started,
To do that you may need Razor help.
Cause you have to plugin something else,
cause inno setup can't do that.
Only suspend..

I have CIU 2.0 Modification. someone gave it to me long time a go, that time yener90 didn't even shere his things with others, only shere compiler.exe so he ask me to keep it to my self and i did it.
And while i keeping it i have done some modification.
i will pm you. You can get some ideas from it
__________________
Keep Up The Good Works!
Reply With Quote
  #456  
Old 11-01-2019, 19:09
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
and when BETA 5 Available post that on first post as beta. cause it easy to find...

i will test and tell you if there are bugs left..
I don't know much about compression..
But i know how to edit script...

so if i see something I'll tell you,
We are luck cause your here..

Thanks not good enough for you my friend..
Your doing excellent work...
You deserve more then thanks, like Razor...
He done many things.

I wish that im rich.
so i can donate for him and you.
For doing this..
Unfortunately im not

This is not simple task.
I know that..
You giving us free your hard work..
so again, you deserved more then thanks my friend....

and we all happy your here....
__________________
Keep Up The Good Works!
Reply With Quote
  #457  
Old 12-01-2019, 06:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
I will post full build asap.

Here is the complete changelog

Code:
v7.1.1
_____________________________________________________
- Updated some compressors
- Added option to make records.ini internal
- Rebuild file handling for compressors
- Updated file structure
- Removed old code
- Removed Compiler.exe for ISEE
  > You have to use IS (u) now
- Fixed ProgressBar flickering
  > It had something to do with % (TLabel)
  > % is now (StaticText)
- Added Time Remaining and Time Elapsed
  > Time Remaining is broken at the moment
- Removed ProgressBarLabelColor
  > It is not working with (StaticText)
- Increased Setup Window size
- Added ShowLanguageBox= option
- Moved CRC Check CB to DirPage
- Fixed CPU requirement calculation
- Rounded DirectX version number (from xy,z to xy)
- It is now possible to use RGB Color instead of BGR
- Fixed Music and Website Buttons if one of them are disabled
- Fixed compile error if AFR "019" is enabled
- Fixed error if not using certain options
- Added ISHash library (thanks to peterf1999)
  > Removed QuickSFV
  > Valid file types: md5, sha1, sha256, sha512
- Overhauled SelectDirPage a bit

NEW
- Removed string "x 1 (Running)" from GPU label
- Added pause button on installer
  > With this you can pause the installation
- Fixed PercentLabel for diskspan archives

KNOWN BUGS
- ScrollBar on LicensePage and InfoBeforePage are broken if you use cjstyle skin
I will work on it later again. I think this is enough for now.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
kassane (12-01-2019), yasitha (12-01-2019)
  #458  
Old 12-01-2019, 06:15
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I will post full build asap.

Here is the complete changelog

Code:
v7.1.1
_____________________________________________________
- Updated some compressors
- Added option to make records.ini internal
- Rebuild file handling for compressors
- Updated file structure
- Removed old code
- Removed Compiler.exe for ISEE
  > You have to use IS (u) now
- Fixed ProgressBar flickering
  > It had something to do with % (TLabel)
  > % is now (StaticText)
- Added Time Remaining and Time Elapsed
  > Time Remaining is broken at the moment
- Removed ProgressBarLabelColor
  > It is not working with (StaticText)
- Increased Setup Window size
- Added ShowLanguageBox= option
- Moved CRC Check CB to DirPage
- Fixed CPU requirement calculation
- Rounded DirectX version number (from xy,z to xy)
- It is now possible to use RGB Color instead of BGR
- Fixed Music and Website Buttons if one of them are disabled
- Fixed compile error if AFR "019" is enabled
- Fixed error if not using certain options
- Added ISHash library (thanks to peterf1999)
  > Removed QuickSFV
  > Valid file types: md5, sha1, sha256, sha512
- Overhauled SelectDirPage a bit

NEW
- Removed string "x 1 (Running)" from GPU label
- Added pause button on installer
  > With this you can pause the installation
- Fixed PercentLabel for diskspan archives

KNOWN BUGS
- ScrollBar on LicensePage and InfoBeforePage are broken if you use cjstyle skin
I will work on it later again. I think this is enough for now.
Nice, first page don't have download archive..
Please add 7.1.1 version on first page..
__________________
Keep Up The Good Works!
Reply With Quote
  #459  
Old 12-01-2019, 08:38
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Script added to post #1
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
yasitha (12-01-2019)
  #460  
Old 12-01-2019, 09:04
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Script added to post #1
Wow it's not beta anymore.
Well-done brother...
i will test and tell you if there are any bugs left... Hope you fix everything...do you think about pause option i mentioned earlier?
__________________
Keep Up The Good Works!
Reply With Quote
  #461  
Old 12-01-2019, 19:18
exorc exorc is offline
Registered User
 
Join Date: Jan 2010
Location: Spain
Posts: 75
Thanks: 78
Thanked 6 Times in 6 Posts
exorc is on a distinguished road
Hi, how to unpack this "xZLib+srep+lolz:dtb1:d64m:mt6:mc1023"?

thanks
Reply With Quote
  #462  
Old 12-01-2019, 19:52
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by exorc View Post
Hi, how to unpack this "xZLib+srep+lolz:dtb1:d64m:mt6:mc1023"?

thanks
via this script ? , with what ?
i can help! just tell me what are you using to unpack ?

or just follow me...

xZLib Requires

Files:

Code:
XT.exe
hif2raw_dll.dll
raw2hif_dll.dll
zlibwapi.dll
arc.ini or FA.ini Requires

Code:
[External compressor:xZLib]
header    = 0
packcmd   = XT e:precomp:t75p,c32m:zlib - - <stdin> <stdout>
unpackcmd = XT d:precomp:t75p - - <stdin> <stdout>
added, TaskKill for XT.exe and DelTree

Srep Requires

Files:

Code:
cls-srep.dll
arc.ini or FA.ini Requires

Code:
[External compressor:srep]
header = 0
packcmd   = srep -m3f $$arcdatafile$$.tmp - <stdout>
unpackcmd = srep -d -s - - <stdin> <stdout>

LOLZ Requires

Files:

Code:
cls-lolz_x64.exe
cls-lolz.dll
LOLZ don't need arc.ini or FA.ini options to unpack

use on LOLZ always mtt0...
otherwise it will Requires More Rams for unpacking...

i made this archive for you, it can unpack... so download and try it..
search in the script *data.bin* then change it to your archive name..
Attached Files
File Type: rar Example.rar (1.95 MB, 30 views)
__________________
Keep Up The Good Works!

Last edited by yasitha; 12-01-2019 at 20:36.
Reply With Quote
  #463  
Old 12-01-2019, 21:38
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
and systems requirements doesn't show,
when it meets it's requirements...

It only show when it won't meet,
the minimum requirements in RED

you should add,
when it meets it requirement..

Your System Does Meet The Minimum Requirements

in GREEN Color
__________________
Keep Up The Good Works!

Last edited by yasitha; 12-01-2019 at 21:41.
Reply With Quote
  #464  
Old 13-01-2019, 01:43
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Yeah I know about this bug. It only happens with cjstyles. And I don't know how to fix this atm.

--

For me the system page shows fine.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
yasitha (13-01-2019)
  #465  
Old 13-01-2019, 01:46
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Yeah I know about this bug. It only happens with cjstyles. And I don't know how to fix this atm.

--

For me the system page shows fine.
System Page is fine,
but when i meet systems requirements.
it won't say i have meet the requirements.
All requirements are blue that's all..
__________________
Keep Up The Good Works!
Reply With Quote
Reply


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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 15:33.


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