Frictional Games Forum (read-only)

Full Version: Disabling Crosshair
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible? I can't find a .tga in the files, script, or option in the settings... unless I am missing something. Tongue

Free rep to correct answer :3
It's an option in the options menu.
Im A Liar.
(02-04-2014, 08:34 AM)Traggey Wrote: [ -> ]It's an option in the options menu.

Is there really...? Alright, I'll have to look again.. XD
If you want to temporarily disable it in the game, there is a script for it.

Code:
ShowPlayerCrossHairIcons(bool abX);

Use that with either true or false to display or hide the crosshair. It can be useful if you're making a cutscene and don't want the hand icon to show up while an object is near.
(02-04-2014, 08:12 AM)Romulator Wrote: [ -> ]Is it possible? I can't find a .tga in the files, script, or option in the settings... unless I am missing something. Tongue

Free rep to correct answer :3

\graphics\hud\hud_crosshair_active.tga and hud_crosshair_default.tga
If it need for full conversion.
Alrighty I am silly. Free rep to you all.

Feel free to close the thread mod :3