I don't know how it works but sometimes single sniper kills give me like 210 points each, sometimes 8 points or so.Strategos wrote:I have started playing as a sniper lately and keep wondering this: Do you get more points for longer kill distances?
Ask the [DEV]s a (?) - Part 2
-
- Posts: 1090
- Joined: 2013-07-28 13:19
Re: Ask the [DEV]s a (?) - Part 2
-
- Posts: 2476
- Joined: 2007-02-25 15:38
Re: Ask the [DEV]s a (?) - Part 2
Maybe it depends on whom you kill? More points for killing an officer than a rifleman?
ex |TG-31st|
AnimalMotherUK - YouTube
AnimalMotherUK - YouTube
vistamaster01: "I just dont get people with girl usernames/pics/sigs lol,
for example I thought AnimalMother was a girl ops:"
Arte et Marte
for example I thought AnimalMother was a girl ops:"
Arte et Marte
-
- Posts: 1090
- Joined: 2013-07-28 13:19
Re: Ask the [DEV]s a (?) - Part 2
I don't know, might be. I once sniped people in fortress from airport in Operation Archer (~950-1000m), got like 800 points from 7 kills I think it has something to do if you kill the players near certain objectives (defense flag etc. near cache)AnimalMother. wrote:Maybe it depends on whom you kill? More points for killing an officer than a rifleman?
-
- PR:BF2 Developer
- Posts: 1978
- Joined: 2011-07-20 10:02
Re: Ask the [DEV]s a (?) - Part 2
It is. What happening when a player become killed is explained below.AnimalMother. wrote:Maybe it depends on whom you kill? More points for killing an officer than a rifleman?
Then you're getting bonuses for type of soldier.You get 4 points for basic kill.
Next bonuses is depends on victim kit if he's not in vehicle.+ 0 for grunt.
+ 5 for squadleader.
+ 10 for commander.
Either if it were a vehicle, you getting this different amount points for every killed player inside.For AT kits you getting + 10 points.
For MG kits you getting + 2 points.
For Sniper kits you getting + 10 points.
...For each killed DRIVER and GUNNER inside a jet you getting +20 points.
For each killed DRIVER and GUNNER inside a tank you getting +10 points.
For each killed DRIVER and GUNNER inside a CAS heli you getting +10 points.
For each killed DRIVER and GUNNER in IFV's you're getting +10 points.
For each killed DRIVER and GUNNER in AAV you're getting +8 points.
For each killed DRIVER and GUNNER in APC you're getting +8 points.
For each killed DRIVER and GUNNER in TRANS heli you're getting +6 points.
For each killed DRIVER and GUNNER in recon vehicles(coyote\skimi etc) you're getting +6 points.
For each killed DRIVER and GUNNER in transport assets(jeeps&trucks) you're getting +4 points.
For each killed DRIVER inside static weapons(tow\aa\etc) you're getting +2 points.
For each killed DRIVER inside deploayble assets(commnandpost\firebase\ins toilet) you're getting +10 points.
Here's some code that will punish dead player....
...
Then we're calculating temporary 'points':
It's a victimWorth + either victimKitWorth or victimVehicleWorth.
Killed SL cas jet pilot will cost 5 + 20 = 25 'points'
Then, we're calculating player victim worth multiplier, worth goes x4 if he's were in vehicle.
So if we killed SL pilot inside CAS jet it will cost (5 + 20) * 4 = 100 temporary worth points.
Same goes for attacker, if killer were a SL on a jet - he will 'worth' (5 + 20) * 4 = 100 points.
For example, i'll also take infantry AA dude: grunt not in vehicle with AA kit will 'worth' (0 + 10) = 10 points, remember him.
Next we're comparing bonus. It's done by victimWorth - attackerWorth. So our CAS killer getting 0 bonus if he's were in jet, but ground dude with AA kit getting + 90 points.
So now currently it's 104 point for killer SL on jet, 194 for ground grunt.
Next thing to do is calculating threat factor(scaling 0, 0.125, 0.5, ..., 2) for attacking player. I won't explain this in details(cuz lazy to dig in and type that much ), just will say that player with more kills, less death, and on a server with less players will get larger threat factor. After that we're adding more bonus points! We're getting our current 'points', and multiplying them by the threat factor. Result is being added to current points.
Last thing to do before actually adding points is calculating sniper bonus for longer distance. This is boring part as vectorDistance * somenumber -> add to 'points' isn't hard to understand.
That's how it works besides maybe some small thingies i have skipped
Last edited by rPoXoTauJIo on 2015-09-02 05:10, edited 1 time in total.
assetruler69: I've seen things you smurfs wouldn't believe. Apaches on the Kashan. I watched burned down tank hulls after the launch of the single TOW. All those moments will be lost in time, like tears in rain.
Time to give up and respawn.
-
- Posts: 819
- Joined: 2007-02-10 11:42
Re: Ask the [DEV]s a (?) - Part 2
Getting more points depending on how far away a target is, was actually one of the first real features of PRMM (Mini-mod).Strategos wrote:I have started playing as a sniper lately and keep wondering this: Do you get more points for longer kill distances?
Last edited by DonDOOM on 2015-08-20 17:18, edited 2 times in total.
-
- Posts: 585
- Joined: 2013-06-15 08:13
Re: Ask the [DEV]s a (?) - Part 2
So will the Fennek be among the toys the Germans will be getting to go with their broomsticks and the Fuchs?
-
- Posts: 1090
- Joined: 2013-07-28 13:19
Re: Ask the [DEV]s a (?) - Part 2
About armored vehicles, any update on making Boxer less-shittier? Is anyone working on that? I mean those hatches blocking gunner and stuff.
-
- Posts: 1389
- Joined: 2011-05-22 14:34
Re: Ask the [DEV]s a (?) - Part 2
1234567DonDOOM wrote:is was
-
- Posts: 819
- Joined: 2007-02-10 11:42
Re: Ask the [DEV]s a (?) - Part 2
Do you even English?Navo wrote:1234567
Put a big ol' comma there just for you.
-
- Posts: 65
- Joined: 2015-05-23 07:57
Re: Ask the [DEV]s a (?) - Part 2
I honestly had no idea how involved the point calculation system was. That was a fascinating read.rPoXoTauJIo wrote:It is. What happening when a player become killed is explained below.
...
Thanks for all the replies, guys!
-
- Posts: 1090
- Joined: 2013-07-28 13:19
Re: Ask the [DEV]s a (?) - Part 2
Hey Devs, what is the purpose of insurgent commander being able to enter hideouts? As in.. hide there from blufor? Playing hide 'n' seek with blufor like Saddam did? lel. Okay but honestly? Seems like completely useless feature in my opinion.
Just to add, commander can enter normal hideouts but not the command post hideout in main
Just to add, commander can enter normal hideouts but not the command post hideout in main
Last edited by Jacksonez__ on 2015-08-21 07:32, edited 1 time in total.
-
- Posts: 1389
- Joined: 2011-05-22 14:34
Re: Ask the [DEV]s a (?) - Part 2
DonDOOM wrote:Do you even English?
Put a big ol' comma there just for you.
-
- Posts: 585
- Joined: 2013-06-15 08:13
Re: Ask the [DEV]s a (?) - Part 2
Question, would PR|Vietnam actually have been a thing if it wasn't for the Eve of Destruction mod? And in what manner did you work with the Eve of Destruction devs to incorporate it in to PR?
-
- Retired PR Developer
- Posts: 47909
- Joined: 2005-12-13 20:00
Re: Ask the [DEV]s a (?) - Part 2
Unlikely and it was originally headed up by [R-DEV]TrahnLee who was also the lead EOD2 dev, who wanted to see EOD2 with PR settings as well as its arcade settingLiamNL wrote:Question, would PR|Vietnam actually have been a thing if it wasn't for the Eve of Destruction mod? And in what manner did you work with the Eve of Destruction devs to incorporate it in to PR?
-
- Posts: 2784
- Joined: 2009-09-18 10:27
Re: Ask the [DEV]s a (?) - Part 2
This is news to me.Jacksonez__ wrote:Hey Devs, what is the purpose of insurgent commander being able to enter hideouts? As in.. hide there from blufor? Playing hide 'n' seek with blufor like Saddam did? lel. Okay but honestly? Seems like completely useless feature in my opinion.
Just to add, commander can enter normal hideouts but not the command post hideout in main
-
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: Ask the [DEV]s a (?) - Part 2
IIRC back in the day there were tunnels and you could quickly move between hideouts.sweedensniiperr wrote:This is news to me.
AfSoccer "I just don't see the natural talent."
-
- Retired PR Developer
- Posts: 21225
- Joined: 2007-08-15 14:32
Re: Ask the [DEV]s a (?) - Part 2
agreed, this has ruined PR for meJacksonez__ wrote:Hey Devs, what is the purpose of insurgent commander being able to enter hideouts? As in.. hide there from blufor? Playing hide 'n' seek with blufor like Saddam did? lel. Okay but honestly? Seems like completely useless feature in my opinion.
Just to add, commander can enter normal hideouts but not the command post hideout in main
-
- Posts: 585
- Joined: 2013-06-15 08:13
Re: Ask the [DEV]s a (?) - Part 2
Why is DB allowed to post his youtube content on the dev blogs? I wouldn't really warrant it that it should be in dev blogs, sure there are some nice video's there but it should be about upcoming content within the mod/game. If it were testing/alpha/beta video's then it would be amazing but him just promoting his own stuff through the dev blogs is a bit strange.
-
- Retired PR Developer
- Posts: 21225
- Joined: 2007-08-15 14:32
Re: Ask the [DEV]s a (?) - Part 2
He is promoting PR, db is an excellent player and DEV who has put sweat and blood into this game.
He is the example to follow, he has earned the right.
He is the example to follow, he has earned the right.
-
- Posts: 1780
- Joined: 2009-09-30 17:07