|
|
|
#1
|
|||
|
|||
|
Razor Compression
here is mine compressor and wpi script you can change everything like me
this is only for x64 and 8gb ram and higher.what is the difference to other compressors? -there is a new compressor called razor.it is slow at compression like nanozip... but it also had fastest decompession speed with finest ratio i think the main point must be decompression speed-precomp 0.46 offically released but i removed precomp-multithread because of the ratio (plss Razor12911 release new cls for it )-includes ztool (it's for persons that not use ztool) -i removed tiles in wpi because i don't like complicated setups. -Script has turkish language between english (no option to pick) -in arc.ini i added most important methods (for me - you can change) i used it on so many games what i realized?; -generally msc_tak is very fast than msc_frog but msc_frog gives a bit less mbs -precomp gives better ratio than pzlib but soo slow.but it's fast at decompression -razor don't need srep i didn't see size difference with srep without srep - if you want optimal compression pzlib+msc_tak+srep+xz still best,if you want best compression ratio precomp+msc_frog+srep+nzmax,if you want fast decompression with fine ratio precomp+msc_frog+razor is the best one i realized -in razor there is no progress show (need cls) -when i add more masks freearc is not using true methods for true files so there is just 2 masks. (any help?) |
| The Following 4 Users Say Thank You to 1234567890123 For This Useful Post: | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
good setup you got there
__________________
Ideas are bulletproof... |
| The Following User Says Thank You to darkwolves For This Useful Post: | ||
1234567890123 (26-09-2017) | ||
|
#3
|
||||
|
||||
|
WinTB fetching error on clicking cancel and finish button
here is the code which causing error:
Win7TaskBar10(); How to kill this in DeinitializeSetup section. |
|
#4
|
||||
|
||||
|
Quote:
Anyway, Try This, it may help..... Code:
procedure iswin7_free; external 'iswin7_free@files:iswin7.dll stdcall'; procedure DeinitializeSetup(); begin iswin7_free; end; |
| The Following 2 Users Say Thank You to Chayan Manna For This Useful Post: | ||
bunti_o4u (30-09-2017), EzzEldin16 (06-10-2017) | ||
|
#5
|
||||
|
||||
|
thnx for reply but its not working.
|
| The Following User Says Thank You to bunti_o4u For This Useful Post: | ||
EzzEldin16 (06-10-2017) | ||
|
#7
|
||||
|
||||
|
i messed with that script i have used it to install more than one game and it works fine there seems to be more of a problem with repacking that game..
i obtained it and repacked it and it began messing up
__________________
Ideas are bulletproof... |
|
#8
|
||||
|
||||
|
Need help on Next Button in case free space is less then required space
thnx winTB bug has been fixed.
I have another bug which causing the next button layout as enabled though next button is disabled. Pl suggest the changes. I am using the below code: if (FreeMB<{#AppSize}) then begin ButtonSetEnabled(NextBtn1, False); FreeSpaceLabel.Font.Name:='Segoe UI SemiBold'; FreeSpaceLabel.Font.Color:=clRed; end else begin ButtonSetEnabled(NextBtn1, True); FreeSpaceLabel.Font.Name:=PartitionSpaceLabel.Font .Name; FreeSpaceLabel.Font.Color:=PartitionSpaceLabel.Fon t.Color; end; Last edited by bunti_o4u; 11-12-2018 at 12:41. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
| Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |