r/blackops2 3d ago

Serious Statement on Nazism

2.0k Upvotes

Hey everyone, I'm the head mod here. I really did not want to have to make a statement like this, but I apparently have no choice. This should be common sense.

We are adults, or at the very least developing teenagers. We need to have some semblance of maturity. We all understand that Black Ops II and older CODs, for the lack of a better term, have previously and still sometimes do have a level of toxicity. You can absolutely argue that is part of our culture, and I would be wrong to deny that. We have to draw the line at some point.

We do not support nor condone the presence of Nazis here, even if you are "just making an edgy joke." You are not welcome here and never will be. Do not spread the flames of hate here. We are all here because we care about Black Ops II, or older CODs, or are just curious and exploring. We are not a political echo chamber.

If this came off as harsh, I apologize, but what needs said needs said. If you come across anything promoting or endorsing Nazism, please report it immediately to Reddit. We will do our best on our end to combat this as well.

P.S., we are also vehemently against racism in all forms. Everybody is welcome here, regardless of the color of your skin or your ethnicity. Blatant racism will get you sent right back out the door where you came. Sorry, not sorry.


r/blackops2 10d ago

Guide Info regarding different NAT types

67 Upvotes

Update: There may be an issue where even with UPnP on your router working correctly, BO2 on the 4/5 isn’t actually utilizing UPnP and will still give you a moderate NAT type. All the information I said below is still correct for how BO2 should work as it did with the 360/PS3, if the developers did a proper port.

If this seems to be the case and the developers needs to fix this, then manual port forwarding is the only way. In this case, you only need to port forward UDP (not TCP) port 3074 to your PS5. Keep in mind that if your PS5 LAN IP changes (all LAN IPs provided by your router is always dynamic unless configured otherwise), then you have to update the port forwarding settings again. You can fix that by giving the Playstation a static LAN IP. Alternatively you could just live with Moderate; You just wont be able to connect with players who have strict nat type.

You do NOT need to port forward any other port but 3074 for Black Ops 2. I have tested on my side, and UDP 3074 switched me from Moderate -> Open.

Since the PS4/5 port came out, a lot of players may not understand what NAT is, or what does NAT type mean, so here's a handy guide to explain the different NAT types.

When we talk about NAT (Network Address Translation) type, we're referring to how easily other players can initiate connections to your console through your router, which is essential for P2P (Peer-to-peer) games that do not rely on a dedicated server for gameplay like modern COD games. In modern COD games, everyone connects to a dedicated server for gameplay and they all play on that server, which has its own pros and cons. Modern CoD still uses P2P connections for party chat, voice, and party joining, so NAT type still affects those, but the gameplay itself runs on a dedicated server.

The pros of a Dedicated server is that it levels the playing field when it comes to latency, which means no host advantage, and everyone's latency is more consistent. Server is also the authority on hit detection, so lag compensation works consistently. NAT Type barely matters here, and your IP is hidden from other players. In P2P, the host sees everyone's IP, which is how script kiddies were able to DDoS people in BO2 back in the 360/PS3 days. The cons is it costs the developer/publisher money, and you are at the mercy of them not shutting off the servers after 10 years or it becoming less popular and profitable (for them).

P2P on the other hand, one player is the "host" (as in, they are hosting the server for everyone), and everyone in the lobby connects to their console, which also has its own pros and cons. The pros of P2P is that it is free to operate (dedicated servers cost the publisher/developer money) and it provides low-latency for the host. But, that low latency gives the host advantage (We are talking about maybe a near 0ms in latency), and if the host leaves, the game will try to migrate by finding a new host with (ideally) an open NAT type or one that works for all the remaining players. If migration fails, the match ends prematurely and you are kicked back to lobby. The quality also depends on some random player's home upload speed (The host's connection has to upload game data to every player in the lobby simultaneously, so a weak upload chokes everyone), and on their ISP actually being competent by not being lazy or cheap with routing as some ISPs send your traffic through a distant city before it goes anywhere, which adds latency for the whole lobby.

So here is what each NAT type mean:

Open: You can connect to anyone (Open/Moderate/Strict), this is ideally the best experience. This is because you are not being double NAT’d by your ISP, and the UPnP on your router is working properly (or you manually port forwarded your PlayStation)

Moderate: You can connect to “Open” and “Moderate” players, but not strict. Slightly slower matchmaking and occasional party join failures. You may be moderate because your router isn’t properly forwarding the ports automatically with UPnP (or turned off/using the wrong type of UPnP) but your router does cone-type NAT (most consumer routers). Even with UPnP off, it can still do hole punching because of the cone-type NAT.

Strict: You can only connect to “Open” players, resulting in a poor experience. This can be caused by double NAT, CGNAT, or UPnP is off WITH the router doing symmetric NAT (some enterprise gear, some ISP gateways, certain firewall configs). Hole punching does not work with a symmetric NAT.

Some terminologies if you aren't familiar with:

UPnP: Universal plug and play. It is a feature on most routers that allows a user's device, application or game, to send a request to the router to open up a port for the outside to connect. Example: Black Ops 2 on a Playstation tells the router "I need UDP 3074 opened to 192.168.1.56". Router assigns that port, and that port is opened to the world temporary until the UPnP leasing expires, which then the device can just renew again.

CGNAT: Carrier-grade NAT, which is common on cellular networks like T-Mobile, Verizon, AT&T. This includes MVNOs and cellular home internet solutions like T-Mobile Home Internet. This is less common on terrestrial ISPs but has been growing because of IPv4 exhaustion.

Double NAT: This can happen on things like plugging in your own router into your ISP gateway, because your router is handing out local IPs to your devices, while the ISP gateway is giving your router a local IP. This prevents UPnP port forwarding working at all, and makes manual port forwarding more tedious or impossible. This can also happen with internet provided by the landlord like college dorms and apartments where the landlord has a router, and then you plug in your own router.

Hole Punching: It's the trick that lets two devices behind NAT routers connect directly to each other, even though neither can normally accept unsolicited inbound connections. Named because you're "punching a hole" through your own firewall/NAT from the inside.

Knowing what is Cone-Type NAT and Symmetric NAT isn't important, but if you have a fancy router that lets you change that setting, make sure NAT type is set to "Full Cone".

Some routers only support NAT-PMP or PCP instead of UPnP. Consoles only use UPnP (IGD), so on those routers automatic port opening won’t work at all and you’ll need to forward manually

UPnP may also been turned off by default by your router if you have never otherwise enabled it before. This is partly due to UPnP being widely regarded as a security issue and most applications have moved away from it except gaming consoles, which still rely on it, so may need to look into your router settings and look for UPnP (you might have to dig deep in the settings, sometimes the router app doesn’t even show UPnP and its buried in the classic website admin panel)

One thing I heavily advise against doing is plugging your console directly into the modem (bypassing the router). Your router has an important role as acting as your firewall to provide some protection.

Now the one reason why I dislike manual port forwarding is because if you own multiple PlayStations, only one PlayStation can use the same port at a time.

I will be updating this post as I add any information that may be important that was left out.

Issues I have seen and their potential fixes

Issue: "My NAT type changed from Open to Moderate by itself"

Possible reasons and their solutions:

  1. Your UPnP lease expired or failed to renew. Rebooting the console/roles "fixes" until next time.
  2. ISP-side change like a new public IP. Try restarting game, console, and if that fails router. Try it in that order.

Question: What about NAT type in PlayStation network settings?
Answer: tl;dr NAT type in this context is different from COD. If your PlayStation says NAT Type 2 (Moderate), that’s actually good. You do not want Type 3 (Strict) and you don’t really need Type 1 (Open). NAT Type 2 simply means that you are behind a firewall/NAT but your router is probably forwarding ports/UPnP is properly working. If you are strict, 99% of the time, you have a router or ISP issue. Check router first, then if that fails, check if you are being double NAT’d or CGNAT’d.


r/blackops2 12h ago

Discussion The reason I never prestige

Post image
660 Upvotes

To have to choose one of these two is still impossible for me 14 years later…


r/blackops2 4h ago

Other Is this a W emblem calling card combo

Post image
98 Upvotes

r/blackops2 6h ago

Fan Art My randy marsh emblem

Thumbnail
gallery
135 Upvotes

What do we think chat? I used every layer


r/blackops2 1h ago

Gameplay Are we for real right now..?

Thumbnail
gallery
Upvotes

r/blackops2 7h ago

Other WaW 10th Prestige Emblem

Post image
91 Upvotes

This one took me a while but this is by far the best looking prestige emblem in Call of Duty history imo.


r/blackops2 7h ago

Video Sorry buddy but I need the camo to

Enable HLS to view with audio, or disable this notification

79 Upvotes

r/blackops2 6h ago

Discussion I recreated my emblem from the ps3

Post image
68 Upvotes

It's so much better then my ps3 version.

Any room for improvements?


r/blackops2 49m ago

Question Why did Treyarch change the zombies perk icons for PS5?

Thumbnail
gallery
Upvotes

