View Single Post

Old 2008-01-13, 21:31   #5 (permalink)
fox806
ArtificialAiming User
 
fox806 is offline
Join Date: Sep 2007
Posts: 2,383
Quote:
Originally Posted by Piemanmk3 View Post
This has come up in the forums several times i should think but for those that dont know this deletes that pesky radial.cbd file that causes so many problems

Open up notepad, and paste in the following:

Code:
 cd "C:\Program Files\Electronic Arts\Battlefield 2142"
C:
attrib -r -a -s -h radial.cdb
del /f /s /q radial.cdb
start bf2142.exe
cls
exit
Save as delete radial.bat (and change file type to all file types)

Play the game by double clicking this file. This should stop 2142 crashing midgame.

sticky?
I made the script operational for all languages, so it also works also for XP users!

Code:
 cd "%programfiles%\Electronic Arts\Battlefield 2142"
 attrib -r -a -s -h radial.cdb
 del /f /s /q radial.cdb
 start bf2142.exe
 cls
 exit
(all credits still fly out to Piemanmk3)

FoX
__________________
  Reply With Quote