![]() |
Quote:
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:
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:
http://i.imgur.com/F8cyElK.png |
Ah yes thanks bro
|
@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?
|
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 |
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:
|
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. |
>>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:
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... |
Quote:
Quote:
Quote:
|
@houcine
which opacity problem you are talking about. sorry i can't reply at that time |
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 |
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 |
Quote:
I cannot disable opacity in installer |
Quote:
Button's opacity? |
Button yes
|
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 |
1 Attachment(s)
Quote:
I have already disabled and it does not work But from 100 meter it works |
Standard settings if you disable opacity are
Code:
Opacity=80Code:
Opacity=100Code:
//Opacity=Code:
Opacity=100 |
1 Attachment(s)
hi
Possible to create installer with this animated image like this |
//Opacity=
//OpacityOnMouse= //OpacityMouseDown= Does not work you have already tested ?? Kaktor On autorun works perfectly On installer does not work |
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
|
It's not possible to put this video in the background and show all other things foreground?
|
nope, even razor can't do it in asc
|
It only affect avi, mp4, mkv? Or all other too? Like flash (swf).
|
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
|
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" |
Thank you.
Will test it. If all is ok, will send you template in the next days. PS: Quote:
PPS: Readme / Website still not fixed. |
1 Attachment(s)
FixedIni
|
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. |
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 |
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. |
1 Attachment(s)
Quote:
|
Splash doesn't work.
Setup\Splash.png Setup\Splash1.png Setup\Setup\Splash.png Setup\Setup\Splash1.png |
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 |
1 Attachment(s)
quick update:
fixed splash |
Hello bro
(Splash1) they blink |
Fade in / fade out is broken.
|
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 ? |
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 |
prince i need a vers with ChineseS language add
THANKS |
Quote:
|
| 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