Тёмный

What do the QEDs ACTUALLY do? (and what effects are FAKE?!) 

MrJzM
Подписаться 1,6 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 192   
@slippstreamm
@slippstreamm 11 дней назад
Great video! I've dug through the source code you linked, and I think I can give a brief rundown of how the QED random distribution works. First, every effect has a unique, predefined "percent chance" (not actually but I'll talk about that later) between 1 and 100 tied to it. For BO1, these are: Weapon starburst - 75 Disable excavator - 75 Add zombies to total - 70 Revive - 60 Random weapon powerup - 60 Random grenade - 50 Open nearest door - 35 (you showed the wrong code snippet here) Random bonus or lose points powerup - 25 Teleport - 20 Pack/unpack weapon - 10 Give perk - 10 Random "zombie grabbable" powerup - 5 Random powerup - 5 Speed buff - 2 When the QED explodes, the game rolls a random number in the range 0 (inclusive) to 100 (exclusive). Then, it checks all of the effects against that same number. All effects with a chance value greater than the rolled number (you can just think of this as the chance number being a percent chance for this) AND a valid player state (i.e. a player needs to be down for the revive) are eligible. Then, the game randomly selects one of the eligible effects with equal distribution. For example, if the game rolled a 64, then only the "weapon starburst," "add zombies," and "disable excavator" would be eligible, and the game would choose one of those three with equal probability. If the game rolls a 75 or higher, then you get no effect. Although, this is not the only way to get this effect from a QED. Because the game has two different sources of randomness (once in choosing eligibility and once again in selecting the effect), the numbers above aren't a realistic percentage. The way BO1 calculates this, all effects with a chance value higher than the rolled value will be eligible (given valid player state), and then selected randomly. This has the effect of making rare effects even rarer, because those effects need to compete against every effect more likely than itself. After some calculations, I estimated an approximate probability for each of the effects here. It's worth noting that this is just an approximation, as the probability of an effect can change given the state of the game. I have included ranges for effects to accommodate for this. The more conditions are met, the lower the probability of any individual effect. Do nothing†: 25% Weapon Starburst: 14.33% - 46.5% Disable excavator*: 14.33% - 27.4% Add zombies to total*: 11.83% - 24.90% Revive*: 8.49% - 19.90% Random weapon powerup*: 8.49% - 14.26% Grenade: 6.49% - 21.50% Open a door*: 3.99% - 8.65% Random bonus or lose points powerup*: 2.56% - 4.68% Teleport: 1.94% - 4.90% Pack/unpack*⸸: 0.83% - 2.40% Free perk*: 0.83% - 2.40% Random "zombie grabbable" powerup*: 0.37% - 0.68% Random powerup*: 0.37% - 0.68% Speed buff: 0.14% - 0.5% * Assuming the game state is met, i.e. a player being down for the revive or an excavator being active to be disabled. For the powerup drops, the QED has to be within the playable area. ** The free perk has a 20% chance of being invalid, just for funsies. † This is not the only way a QED can do nothing, but it is a major factor. ⸸ Pack/Unpack is always valid when the QED is thrown near Pack-a-Punch, but has a 20% chance to be valid without it. I didn't factor this into the calculations because I am lazy. For BO3, the logic for selecting the effect is the same, although as you mentioned there are fewer effects. Diving into this was interesting, thanks for the opportunity
@MrJzM
@MrJzM 11 дней назад
Thank you for diving into this! This is actually super interesting how the game chooses which effects are to be selected from then selects randomly. I'm very glad we're coming together as a community to actually break down and learn more about the game, even all these years later!
@Protofall
@Protofall 9 дней назад
Thanks for looking into this mate :) Took me a while to realise "Speed Buff" was referring to the Zombie's sprint state XD. Btw, is that effect permanent?
@MrJzM
@MrJzM 9 дней назад
@@Protofall I’m pretty sure it affects all living zombies, but once they are killed the respawned zombies go back to normal
@frex102
@frex102 11 дней назад
i can confirm qed does in fact deactivate excavator on bo3 and that you were indeed unlucky
@MrJzM
@MrJzM 11 дней назад
@@frex102I figured as such. When I tried it on bo1 I got it on my second try but I spent a good 15 minutes (at timescale 2, so really 30 minutes) just spamming it in game and didn’t get it to work. Just goes to show how random the QED can be!
@acupncture833
@acupncture833 11 дней назад
@@MrJzMI would have thought that you have to throw it at the console you hack to disable them in the spawn room but I don’t play enough Moon to know that for certain
@MrJzM
@MrJzM 11 дней назад
@@acupncture833 on bo1 you throw it at the digger itself; I didn’t show the footage in this cut down video but it’s somewhere in the full footage. I assumed the same would be true for bo3
@bushdid9-10
@bushdid9-10 11 дней назад
​@MrJzM with all do respect I think stuff was removed in the bo3 moon or rarer than happening in bo1 moon I have gotten the gersh devices from qeds and the zap guns but I've never seen footage of that happening on bo3 moon
@frex102
@frex102 11 дней назад
@@bushdid9-10 i’ll check my ps5 clip i think i have one
@fleetingselfconfidence612
@fleetingselfconfidence612 9 дней назад
i hate how nerfed the QED's are in BO3 theyre meant to be a gimmick, they should add more effects, "all players swap positions" or something
@389OpiE
@389OpiE 7 дней назад
Yeah I remember then causing chaos sometimes only to play Blops 3 and the only effect I get is spawn more zombies
@Wunderfulx
@Wunderfulx 11 дней назад
I’ve always wondered about the QED downing players, this explanation makes a lot of sense! Only critique I would have for the video would be to show each effect as you describe it, it’d be cool to see them go off live
@MrJzM
@MrJzM 11 дней назад
@@Wunderfulx honestly I tried to do that but certain effects are actually insanely rare (free perk bottles on bo1, or for whatever reason disabling excavator on bo3[?!]) and I didn’t want to show only some of the effects and not all of them
@Wunderfulx
@Wunderfulx 11 дней назад
@@MrJzM Ah gotcha that's fair
@itsmonster8408
@itsmonster8408 10 дней назад
Omg it’s wunder 😮 the true buried king 👑
@TheLucarioProject
@TheLucarioProject 11 дней назад
As someone who did the rainbow perk challenge on BO3 moon using QEDs one massive thing that people don't realize is that by spamming the QEDs you actually severely reduce your chances of getting something like a free perk by spamming all 3. For example you won't get a free perk if another QED is active with a spinning weapon. I believe this also affects other players also throwing QEDs so when we were doing the challenge we had to take turns and wait for the blast or spinning weapon to finish before throwing another. & also at least in BO3 the free perk is completely random in regards to the number of players in the game who receive it.
@Protofall
@Protofall 9 дней назад
Very interesting, I wouldn't have assumed that.
@cantthinkofnameyeah7249
@cantthinkofnameyeah7249 9 дней назад
What would say the chance of free perk is when throwing at a machine. I got 3 out of 180 tries.
@z304legend
@z304legend 9 дней назад
Dude what are you talking about, it was on bo1 that it could give you a free perk, on bo3 the chances are so low its about 1 in 1000 chance, the moon map i play the most on no1 and bo3 and let me tell you that barely any of you guys play this map like barely anyone, they are to busy playing easier maps
@z304legend
@z304legend 9 дней назад
​@@cantthinkofnameyeah7249 its rare man very rare. Its even lower odds on bo3, heck qeds are able to relocate doors but oj bo3 they lowered the chances on all the good stuff by miles. Its the map I play the most
@TheLucarioProject
@TheLucarioProject 8 дней назад
@@z304legend yes it's rare but the "1 in 1000" claim may just be from someone testing by spamming. Unless of course you'd happen to have specific proof the code says so but the point I'm trying to make is that players spamming all 3 QEDs at a perk machine at once is really what decreases the odds of it happening. Acts as if certain effects are not possible to trigger while another QED is still active with something like a spinning weapon. I've literally done testing of this with multiple players all spamming QEDs vs players using one QED at a time. The fact that 2 of us were able to complete the rainbow perk challenge that game should be extremely telling of my point. I'm not out here making baseless claims with this nonsense. I'm speaking from true unmodded gameplay experience
@sekibankilover
@sekibankilover 6 дней назад
These amounts of misinformation is why every game should have an official wiki and not a fandom one, not only would it have a better ui (not hot garbage full of ads and ai generated q&as) it can also be locked down and be edited by people who ACTUALLY KNOW WHAT THEY ARE TALKING ABOUT.
@badatit576
@badatit576 11 дней назад
The downing of players can also happen from the spawned weapons. Just a few days ago had it spawn an explosive weapon that shot in a circle and downed 3 out of 4 of us lol
@MrJzM
@MrJzM 11 дней назад
@@badatit576 yes, that too! PhD flopper on bo1 and Danger Closest on bo3 will prevent that but that’s something to watch out for
@sgtdebones
@sgtdebones 9 дней назад
The QED in BO3 is heavily watered down from its BO1 version
@SuperChubbS_NTC
@SuperChubbS_NTC 5 дней назад
I'm not certain but you may have to throw the QED at the actual machine you hack to stop the excavating. Moon is such a cool map with sooo many hidden secrets. Few of my homies actually completed the EE on round 1 recently. Wouldn't have been possible without the QED's. W vid btw 💚
@MrJzM
@MrJzM 5 дней назад
@@SuperChubbS_NTC on bo1 you throw it at the digger itself, and I assumed it would be the same for bo3
@jlsaproductions
@jlsaproductions 11 дней назад
I swear I've had a gersch effect come out of the q.e.d but I could be wrong
@samueltobin8290
@samueltobin8290 6 дней назад
I have seen the gersh qed effect before in my game. I went to revive someone and said screw it ill try this. Threw the qed at my buddy, it made a black hole i ran into by accident and was taken so far away i couldnt get him. (B03) he died that day.
@kingchongy1712
@kingchongy1712 7 дней назад
On BO1: I could have sworn that a blackhole spawned after my friend threw his QeD and we both didn’t even get the gersh device the entire game
@MrJzM
@MrJzM 7 дней назад
definitely mandela effect my guy
@kingchongy1712
@kingchongy1712 6 дней назад
@@MrJzM it was different from the gersh device. Just a single black hole spawned. Iirc, it was round 24 or higher and we both thought it was weird that we didn’t get any gersh devices that whole game
@MrJzM
@MrJzM 6 дней назад
@@kingchongy1712 without gameplay footage I’m going to continue to insist that you’re misremembering because it’s literally impossible
@kingchongy1712
@kingchongy1712 6 дней назад
@@MrJzM 10-4
@AustinoM
@AustinoM 9 дней назад
"wee-kee"
@khalifornyia8501
@khalifornyia8501 8 дней назад
Been playing since WAW, and haven’t encountered all of these effects yet, most recent was throwing one at pack a punch area and getting dragged back behind the horde I was running from, what are the odds?…
@lewdogzombies
@lewdogzombies 11 дней назад
Loving the regular uploads ❤
@MrJzM
@MrJzM 11 дней назад
Glad you're enjoying! My next one is gonna be an absolute banger
@DarkNozomi
@DarkNozomi 9 дней назад
I’m glad you made this video. So much misinformation on these guys
@spacetimejumper2065
@spacetimejumper2065 6 дней назад
you can get a gersh black hole effect
@MrJzM
@MrJzM 6 дней назад
@@spacetimejumper2065 you cannot, and I would like to see footage of it happening if you insist
@spacetimejumper2065
@spacetimejumper2065 4 дня назад
@@MrJzM i clip it next time but It happened the day before I wrote this
@THEEJONESY
@THEEJONESY 11 дней назад
i always thought the wiki was full of turds
@MrJzM
@MrJzM 11 дней назад
@@THEEJONESY SO much misinformation on the wiki. There will be more videos on the topic soon haha
@AdondeBoy
@AdondeBoy 11 дней назад
I know some code, but this is too complex for me and I lack some context, either way it seems that the probabilities are defined in the init() function, around the lines 60-80 (in BO3, haven't checked BO1)
@Wolf_O
@Wolf_O 10 дней назад
It does make a black hole that spawns a random item
@cantthinkofnameyeah7249
@cantthinkofnameyeah7249 9 дней назад
What is the chance to get a free perk when throwing it at a perk machine? Is there an estimate you can give. Ive thrown about 180 qeds at perk machines and got the free perk 3x.
@NeCoruption
@NeCoruption 8 дней назад
Going into the code isnt always going to confirm everything. Were still finding hiden code in zombies 20 years later that only shows when specific things are met
@MrJzM
@MrJzM 8 дней назад
@@NeCoruption well, no. These are the decompiled scripts which show all of the possible interactions the QEDs have. There is no hidden code that wouldn’t be in the scripts, and the only hidden things that are being newly discovered are from scripts that have been in the game that are being decompiled for the first time, of which none are left on Black ops 1 (and 2 and 3 and 4 and cold war)
@NeCoruption
@NeCoruption 8 дней назад
@@MrJzM the impossible EE? Why didn't we find that in code all those years ago?
@MrJzM
@MrJzM 8 дней назад
@@NeCoruption for the same reason there are unsolved cyphers. It’s probably not something coded into the game
@NeCoruption
@NeCoruption 8 дней назад
@@MrJzM so no chance that applies to this then huh?
@MrJzM
@MrJzM 8 дней назад
@@NeCoruption the impossible easter egg isn’t a quest that can be triggered in game; otherwise we would have discovered it. It’s physically impossible to hide an in game trigger in the code. The QED cannot have more effects than what is written in the code
@joejack1452
@joejack1452 4 дня назад
0:56 might be placebo idk but I swear I’ve thrown a QED and gotten the gerch effect but idk maybe I am crazy
@MrJzM
@MrJzM 4 дня назад
@@joejack1452 it’s mandela effect. People remember it yet not a single person can provide footage of it happening because it never existed
@nomoleman
@nomoleman 11 дней назад
interesting. thanks for the video
@Tfortits
@Tfortits 10 дней назад
Cod community especially zombies always likes to spread misinformation and lies for no reason
@sgtdebones
@sgtdebones 9 дней назад
* Produces a black hole like the Gersh Device - isn't fake. But it's only possible in BO1
@MrJzM
@MrJzM 9 дней назад
@@sgtdebones it is fake
@sgtdebones
@sgtdebones 9 дней назад
@@MrJzM No it ain't. I had it happen several times. Plus there was footage of it back in the day
@MrJzM
@MrJzM 9 дней назад
@@sgtdebones there is no footage of it, and it is nowhere to be found in the code. If you can show me footage then I might believe you
@sgtdebones
@sgtdebones 9 дней назад
@@MrJzM Claiming there isn't any footage of it without searching is just lazy. However, it doesn't mean there isn't lost footage. For all we know , it could have been an unintentional glitch, but it most definitely happened.
@MrJzM
@MrJzM 9 дней назад
@@sgtdebones it’s literally not in the code and there has never been a known glitch to cause it. Again, go ahead and try to prove me wrong
@xx.macabrexx9159
@xx.macabrexx9159 8 дней назад
who hurt u with the qed ?
@freakstage
@freakstage 11 дней назад
Wait no, if powerups are disabled for bo3.. how was i getting the point power ups(red and blue) just yesterday??
@MrJzM
@MrJzM 11 дней назад
@@freakstage do you have footage?
@freakstage
@freakstage 11 дней назад
@@MrJzM unfortunately not, but i could probably go back into the game and do it. Though my game was modded using AAE so potentially that could of caused it
@MrJzM
@MrJzM 11 дней назад
I just looked on the AAE mod page and one of the changes listed is "Fixed an issue where a Quantum Entanglement Device was missing some effects," so yes the mod is most likely why. Source: steamcommunity.com/sharedfiles/filedetails/?id=3017924565
@sgtdebones
@sgtdebones 9 дней назад
​@@freakstageSo AAE basically brings back all the BO1 features to the QED back. BO3's version is heavily nerfed by default
@Fckituppp
@Fckituppp 6 дней назад
QEDs shrunk my Johnson
@Fckituppp
@Fckituppp 6 дней назад
0:54 wait are you being fr? I have dead ass gotten a black hole out of the QED in BO1
@Fckituppp
@Fckituppp 6 дней назад
😭 I’m actually confused as hell lol I swear I got one must’ve been a dream
@Richtofens_revenge
@Richtofens_revenge 11 дней назад
Great video
@AstrumKitten091
@AstrumKitten091 10 дней назад
Who the fuck was believing Anti Fire sale 💀💀 Funnily though, I have never actually seen any effect from the QED's. Admittidly i don't use them often, and only used them for the EE and to try and get some perks, but yeah it never gave me the perk cos i was unlucky and i didn't get to see any other fancy effect :(
@MrJzM
@MrJzM 10 дней назад
@@AstrumKitten091 literally another commenter said they’ve seen anti firesale before and I was like “bro no you haven’t” 💀
@Zattari
@Zattari 3 дня назад
*weekee*
@wiIdtumor
@wiIdtumor 11 дней назад
weeky? or wICK EEEEEEEEEE
@Tex582
@Tex582 10 дней назад
I can personally deny the myth of the anti fire sale being fake. I usually get that effect when I am using the QED on moon and I hate how much money I have to waste because of the anti fire sale 😢
@MrJzM
@MrJzM 10 дней назад
@@Tex582 Idk how to tell you this but no you haven’t, and I challenge you to show me footage proving otherwise because it is literally not in the code
@Tex582
@Tex582 10 дней назад
@@MrJzM nah I’m just joking I just thought it was funny that such a dumb effect was mentioned in the wiki
@MrJzM
@MrJzM 10 дней назад
@@Tex582 you had me worried there lmao. Another commenter said the same thing but they weren’t joking 💀
@Tex582
@Tex582 10 дней назад
@@MrJzM they should add the anti fire sale cause it’s pretty funny
@roomyboy
@roomyboy 5 дней назад
wekey
@UAa320
@UAa320 10 дней назад
QED's were first introduced in Black Ops Moon zombies map.
@z304legend
@z304legend 9 дней назад
Yeah ypu want answers by someojr who doesn't obsessed with making videos for money fot doing things plenty of others did then ask me. Qeds were way better on bo1, on bo3 they took away many of the effects, like on bo1 qeds were able to relock doors, give you perks, give you guns take guns away, give you thr wonder weapon, be able to upgrade your guns and even deactivate the big diggers and more but on bo3 they took away A LOT of what the qeds could do making them super lame. On a unrelated note on bo3 you can break the jump pads where you can stay up in the air but in bo1 it will always throw you to the next jump pad. I love the moon map heck the idea of the moon wad actually stolen, the map was supposed to he in Paris till a few months prior a couple of us were talking in game with randoms and then the map changed to the moon, but I still love playing thay map.
@antoniogasse4111
@antoniogasse4111 11 дней назад
As a very casual bo1 player, i believed the qeds did literally nothing for most of my life. I didn't even know their names. In my houshold, they were called "garbage grenades" and completely ignored
@loganjacobs674
@loganjacobs674 11 дней назад
Same. Up until now I had NO clue any of the stuff was possible. I just thought it popped a gun out that could shoot and damage you😂
@petercouchey
@petercouchey 11 дней назад
My favorite QED effect I personally used was a double revive. In a three player game, I went to revive my buddy, I backed myself into a corner and new I was about to down. I threw a QED praying it would revive him. I then went down and it exploded and revived him and myself. It was so clutch
@shaynehughes6645
@shaynehughes6645 9 дней назад
True, I was the zombie
@TC70
@TC70 9 дней назад
My favorite was the free perks youd get sometimes It was nice when you got jug or speed cola on moon since you had to go back to earth for it
@_Epidemic_
@_Epidemic_ 10 дней назад
The fandom wikis have so much misinformation for countless games. I’m always glad to see it cleared up. Btw this video deserves orders of magnitude more views.
@PleaseTryAgainLater
@PleaseTryAgainLater 5 дней назад
Out of curiosity. Because I play alot of game's where I often times rely on the wiki for info, which fan wiki have you noticed that spreads misinformation?
@_Epidemic_
@_Epidemic_ 5 дней назад
@@PleaseTryAgainLater It might be better now but I believe the Risk of Rain 2 wiki used to have a lot of inaccurate info. Honestly I was kinda just repeating a common sentiment so maybe I’m also spreading misinformation.
@Army_of_One_
@Army_of_One_ 11 дней назад
13 years of questions answered. Well done mate
@xzeuii
@xzeuii 10 дней назад
Went ahead and updated the wiki since yk, anyone can update it. Thanks for clarifying this info and helping with the whole misinformation problem this community has
@PhillyThug
@PhillyThug 11 дней назад
The amount of times I tried to create camping spots in BO1 by closing doors with a QED. Pretty sure I saw it on the wiki back in those days too! I swore it must have been fake. Sucks it's not a thing but at least I was right lol.
@thebritishviking
@thebritishviking 10 дней назад
From the "weekey" why do you sound like a Na'vi from Avatar
@PrinceSheogorath
@PrinceSheogorath 7 дней назад
You are correct in the accidental teleport kills! Sometimes the game doesn’t check where it sends one player before sending another and that leads to two players occupying the same space and one being teleported above the other subsequently resulting in death.
@PythonWood
@PythonWood 7 дней назад
I'm sorry but the way you say "Wiki" is so funny. "WeeKee" lol
@chaoticpuncher8756
@chaoticpuncher8756 7 дней назад
Couldn’t take anything seriously every time he said that
@ryley...
@ryley... 9 дней назад
the cod zombies weekee
@austinsy8056
@austinsy8056 2 дня назад
I wish the QED device was in a few other maps, it was one of the most fun wonder weapons to use
@Adcts
@Adcts 11 дней назад
Could've sworn RadAustin also did a similar video nearly a decade ago. Video might not exist anymore though.
@sportblort1021
@sportblort1021 3 дня назад
I remember back in the BO1 days my friend told me it could spawn the thundergun. I don't know how many hours I spent playing moon just trying to get the dang thing to spawn one only to find out it wasn't possible.
@ChronoTango
@ChronoTango 3 дня назад
“Maybe it was because of gobble gums and they thought it was redundant” My friend, having to spend money to use a now defunct otherwise feature is not redundancy.
@JeromeValeska
@JeromeValeska 8 дней назад
How has bro not learnt how to pronounce wiki yet 😭
@hehmdaya
@hehmdaya 5 дней назад
Change the video's preview. It's wiki that spreads misinformation, how the hell did Treyarch lie?
@itsshowtime1234
@itsshowtime1234 5 дней назад
Odd cause I have distinct memories of it doing a girsh in b01, could just be Mandela
@Mathias_D
@Mathias_D День назад
The only one that sounded real was closeing a door
@dillydraws
@dillydraws 8 дней назад
QED aka... LETS GO GAMBALING
@Qittenz
@Qittenz День назад
dude just say wiki properly holy
@roamdhong
@roamdhong 3 дня назад
why do u call it weeki omg its killing me
@chainsawz5618
@chainsawz5618 День назад
Ahh yes, the weekey, not the wiki
@nikolascarmona5966
@nikolascarmona5966 3 дня назад
QEDs can absolutely cause a gersh black hole effect, happened to me and my cousin while running the moon easter egg, its possible to effect is limited to that map though, and possibly the same idea with some of the weird neiche affects that where listed could very well just be map specific. But ya, ive definetly seen it spawn a gersh hole 🤷
@MrJzM
@MrJzM 3 дня назад
@@nikolascarmona5966 show me footage
@wireknight
@wireknight 6 дней назад
Great video!
@FatMatt
@FatMatt 11 дней назад
great video!!
@rytre
@rytre 8 дней назад
Just a heads up for anyone. This exact wiki page is un moderated and practically most of the information on it is false or mislead information. There are a ton of videos about why and how! Educate yourselves! It's very interesting.
@bradleyrossross963
@bradleyrossross963 4 дня назад
why you saying weki
@murco_
@murco_ 3 дня назад
wee key
@MeowRaptor
@MeowRaptor 9 дней назад
Wtf is a weeky
@connorhancock2096
@connorhancock2096 6 дней назад
Nice clickbait
@chunky539
@chunky539 6 дней назад
If you can't trust the weeki, what source can you trust?
@MrJzM
@MrJzM 6 дней назад
@@chunky539 the source code of the game
@389OpiE
@389OpiE 7 дней назад
Also for the negative power up drops aka the red ones They can also be grabbed by zombies to affect you so if you think you're safe not grabbing that red perk bottle make sure there's no zombies
@MrJzM
@MrJzM 7 дней назад
@@389OpiE not only can they be grabbed by zombies, zombies will literally prioritize them over chasing the player (similar to a monkey bomb but bad)
@389OpiE
@389OpiE 7 дней назад
@@MrJzM I forgot about that lol Old qed effects were cool
@Nortgron
@Nortgron 6 дней назад
Weekee
@DannyT123
@DannyT123 10 дней назад
Did you try throwing the QEDs at the computers at spawn to disable the excavator?
@GEONEgaming
@GEONEgaming 10 дней назад
The BO3 chances are as follows, according to the code: "random_lethal_grenade" - 50% "random_weapon_starburst" - 75% "pack_or_unpack_current_weapon" - 10% "auto_revive" - 60% "player_teleport" - 20% "zombie_speed_buff" - 2% "zombie_add_to_total" - 70% "zombie_fling" - 100% The game generates a random number between 1 - 100 and discards every effect with a chance less than that number. Then one of the remaining effects is chosen randomly with equal probability.
@luettexiv
@luettexiv 4 дня назад
so the QED can telefrag your team?
@MrJzM
@MrJzM 4 дня назад
Yes it can. It's rare, and definitely not intended by the developers
@fmpentertainmentmedley3338
@fmpentertainmentmedley3338 14 часов назад
Weeki?
@beansfebreeze
@beansfebreeze 10 дней назад
Thank you for doing the work to get accurate information. It seems like most, if not all, "informative" Zombies RU-vidrs are regurgitating entries from the extremely sketchy wiki. Doing research and citing sources are beyond this community.
@bufeurd
@bufeurd 9 дней назад
I remember throwing a qed at a horde of zombies on no man’s land in bo1 and me and my friend being so confused when he got the wave gun out of nowhere
@gengarclefairy3475
@gengarclefairy3475 11 дней назад
I never knew it could un-PaP your weapon that’s nuts
@qje3204
@qje3204 11 дней назад
i am smarter than you i have a phd in computer... trust me here boy.. they are all 50% chances they either happen or do not... :D
@MrJzM
@MrJzM 11 дней назад
@@qje3204 that’s what I tell myself every time I go for extra perks!
@betterthanstarlight
@betterthanstarlight 11 дней назад
Beautiful video
@MNVinela
@MNVinela 9 дней назад
I believe the Ray gun that it spawns has a chance to do friendly fire and down you as well
@MrJzM
@MrJzM 9 дней назад
@@MNVinela yes that is correct, but it can also be prevented with PhD or Danger Closest
@mellin7049
@mellin7049 11 дней назад
incredible work. never knew this.
@raygun26
@raygun26 11 дней назад
Amazing.
@petercouchey
@petercouchey 11 дней назад
Weekey
@Jympyx
@Jympyx 11 дней назад
So… Red Instal Kill is fake?
@MrJzM
@MrJzM 11 дней назад
@@Jympyx on moon, yeah. Don’t get it confused with the red instakill permaperk from bo2
@Jympyx
@Jympyx 11 дней назад
@@MrJzM oh yeah I know, but dang i thought there was red variants of every power up except firesale, that’s crazy
@carlitosdinkler5213
@carlitosdinkler5213 9 дней назад
One time when I was playing Moon before they patched it, the QED turned me into JFK the rest of the game.
@z304legend
@z304legend 9 дней назад
Dude you can get the pistol back in bo2 as long as one other person still has the pistol. , also funny how you're going for high rounds on moon on bo3 seeing how bo3 is SUPER EASYZ even without gums
@z304legend
@z304legend 9 дней назад
Sadly almost no one plays yhe map anymore and barely anyone plays it on bo1, I bet your butt most people here saying they love the moon map probably never really played it as much or dojt play it now really, remember most folks are fake and want to look cool and good
@MrJzM
@MrJzM 9 дней назад
@@z304legend moon is my favorite map in all of zombies, both on bo1 and bo3
@blauwbeer556
@blauwbeer556 11 дней назад
I'm pretty sure i've seen the vr-11 effect and anti firesale before, why you didn't find it in the code is anybody's guess but maybe it has something to do with you not looking at the official copy of the game but the plutonium version which is a modded client. And the QED nerf is the reason why i always prefer bo1 moon over bo3.
@MrJzM
@MrJzM 11 дней назад
@@blauwbeer556 you have 100% not seen that before. No footage of it exists, and it has never been possible. The scripts I linked were posted by plutonium but they are completely vanilla scripts
@blauwbeer556
@blauwbeer556 11 дней назад
​@@MrJzM Listen dude, do me a favor and don't act like a dick. If you don't believe me then that's fine, i'd also be suspicious of rando's on the internet but that doesn't mean you can get away with having this attitude. Do this too much and you'll cultivate a toxic viewerbase.
@MrJzM
@MrJzM 11 дней назад
@@blauwbeer556 I’m here to stop the constant misinformation that spreads throughout the community, and you claiming you saw it perpetuates it. Claim all you want but you have no proof because nobody has any proof. There isn’t an anti firesale powerup model anywhere to be found in any game and I challenge you to prove me wrong
@blauwbeer556
@blauwbeer556 11 дней назад
@@MrJzM You missed my point entirely, for the sake of argument let's say you were right and i am a malicious QED rumor spreader, how would my response be wrong? A couple of months down the line with this shit and you won't be able to read the comments at all because they'd be that bad, take a chill pill. It's not that serious, in my original comment i even talked about why i liked bo1 moon over bo3 because i thought this was a semi-casual space where fans of the gamemode can come together discuss their opinions.
@hobo_hobo_17
@hobo_hobo_17 11 дней назад
@@blauwbeer556he didn’t have a problem with your opinion about liking bo1 better. He had a problem with you saying you’re pretty sure you’ve seen those effects before when nobody has ever shown those effects and he wasn’t even being a dick about it he was just saying you haven’t seen it before cause nobody ever has and if you have give proof that’s literally it
@JasoniBruh
@JasoniBruh 8 дней назад
"weeky"
Далее
The Perk That Changed Zombies...
14:09
Просмотров 145 тыс.
Офицер, я всё объясню
01:00
Просмотров 3,5 млн
Avaz Oxun - Yangisidan bor
14:29
Просмотров 446 тыс.
How Rare is the Ray Gun in COD Zombies?
10:50
Просмотров 10 тыс.
What is the WORST PERK in Zombies?
9:27
Просмотров 933
These Two Gobblegums BROKE Black Ops 3
9:27
Просмотров 10 тыс.
There will NEVER be another Call of Duty like THIS...
16:10
15 Dev Tricks and Secrets from Black Ops 3 Zombies
16:36
The Zombies Community Is Gonna Pop a Pheonix Up
8:08
Call of Duty: The Cosmetics Problem
38:02
Просмотров 358 тыс.
Офицер, я всё объясню
01:00
Просмотров 3,5 млн