• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Removing Crosshair?

ghettochild2600

New member
Anyone know how to correctly do this? I really wish there was an option for this. I enjoy the added difficulty and relying on my own skill to hit a target instead of relying on a crosshair. Compound bow and rifles already have sights built-in anyway.

In the UserOptions.ini file there is a OptionsShowCrosshair False, but doesn't seem to do anything. Tried it through the console as well with sg OptionsShowCrosshair False.

I've had some luck editing the Items.xml by changing the following from true to false. However, it only works when zooming in.

<property name="CrosshairOnAim" value="false"/>

<property name="CrosshairUpAfterShot" value="false"/> (Haven't noticed a difference changing this one)

 
It interests me too :)

You can make it disappear when you switch to "no hud" mode (F7) but in this mode, you can't pick up or open anything anymore until you press F7 again.

 
I've had success in the past by increasing crosshair size in items.xml.

Also by editing the assets file for crosshair, replacing the image with a transparent one.

 
I've had success in the past by increasing crosshair size in items.xml.
Also by editing the assets file for crosshair, replacing the image with a transparent one.
Thanks!

The first one would be preferable if you don't want anyone to have crosshairs. But replacing the icon would only work on e second on the client side? So it would allow others to use crosshairs?

 
Back
Top