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
  #961  
Old 26-12-2017, 18:40
RigelOrionis's Avatar
RigelOrionis RigelOrionis is offline
Registered User
 
Join Date: Nov 2016
Location: Espaņa
Posts: 5
Thanks: 10
Thanked 18 Times in 11 Posts
RigelOrionis is on a distinguished road
Looking at the scripts of this forum (CIUv2 v2.0.3.9 U6H2 UltraArcR3) and copying and pasting in my script what I thought was convenient, in the end I made it work. Yes, I was missing what you said KaktoR (ExtractTemporaryFile('') for each pre-compressor).
I've got it by chance, but anyway thank you very much friend KaktoR for your help and availability. Have a happy new Year!!

What I do not know is how to unzip to an extension ".bin", it only works with ".arc". Does anyone know how to do it? What must be added to the script?

I would like to thank the teacher "Razor12911" the creation of this wonderful program, It's an incredible job! A million thanks for your work and dedication.
I also wish you happy new year. Thank you very much and kind regards.
Reply With Quote
The Following User Says Thank You to RigelOrionis For This Useful Post:
GonzaloM (07-02-2018)
Sponsored Links
  #962  
Old 26-12-2017, 20:19
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by RigelOrionis View Post
Looking at the scripts of this forum (CIUv2 v2.0.3.9 U6H2 UltraArcR3) and copying and pasting in my script what I thought was convenient, in the end I made it work. Yes, I was missing what you said KaktoR (ExtractTemporaryFile('') for each pre-compressor).
I've got it by chance, but anyway thank you very much friend KaktoR for your help and availability. Have a happy new Year!!

What I do not know is how to unzip to an extension ".bin", it only works with ".arc". Does anyone know how to do it? What must be added to the script?

I would like to thank the teacher "Razor12911" the creation of this wonderful program, It's an incredible job! A million thanks for your work and dedication.
I also wish you happy new year. Thank you very much and kind regards.
First welcome to the forum.

There shouldnt be any changes to script itself, unless your not using ultraarc for compression methods.

If you are then its only a matter of changing the extension in the ultraarc.ini
[Distribution]
ArchivePrefixName=Data
ArchiveExtension=bin
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
GonzaloM (07-02-2018)
  #963  
Old 26-12-2017, 20:40
RigelOrionis's Avatar
RigelOrionis RigelOrionis is offline
Registered User
 
Join Date: Nov 2016
Location: Espaņa
Posts: 5
Thanks: 10
Thanked 18 Times in 11 Posts
RigelOrionis is on a distinguished road
Thank you very much for the reply pakrat2k2.
Yes, if I change "ArchiveExtension = bin", the UltraArc compresses the game files with bin extension, I already did that. What I was referring to is that once I have the files with bin extension, my installer "Script Model Mui Installshield v1" just unzip files with extension arc, no with bin extension.
Kind regards and happy new year!
Reply With Quote
The Following User Says Thank You to RigelOrionis For This Useful Post:
GonzaloM (07-02-2018)
  #964  
Old 28-12-2017, 19:07
RigelOrionis's Avatar
RigelOrionis RigelOrionis is offline
Registered User
 
Join Date: Nov 2016
Location: Espaņa
Posts: 5
Thanks: 10
Thanked 18 Times in 11 Posts
RigelOrionis is on a distinguished road
pakrat2k2
KaktoR

Sorry for the inconvenience, it works now. It was what he told me pakrat2k2.
The bin files with whom he had tried they were not good, with new ones it worked.
To decompress files bin leave it like that:
Code:
//////////////////////////////////////////// ACTIVATE TO EXTRACT FILES WITH EXTENSION ".arc" //////////////////////////////////////////////

    //if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\*.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    //  if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\Data2.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    // if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\Data3.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;


    ///////////////////////////////////////// ACTIVATE TO EXTRACT FILES WITH EXTENSION ".bin" //////////////////////////////////////////////

    if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    //  if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    // if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\data3.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
pakrat2k2 and KaktoR thank you very much for your help. Kind regards.

To WOliveira:
This setup works with compressed files with the UltraArc 2.8.0.1, that you can download in this forum.
I use for compression: precomp 0.42 + srep + lzma.
If you want you can send me a private message to talk with me
Reply With Quote
The Following User Says Thank You to RigelOrionis For This Useful Post:
GonzaloM (07-02-2018)
  #965  
Old 29-12-2017, 07:15
WOliveira WOliveira is offline
Registered User
 
Join Date: Dec 2017
Location: BRASIL
Posts: 57
Thanks: 6
Thanked 1 Time in 1 Post
WOliveira is on a distinguished road
I used Ultra Arc 2.8.0.1 for compression, but it is not recognizing your setup, and at the time of compiling another it is giving the error "Unknown type 'PChar'".
Reply With Quote
  #966  
