Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 13-12-2018, 09:12
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by dante44 View Post
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.
Reply With Quote
Sponsored Links
  #17  
Old 13-12-2018, 09:19
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Danziel123 View Post
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
Increase chunk size to 128 mb, this worked for me.
__________________
Haters gonna hate
Reply With Quote
  #18  
Old 13-12-2018, 09:31
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Increase chunk size to 128 mb, this worked for me.
where does this get entered ?
Reply With Quote
  #19  
Old 13-12-2018, 09:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
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.
__________________
Haters gonna hate
Reply With Quote
  #20  
Old 13-12-2018, 12:44
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
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 ?
Reply With Quote
  #21  
Old 13-12-2018, 12:56
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Open your eyes

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>
__________________
Haters gonna hate
Reply With Quote
  #22  
Old 13-12-2018, 13:19
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Open your eyes

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 ...
Reply With Quote
  #23  
Old 13-12-2018, 14:20
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
It's FA.ini from post #1 right here, even new ultraarc version have this.
__________________
Haters gonna hate
Reply With Quote
  #24  
Old 13-12-2018, 14:50
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
  #25  
Old 13-12-2018, 15:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
What about dummy files? I already deleted this crap
__________________
Haters gonna hate
Reply With Quote
  #26  
Old 13-12-2018, 16:43
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
on another forum is was posted that removing any files causes the game not to work.
you should know where.
Reply With Quote
  #27  
Old 14-12-2018, 02:21
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,334
Thanks: 1,213
Thanked 813 Times in 699 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Increase chunk size to 128 mb, this worked for me.
The result still same 10x dvd 5(41.8 gb)
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
Reply With Quote
  #28  
Old 14-12-2018, 02:26
adam1906 adam1906 is offline
Registered User
 
Join Date: Mar 2010
Location: poland
Posts: 90
Thanks: 5
Thanked 18 Times in 14 Posts
adam1906 is on a distinguished road
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
Reply With Quote
  #29  
Old 14-12-2018, 06:47
zirkhaki's Avatar
zirkhaki zirkhaki is offline
Registered User
 
Join Date: Jul 2009
Location: Iran
Posts: 309
Thanks: 1,455
Thanked 178 Times in 111 Posts
zirkhaki is on a distinguished road
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.

Last edited by zirkhaki; 14-12-2018 at 07:00.
Reply With Quote
  #30  
Old 14-12-2018, 07:51
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by zirkhaki View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Battlefield 1942 + The Road To Rome + Secret Weapons of WWII - on one DVD Grumpy PC Games - CD/DVD Conversions 1 27-08-2006 10:24
Battlefield 2 simply won't work -.- Cruzar PC Games 12 23-02-2006 23:05
Two Battlefield 2 Mod's henry Multi Player Games 1 21-08-2005 04:17
Here can you download Battlefield 1.5 crack! krondike PC Games 3 31-10-2003 10:53



All times are GMT -7. The time now is 15:10.


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