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
  #571  
Old 14-04-2016, 13:58
DarkSyrius's Avatar
DarkSyrius DarkSyrius is offline
Registered User
 
Join Date: Jan 2012
Location: Brazil
Posts: 83
Thanks: 196
Thanked 40 Times in 32 Posts
DarkSyrius is on a distinguished road
CIUv2 2.0.4 and UltraArc

Is there any way to use new installer scripts - like 2.04h4 - with UltraArc or we can only use 2.0.3 or 2.0.3.6 from this topic - Razor12911 scripts?

Thanks in advance!
Reply With Quote
Sponsored Links
  #572  
Old 14-04-2016, 14:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
It's not planned to include UA into latest CIUv2. So the answer is no. Go with 2036.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
DarkSyrius (14-04-2016)
  #573  
Old 15-04-2016, 06:54
kenzo34's Avatar
kenzo34 kenzo34 is offline
Registered User
 
Join Date: Oct 2014
Location: france
Posts: 92
Thanks: 425
Thanked 59 Times in 37 Posts
kenzo34 is on a distinguished road
hi razor,
Can you be to an update of ultraarc to add compressor
nz, zstd and xs or lz77 please?
thank's
Reply With Quote
  #574  
Old 19-04-2016, 14:49
DarkSyrius's Avatar
DarkSyrius DarkSyrius is offline
Registered User
 
Join Date: Jan 2012
Location: Brazil
Posts: 83
Thanks: 196
Thanked 40 Times in 32 Posts
DarkSyrius is on a distinguished road
Talking More Question, More Troubles...

Thanks for all your Help KaktoR

But i have one more question... XD

In 2036 script there is the Extras button - [ExtrasButton]
And I understand that is necessary to show Website, Readme, Manual buttons! OK

The problem is: Extras Button no show label to me! There is no text!

Sorry for the inconvenience, but I searched a lot and tried to put Text, Label, Name in Setup.ini and nothing...

Is there some way to put text in Extra Button? Or I need to create a labeled Button design?

Thanks in Advance!
Reply With Quote
  #575  
Old 19-04-2016, 23:38
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Not sure about that. I will look.

edit: It shows a text, but you cant define your own label to it.



Code:
[ExtrasButton]
------------------------------------------------------- Autorun\Extras.png \ ExtrasSelected.png \ ExtrasClicked.png
Left=375
Top=410
Width=68
Height=68
//AreaTop=						// integer
//AreaLeft=						// integer
//AreaWidth=						// integer
//AreaHeight=						// integer
//Font=							// string
//FontColor=						// $RGB
//FontColorOnMouse=					// $RGB
//FontColorMouseDown=					// $RGB
//FontColorDisabled=					// $RGB
FontSize=8
//FontSizeOnMouse=					// integer
//FontBold=						// 0 / 1
//Alignment=						// 0 / 1
//LabelX=-2000
//LabelY=						// # pixels
Visible=1
To do so, you must edit language files in Subfolder Languages. Search there for Extras.
__________________
Haters gonna hate

Last edited by KaktoR; 19-04-2016 at 23:48.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
DarkSyrius (22-04-2016)
  #576  
Old 22-04-2016, 09:48
DarkSyrius's Avatar
DarkSyrius DarkSyrius is offline
Registered User
 
Join Date: Jan 2012
Location: Brazil
Posts: 83
Thanks: 196
Thanked 40 Times in 32 Posts
DarkSyrius is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Not sure about that. I will look. (...)
Not work in 2.0.3.6... the extras button does not have a text... neither a entry for Extra in Languages files.

I want to use UltraArc, so I have to use this version...

Why not to merge the last UltraArc in last Script release?
It would be so good!
Fast and Easy compression and new scipts configurations and options!

But's OK! Thank you again! I'll try something... for now I'lll leave this without text!

Thank You again!

Last edited by DarkSyrius; 22-04-2016 at 09:58.
Reply With Quote
  #577  
