FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Battlefield V (https://fileforums.com/showthread.php?t=102095)

houcine80 31-07-2018 15:42

Battlefield V
 
1 Attachment(s)
-CIUv2 By Yener90 and BAMsE and Kaktor and Razor12911 for compatibility UA and Simorq.
-UltraARC By Razor12911
-UltraARC v2.9.0.0 R5 Stable Release Modified by: Simorq


1)- Install the Game and updates.
2)- Download Attachment and extract on your HDD.
3)- Move __Installer folder from game's installed directory to (Last DVD )
4)- Run UltraARC.exe then Choose Game Folder And Start.
5)- Make iso files with the same name of folders.
6)- Test the iso files before you burn.

Code:

[Launch1]
Name=Visual C++ 2015
32Exe={src}\__Installer\vc\vc2015\redist\vc_redist.x86.exe
64Exe={src}\__Installer\vc\vc2015\redist\vc_redist.x64.exe
Argument=/q /norestart
BeforeInstall=0
Checked=1

https://nsa39.casimages.com/img/2018...5113395260.png
https://nsa39.casimages.com/img/2018...5129642065.png
https://nsa39.casimages.com/img/2018...1252329383.png

Danziel123 12-12-2018 08:19

Hi houcine80
Can you update the setup.exe?
Thank you

pakrat2k2 12-12-2018 08:22

whats wrong with the setup-fix ?

Danziel123 12-12-2018 08:28

It's competible with diskpan?
Sorry i'm newbie:)

KaktoR 12-12-2018 08:42

Yes

KaktoR 12-12-2018 09:47

Use zstd for precompression.

Danziel123 12-12-2018 10:11

Quote:

Originally Posted by KaktoR (Post 477605)
Yes

Quote:

Originally Posted by KaktoR (Post 477609)
Use zstd for precompression.

Thanks Kaktor for the answer

This method is enough to compress bf v?
xZSTD + SREP + LOLZ?

KaktoR 12-12-2018 10:12

yes

KaktoR 12-12-2018 11:41

Code:

Compressed 146 files, 54,032,840,066 => 81,595,638,038 bytes. Ratio 151.01%

pakrat2k2 12-12-2018 17:27

even tho the Setup-FixRedist from first posts corrects the redist correctly, the game size is incorrect. Listed as 11GB but it actually now is 50.3 GB

Danziel123 13-12-2018 00:33

Quote:

Originally Posted by KaktoR (Post 477612)
yes

Quote:

Originally Posted by KaktoR (Post 477622)
Code:

Compressed 146 files, 54,032,840,066 => 81,595,638,038 bytes. Ratio 151.01%

Can you share the script?
After compressing using xZSTD + SREP + LOLZ produce 10 xDVD5 (50.3 gb->41.8 GB)
Test install and get error like this
http://i.ibb.co/2yT9Qzr/BFV.png

dante44 13-12-2018 01:00

day14installpkg
initialexperience

this bf 5 folder for mp or sp?

adam1906 13-12-2018 08:10

fix instal setup not working

after setting where to install the game, I click install and throw the game to the desktop

GTX590 13-12-2018 08:20

My version is on the way!

adam1906 13-12-2018 08:21

oki

pakrat2k2 13-12-2018 09:12

Quote:

Originally Posted by dante44 (Post 477638)
day14installpkg
initialexperience

this bf 5 folder for mp or sp?

single player.

the folder with mp_ is the multiplayer files, but you cannot remove them as it cuases the game to crash.

KaktoR 13-12-2018 09:19

Quote:

Originally Posted by Danziel123 (Post 477636)
Can you share the script?
After compressing using xZSTD + SREP + LOLZ produce 10 xDVD5 (50.3 gb->41.8 GB)
Test install and get error like this
http://i.ibb.co/2yT9Qzr/BFV.png

Increase chunk size to 128 mb, this worked for me.

pakrat2k2 13-12-2018 09:31

Quote:

Originally Posted by KaktoR (Post 477650)
Increase chunk size to 128 mb, this worked for me.

where does this get entered ?

KaktoR 13-12-2018 09:59

FA.ini = DiskSpan
Config0.ini = UltraARc

Code:

packcmd  = xtool.exe e:precomp:t75p,c128m:zstd  - - <stdin> <stdout>
Another tip is always test precompressors alone with pack + unpack bat (without srep and final compressor) to see if all goes well.

pakrat2k2 13-12-2018 12:44

Quote:

Originally Posted by KaktoR (Post 477655)
FA.ini = DiskSpan
Config0.ini = UltraARc

Code:

packcmd  = xtool.exe e:precomp:t75p,c128m:zstd  - - <stdin> <stdout>
Another tip is always test precompressors alone with pack + unpack bat (without srep and final compressor) to see if all goes well.

dont see anything with xtool in fa.ini ?

KaktoR 13-12-2018 12:56

Open your eyes :D

Code:

[External compressor:xZSTD]
header    = 0
;packcmd  = _PE\XTool e:precomp:t75p:zstd Input <stdout>
packcmd  = _PE\XTool e:precomp:t75p:zstd - - <stdin> <stdout>
unpackcmd = _PE\XTool d:precomp:t100p - - <stdin> <stdout>
datafile  = Input

It is right there.

Change to this
Code:

packcmd  = _PE\XTool e:precomp:t75p,c128m:zstd - - <stdin> <stdout>

pakrat2k2 13-12-2018 13:19

Quote:

Originally Posted by KaktoR (Post 477661)
Open your eyes :D

Code:

