Frictional Games has officially released Amnesia: Rebirth is now available on PlayStation 4 and Windows PC. While console players are not encountering any crosshair issues, PC gamers are having a headache for the missing crosshair in Amnesia: Rebirth.
Fortunately, there’s a quick solution to fix the missing crosshair. If you’re one of the gamers who have no crosshair in Amnesia: Rebirth, you can try the solution below.
To fix this issue, all you have to do is search for the file named «Player.hps» located at
Steam\steamapps\common\Amnesia Rebirth\script\player\
Once you already find the file, search for the following lines and change them to false and save the file by pressing Ctrl+S.
Old
- const bool gbDrawCrosshair = true;
- const bool gbDrawDefaultCrosshair = true;
New
- const bool gbDrawCrosshair = false;
- const bool gbDrawDefaultCrosshair = false;