Old 22-04-2016, 10:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Well, with 2.0.4h4 you can use internal lzma compression with compiler. Or compress the game in one big archive, then split the file to fit in dvd5's.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
DarkSyrius (04-06-2016)
  #578  
Old 02-05-2016, 10: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
for the installer to actually use the {app} folder rather then the {appdata}\.... folder add this to the setup.ini ( doesn't matter if it matches or not, just need to be there )

Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:2;
FreeArcFile4=Data4.cab;DestDir:{app};Disk:2;
FreeArcFile5=Data5.cab;DestDir:{app};Disk:3;
FreeArcFile6=Data6.cab;DestDir:{app};Disk:3;
FreeArcFile7=Data7.cab;DestDir:{app};Disk:4;
FreeArcFile8=Data8.cab;DestDir:{app};Disk:4;
FreeArcFile9=Data9.cab;DestDir:{app};Disk:5;
FreeArcFile10=Data10.cab;DestDir:{app};Disk:5;
FreeArcFile11=Data11.cab;DestDir:{app};Disk:6;
FreeArcFile12=Data12.cab;DestDir:{app};Disk:6;
Tested on Wolfenstein - The New Order which is 9xdvd5 it used the {app} folder for merging the files.

This only applies for Ultraarc Versions.
Reply With Quote
  #579  
Old 03-05-2016, 02:46
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
UA still does NOT use {app} but still TEMP folder. Thought this was changed in CIU203X versions?
I'll check it out... again, for the fourth time.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
pakrat2k2 (06-05-2016)
  #580  
Old 08-05-2016, 15:43
lugard lugard is offline
Registered User
 
Join Date: Jun 2012
Location: brazil
Posts: 9
Thanks: 31
Thanked 3 Times in 1 Post
lugard is on a distinguished road
hello i need help with Autorun Music Button
my Autorun Music Button not to stay configured
what is the syntax to configure Autorun Music Button?

i used the files CIU2030.rar + ci_ciu_06-12-2015.7z[2036] + CIU_2036_Fix_2016.7z

Reply With Quote
  #581  
Old 09-05-2016, 03:12
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Change MusicButton Visible=0
__________________
Haters gonna hate
Reply With Quote
  #582  
Old 09-05-2016, 08:40
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 KaktoR View Post
Change MusicButton Visible=0
if that doesn't seem to work make LEFT/TOP wider then image actually is
will force button outside of image & therefore not displayed.
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
KaktoR (09-05-2016), lugard (09-05-2016)
  #583  
Old 09-05-2016, 08:55
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
if that doesn't seem to work make LEFT/TOP wider then image actually is
will force button outside of image & therefore not displayed.
Yep, or

Top=-1000
Left=-1000

__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
lugard (09-05-2016)
  #584  
Old 09-05-2016, 14:21
lugard lugard is offline
Registered User
 
Join Date: Jun 2012
Location: brazil
Posts: 9
Thanks: 31
Thanked 3 Times in 1 Post
lugard is on a distinguished road
[MusicButtonAR]
Left=-1000
Top=-1000
Width=31
Height=120
Visible=0

work in 2030

but not work 2036

the button stay in instalation top

Last edited by lugard; 09-05-2016 at 14:23.
Reply With Quote
  #585  
Old 09-05-2016, 16:11
omdj's Avatar
omdj omdj is offline
Conversion Designer
 
Join Date: Feb 2008
Location: Land of injustice and evil
Posts: 597
Thanks: 1,644
Thanked 2,831 Times in 449 Posts
omdj is on a distinguished road
Quote:
Originally Posted by lugard View Post
[MusicButtonAR]
Left=-1000
Top=-1000
Width=31
Height=120
Visible=0

work in 2030

but not work 2036

the button stay in instalation top
Leave a transparent margin outside the image.
Attached Files
File Type: rar PKJEKZb.rar (210.7 KB, 54 views)
Reply With Quote
The Following User Says Thank You to omdj For This Useful Post:
lugard (09-05-2016)
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 23:24.


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