Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.
https://prnt.sc/wob3gt
https://prnt.sc/wob3wt
i even tried reianstaling the game xd gg
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
const bool gbDrawCrosshair =false;
const bool gbDrawDefaultCrosshair = false;