Old 29-12-2017, 07:30
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by WOliveira View Post
I used Ultra Arc 2.8.0.1 for compression, but it is not recognizing your setup, and at the time of compiling another it is giving the error "Unknown type 'PChar'".
Yes because you have to edit isdone.iss in resource folder & change all PChar
to PAnsiChar to compile the script.

The only other issue is the version of Windows ( Operating System ) is only set to Windows 7, vista & XP. Tried adding windows 8 & 10 but it still shows up as red. Also VideoRam wasn't showing anything over 1024, but editing requerimientos.iss ( don't know if correct ) now shows ~4096.

Code:
VideoRam:=GetVidMemLocal/1048576;
  if VideoRam < 0 then   // added line
     VideoRam := VideoRam + 2* 2147 + 2;  //added line
//  if (VideoRam<63) or (VideoRam>1100) then vr:=VideoRam  //
  if (VideoRam<63) or (VideoRam>8200) then vr:=VideoRam
  else if VideoRam<100 then vr:=64
  else if VideoRam<200 then vr:=128
  else if VideoRam<300 then vr:=256
  else if VideoRam<400 then vr:=384
  else if VideoRam<600 then vr:=512
  else if VideoRam<800 then vr:=792
//  else if VideoRam>800 then vr:=1024; //
  else if VideoRam<1200 then vr:=1024
  else if VideoRam<2200 then vr:=2048
  else if VideoRam<4200 then vr:=4096
  else if VideoRam<6200 then vr:=6144
  else if VideoRam<8200 then vr:=7168
  else if VideoRam>8200 then vr:=8192;
maybe those who know better can fix it better.
Reply With Quote
  #967  
Old 29-12-2017, 08:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
simply use issysinfo from peterf

hwcaps dll dont show anything over 4gb
__________________
Haters gonna hate
Reply With Quote
  #968  
Old 29-12-2017, 09:30
WOliveira WOliveira is offline
Registered User
 
Join Date: Dec 2017
Location: BRASIL
Posts: 57
Thanks: 6
Thanked 1 Time in 1 Post
WOliveira is on a distinguished road
Will someone be able to solve this problem to appear system windows 8 and 10
Reply With Quote
  #969  
Old 29-12-2017, 12:29
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by WOliveira View Post
Will someone be able to solve this problem to appear system windows 8 and 10
hoping some of the smarter guys here can take a look & make necessary fixes so it works with any OS, & hardware.
Reply With Quote
  #970  
Old 29-12-2017, 12:42
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
Wow what a fucked up script. I don't like it to exclude all codes into seperate script files. It makes it even more confusing for me.

Will take a look to build in issysinfo from peterf for vram over 4gb+ and correct OS names.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
RigelOrionis (30-12-2017)
  #971  
Old 31-12-2017, 04:13
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
Not today, next year

1:15PM here right now

Happy new year
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
RigelOrionis (31-12-2017)
  #972  
Old 31-12-2017, 05:51
WOliveira WOliveira is offline
Registered User
 
Join Date: Dec 2017
Location: BRASIL
Posts: 57
Thanks: 6
Thanked 1 Time in 1 Post
WOliveira is on a distinguished road
Sorry to mention the OS problem, plus the other two?

Happy New Year, still a few hours away: D
Reply With Quote
  #973  
Old 31-12-2017, 08:39
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
^^ post #982...

Happy New Year to all.
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
RigelOrionis (31-12-2017), unarc 125 (31-12-2017)
  #974  
Old 31-12-2017, 09:04
unarc 125's Avatar
unarc 125 unarc 125 is offline
Registered User
 
Join Date: May 2016
Location: ArcLand
Posts: 82
Thanks: 95
Thanked 169 Times in 45 Posts
unarc 125 is on a distinguished road
Happy New Year to everyone
__________________
You're wasting your time :- I did that too ;)
Reply With Quote
The Following 2 Users Say Thank You to unarc 125 For This Useful Post:
kassane (01-01-2018), RigelOrionis (31-12-2017)
  #975  
Old 04-01-2018, 13:36
Sonansyach_10's Avatar
Sonansyach_10 Sonansyach_10 is offline
Registered User
 
Join Date: Oct 2016
Location: indonesia
Posts: 20
Thanks: 21
Thanked 4 Times in 4 Posts
Sonansyach_10 is on a distinguished road
installer

i want to change progress bar like elamigos how to do that ??
does anyone know??
Attached Images
File Type: png 2018-01-04_214903.png (13.4 KB, 424 views)
File Type: png 2018-01-04_210115.png (11.5 KB, 427 views)
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
BlackBox v2 y_thelastknight Conversion Tutorials 567 11-03-2025 07:16
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 16:00
Total War Collection - 6xDVD9 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 1 28-06-2015 17:00
Total War Collection - 2xBLURAY [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 2 09-01-2013 18:02
Total War Collection - 11xDVD5 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 0 09-01-2013 16:38



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


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