Amnesia: Rebirth

Amnesia: Rebirth

28 ratings
No Crosshair for Amnesia: Rebirth
By DOLFKAT
Go to ..\Amnesia Rebirth\script\player\ and open the file "Player.hps" in notepad.

Find these two lines:

const bool gbDrawCrosshair =true;
const bool gbDrawDefaultCrosshair = true;

Change 'true' to 'false'.

Save the document, do not use 'Save As', just Save.

Credits go to Iazu_S.
   
Award
Favorite
Favorited
Unfavorite
No Crosshair
Go to ..\Amnesia Rebirth\script\player\ and open the file "Player.hps" in notepad. Find these two lines and change them to false, then save.

const bool gbDrawCrosshair =true;
const bool gbDrawDefaultCrosshair = true;

Credits go to Iazu_S.
15 Comments
Tapir 26 Jan @ 6:16pm 
This is not a good way to remove the default crosshair.
It breaks item interact prompts, when targeting the entity the item should be used on.
(eg.: right before placing the charcoal into the charcoal mill)

The mod indeed removes standard dot crosshair when BOTH of these variables are set to false.
Those that failed setting up this mod probably copied the above code without setting the variables to false.

The "No Crosshair" mod (link two comments below) is a better solution (it switches the dot crosshair icon with an empty, transparent texture), it only removes the dot crosshair, no side effects.
Janfon1 18 Feb, 2022 @ 7:38am 
Worked perfectly for my playthrough - thanks :steamthumbsup:
DOLFKAT  [author] 23 Jan, 2021 @ 11:56am 
Alternatively, you can sub to this mod on the workshop, I haven't tested it but it should do the same thing. https://cs2bus.com/sharedfiles/filedetails/?id=2279446466&searchtext=
Clementine 22 Jan, 2021 @ 12:04pm 
Not working for me. Shit this is stupid
Zmiiju 15 Jan, 2021 @ 2:33am 
I'm gonna play without crosshair i guess
Zmiiju 15 Jan, 2021 @ 2:32am 
https://prnt.sc/woau20
https://prnt.sc/wob3gt
https://prnt.sc/wob3wt

i even tried reianstaling the game xd gg
Zmiiju 15 Jan, 2021 @ 2:25am 
i tried with false also, still doesn't work and i save with ctrl+s
DOLFKAT  [author] 15 Jan, 2021 @ 2:18am 
Did you change the lines to false? You need to change the lines to false.. Dont save it as .txt or some other extension, just 'save' it. Hit CTRL+S to save.
Zmiiju 15 Jan, 2021 @ 2:01am 
Look like this
const bool gbDrawCrosshair =true;
const bool gbDrawDefaultCrosshair = true;
i tried everything
Fix by disabling DPI scaling also dosnt work
Fix by changing the compatability settings for the EXE same
nothing work
DOLFKAT  [author] 13 Jan, 2021 @ 8:05am 
It does work. Does your script look like this?:

const bool gbDrawCrosshair =false;
const bool gbDrawDefaultCrosshair = false;