project reality header
Go Back   Project Reality Forums > PR:BF2 Mod Forums > PR:BF2 General Discussion
12 Sep 2024, 00:00:00 (PRT)
Register Developer Blogs Members List Search Quick Links
PR:BF2 General Discussion General discussion of the Project Reality: BF2 modification.

Reply
 
Thread Tools Display Modes
Old 2018-03-14, 03:56   #1
Dr_Death
Guest
Default Is it placebo or do scopes get worse close quarters accuracy?

The question is resumed in the title. I feel like if my spread is a lot worse using scopes in close combat than using iron sights or holo points. Is it just me or does the gun actually gets more spread for follow up shots when you are using a scope instead?
Reply With Quote
Old 2018-03-14, 07:56   #2
[R-DEV]​AlonTavor
PR:BF2 Developer
Supporting Member
PR Server License Administrator
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

No difference. However short and long versions of guns have differences.
AlonTavor is offline Reply With Quote
Old 2018-03-14, 11:35   #3
[R-DEV]​mectus11
PR:BF2 Developer

mectus11's Avatar
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

Quote:
Originally Posted by Dr_Death View Post
The question is resumed in the title. I feel like if my spread is a lot worse using scopes in close combat than using iron sights or holo points. Is it just me or does the gun actually gets more spread for follow up shots when you are using a scope instead?
Depends on the fire rate, if you're going full auto then deviation increases over time when you're shooting, same goes for single round but you can manage it easier if you time your shots right.
mectus11 is offline Reply With Quote
Old 2018-03-14, 16:04   #4
Dr_Death
Guest
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

Quote:
Originally Posted by mectus11 View Post
Depends on the fire rate, if you're going full auto then deviation increases over time when you're shooting, same goes for single round but you can manage it easier if you time your shots right.
No. Im talking about differences between using the sights with a scope or close quarters sights. Becaise i feel its harder for me to shoot at someone at close range using the scopes for the rifles.
Reply With Quote
Old 2018-03-14, 16:17   #5
PBAsydney
Supporting Member

PBAsydney's Avatar
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

I feel like scopes make the guns less accurate at any range tbh. Give me an ironsight AR and it's a laser death beam, while scoped AR just spreads all over the place.




HITREG CARRY
PBAsydney is offline Reply With Quote
Old 2018-03-14, 16:43   #6
[R-DEV]Mineral
PR:BF2 Lead Designer
Supporting Member
PR Server License Administrator

Mineral's Avatar
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

We do have different categories based on sight yes, although I'm personally not aware of their influence and why it's like this Ask a coder.

example for recoil:

Code:
        if v_arg2 == "beryl"   
		        if v_arg3 == "optic"   
				ObjectTemplate.createComponent SoldierBasedRecoilComp
				ObjectTemplate.recoil.hasRecoilForce 1
				ObjectTemplate.recoil.recoilForceUp CRD_UNIFORM/1.53/1.87/0
				ObjectTemplate.recoil.recoilForceLeftRight CRD_UNIFORM/-0.99/1.65/0
				ObjectTemplate.recoil.zoomModifier 0.4
				ObjectTemplate.recoil.goBackOnRecoil 0
			    endIf
			  	if v_arg3 == "opticugl"   
				ObjectTemplate.createComponent SoldierBasedRecoilComp
				ObjectTemplate.recoil.hasRecoilForce 1
				ObjectTemplate.recoil.recoilForceUp CRD_UNIFORM/1.485/1.815/0
				ObjectTemplate.recoil.recoilForceLeftRight CRD_UNIFORM/-0.99/1.65/0
				ObjectTemplate.recoil.zoomModifier 0.4
				ObjectTemplate.recoil.goBackOnRecoil 0
			    endIf
			    if v_arg3 == "ironsight"   
				ObjectTemplate.createComponent SoldierBasedRecoilComp
				ObjectTemplate.recoil.hasRecoilForce 1
				ObjectTemplate.recoil.recoilForceUp CRD_UNIFORM/1.53/1.87/0
				ObjectTemplate.recoil.recoilForceLeftRight CRD_UNIFORM/-0.99/1.65/0
				ObjectTemplate.recoil.zoomModifier 0.4
				ObjectTemplate.recoil.goBackOnRecoil 0
			    endIf
			  	if v_arg3 == "ironsightugl"   
				ObjectTemplate.createComponent SoldierBasedRecoilComp
				ObjectTemplate.recoil.hasRecoilForce 1
				ObjectTemplate.recoil.recoilForceUp CRD_UNIFORM/1.485/1.815/0
				ObjectTemplate.recoil.recoilForceLeftRight CRD_UNIFORM/-0.99/1.65/0
				ObjectTemplate.recoil.zoomModifier 0.4
				ObjectTemplate.recoil.goBackOnRecoil 0
			    endIf
	    endIf

Mineral is offline Reply With Quote
Old 2018-03-14, 21:27   #7
Dr_Death
Guest
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

That says that UGL rifles have less upwards recoil. That's fine. But then apparently it was just placebo.

I thought about it because its a tad bit harder to use the bullet sway indicator to accurately know when to shoot when you have a zoomed view of someone very close, and you cant use the same method you use with CQC sights or unsighted.
Reply With Quote
Old 2018-03-18, 10:28   #8
QuickLoad
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

always go for magnified scope,
close range = hipfire
long range = scope
mid range, suppress with hipfire and then shoot with scope in a firefight, otherwise just use scope.

of course, if you have luxary of BUIS then even better.
QuickLoad is offline Reply With Quote
Old 2018-03-18, 16:15   #9
Murphy
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

I think the issue is that there is a small period of time in which your view switches into the zoom that causes the placebo you're witnessing. It's always easier to keep your weapon trained on the target while pulling it up to your shoulder with CQB sights because the zoom shifts your perspective drastically which exaggerates the distance you have to pull your mouse to ensure you are still on target. This combined with recoil and deviation gives the CQB sights a fairly hefty advantage in a lot of scenarios, this is why a lot of experienced PR players prefer Ironsights to Optics in any situation.
Murphy is offline Reply With Quote
Old 2018-03-22, 04:15   #10
Dr_Death
Guest
Default Re: Is it placebo or do scopes get worse close quarters accuracy?

Quote:
Originally Posted by Murphy View Post
I think the issue is that there is a small period of time in which your view switches into the zoom that causes the placebo you're witnessing. It's always easier to keep your weapon trained on the target while pulling it up to your shoulder with CQB sights because the zoom shifts your perspective drastically which exaggerates the distance you have to pull your mouse to ensure you are still on target. This combined with recoil and deviation gives the CQB sights a fairly hefty advantage in a lot of scenarios, this is why a lot of experienced PR players prefer Ironsights to Optics in any situation.
After increasing the AA to be able to view enemies from much further away i might consider doing the same thing myself too, except maybe with a FAMAS because the scope is sick good, and the G3 on MEC because the scope aids the 7.62x51 on very long distance shooting.
Reply With Quote
Reply


Tags
accuracy, close, placebo, quarters, scopes, worse

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 20:40.