Amnesia: Rebirth

Amnesia: Rebirth

28 个评价
No Crosshair for Amnesia: Rebirth
由 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.
   
奖励
收藏
已收藏
取消收藏
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 条留言
Tapir 1 月 26 日 下午 6:16 
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 2022 年 2 月 18 日 上午 7:38 
Worked perfectly for my playthrough - thanks :steamthumbsup:
DOLFKAT  [作者] 2021 年 1 月 23 日 上午 11:56 
Alternatively, you can sub to this mod on the workshop, I haven't tested it but it should do the same thing. https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2279446466&searchtext=
Clementine 2021 年 1 月 22 日 下午 12:04 
Not working for me. ♥♥♥♥ this is stupid
Zmiiju 2021 年 1 月 15 日 上午 2:33 
I'm gonna play without crosshair i guess
Zmiiju 2021 年 1 月 15 日 上午 2:32 
https://prnt.sc/woau20
https://prnt.sc/wob3gt
https://prnt.sc/wob3wt

i even tried reianstaling the game xd gg
Zmiiju 2021 年 1 月 15 日 上午 2:25 
i tried with false also, still doesn't work and i save with ctrl+s
DOLFKAT  [作者] 2021 年 1 月 15 日 上午 2:18 
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 2021 年 1 月 15 日 上午 2:01 
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  [作者] 2021 年 1 月 13 日 上午 8:05 
It does work. Does your script look like this?:

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