Page 1 of 1
SP Rifle Accuracy Nerfed ?
Posted: 2009-03-30 13:21
by Sandy_Beret
I have found that the accuracy of the rifles seems
a little "out" in SP. Is this so ?
Part of the reason for me to play PR SP is to hone my PR MP rifleman skills.
It almost seems as though it has been "nerfed" a bit in SP with accuracy
a little astray and hits going awry even after settling in place for several seconds.
Anyone else found this ?
Re: SP Rifle Accuracy Nerfed ?
Posted: 2009-03-30 14:08
by XXLpeanuts
I thought they made them more accurate in SP?????????
Re: SP Rifle Accuracy Nerfed ?
Posted: 2009-03-30 14:26
by $kelet0r
Assuming your computer isn't generating smoke when you try to play SP generally you will be more accurate offline then on. My understanding is that deviation is linked to server FPS - online this is locked to 30 fps. Offline, your computer is the server so it goes as high as your computer can handle up to the limit for BF2. If you want to get the mp style deviation offline you have to set your fps to 30 in the console command line.
Re: SP Rifle Accuracy Nerfed ?
Posted: 2009-03-30 14:31
by 666planer
I don't think I have noticed accuracy differences, ecept when I was in sp last night. I was shootong someone on semi auto at eeerrrrr medium range, I COULD NEvER KILL HIM, when it would just take a couple shots at that range normally, anyways all my shot were just kickin up dust around him.
Bt to the point I don't think there is an accuracy difference
Re: SP Rifle Accuracy Nerfed ?
Posted: 2009-03-30 15:35
by RAW HOMICIDAL
PR SP: M4 Acog Deviation (Accuracy)
Code: Select all
em ---BeginComp:SoldierDeviationComp ---
rem Short Barrel 556 Iron Sight Standard Accuracy Assault Rifle
ObjectTemplate.createComponent SoldierDeviationComp
ObjectTemplate.deviation.minDev .333
ObjectTemplate.deviation.setFireDev 1.4 .7 .023
ObjectTemplate.deviation.setTurnDev 2 .15 .15 .05
ObjectTemplate.deviation.setSpeedDev 3 1 1 .02
ObjectTemplate.deviation.setMiscDev 5 5 .05
ObjectTemplate.deviation.devModStand 1.5
ObjectTemplate.deviation.devModCrouch 1.0
ObjectTemplate.deviation.devModLie 0.9
ObjectTemplate.deviation.devModZoom .3
PR MP: M4 Acog Deviation (Accuracy)
Code: Select all
rem ---BeginComp:SoldierDeviationComp ---
rem Short Barrel 556 Iron Sight Standard Accuracy Assault Rifle
ObjectTemplate.createComponent SoldierDeviationComp
ObjectTemplate.deviation.minDev .333
ObjectTemplate.deviation.setFireDev 1.4 .7 .023
ObjectTemplate.deviation.setTurnDev 2 .15 .15 .05
ObjectTemplate.deviation.setSpeedDev 3 1 1 .02
ObjectTemplate.deviation.setMiscDev 5 5 .05
ObjectTemplate.deviation.devModStand 1.5
ObjectTemplate.deviation.devModCrouch 1.0
ObjectTemplate.deviation.devModLie 0.9
ObjectTemplate.deviation.devModZoom .3