Cold Fear™ Guide

Start Up Fix for Cold Fear

Start Up Fix

Overview

The Solution and a Fix for the start up Crash

How to fix the Crash

For some reason the file “res.bin” inside the game folder cause the crash, so simply delet it.

Go to “SteamsteamappscommonCold Fear” (the game folder) and delet the file.

How to Creat a Start Up File

So far we know the solution but isn’t it boring to delet it over and over again? it is, so here is a little something that help you.

Lets creat a “Batch file” for it.

Step by Step:

1. Open any “Text Editor”

2. Type this into it:

del /d “SteamsteamappscommonCold Fear” res.bin Start steam://run/15270

The first line will delet the file for you and the second line starts “Cold Fear” (via steam of course)

3. Save it where you want and name it how you want, BUT dont forget to add “.bat” at the end of the name.

For Example:

Cold_Fear_Fix.bat

4. Enjoy the game without Crashes.

Alternate Fix

If the batch above shouldnt work you can use this one below: Just replace the path to the game folder with yours

del “PATH TO GAME FOLDER” /q Start steam://run/15270

Example:

del “C:Program FilesSteamsteamappscommonCold Fearres.bin” /q Start steam://run/15270

The file does the same as the first one, the first line delets “res.bin” and the second starts the game via steam.

SteamSolo.com