View Single Post

Stop BF2142 crashes script
Old 2008-01-10, 23:17   #1 (permalink)
Piemanmk3
Senior Member
 
Piemanmk3 is offline
Join Date: Oct 2007
Posts: 597
BF2142 Stop BF2142 crashes script

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:

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?
__________________

Last edited by Piemanmk3 : 2008-01-10 at 23:51.
  Reply With Quote