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
  #1  
Old 13-12-2018, 01:00
dante44 dante44 is offline
Registered User
 
Join Date: Nov 2018
Location: Turkey
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
dante44 is on a distinguished road
day14installpkg
initialexperience

this bf 5 folder for mp or sp?
Reply With Quote
Sponsored Links
  #2  
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
  #3  
Old 13-12-2018, 08:10
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
fix instal setup not working

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

Last edited by adam1906; 13-12-2018 at 08:17.
Reply With Quote
The Following User Says Thank You to adam1906 For This Useful Post:
Gls74 (13-12-2018)
  #4  
Old 14-12-2018, 12:10
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
Quote:
Originally Posted by adam1906 View Post
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.

Last edited by zirkhaki; 14-12-2018 at 12:19.
Reply With Quote
  #5  
Old 13-12-2018, 08:20
GTX590's Avatar
GTX590 GTX590 is offline
Registered User
 
Join Date: Mar 2011
Location: Algeria
Posts: 653
Thanks: 1,177
Thanked 2,057 Times in 375 Posts
GTX590 is on a distinguished road
My version is on the way!
Reply With Quote
  #6  
Old 13-12-2018, 08:21
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
oki
Reply With Quote
  #7  
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
  #8  
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
  #9  
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
  #10  
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
  #11  
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
  #12  
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
  #13  
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
  #14  
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
  #15  
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
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 18:37.


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