![]() |
Hi,
Any idea why shortcut is a white blank icon? I have this in Settings.ini [Executable1] ShortcutName=Kena Bridge of Spirits ExePath=Kena.exe ExeParam= IconFileName=Kena.exe I even had: IconFileName=Setup.ico Since Setup.ico use icon straight from game .exe file. Still it was white blank image. |
Quote:
IconFileName={app}\Kena.exe |
"IconFileName={app}\Kena.exe"
This made the trick. Thank you very much Cesar82 |
Is it there any easy solution to have multiple data files for single selected component? I'm currently making a collection, with one of the selective titles having to have certain files packed separately. I know I could just instruct the user to select 2 items, but for the sake of it looking better I was wondering if a neater solution would be possible.
I tried modifying Code:
if Trim(GetIniString('ComponentsSettings', 'Component' + IntToStr(I) + '.File', '', IniFile)) = '' thenCode:
ComponentFile := ExpandConstant('{src}\' + GetIniString('ComponentsSettings', 'Component' + IntToStr(CompIndexList[I]) + '.File', '', ExpandConstant('{tmp}\Settings.ini')));Code:
if Trim(GetIniString('ComponentsSettings', 'Component' + IntToStr(I) + '.FileA' or '.FileB', '', IniFile)) = '' thenCode:
ComponentFile := ExpandConstant('{src}\' + GetIniString('ComponentsSettings', 'Component' + IntToStr(CompIndexList[I]) + '.FileA', '', ExpandConstant('{tmp}\Settings.ini'))); |
Yes, however, you have to enable Tasks
Just make a Task Code:
Task1.Name=Game FilesCode:
[Record1]But may I ask, why you don't make a masked data archive? You can store different files with different compressions inside a single freearc archive. Edit: Ohh, I just forgot you are working with an older script (right?). In this case I can't help you much, but I guess it is possible neverthless (I guess in this case you have to work with Component=# instead of Task=# in records.ini). |
Quote:
Quote:
|
Odd question considering it's been a few months without a new post on this thread, but what does it mean when the installer outputs a unarc -6 error (unable to read data)? Someone was talking to me about it and I have no clue - I never received this error and decompression worked fine on my machines.
|
Please, DelSaveGame in script
|
Code:
[UninstallDelete] |
Quote:
|
1 Attachment(s)
Try this
Add to Settings.ini Code:
[Settings] |
Thanks very much
can I put several like Savegamefolder1, Savegamefolder2? |
hello, is it possible to add a small equalizer just above the music OFF/ON button
|
Sorry if this has been asked before, but how do I add a window or border to the welcome screen message? Thanks.
[IMG]https://i.postimg.cc/ZqKqS0s5/image.jpg[/IMG] |
You have to make it manualy in your bitmap image. There is a _Background.psd file which contains this half transparent border for example reasons (75% opacity).
https://i.imgur.com/rHJZUF4.png Maybe one day I will add PNG images for it :D But actually this project is finished from my side if there are no bugs around. |
| All times are GMT -7. The time now is 13:10. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com