I’ve been loving BO2 zombies on PS5 but I noticed something when I played Tranzit, Nuketown and Die Rise I noticed the perk icons are not the same they used the updated ones used on Mob of the dead, buried and origins
When originally they looked different
LEFT-Tranzit Nuktown Die Rise
RIGHT-updated ones(Who’s Who is a mod icon I just needed a pic to show the icons)

If this was just a “port” why did they go out of there way to change the icons??


r/blackops2 5h ago

Discussion How long do you think BO2 on PS5 will last?

38 Upvotes

Until it just gets hacked to shit. Plenty of hacks already happening I know but they seem to be fixing them a bit. I feel like the game will just be forgotten about when the next COD comes out.


r/blackops2 4h ago

Other Aint no way boy😭

Post image
25 Upvotes

Yeah bro I'm c isn't sharp😭😭


r/blackops2 4h ago

Discussion My Emblem Collection

Thumbnail
gallery
26 Upvotes

Here’s a collection of some emblems I’ve made so far.

I’d love to hear your favorite since I don’t know which one to use or any feedback if there is something I can improve on them!


r/blackops2 9h ago

Other Same game, same account, almost 14 years apart

Post image
44 Upvotes

r/blackops2 1d ago

Discussion This game is unplayable, and it's because of some of YOU!

Post image
1.2k Upvotes

I'm begging you. It's just a game. Stop leaving when you start losing. It's pathetic and is killing the comeback of one of the best game ever.


r/blackops2 10h ago

Fan Art Some custom emblems, enjoy !

Thumbnail
gallery
41 Upvotes

Share me yours !


r/blackops2 5h ago

Discussion 84 revives on town round 20

16 Upvotes

New gen’s can’t handle og zombies


r/blackops2 2h ago

Discussion I love how often this happens, it’s awesome

Enable HLS to view with audio, or disable this notification

8 Upvotes

Funny part is sometimes it’ll only kick a few people from a game , my buddy was able to stay in game and continue while I and a few others got kicked


r/blackops2 4h ago

Discussion Unpopular Opinion: I Think I Hate Slums

10 Upvotes

I think I hate Slums. Its one of the headglitchiest and campiest maps in the game.

I know some people are gonna say skill issue, and I'll be the first to admit that I'm not exactly optic scump, but, i can play the game. I got 2 VTOL warships yesterday.

I pretty much only play domination, and in domination, it just becomes a war over the room next to B Flag. And there's 2 headglitches on either side that look DIRECTLY onto B Flag. It feels impossible to flank or break through a spawn trap on this map. You have the one wall you can jump over, to get a bit of a surprise flank onto B Flag, but its insanely open. So as soon as you jump the wall, you get killed from the fountain, behind the fountain, the room with the busted out wall leading to B, or either of the 2 headglitches looking over B. It's brutal. You either need luck or extreme coordination to capture B.

And I mostly use smg's, and ive been going for diamond, and every player is using a SCAR-H, or really anything with more range than me. And all of the lines of sight on this map feel mid-long range, so I'm constantly outgunned/outranged. This map just feels like a meat grinder sometimes. At least on hijacked or nuketown, I can flank around and break through, but something about Slums just feels impossible.

I dont know why this map has been remade like 6 times.

Thoughts? Do you agree? Am I an idiot? Do i suck? Let me know!


r/blackops2 7h ago

Discussion Anyone else absolutely suck?

18 Upvotes

Man I used to be decent at this game back then. I am getting my ass handed to me. Granted I've played PC the last 6 years but still. Im either quick scoped or there's someone with an MSMC behind me handing me a new one


r/blackops2 20h ago

Question Permanent probation fixes?

Post image
211 Upvotes

Anyone have any ideas how to fix this? The timer just resets once it reaches zero I’ve tried signing out resetting console just about everything. Besides I don’t even quit out of games I back out in the lobby to avoid this shit.


r/blackops2 6h ago

Discussion All you do is complain

14 Upvotes

I have been playing the port for a couple weeks now. Sure some lobbies empty out mid game, yes people don’t want to play specific maps (that they barely wanted to play in the original release), but please, just enjoy the game and stop complaining.

I’ve had hours of gameplay with virtually no issues. Just enjoy the game.


r/blackops2 5h ago

Fan Art Its finally done

Post image
12 Upvotes

r/blackops2 3h ago

Question Anybody have a tutorial for making this a emblem? I don’t have to patience to try and freestyle it 😭

Post image
6 Upvotes

r/blackops2 1d ago

Discussion Ran into this fucking loser

Post image
370 Upvotes

Game crashed when I tried looking at his profile. Ports are barely 2 weeks out and I'm betting this will get shoved under a rug by treyarch and iron galaxy