|
#991
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#992
|
|||
|
|||
|
I would like to know, if I provided my blackbox script that I had to modify, could you help me on the subject of scaling, I mean that since I have a 4k screen, I have to put Windows at 200% and I can't adapt the code to match the resolution. when I run my setup, it is obviously very small with the icons to move, I adapted with this script for practically everything except for the scaling and the setup.dll that I don't think it is too complicated to make it adapt with my blackbox.
Thank you Last edited by alucard1973; 03-05-2021 at 12:31. |
|
#993
|
|||
|
|||
|
Quote:
|
|
#994
|
|||
|
|||
|
bump...
|
|
#995
|
||||
|
||||
|
Example
Code:
if not ISArcExtract(0, 100, ExpandArcFile(Data[i - 1].Arc[1],SourceDir), Data[i - 1].Arc[2], '', false, '', ExpandConstant('{tmp}\Arc.ini'), Data[i - 1].Arc[2], false) then
to
if not ISArcExtract(0, 100, ExpandArcFile(Data[i - 1].Arc[1],SourceDir), Data[i - 1].Arc[2], '', false, 'YourPassword', ExpandConstant('{tmp}\Arc.ini'), Data[i - 1].Arc[2], false) then
__________________
Haters gonna hate
|
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
Cesar82 (04-05-2021), pratikpatel8982 (04-05-2021) | ||
|
#996
|
|||
|
|||
|
Quote:
|
|
#997
|
||||
|
||||
|
Line 4097
__________________
Haters gonna hate
|
|
#998
|
|||
|
|||
|
Quote:
For example, create a password section: Code:
[Password] Enabled=1 Password=YourPassword Last edited by pratikpatel8982; 06-05-2021 at 05:53. |
|
#999
|
||||
|
||||
|
I don't working on the script anymore.
But you're right, only things to be added is in Settings.iss, Settings.ini and script.iss. Very simple.
__________________
Haters gonna hate
|
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#1000
|
||||
|
||||
|
Quote:
__________________
Stretched to breaking an obscene canvas on a stretcher of parasitism. Last edited by mr_gnar; 06-05-2021 at 15:03. |
|
#1001
|
|||
|
|||
|
How to configure compressor.ini for razor mtx??
How to configure compressor.ini for razor mtx??
|
|
#1002
|
|||
|
|||
|
Hi, I compressed a game using diskspan gui with pzlib3:m1+srep_new+razor_mtx. It was compressing fine but at last an error popped up (when razor_mtx) was compressing, it was something about memory reference or something like that, an in the conversion output folder, the .001 file was created but records.ini was not created, so I created it myself but when I extract it, I get crc mismatch error.
So now I've removed razor_mtx (which created error) and compressing again using plzib3 only..... (Hoping to not get any crc error again....) EDIT: I've compressed the files again using pzlib3 only using diskpan 1.0.0.4 and it still gave CRC error. So the error was because of pzlib3 and I will post in its corresponding thread. Thank You! Last edited by pratikpatel8982; 08-05-2021 at 09:28. |
|
#1003
|
||||
|
||||
|
UPDATE: it seems like MSC might be causing some trouble rather than XTool v0.3.9
Hi all, I recently did a conversion of the original painkiller games using Code:
msc (:mp3=1:wav=1:raw=1:bmf=9:tak=9:bmp=1:lzma,bt4,fb128,lc8) + XTool 2020 (xzlib) + srep + lolz Code:
[External compressor:xprecomp,xZLib,xzlib,xLZ4,xlz4,xLZO,xlzo,xZSTD,xzstd,kraken] header = 0 unpackcmd = XTool decode -t100p-1 - - <stdin> <stdout> Thank you for anyone taking the time to read this, any help would be greatly appreciated Last edited by L33THAK0R; 21-05-2021 at 23:22. |
|
#1004
|
||||
|
||||
|
Still wondering about this. 7.2.2 is still giving me issues, and for some reason, stuff just "works" under 7.2.0, but I still can't get archives set with a password to work with either. 7.2.2 keeps refusing my records.ini and extracts nothing, and 7.2.0 just says "wrong password".
__________________
Stretched to breaking an obscene canvas on a stretcher of parasitism. |
![]() |
|
|
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 |