FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Helping thread :) (https://fileforums.com/showthread.php?t=98274)

shazzla 09-03-2017 08:36

Hi all!

I need a little help with SREP.
In command line

Srep64 -a8 -m5f -l512 -d1024 mydata.dat mydata.srep

works fine.
But when i chain the algos like this

Arc.exe a -mpzlib+srep:a8:m5f:l512:d1024+delta+zstd myarc.arc mydata.dat

,it says : invalid option -d1024 (or something like that)

Without -d1024,everythings fine...

-d1024 or -d1024mb,it doesnt matter.
Any idea ,guys ?
Thanks in advance ! :)


Solved : Old SREP version was buggy. V3.93a works fine.

Viper645 10-03-2017 09:35

Suppose, I added an edit in a wizard page of inno setup using ISenhanced. How to use that input of user in any section of the installer? Please, I need to know this fast.


Inactive thread, no one knows the answer/no one wants other to know it

ffmla 11-03-2017 09:01

Be Patience
 
Quote:

Originally Posted by Viper645 (Post 456987)
Suppose, I added an edit in a wizard page of inno setup using ISenhanced. How to use that input of user in any section of the installer? Please, I need to know this fast.


Inactive thread, no one knows the answer/no one wants other to know it

Hi,
if you are a fast learner, Then refer the following topics

http://fileforums.com/showpost.php?p=439298&postcount=1

Under installer topic lot of installer with different functions and procedures are there.All are based on inno setup script.

You may download some script files.Then edit with your knowledge.
You may learn
how to create wizard page,buttons,bevels.panels.checkboxes and many things.:)

But if you are out of patience! ask the Masters who create some installers when they have patience.;)

shazzla 11-03-2017 10:55

hi !

I would like to use cls-precompmt with an isdone script.
what do i need to compress files with it ?
I tried many times ,but with no success. (crashes,etc)
somebody can help me ? (arc.ini ,location of required files,etc)
Thanks in advance ,again! :)

ZakirAhmad 11-03-2017 19:34

Help please..
I can unpack .pak files of crysis 3 with pak decrypt, it converts pak to zip but how can i pack them back to .pak

shazzla 12-03-2017 00:47

Cant recrypt .pak files. Crysis3 uses an asymmetric cypher and it needs the encyption key. (Decryption key can be found in one of its file. Thats why you have it)

ZakirAhmad 12-03-2017 01:53

shazzla: What is point of decrypt a file when u cant encrypt... how can i use xdelta to make them .pak back with .diff

shazzla 12-03-2017 05:31

Ok,you want to make a repack,i understand.
But you cant reencrypt .pak,because it needs the encryption key !!!

Whats the point of convert pak to zip ?
U can rip out things. :-)

Imho xdelta is not for messing with cryptographic algos....
If you want to know more , google for XENTAX.

ZakirAhmad 12-03-2017 05:58

@shazzla, But u still need to encrypt that ripped file before using in crysis 3...

is their a way to compress crysis 3 game files...

Viper645 12-03-2017 06:10

Quote:

Originally Posted by ffmla (Post 457013)
Hi,
if you are a fast learner, Then refer the following topics

http://fileforums.com/showpost.php?p=439298&postcount=1

Under installer topic lot of installer with different functions and procedures are there.All are based on inno setup script.

You may download some script files.Then edit with your knowledge.
You may learn
how to create wizard page,buttons,bevels.panels.checkboxes and many things.:)

But if you are out of patience! ask the Masters who create some installers when they have patience.;)



Thanks but there are only installers, no tutorials :(

shazzla 12-03-2017 06:50

Quote:

Originally Posted by ZakirAhmad (Post 457047)
@shazzla, But u still need to encrypt that ripped file before using in crysis 3...

is their a way to compress crysis 3 game files...

N.O. !

OTOH files are encrypted,so they looks like random data. (Pseudo)random data cannot be compressed with good efficiency.

Dansoft 13-03-2017 21:35

hello is need some help, how do i make my created desktop shortcuts run as administrator by default, currently using "Black_Box_Script_By_Kurutucu_V1.8" but i mean for any script

vint56 13-03-2017 23:09

Dansoft
[Registry]
Root: HKCU; SubKey: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers; ValueType: string; ValueName: {app}\MyProg.exe; ValueData: RUNASADMIN; Flags: uninsdeletevalue uninsdeletekeyifempty

Dansoft 13-03-2017 23:57

Quote:

Originally Posted by vint56 (Post 457099)
Dansoft
[Registry]
Root: HKCU; SubKey: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers; ValueType: string; ValueName: {app}\MyProg.exe; ValueData: RUNASADMIN; Flags: uninsdeletevalue uninsdeletekeyifempty

Thanks, but am not sure where exactly am supposed to put that, can you show me how using the Black_Box_Script_By_Kurutucu_V1.8 or any other script please?

vint56 14-03-2017 00:11

Dansoft
[Registry]
Root: HKCU; SubKey: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers; ValueType: string; ValueName: {app}\MyProg.exe; ValueData: RUNASADMIN; Flags: uninsdeletevalue uninsdeletekeyifempty

Dansoft 14-03-2017 00:55

Quote:

Originally Posted by vint56 (Post 457102)
Dansoft
[Registry]
Root: HKCU; SubKey: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers; ValueType: string; ValueName: {app}\MyProg.exe; ValueData: RUNASADMIN; Flags: uninsdeletevalue uninsdeletekeyifempty

THANK YOU!! it worked :):):)

