Author Topic: is there any possible way to force remove/hide crosshairs? using a mod?  (Read 1999 times)

i'm making a game, and i would need one. to improve the "realism".


You could ask people to turn it off really nicely, but I think that might be the only way.

You could make a client side mod that auto-hides them, and then check if they have the mod when they join your server. But clever people would still be able to work around this.

You could ask people to turn it off really nicely, but I think that might be the only way.

ilied

It's not possible because the crosshair toggle is client-sided

just reduce the accuracy of whatever weapon you are giving people if that's the goal

You could make a client side mod that auto-hides them, and then check if they have the mod when they join your server. But clever people would still be able to work around this.
the amount of people doing this just to ruin the experience would probably be rather low

There's a mod for this, it's called crosspick and allows you to select your crosshair(RTB)

the amount of people doing this just to ruin the experience would probably be rather low
Yes, so it would probably work well.

There's a mod for this, it's called crosspick and allows you to select your crosshair(RTB)
its client sided

another possibility would be to make a third person only player type and set their view so close that it looked like they were in first person, this could allow for other things like hands in first person and able to see your feet when you looked down, don't know how well it would work though

You could make a custom client that is forced to use or kick them.

another possibility would be to make a third person only player type and set their view so close that it looked like they were in first person, this could allow for other things like hands in first person and able to see your feet when you looked down, don't know how well it would work though
The camera doesn't actually attach to the eyenode in third person, so when you look down you'll see the back of your character's head as it leans forward.

You could make a custom client that is forced to use or kick them.
Then someone can just mod the client so it doesn't actually change the HUD but tells the server it's doing so anyway.

Then someone can just mod the client so it doesn't actually change the HUD but tells the server it's doing so anyway.
But that is highly unlikely.