FA Crosshair feedback thread

Party-approved discussion of ArmA 3
Post Reply
darkChozo
Host
Posts: 207
Joined: Fri Aug 14, 2015 12:48 pm

FA Crosshair feedback thread

Post by darkChozo »

Today, in a completely planned and not at all last-minute action, we revealed our new solution to the ages-old crosshair debate: the FA Crosshair®™℠℗©
(patent pending)! Thanks to Ciaran for getting the ball rolling, and the Party code-masons for shaping the raw code into a working server-side mod.

We'll likely be upgrading the crosshair as time goes on. If you have any feedback, this is the place to post it. We're especially interested in specific improvements/issues, but yea/nay opinions are welcome as well (spoilers: we're probably keeping it).

EDIT: I made a github thing! If you have specific technical feedback (ie. issues, bugs, suggestions for improvments), that'd be a good place to give it.

User avatar
Freyja
Host
Posts: 182
Joined: Tue Aug 12, 2014 6:32 pm

Re: FA Crosshair feedback thread

Post by Freyja »

In case anyone is wondering, the original game's crosshair is generally unnecessary and fairly distracting. The current reticle draws a line directly from the muzzle of the weapon you're using out to about 25m, allowing the player to get a better read on their body's position in relation to the world around them.

User avatar
Costno
Host
Posts: 290
Joined: Tue Jan 13, 2015 10:13 pm
Location: A Modless Leninist Institution

Re: FA Crosshair feedback thread

Post by Costno »

I'm a big fan of this, and I'm interested in discussing different options for the reticle since currently the grenade one is kinda trippy, but might feel better once I get used to it. Also we could probably shorten from 25 m to like 10 m?

User avatar
DirtyHarry
Posts: 31
Joined: Sun Feb 28, 2016 12:42 pm

Re: FA Crosshair feedback thread

Post by DirtyHarry »

Ciaran dun gud. :zoidberg:

Agree on Costno's points. :hist101:
Professional Try-hard.

User avatar
SuicideKing
Host
Posts: 312
Joined: Wed Nov 27, 2013 1:29 pm
Location: India/US West
Contact:

Re: FA Crosshair feedback thread

Post by SuicideKing »

Good work from Ciaran and darkChozo!

My request would be to only run it when the normal walk/combat pace/stationary options are active. It's kinda distracting to have it on while jogging/running.

I don't mind it in vehicles much, since it's off screen most of the time, but seems wasteful (since you're still running calculations when it's not required).

And yeah, what costno said about the 10m thing, because at the moment it ends up being visible most of the time, and at that point you might as well just use the vanilla crosshair.

It also seems to move around a lot (small movements), which is mildly distracting...

Suggested:

Code: Select all

while {animationState player in _arrayOfAllowedStates} do {stuff}
or something
themiddlevoid.wordpress.com

darkChozo
Host
Posts: 207
Joined: Fri Aug 14, 2015 12:48 pm

Re: FA Crosshair feedback thread

Post by darkChozo »

I made a github thing!

If you have specific issues/bugs/suggestions, feel free to add issues to the github tracker.

Undocumented pre-github changes:
crosshair max distance reduced from 25m to 15m
changed default crosshair, added selection menu for crosshair type
crosshair now disables if you're not actively aiming a small arm
crosshair now gets slightly smaller at close range (<5m)

Jiggly crosshair is not an easy one to fix (and honestly, I kind of like it). Might be an option in the future.

Post Reply