Dansoft 14-03-2017 08:40

1 Attachment(s)
please help i keep getting this error (in picture)while unpack GTA V or need for speed the run. i used this method -mpzlib+msc+srep+Izma , also tried with -mpzlib+srep+Izma

-XCX- 14-03-2017 10:18

if not SrepInit (ExpandConstant('{app}'),1024,0) then break;

-XCX- 14-03-2017 10:20

Quote:

Originally Posted by ZakirAhmad (Post 457047)
@shazzla, But u still need to encrypt that ripped file before using in crysis 3...

is their a way to compress crysis 3 game files...

use quickbms to encrypt and decrypt dude

ZakirAhmad 14-03-2017 10:35

-XCX-

But i didnt find quickbms script for crysis 3... can u please give me one.. i mean upload here...

Viper645 17-03-2017 08:52

There are latest precomp 0.45 0.46 available now. But why people still uses 0.38, 0.40. 0.42 and 0.43?

TWOELV 17-03-2017 14:05

yes i want to know that too

ImmortalArc 20-03-2017 01:27

Hello can somebody post freearc installation file here official website is down please....

Vapor028 20-03-2017 03:13

@ ImmortalArc

https://2ra5-downloads.phpnuke.org/en/c150482/freearc

78372 20-03-2017 03:41

Quote:

Originally Posted by ImmortalArc (Post 457267)
Hello can somebody post freearc installation file here official website is down please....

Official Site is not down, but that domain is down. Check this http://freearc2.azurewebsites.net/

TWOELV 21-03-2017 17:21

how do you compress .minizip files ?
because i tried pzlib, masked data compression all methods but none of them compresses anything :/

78372 14-04-2017 09:34

Designing NSIS Installers
 
I am very new to nsis installer. I was using inno but some nsis features are good, so I want to learn it. My question is, how to change the images and icons of nsis installer and how to design the installer?

(I don't hope to get sufficient answers, people here don't use nsis, they love inno)

chum 14-04-2017 12:05

Quote:

Originally Posted by Viper645 (Post 457226)
There are latest precomp 0.45 0.46 available now. But why people still uses 0.38, 0.40. 0.42 and 0.43?

Because 038 is more stable with almost everything. New precomp versions added some new features which sometimes cause error with some files.

For example recently i compressed some files which 045 is causing error but 038 works fine.

ImmortalArc 14-04-2017 22:28

@Bulat
It long time since you told about FreeArc 1.0
What now is it coming ?

78372 15-04-2017 03:30

Quote:

Originally Posted by ImmortalArc (Post 458091)
@Bulat
It long time since you told about FreeArc 1.0
What now is it coming ?

He is going to create a paid version of the software, and it will take time. It will be not a free arc, it's going to be paidarc :p

Bulat 15-04-2017 08:15

i'm close to releasing next version of fa'next:
https://github.com/Bulat-Ziganshin/F...0.20/README.md

ImmortalArc 15-04-2017 08:40

So no update for free arc ?

Bulat 15-04-2017 09:13

what you want to see updated?

Abin Antony 15-04-2017 09:34

For compression I use freearc.But I found that sub folders are not being compressed so the compression ratio is high.What should I do?
And
In a compressed file it showed that it had compression "storing" and "srep:m3f:a1+lzma:69mb:normal:bt4:128:lc8".
I need your help.How can I compress in this method.I am a beginner.

ImmortalArc 15-04-2017 10:15

Bit more speed and lesser cpu usage
And much mpre which i feels everday but haven't remember now :)
And yeah if you can embed pzlib with it.. ;)

Bulat 15-04-2017 11:11

it's exactly what i do in fa'next

ImmortalArc 15-04-2017 11:50

But when :) ?

ChronoCross 15-04-2017 13:58

You can make pzstd more faster adding 4x4.
I testded in 4x4
1mb to 1gb block size. And is really faster.
Like 4x4 help to zstd to improve speed compression.
Code:

srep+exe+delta+4x4:10mb:pzstd

Mini 15-04-2017 14:03

binaries FA 0.20?

Abin Antony 17-04-2017 03:04

Quote:

Originally Posted by Abin Antony (Post 458114)
For compression I use freearc.But I found that sub folders are not being compressed so the compression ratio is high.What should I do?
And
In a compressed file it showed that it had compression "storing" and "srep:m3f:a1+lzma:69mb:normal:bt4:128:lc8".
I need your help.How can I compress in this method.I am a beginner.

Is someone able to help??


All times are GMT -7. The time now is 00:38.

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