FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [GSERIES] Custom Installer Ultimate V2g (https://fileforums.com/showthread.php?t=99345)

KaktoR 05-08-2017 13:19

Quote:

Originally Posted by PrinceGupta2000 (Post 461419)
where?

HW Page.

In previous version you were able to disable DirectX showing on HW Page.

Now, DirectX is still showing when DirectX is disabled in Setup.ini (//DirectX=)

Quote:

Originally Posted by PrinceGupta2000 (Post 461419)
Default value is 100 percent

If i disable opacity (set // before), default is not 100.

Its still
Opacity=80
OpacityOnMouse=20
OpacityMouseDown=50

(or anything near to that, but buttons are still semi-half-somewhat transparent)

If i disable it

//Opacity=80
//OpacityOnMouse=20
//OpacityMouseDown=50

it should be 100 for all three, but it's not.

Quote:

Originally Posted by PrinceGupta2000 (Post 461419)
works for me

Sorry this is what i meant
http://i.imgur.com/F8cyElK.png

houcine80 05-08-2017 16:09

Ah yes thanks bro

gatosky1620 05-08-2017 18:11

@princegupta2000 can you create a setup.ini with all functions and variables and @kaktor can you update the wiki page explain all the new functions?

gatosky1620 05-08-2017 18:18

if i only have one music.mp3 file and i want listen it after autorun without the music list, what i do?

because the music only works having the autorun music option enable

Gupta 11-08-2017 06:46

2 Attachment(s)
quick update:
Fix Extract.... errors
Fix Setup.vsf

Can anybody suggest me what should i do with converter, lister, splitter buttons, i mean what they should do rateher than poping up some random forms
Attachment 19100

@Kakotr i didn't hear about music list from u,
and also every button have Opacity... property ex
Quote:

[SmallBrowseButton]
------------------------------------------------------- Setup\SmallBrowse.png \ SmallBrowseSelected.png \ SmallBrowseClicked.png
Opacity=80
OpacityOnMouse=40
OpacityMouseDown=50
every button in ini, was set with these values, in ini(explicitly specified), not by default, you should disable them too

KaktoR 11-08-2017 07:35

These functions have not used by anyone in the past (except for patcher, BAMsE used this 2 times).

Splitter not needed while UltraARC do this.
I don't know what converter is already.
Lister is not useful for conversion design. In fact it's a simple batch that list all files in custom directory.

About MusicList:
I was not able to downsize the list in height. MusicList is always as height how much titles are in Music folder.

What about the idea to rework the music list like language bar (with arrows)?

Also there is a problem with CPU usage and system lags under Win10x64 for some of CIU components (i guess something with bitmap draw). In fact it's WDM.exe (Windows Desktop Manager) that got a crazy CPU usage and cause system lags if you use bitmaps like this

http://imgur.com/tUyFfZq

Maybe you can investigate it further. Maybe it's caused by some Windows features too. I don't know.

I have tested on my desktop PC and a test PC with a new windows installation, also my Notebook.

Gupta 11-08-2017 08:20

>>I was not able to downsize the list in height. MusicList is always as height how much titles are in Music folder.
adjusting heights of individual titles with the given height will be easy to implement

>>What about the idea to rework the music list like language bar (with arrows)?
This will require some time to implement, it is not that easy as it sounds or it is?

>>Also there is a problem with CPU usage and system lags under Win10x64 for some of CIU components (i guess something with bitmap draw). In fact it's WDM.exe (Windows Desktop Manager) that got a crazy CPU usage and cause system lags if you use bitmaps like this
it doesn't happen on win 7, I recently read an article, they are rewriting all the windows visuals driver for HDR or something like that, some new functions are added to win API for windows 10 only, botva2 should be updated,
I will do some test with isab.dll's imgload APIs, hope you will help

EDIT
Quote:

Splitter not needed while UltraARC do this.
I don't know what converter is already.
Lister is not useful for conversion design. In fact it's a simple batch that list all files in custom directory.
Shall i remove them?

EDIT2
above continued...
or shall i make another compiler, which will work with setup.bin(protected), so that user can compiler on the fly with inno disk spanning support, so called converter...

KaktoR 11-08-2017 10:48

Quote:

Originally Posted by PrinceGupta2000 (Post 461637)
This will require some time to implement, it is not that easy as it sounds or it is?

All sounds easy, but writing code and implement it successfully isn't easy at all :p

Quote:

Originally Posted by PrinceGupta2000 (Post 461637)
it doesn't happen on win 7, I recently read an article, they are rewriting all the windows visuals driver for HDR or something like that, some new functions are added to win API for windows 10 only, botva2 should be updated,
I will do some test with isab.dll's imgload APIs, hope you will help

Interesting. And of course i will help you with it.

Quote:

Originally Posted by PrinceGupta2000 (Post 461637)
or shall i make another compiler, which will work with setup.bin(protected), so that user can compiler on the fly with inno disk spanning support, so called converter...

Isn't it included with actual compiler? I only share pre-created Setup.bin alongside with CIU files (Include, IS_Files, Languages, Langsymbols and compiler.exe), so users just need to check "PACK GAME" in compiler to create Setup.exe and disk spanning. I think that's the way it should be.

Gupta 12-08-2017 02:53

@houcine
which opacity problem you are talking about. sorry i can't reply at that time

gatosky1620 12-08-2017 14:46

Lister = create files list for dvd5, dvd9, bd25, etc
Converter = open the UCC or UCS, Compress.bat and the same time edit it all the game parameteres

gatosky1620 12-08-2017 14:50

BUGS
if i only have one music.mp3 file and i want listen it after autorun without the music list, what i do?
because the music only works having the autorun music option enable

If Setup.exe cannot find Data1.bin, or i want to abort, there is a endless loop of question "Would you like to search for Data1.bin".
If i click no, question appears "Would you like to exit setup" or something simillar.
If i click Yes, Setup again asking for Data1.bin.
and error cm 6

houcine80 13-08-2017 01:47

Quote:

Originally Posted by PrinceGupta2000 (Post 461652)
@houcine
which opacity problem you are talking about. sorry i can't reply at that time

Hello
I cannot disable opacity in installer

Gupta 13-08-2017 01:52

Quote:

Originally Posted by houcine80 (Post 461674)
Hello
I cannot disable opacity in installer


Button's opacity?

houcine80 13-08-2017 02:51

Button yes

Gupta 13-08-2017 05:01

check out that particular button's section in ini and you will find something like these
Opacity=
OpacityOnMouse=
OpacityMouseDown=
set these values,100 means no transparency, ranges from 0 to 100,
you can also comment these out
//Opacity=
//OpacityOnMouse=
//OpacityMouseDown=
it will then take default values from the standard button ini section, and if you comment them out too, then it will take 100 opacity percentage

houcine80 13-08-2017 05:15

1 Attachment(s)
Quote:

Originally Posted by PrinceGupta2000 (Post 461680)
check out that particular button's section in ini and you will find something like these
Opacity=
OpacityOnMouse=
OpacityMouseDown=
set these values,100 means no transparency, ranges from 0 to 100,
you can also comment these out
//Opacity=
//OpacityOnMouse=
//OpacityMouseDown=
it will then take default values from the standard button ini section, and if you comment them out too, then it will take 100 opacity percentage

Hi
I have already disabled and it does not work
But from 100 meter it works

KaktoR 13-08-2017 05:31

Standard settings if you disable opacity are
Code:

Opacity=80
OpacityOnMouse=20
OpacityMouseDown=50

But it should be

Code:

Opacity=100
OpacityOnMouse=100
OpacityMouseDown=100

So

Code:

//Opacity=
//OpacityOnMouse=
//OpacityMouseDown=

Should be

Code:

Opacity=100
OpacityOnMouse=100
OpacityMouseDown=100


houcine80 13-08-2017 06:23

1 Attachment(s)
hi
Possible to create installer with this animated image like this

houcine80 13-08-2017 06:29

//Opacity=
//OpacityOnMouse=
//OpacityMouseDown=

Does not work you have already tested ?? Kaktor


On autorun works perfectly
On installer does not work

Gupta 13-08-2017 06:32

you can use it as partial background, you can't place anything on the video, may be a separate space for video and buttons and other stuff

KaktoR 13-08-2017 07:11

It's not possible to put this video in the background and show all other things foreground?

Gupta 13-08-2017 07:17

nope, even razor can't do it in asc

KaktoR 13-08-2017 10:31

It only affect avi, mp4, mkv? Or all other too? Like flash (swf).

Gupta 13-08-2017 10:44

can't say about swf, but it should be same for every other format, every dll does nothing but provides alternate ways of using same native windows API

Gupta 14-08-2017 09:19

1 Attachment(s)
Update Available

1.reworked Music list(can't have a background now)
2.Can disable music for installer and Autorun separately
3.Fix bugs reported by gatosky here
4.Fixed Opacity problem
5.Button sounds can be mp3 now
6.new constant - > {langfull} now expands real languages f.e EnglishUS, EnglishUK->English and so on
7.want to add new compressor to the installer no problem just put exe/dll/cls/whatever in Include\Addons\ and tweak Include\Arc.ini, setup will automatically extract those in temp directory and you are done
Rules:
1. Subdirectories not includes
2.Anything that is part of ultraarc(original) can't be added in Addons folder, setup will throw an error(simply replace them if you want to change them)
@kakotr now you can remove "but only the old version (without pzlib and such)." from wiki
8.little tweaks into compiler
9.can shuffle music list
10.Fixed pause, manual and website function

Extract this over the "CIU 170714"

KaktoR 14-08-2017 09:25

Thank you.

Will test it. If all is ok, will send you template in the next days.

PS:

Quote:

FontColorOnMouse=$800080
FontColorSelected=$ffffff
Should be the same regarding it's functions.

PPS:
Readme / Website still not fixed.

Gupta 14-08-2017 09:36

1 Attachment(s)
FixedIni

KaktoR 14-08-2017 09:45

1 Attachment(s)
Personally i like the idea with

FontColorOnMouse= -> FontColorSelected=
FontColorMouseDown= -> FontColorClicked=

It's even more obvious then.

Maybe you can change all of them for all functions.

PS: Here is a small fix for the german translation. It was just one single word that was not fitting well.

Gupta 14-08-2017 10:31

1 Attachment(s)
quick update:
fixed readme and manual button, both have the problem

@kakotr, website button works correctly, no new windows in win 7

KaktoR 14-08-2017 11:07

Can you explain how website site should be in setup.ini?

Site=store.steampowered.com/app/489830
Site=www.store.steampowered.com/app/489830

doesn't work.

Gupta 14-08-2017 11:24

1 Attachment(s)
Quote:

Originally Posted by KaktoR (Post 461723)
Can you explain how website site should be in setup.ini?

Site=store.steampowered.com/app/489830
Site=www.store.steampowered.com/app/489830

doesn't work.

sorry I should have checked it properly, it is a result of a typo

KaktoR 14-08-2017 12:15

Splash doesn't work.

Setup\Splash.png
Setup\Splash1.png
Setup\Setup\Splash.png
Setup\Setup\Splash1.png

gatosky1620 14-08-2017 13:19

2 Attachment(s)
@prince can you
-add the ChineseSimplified Language, there is the flag and the updpate messages files for all languages incl. ChineseS.txt.
-add checked=1/0 and the Select All or none to the Redist

Gupta 14-08-2017 20:09

1 Attachment(s)
quick update:
fixed splash

houcine80 15-08-2017 01:55

Hello bro
(Splash1) they blink

KaktoR 15-08-2017 02:57

Fade in / fade out is broken.

Th3Raven 15-08-2017 17:12

Suspend/Resume doesn't seem to work. And can i get Language file for translation? seems needs some modification (some minor and some major in romanian )
And i have a suggestion for music. Can be made a drop down menu for it ? and in right side of the drop down menu to add play/pause and stop buttons and under them the volume slider ?

Gupta 16-08-2017 05:50

1 Attachment(s)
>Suspend/Resume doesn't seem to work
if you suspending the process, then you do not stops the time eventually, it is only the "remaining" and "elapsed" time which increases, processes have been suspended

>> (Splash1) they blink

check the attached patch, if it looks not working in the first and so attempts, try playing around with setup.ini, and then report

gatosky1620 16-08-2017 11:46

prince i need a vers with ChineseS language add

THANKS

Th3Raven 18-08-2017 11:03

Quote:

Originally Posted by PrinceGupta2000 (Post 461762)
>Suspend/Resume doesn't seem to work
if you suspending the process, then you do not stops the time eventually, it is only the "remaining" and "elapsed" time which increases, processes have been suspended

>> (Splash1) they blink

check the attached patch, if it looks not working in the first and so attempts, try playing around with setup.ini, and then report

hmm ok and can i have language file to start improve romanian translation?


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

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