[External compressor:xZSTD]
header    = 0
;packcmd  = _PE\XTool e:precomp:t75p:zstd Input <stdout>
packcmd  = _PE\XTool e:precomp:t75p:zstd - - <stdin> <stdout>
unpackcmd = _PE\XTool d:precomp:t100p - - <stdin> <stdout>
datafile  = Input

It is right there.

Change to this
Code:

packcmd  = _PE\XTool e:precomp:t75p,c128m:zstd - - <stdin> <stdout>


I didnt have that section in fa.ini thats why I couldnt see it ...:rolleyes:

KaktoR 13-12-2018 14:20

It's FA.ini from post #1 right here, even new ultraarc version have this.

pakrat2k2 13-12-2018 14:50

thanks, just an FYI, you CANNOT remove ANY files from game to try & save space.
The game will refuse to even run if any files are removed.

KaktoR 13-12-2018 15:17

What about dummy files? I already deleted this crap :D

pakrat2k2 13-12-2018 16:43

on another forum is was posted that removing any files causes the game not to work.
you should know where.

Danziel123 14-12-2018 02:21

Quote:

Originally Posted by KaktoR (Post 477650)
Increase chunk size to 128 mb, this worked for me.

The result still same 10x dvd 5(41.8 gb):confused:
When try to install, i get this error:
Quote:

an error occurred while unpacking:
unable to write data to disk!
unarc.dll returned an error code -11 ERROR:
file write operation failed
Btw the folder mp can't be delete/replace with dummy, the game does't start

adam1906 14-12-2018 02:26

It would be nice if you ended up talking to someone who does not work and who has any mistakes and if he did it or that they fixed it

zirkhaki 14-12-2018 06:47

there is a reg key for this game. but the game runs without it. maybe it would be necessary for next updates.

Code:

Root: HKLM; SubKey: SOFTWARE\WOW6432Node\EA Games\Battlefield V; ValueType: string; ValueName: DisplayName; ValueData: Battlefield™ V; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\EA Games\Battlefield V; ValueType: string; ValueName: Locale; ValueData: en_US; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\EA Games\Battlefield V; ValueType: string; ValueName: Product GUID; ValueData: {{e26b382f-e945-4f70-9318-121b683f1d61}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\EA Games\Battlefield V; ValueType: string; ValueName: Install Dir; ValueData: {app}\; Flags: uninsdeletevalue uninsdeletekeyifempty

Result with this method is 10 DVD5s (41.5 GB):
Code:

srep:m3f+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
zstd didn't work for me. I'd tried that twice even with changing the chunk size, but at the morning I just saw a temp file name as " Infile" that was 52Gb and there were no file in "Conversion_Output" folder.

pakrat2k2 14-12-2018 07:51

Quote:

Originally Posted by zirkhaki (Post 477682)
Result with this method is 10 DVD5s (41.5 GB):
Code:

srep:m3f+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
zstd didn't work for me. I'd tried that twice even with changing the chunk size, but at the morning I just saw a temp file name as " Infile" that was 52Gb and there were no file in "Conversion_Output" folder.

Conversion finished fine with zstd but got unarc.dll error.
https://nsa39.casimages.com/img/2018...4515957380.png

zirkhaki 14-12-2018 08:48

what was your result. I mean game size after compression.

pakrat2k2 14-12-2018 09:46

same as you 10xdvd5

adam1906 14-12-2018 09:52

STOP talk fix setup

pakrat2k2 14-12-2018 11:27

Quote:

Originally Posted by adam1906 (Post 477692)
STOP talk fix setup

you have nothing to Contribute other then to say fix setup which works just FINE, then go elsewhere !!!

Learn how to use the compression methods given in topic already
Use UltraArc goto Resources\config0.ini
Code:

[Compression Methods]
<My Method>
MMC=srep:m3f+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000

save the file & choose MMC for method, compress & installs just fine...

https://nsa39.casimages.com/img/2018...2255800171.png

Only other thing I came across while installing was some wierd glitches in images...
https://nsa39.casimages.com/img/2018...2300906276.png

adam1906 14-12-2018 11:37

if the installation works normally it does not matter what compression it uses
dvd1 - dvd 9 4,36 GB dvd 10 4,16 GB use comperion freearc sremp+lzma

zirkhaki 14-12-2018 11:46

Quote:

Originally Posted by adam1906 (Post 477696)
if the installation works normally it does not matter what compression it uses
dvd1 - dvd 9 4,36 GB dvd 10 4,16 GB use comperion freearc sremp+lzma

it really concerns what conversion you use.
you still might use some methods which would not be appropriate and expect the installation work for you.

as an example an installer may not work with zlib and a game could not be compressed much with zlib too. so if you use that method, you should change the method not the installer because the installer work with a proper conversion method.

KaktoR 14-12-2018 11:48

I will test again and share exact settings soon (I have already deleted that crap).

adam1906 14-12-2018 11:56

there was never a problem with the methods I pack only here so the error is in setup.exe every new game repairs and there is no problem here and if I have to change some method of repacking the given you had to change it yourself before you added the description to the installation and do not drop your mistakes on others

zirkhaki 14-12-2018 12:10

Quote:

Originally Posted by adam1906 (Post 477644)
fix instal setup not working

after setting where to install the game, I click install and throw the game to the desktop

I think this is your problem.
If you set the installation folder and after pressing next button, you see a fast installation and then you see the finish button, then you have a wrong records.ini or you may not have it in the setup folder


if your problem is something else, you have not mention it and nobody can help you either.

sied 14-12-2018 20:16

SREP-LZMA
10 DVD
Test Install and throw the game to the desktop


All times are GMT -7. The time now is 16:33.

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