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
  #391  
Old 19-12-2018, 22:13
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
no tutorial needed everything is handled by settings.ini. Download the archive & look in the setup folder, there you will see the images/names for them. Look in settings.ini for the corresponding line for the image name. Thats all there is to it basically. Edit the ini with the game information it asks for, find images you want to use, make them the same size as those in setup folder.

only change i've made is names...

In settings.ini KaktoR has the name of the game before extension, ive just removed the name of the game & left it with just the name.

IE:

Code:
[Installer]
//----------------------------------------------- Setup\Filename.bmp
WelcomeBackground=Welcome.bmp
FinishBackground=Finish.bmp
BannerBackground=Banner.bmp
before it was gamename.Welcome.bmp which personally was way too much work to change everytime, easiest to just leave it short, as above.
yeah I got that part. But how do I point it to the game files to compress?
Reply With Quote
Sponsored Links
  #392  
Old 20-12-2018, 09:07
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 Chrushev View Post
yeah I got that part. But how do I point it to the game files to compress?
what i've always done, ( just to keep things organized, & easier when posting a conversion or personal use )
the created setup goes in output folder (with games name ) then add UltraArc package to the output folder. Then enduser can simply run ultraarc point to their game & choose compression method.

Dont forget to edit ultraarc.ini & change the firstvolumesize to match what your setup equals subtracted from customvolumesize.

Output\UltraArc package

IE:

Output\Game\setup.exe the setup is 15 so CVS - setup=FVS.
in ultraArc.ini



[Split]
FirstVolumeSize=4465
CustomVolumeSize=4480
ThresholdPercent=30
Reply With Quote
  #393  
Old 27-12-2018, 17:34
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
how to i choose color for font color ik i can use (FontColor=) in settings ini but i for the life of me cant get right color when ever i try.
Reply With Quote
  #394  
Old 27-12-2018, 18:06
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
Use this page for color choices, just use the Hex value without the # & input the value into FontColor=$###### ( 6 parts AFTER the $ )

Code:
http://cloford.com/resources/colours/500col.htm
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
kocchi96x (27-12-2018)
  #395  
Old 28-12-2018, 01:02
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
In current version you have to use $BGR color (reversed $RGB)
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
kocchi96x (28-12-2018), pakrat2k2 (28-12-2018)
  #396  
Old 28-12-2018, 08: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
yes forgot to add that.
Reply With Quote
  #397  
Old 02-01-2019, 04:08
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Hi there,


I've got a problem after updating to version 7.1.0.


Those are the things I've done:
- added second Splash
- modified Records.ini according to instructions from K4miKaZe (post https://fileforums.com/showpost.php?...&postcount=385 )



And then while compiling an error appears about duplicate Identifier CALLWINDOWPROC.


2019-01-02_12h52_48.png
Reply With Quote
  #398  
Old 02-01-2019, 04:32
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 Schabik View Post
Hi there,


I've got a problem after updating to version 7.1.0.


Those are the things I've done:
- added second Splash
- modified Records.ini according to instructions from K4miKaZe (post https://fileforums.com/showpost.php?...&postcount=385 )



And then while compiling an error appears about duplicate Identifier CALLWINDOWPROC.


Attachment 23755
Search *CALLWONDOWPROC* if you seen another one you have to remove it.
If you have extended another script check there too.

You have same two code lines
that what cause this.

if you don't have duplicate CALLWINDOWPRIC

Then get your old script and just,
FOLLOW K4miKaZe post. Then try compelling if it works fine. Then your error comes with your secondary splash.
You have to put things right. If you don't know how.
Tell me I'll help.
__________________
Keep Up The Good Works!

Last edited by yasitha; 02-01-2019 at 04:41.
Reply With Quote
  #399  
Old 02-01-2019, 04:43
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by yasitha View Post
Search *CALLWONDOWPROC* if you seen another one you have to remove it.
If you have extended another script check there too.

You have same two code lines
that what cause this.

Ok, I've got what's wrong, corrected the script but had to comment these lines:


Code:
   #if Splash == "1"
      procedure ShowSplashScreen(p1:HWND;p2:AnsiString;p3,p4,p5,p6,p7:integer;p8:boolean;p9:Cardinal;p10 :integer);
        external 'ShowSplashScreen@files:isgsg.dll stdcall delayload';
    #endif
Because of error:
2019-01-02_13h42_35.png


Oh, and a question, why after launching the installer it's starting from Req check page?

Last edited by Schabik; 02-01-2019 at 04:47.
Reply With Quote
  #400  
Old 02-01-2019, 04:48
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 Schabik View Post
Ok, I've got what's wrong, corrected the script but had to comment these lines:


Code:
   #if Splash == "1"
      procedure ShowSplashScreen(p1:HWND;p2:AnsiString;p3,p4,p5,p6,p7:integer;p8:boolean;p9:Cardinal;p10 :integer);
        external 'ShowSplashScreen@files:isgsg.dll stdcall delayload';
    #endif

Because of error:
Attachment 23756
Is there another splash on this script?

Did you check the way i told you?

If you don't know how to figure this out.

Just upload your currunt working script
with all files. as an archive.
Then tell me exactly what you want to do.
I can modified for you.
__________________
Keep Up The Good Works!

Last edited by yasitha; 02-01-2019 at 04:59.
Reply With Quote
  #401  
Old 02-01-2019, 04:57
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by yasitha View Post
Is there another splash on this script?

Did you check the way i told you?

Check the attached screen, I've got to comment these lines because of error "Identifier Expected".


About previous error, I've forgot to mention that in version 7.0.8 I've added "TransparentStatic.iss" to include. I've deleted the Include and the problem was solved but another came in.
Reply With Quote
  #402  
Old 02-01-2019, 04:57
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
@Schabik:
Add this to [Setup] section:
DisableWelcomePage=no

The script is broken at some points if you not use InnoEE. I still have to rewrite bunch of code.
__________________
Haters gonna hate
Reply With Quote
  #403  
Old 02-01-2019, 06:59
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
Should I make the WizardForm a bit bigger? I just realized that on some fonts the text on Welcome and Finish page is hard to read because you have to use small font size (otherwise some parts of the text are out of visible window).

Size is now:
Width := 497;
Height := 314;

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)
  > It is now (StaticText)
- Added Time Elapsed and Time Remaining
- Removed ProgressBarLabelColor
  > It is not working with (StaticText)
-Removed UltraArc= / DiskSpan= options
  > Installer extracts now both archive without extra setting
__________________
Haters gonna hate
Reply With Quote
  #404  
Old 02-01-2019, 07:29
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
@Schabik:
Add this to [Setup] section:
DisableWelcomePage=no

The script is broken at some points if you not use InnoEE. I still have to rewrite bunch of code.
Even in InnoEE the problem persists.

Ok, so I've got another problem but with included Records.ini

After modification from post https://fileforums.com/showpost.php?...&postcount=385

Installer can't see archive files.
Can anyone help me?


I've changed all {src}\records.ini entries to {tmp}\records.ini

312u447~01.png
sq78mq.png
Reply With Quote
  #405  
Old 02-01-2019, 07:59
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
Remove the line "if fileexists ..."
__________________
Haters gonna hate
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 11:41.


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