Shoulder Surfing Reloaded

Shoulder Surfing Reloaded

25M Downloads

Crosshair isn't visible

Big-Tar opened this issue ยท 3 comments

commented

Description

Crosshair doesn't stay visible when static. Crosshair fades in and out based on if block is close or not.

Steps to Reproduce

1.21.1 latest version.
Default configuration.

Minecraft version

1.21.1

Game Logs

latest.log

Additional Information

I can't figure out how to disable it or find any documentation on this.

commented

The only options that change the visibility of the crosshair are crosshair.visibility, which default to ALWAYS or NEVER:

[crosshair]
	[crosshair.visibility]
		#Crosshair visibility for first person.
		#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
		first_person = "ALWAYS"
		#Crosshair visibility for shoulder surfing.
		#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
		shoulder_surfing = "ALWAYS"
		#Crosshair visibility for third person back.
		#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
		third_person_back = "NEVER"
		#Crosshair visibility for third person front.
		#Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE
		third_person_front = "NEVER"

Unfortunately, I cannot help you any further, since no log file was provided. I'm assuming that you installed another mod that changes the crosshair.

commented

Thank you for the reply and time. I looked into it and it was auto hud interfering. Thanks for working on this mod I use it in the wynncraft mmo server and it makes it an entirely new game when paired with controlify for controller support. Keep up the amazing work!

commented

Thank you and happy to hear that you figured it out!