recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

The Numbers Don't Lie: Camping in Call of Duty Works

Posted By: Todd Sharp on 3/14/2022 5:52 GMT
Tagged: Gaming

I've been a console gamer for a long, long time. Yeah, I know about the jokes - and I've heard them all. Console's suck; real gamers use PCs. Whatever, let's move past that because what I'm about to tell you will probably enrage you even more than my choice of gaming hardware. What might that be, you ask? Well, dear friend, let me tell you: there's nothing wrong with "camping." That's right, I said it. Camping works, and I have the data to prove it.

If you're still here, let me explain. The past few months, I saved my "Call of Duty" stats to a database for my "Brain to the Cloud" project. Side note - if you haven't checked it out yet, you totally should. Once I had the data in my database, I could slice and dice hundreds of different ways to see what interesting trends and patterns showed up in the data. One of the most exciting things that jumped out to me very early on was: the less I move, the better I do. You see, one of the metrics included in the match data that I downloaded from the (unofficial) Call of Duty API is "time spent moving." As soon as I saw this metric, I knew that I had to write a query to group the data on ranges of "time spent moving" to see how I did according to that metric. It turns out the less I move, the better I do.

Here's my K/D ratio. Some of these ranges have a minimal sample size - I'll exclude those in a bit. But, look at this:

From 41-50% to 91-100%, you can see that my K/D ratio steadily declines. Here's that range expanded, and I'll throw in the E/D ratio just to add another metric.

It's almost unreal how much better I do the less I move. As I said earlier, let's consider the sample size.

RangeK/D RatioE/D RatioTime Played
1-1000---
11-2015169 mins
21-3000---
31-402.332.836 mins
41-503.64411 mins
51-602.752.889 mins
61-702.172.4145 mins
71-801.732.052 hrs, 54 mins
81-901.251.5115 hrs, 26 mins
91-1001.181.43 days, 18 hrs, 28 mins

Even if I exclude the ranges where I only played one or two matches (but come on, check out that gaudy 16 E/D in the 11-20% range), the data still shows that my K/D and E/D are improved when I spend a portion of the match "posted up" and letting the enemy come to me. Hold on - I already know what you're about to say. "Of course, your K/D and E/D are better when you camp - that's why people don't like you!" And believe me when I tell you that there are plenty of reasons not to like me, but camping in Call of Duty isn't one of them. Still, you probably think that my Win/Loss ratio won't share this trend. And to that, I say: "pfffftt...you're wrong!" (in the nicest, most respectful way possible).

If you're wondering, here's how that looks in tabular form:

RangeWinsLossesW/L RatioTime Played
1-10000.00---
11-20101.009 mins
21-30000.00---
31-40010.006 mins
41-50101.0011 mins
51-60111.009 mins
61-70221.0045 mins
71-801682.002 hrs, 54 mins
81-9052501.0415 hrs, 26 mins
91-1002693330.813 days, 18 hrs, 28 mins

What about score, score per minute, and kills per minute? Well, that's where the data goes a bit haywire. I do my best in the 61-70% range in those metrics. But then they all drop in the 71-80% range, improve in the 81-90% range and get way better in the 91-100% range. 

And just so you can see the time spent in each range:

RangeAvg ScoreScore Per MinuteKills Per MinuteTime Played
1-10000---
11-201,9752023.069 mins
21-30000---
31-401,7142862.336 mins
41-504,7754183.511 mins
51-601,1842422.259 mins
61-704,2603712.9945 mins
71-802,2303062.122 hrs, 54 mins
81-902,9283222.2315 hrs, 26 mins
91-1003,2343592.413 days, 18 hrs, 28 mins

I've got no real explanation for this one. If anything, I'd say that maybe something like 'double xp' could be factoring in here and throwing some ranges off? I've spent the vast majority of my time in the 91-100% range, so maybe it's just a matter of sample size? I'm not sure.

Still, the data proves it - camping is valid, and it works. The less I move, the better my K/D and E/D are, and I win more often. This project has led to some real eye-opening moments like this one, and I had a lot of fun hacking around with the data. It is impressive how seeing the data in a different light can show you things you would never have anticipated. Even if I'm not entirely committed to camping, it does tell me that simply slowing things down a bit will always benefit my stats and my team's ability to win the match.

Photo by Daan Weijers on Unsplash



Related Posts

Querying Autonomous Database from an Oracle Function (The Quick, Easy & Completely Secure Way)

Querying Autonomous Database from an Oracle Function (The Quick, Easy & Completely Secure Way)

I've written many blog posts about connecting to an Autonomous DB instance in the past. Best practices evolve as tools, services, and frameworks become...

Sending Email With OCI Email Delivery From Micronaut

Sending Email With OCI Email Delivery From Micronaut

Email delivery is a critical function of most web applications in the world today. I've managed an email server in the past - and trust me - it's not fun...

Brain to the Cloud - Part III - Examining the Relationship Between Brain Activity and Video Game Performance

Brain to the Cloud - Part III - Examining the Relationship Between Brain Activity and Video Game Performance

In my last post, we looked at the technical aspects of my Brain to the Cloud project including much of the code that was used to collect and analyze the...

Note: Comments are currently closed on this blog. Disqus is simply too bloated to justify its use with the low volume of comments on this blog. Please visit my contact page if you have something to say!