10 Dark Secrets Revealed By Game Developers

Поделиться
HTML-код
  • Опубликовано: 27 май 2024
  • There are always secret tricks under-the-hood of video games to make playing feel like magic. Here's some stuff game makers don't tell you.
    Subscribe for more: ruclips.net/user/gameranxTV?su...
    0:00 Intro
    0:38 Number 10
    2:17 Number 9
    3:42 Number 8
    4:52 Number 7
    5:55 Number 6
    7:15 Number 5
    8:23 Number 4
    9:27 Number 3
    10:56 Number 2
    12:07 Number 1
    13:51 Bonus
    www.eurogamer.net/wipeout-hds...
    www.gamedeveloper.com/design/...
    www.gamedeveloper.com/design/...
    www.resetera.com/threads/ask-...
    / how_messy_is_the_codeb...
    marathon.bungie.org/story/con...
    www.gamedeveloper.com/program...
    www.gamedeveloper.com/program...
    www.gamedeveloper.com/program...
    / dumbest_shortcut_youve...
    hackaday.com/2021/04/14/morro...
    / dumbest_shortcut_youve...
    / exdevelopers_of_games_...
    / 1308304379045388288
  • ИгрыИгры

Комментарии • 644

  • @sanchitkarpe6576
    @sanchitkarpe6576 23 дня назад +934

    What is that thumbnail😭😭

    • @Dystopian_Phantom_595
      @Dystopian_Phantom_595 23 дня назад +185

      Do not fall for the thirst trap

    • @A_Person5280
      @A_Person5280 23 дня назад

      Looks like she’s about to give birth next to a gargoyle

    • @suc915
      @suc915 23 дня назад +170

      Except you did since you're here, we all did

    • @AsaRush
      @AsaRush 23 дня назад +71

      I'm curious about the thumbnail. But it's not a thirst trap ffs. The games looks gorgeous and I have no idea what it is.
      I wondered if it was one of those vampire games I never played.

    • @AsaRush
      @AsaRush 23 дня назад +25

      There always the possibility it's not even a game...but does Gameranx ever do that? I can't recall a time

  • @3rdpig
    @3rdpig 23 дня назад +333

    Back when I was writing code (not games) we had a saying, CACE, or Changing Anything Changes Everything. It was a shorthand for "We have no clue who wrote all this spaghetti code, we don't know what most of it does, but changing the tiniest thing renders the whole thing into garbage". And the more workarounds you put in only makes it worse because the next coder is even more clueless than you. Now imagine it 20 coders down the road.

    • @kirbysaurus5670
      @kirbysaurus5670 23 дня назад +11

      I mean that's why coding standards exist, it's 2024 not 2004 there is no way people still code like this

    • @brodriguez11000
      @brodriguez11000 23 дня назад +9

      Explains the whole "if it's broke, don't change it".

    • @boenrobot
      @boenrobot 23 дня назад +19

      ​@kirbysaurus5670 formal "Coding standards" are about code formatting and general reccomended patterns.
      They don't help if you have a weeird hacky logic that you've wrote a certain way due to some reason that you have not communicated with the team.
      With games, the problem is even worse, as the code interacts with assets, and the code may not handle their absence well.

    • @kirbysaurus5670
      @kirbysaurus5670 23 дня назад +5

      @@boenrobot no that's incorrect, coding standards include design patterns and other guidelines about how code should work and interact with other code

    • @WizzlyBearW0rms
      @WizzlyBearW0rms 23 дня назад +1

      You’re awesome thank you for coding

  • @ChristopherMathieu
    @ChristopherMathieu 23 дня назад +31

    12:45 There's an old legend from the early days of computing, like in the 60s I think. The person telling the story was doing maintenance on some of these room-sized computer cabinets, and noticed a switch attached to the side of one cabinet. It had been labeled by hand: "MAGIC / MORE MAGIC" and was switched to the latter. Curious, they opened the cabinet and saw that the only thing running to it was a ground wire. So, why not? They flipped the switch -- and the computer immediately crashed. When they switched it back, the computer worked again, but as soon as they flipped it up to "MAGIC" it would crash again. No one was able to determine why, it was just a given to not mess with the switch.

  • @Rokujou1
    @Rokujou1 23 дня назад +198

    That thumbnail tho

    • @Mitsurugi2424
      @Mitsurugi2424 23 дня назад +18

      "Mysterious masked rogue assassin female" or "silent rogue assassin female"

    • @noonsa3
      @noonsa3 23 дня назад +2

      Makes me want to check the oil

    • @markgaumee
      @markgaumee 22 дня назад +6

      Gameranx knows how to make you click.

    • @kalelson8861
      @kalelson8861 22 дня назад +4

      They understand the gamer brain

  • @Schizm1
    @Schizm1 23 дня назад +196

    Game dev here! One (of many) examples I have is - I worked on open world game. During development we created a test version of that open world map that was tiny just to test different triggers that would start during each plot segment.
    It worked great but when it came to shipping the game, level designers found out that if you removed that tiny "mirrored world" from the map game's not working.
    So... We just hid it inside one of the buildings that player coudn't enter.
    Now, every time you're exploring the world your actions are actually tied to an small, hidden version of that world instead of ACTUALL map you're walking on.
    Bare in mind - it's just about main story triggers, the rest of the gameplay is still properly connected to actuall open world map.

    • @cernfoxtail6305
      @cernfoxtail6305 23 дня назад +8

      Cool.

    • @dutchboe
      @dutchboe 23 дня назад +8

      Now wait until somebody starts clipping...you know how gamers looove to find ways to clip into stuff😑

    • @jakeking7620
      @jakeking7620 23 дня назад

      neat. im in game design school rn. i had to hide a sprite off screen constantly for a platformer i made for an assignment. if i deleted the sprite. that specific instance which wasnt the parent either. things fell apart. dont recall what it was. i think my character sprite wouldnt have colisions with my tilemap any more or something, the two really had no correlation with one another though.

    • @BGID7
      @BGID7 22 дня назад +1

      Actual has one L

    • @jakeking7620
      @jakeking7620 22 дня назад

      @@BGID7 lol that's what you took out of this? Stands to reason you know nothing about anything else being talked about. We all know this big guy. Typos happen. Especially when typing about something you have passion about. Half wit

  • @SalKhayer
    @SalKhayer 23 дня назад +21

    Tech debt is real. I work as a consultant for a variety of software companies, including game dev companies. I have an engineering background, but I don't actually do any of the code; mostly just product consultation and marketing consultation. However, I get to see the code bases whenever I want since I basically get carte blanche, and yes, the tech debt on some of these companies (not just the ones mentioned here, but literally 99.9% of software) is absolutely bonkers. Stuff from the mid-90s, early 00's, you get the picture.
    Our worlds and lives are built on a house of cards from giants that came before us on archaic software that could fit on a floppy disk.

    • @KainYusanagi
      @KainYusanagi 23 дня назад +4

      That is all coming to a crash when 2038 rolls around, since we can no longer just kick the can up the street like we mostly managed to do with Y2K. And Y2K being handled so adroitly has made a lot of people laugh at the fact that when the Unix Epoch ends, things turn out VERY poorly for everyone, since the things affected are going to be old legacy systems like those run by governments.

  • @m0ose0909
    @m0ose0909 23 дня назад +179

    NPC: "What is my purpose?"
    Dev:" You mimic a present in a videogame."
    NPC: "Oh god..."

    • @billranter4139
      @billranter4139 23 дня назад +5

      Rick and Morty reference right?😂

    • @brodriguez11000
      @brodriguez11000 23 дня назад +1

      Every day is Christmas.

    • @jawadunnoor803
      @jawadunnoor803 23 дня назад +4

      yah, welcome to the club pal

    • @privacyvalued4134
      @privacyvalued4134 23 дня назад +1

      This is a great idea for a Viva La Dirt League video. The game developer shows up in the game world to add a one-off feature but was too lazy to add a bunch of code for it. So they create and cram a NPC into a box and set a bunch of parameters. Players who approach the box hear muffled screams. The box contains an item that teleports the player to a house whose walls and floors were created in a similar fashion. It happens to be the only two story house in the entire game that you can actually enter.

    • @fueledgti
      @fueledgti 23 дня назад +1

      You pass butter
      OMG

  • @middlesiderrider
    @middlesiderrider 23 дня назад +39

    Lots of these remind me of a repair I did when I was a new mechanic working in an auto shop. There was a customer vehicle (early 90's Buick iirc) that had been in this shop multiple times for a security system issue which would randomly disable the starting system of the car. The shop owner and other mechanic had never been able to figure out the problem. Well the car was brought in and since i was the new guy they have the job to me. I started the extensive troubleshooting using a program called Alldata, and one step was to replace a certain relay with a 30amp Maxi-fuse. If the car then started, the relay was faulty. I performed the test, and the car started, so we replaced the relay. The car wouldn't start... We reinstalled the Maxi-fuse and the car started. It didn't make any sense but it worked so we just left the fuse in there. Of course the security system no longer worked, but the customer didn't care about that, they just wanted their car to start. And it did, with no issue from then on.
    So I guess you can disable an early '90s GM security system by replacing a certain relay with a fuse...

  • @takizuzufu5332
    @takizuzufu5332 23 дня назад +48

    I have never done programming on a game, but I have done programming and even I know that sometimes code just does whatever the hell it wants. In college, I was programming something on a microcontroller in C for a lab project and added printf statements as debugging checks to make sure loops were running and when I got the code working, I went to remove all those printf statemesnts (That literally just printed "This is a deubg statement" to the terminal) and the code stopped working. I didn't have time to figure out why so I just changed the printf statements to "For some reason this printf statement is needed for the code to work".
    So yea I totally feel for game devs

    • @billyalarie929
      @billyalarie929 23 дня назад +2

      Oh my god

    • @joaquimcapitulo8556
      @joaquimcapitulo8556 23 дня назад +1

      With me ir was with a comment.

    • @KainYusanagi
      @KainYusanagi 23 дня назад +6

      Sounds like when removing it you forgot some bit of the nesting code and it broke things. Like having ((this))) in your code, so it expects there to be a third ( that isn't there, and breaks.

    • @ninjustuchi1418
      @ninjustuchi1418 21 день назад

      😅 8:54 😮

    • @slBrelaz
      @slBrelaz 21 день назад +6

      ​@@KainYusanagi actually sometimes it's worse - it could be a timing problem with a race condition, code a executing before code b finishes (whereas the printf statements in code a slows it down enough to finish after code b) causing the error.
      Particularly if you're uaing callbacks and any async code (networking, read console, read file, etc).

  • @saschaberger3212
    @saschaberger3212 23 дня назад +43

    NBA JAM had something else. A dev gave his favorite team a buff which activates every time they compete against the bulls.

    • @DirkDiglerTheNHunter
      @DirkDiglerTheNHunter 23 дня назад

      Yes we know

    • @WolfyRagnarok
      @WolfyRagnarok 23 дня назад +15

      ​@@DirkDiglerTheNHunterThank you for your contribution! It really expounded on the original post in a deep and meaningful way, and my day was made so much brighter because of it!

    • @anthonyn9030
      @anthonyn9030 22 дня назад +7

      ​@@DirkDiglerTheNHunter I didn't actually

    • @saschaberger3212
      @saschaberger3212 22 дня назад +6

      @@DirkDiglerTheNHunter because the whole planet resolves around you and what you know

    • @mattg2091
      @mattg2091 21 день назад +4

      @@DirkDiglerTheNHunter I didn't know! It's a neat little fact! :)

  • @jaughnekow
    @jaughnekow 23 дня назад +74

    Falcon knew what he was doing with that thumbnail 😂😂😂

  • @Shelby_Arr
    @Shelby_Arr 23 дня назад +54

    The "put information boards in NPCs so you can speak to them" trick reminds me of how Fallout 3 implemented moving trains in Broken Steel by putting a train model on the player as a giant hat texture, and having them move, so from their perspective it would seem to be in motion.

    • @JORDAN-CHRISTOPHERSPENCER
      @JORDAN-CHRISTOPHERSPENCER 23 дня назад +4

      im pretty sure its littlebigplanet. its a platformer and thats exactly how it works in game, a chatbox comes out at signs and when you are talked to.

    • @richardvenables619
      @richardvenables619 22 дня назад +2

      I remember reading about a similar thing in the original Half-life, where they recorded button presses, like at door pads etc, and stored them in the NPC's sound file so that when an NPC opens a door, you hear the keypad noises. The side effect is that you can see the NPC's lips moving when they press the buttons

    • @LiroRaeriyo
      @LiroRaeriyo 21 день назад +4

      @@richardvenables619 it is now my headcannon that none of those things actually make noises, instead everyone including gordon just mouths those noises because they are all nerds like that and are disapointed by the lack of bleeps and bloops.

    • @kriskross8908
      @kriskross8908 21 день назад

      Literally everyone has heard of that example, bro. You're not dropping anything mind-blowing.

    • @Shelby_Arr
      @Shelby_Arr 21 день назад +1

      @@kriskross8908 Make it less obvious you’re pissed someone else brought it up first, next time.

  • @redmaster4446
    @redmaster4446 23 дня назад +90

    number 7 makes me kinda sad. the mentality that was "we can't ship this, it's got a bug in it we need to figure out and fix this" compared to now of "it's got several bugs... send it out anyways, who cares"

    • @TBKSSS
      @TBKSSS 23 дня назад +10

      rotfl, no
      games were shipped with tons of bugs back then too
      the difference was that were was no internet to amplify everything 2 billions times over, expectations were way lower and games were so much simplier that a bug wasn't as easily appearent as today

    • @UpperDarbyDetailing
      @UpperDarbyDetailing 23 дня назад +2

      Yeah, it’s more like now instead of “unfortunately we have to ship despite a few remaining bugs” to “the game is barely playable and there’s no way it’ll be fixed even with a day one update”.

    • @tdarassp
      @tdarassp 23 дня назад +5

      ​@TBKSSS mmmmm nope, 2023 saw a huge number of big budget games release in a nearly unplayable state.
      Any other year I'd have agreed with you, on a technical level, but 2023 is evidence alone that games are very much published with a "get money now, fix later (if enough people buy)" mentality

    • @4brianXtowns4
      @4brianXtowns4 22 дня назад

      It’s probably because gamers cry about any and every little thing the developers tired of y’all honestly so they send it out with bugs so yall don’t cry bout releasing late then fix it with patches but then yall cry over that smh now put yaself in their shoes with your job situation and hopefully yall shut the fuck up and just appreciate what you have 🤷🏾‍♂️

  • @CameronMcKee
    @CameronMcKee 21 день назад +5

    Idk why this was titled Dark Secrets but this is the best vid you guys have put out in a while! Absolutely love hearing these stories

  • @XionDarkblood13
    @XionDarkblood13 23 дня назад +10

    Fun Fact! The term "Bug" came from a time long ago when they were still using glass tube transistors for computers and a computer took up entire warehouses. Sometimes the computer system would start freaking out and it was because a cockaroach (or other pest) had crawled in somewhere and either got cooked on a transistor or managed to short something out. So it was a literal bug in the system. If you had a good team that knew the system well, they might find the bug in three months and fix it.

    • @macdjord
      @macdjord 20 дней назад +3

      Common myth, but not true. There were cases of literal bugs causing problems for early computers, but the term 'bug' was already in use at the time. One theory for the origin of the name is that it dates back to the days of the telegraph, when operators would blame 'bugs in the telegraph wire' for bad connections.

  • @CrazyC19
    @CrazyC19 23 дня назад +14

    You should make this a series

    • @gameranxTV
      @gameranxTV  22 дня назад +3

      👍

    • @artoodeetoo3064
      @artoodeetoo3064 22 дня назад +2

      Absolutely agree, so interesting the hear about things like this that normal people, even gamers, probably have no clue about.

  • @datwunfool2503
    @datwunfool2503 23 дня назад +8

    I always like videos that peak behind the curtain of things got done behind making a game. Its kind of crazy how talented and creative some developers get. Its also fun to see how they can cheeze the system and get away with minimal effort too so, always a good topic to cover imo

    • @killertofu90
      @killertofu90 23 дня назад +2

      If you've never seen Boundary Break here on YT, I'd highly recommend that. Really shows off a lot of the "Behind the scenes" stuff going on in games that you wouldn't see unless you had a free-floating camera view.

  • @Oruninn
    @Oruninn 23 дня назад +21

    We need more of these for sure gameranx you hear me!!

  • @jsullivan2112
    @jsullivan2112 22 дня назад +2

    "Thank you for playing Wing Commander!" is fucking genius.

  • @montywh
    @montywh 20 дней назад +1

    That Megaman "fix" reminds me of my psp hacking days. I was a Pro-CFW user, and even joined the IRC channel ran by Coldbird. One of the updates he put out caused a bug that if you tried to close a game, the psp would crash. So as a workaround, there was a plugin that would launch another game while already running one. With how Pro-CFW worked, I just relaunched the CFW launcher. Told him about it, and after some digging he found the cause of the bug.
    Turns out back when he was in competition with the other CFW at the time, it was a race of who could utilize the most ram. When CB expanded ram to some extent, he took up the space required to properly close the game and go back to home menu. Clearing that little spot free fixed it

  • @johnnydarling8021
    @johnnydarling8021 23 дня назад +5

    As someone who is currently learning coding, I feel relieved that it isn't just me.
    But also dread that it will always be like this.

  • @drunkenglandgaming1851
    @drunkenglandgaming1851 19 дней назад +1

    Best one in terms of code being held together by god and luck. In Team Fortress 2 there is a image of a coconut that isn't used anywhere in the game but it's in the game files. If it gets removed the game will not boot.
    But a personal one, for my final project game at school we wanted to do a intro cinematic where our grim reaper character stepped out of the shadows. We even did some mocap for it so it was really cool, problem was we had to have two models. The mocap version which did the cutscene and the actual game working model because they couldn't be the same. So we hid the game model in side a building because you could technically still move the model during this cutscene (we couldn't figure out why because we even removed the ability for it to happen in code but it still did) so once the cutscene ended we did a quick switch where the mocap character got sent through the world and the game came through all the walls into position. This also broke our skip cutscene function, still never figured out why.

  • @artoodeetoo3064
    @artoodeetoo3064 23 дня назад +10

    This was excellent content, I love learning about weird deep shit like this. More please!

  • @trens1005
    @trens1005 23 дня назад +3

    Regarding the Halo code I'm not surprised. As a matter of fact Windows 11 has a lot of code still in use from Windows NT. Windows isn't the only operating system that does this. Notice that sometimes when a new critical vulnerability is discovered it'll encompass multiple versions. It's because there is still a lot of old code that hasn't been updated.

  • @RevenantMain1
    @RevenantMain1 23 дня назад +14

    Number 9 can be tested for modern games by checking how much storage they take up before and after the first boot up, without even loading into the actual meat of the game

    • @n8doggy733
      @n8doggy733 23 дня назад +1

      shout out Sho Nuff, what a legend

  • @50shadesofgandalfthegrey
    @50shadesofgandalfthegrey 21 день назад +1

    Tbh, knowing now how many reboots the Wii makes, i'm surprised it wasn't SLOWER than it actually was. Kinda impressive.

  • @earthquakeshakes3443
    @earthquakeshakes3443 23 дня назад +4

    LOOVE the channel. THIS was One of your most interesting videos in a long while. I went down about 6 different rabbit holes after this one.

  • @landonewts
    @landonewts 22 дня назад +1

    This is an interesting video. Sometimes as a gamer I step back and marvel at the amazing amount of work and talent that goes into the games we play. Art and sound design, music, character design, writing, voice acting, animation…. Easy to forget what drives it all, and a good game lets you do that. HUGE respect to software engineers.

  • @foxracing8973
    @foxracing8973 18 дней назад

    I love all the videos you guys do but this one in particular had me hooked from start to finish. It's always so interesting to hear the "behind the scenes" type info that most gamers do not know, when it comes to games/game development. Hope you guys do another video with this topic!

  • @Myustakrakish
    @Myustakrakish 2 дня назад

    I work on the backend for a game publisher writing tests for a widely adopted system. I make sure that before I put even a single character into my code, I've scanned and rescanned the existing framework to see if something already exists that will do the thing that I'm trying to accomplish. This process can sometimes take days and sometimes I even have to take paper out and start diagramming the way the system seems to work. No one told me to do this, but experience has taught me that I can save face and lots of headaches by taking the time to do this.

  • @oneevilchef
    @oneevilchef 22 дня назад +1

    Just like how there is a picture (.jpg) of a coconut in the files for most valve games, if it is removed the game literally bricks on startup, but if it is added back to the same location, the game works perfectly.

  • @kain0067
    @kain0067 22 дня назад +1

    Falcon I've said this on about 10 videos now, the phrase is "It cannot be OVERstated"

  • @MiamiSunrise
    @MiamiSunrise 23 дня назад +3

    Youre right Falcon, Bethesda is still using a version of Gamebryo from the 90s to create games. When will it stop? We may never see the day!

  • @georgesabikhalil186
    @georgesabikhalil186 23 дня назад +5

    I really liked this video, and the Bonus section made me laugh 😂

  • @maddoxspider
    @maddoxspider 23 дня назад +4

    I just realised that gameranx got 7.97 milion subscribers, bravo🎉❤

  • @NegativeROG
    @NegativeROG 8 дней назад

    Randy Knapp is a pretty famous modder, creating some incredibly deep, complex, and expertly-polished stuff, so I'd believe him. I've run into his mods in several games, and they are flawless, they are imaginative, and they are all must-haves. I'm surprised his name isn't MUCH better known.

  • @trekkasavallie8603
    @trekkasavallie8603 23 дня назад +14

    Thank you for knowing Bethesda still uses Gamebryo in their games!

    • @Eric-yt7fp
      @Eric-yt7fp 23 дня назад +4

      I mean sort of, but it's like a ship of theseus thing. It's been rebuilt and rewritten so many times it hardly resembles gamebryo. Based on this logic, since Halo Infinite references the company before Bungie was Bungie, does that mean Halo Infinite runs on an engine from the 90s as well?

  • @Alexindiegamedev
    @Alexindiegamedev 23 дня назад +1

    Being a solo indie dev myself I can confirm a ton goes into making a game behind the scenes many will never see.

  • @ixinor
    @ixinor 13 дней назад +1

    Actually the DoNothing() part of code reminds me of Java and C# coding I've done. Basically when you'd search for a framework to render you'd test these things and some rendering libraries are finicky and had to use different classes to run the library. One of them was to use the constructor section to draw, a different class or object to colorize and move. And the only worked if you'd add a function that activates a static resolution running multiple threads as a main. I'm not sure if it had to do with the language itself, but something was barring it from working UNLESS you made a empty function that gets called, as sort of a wake up call.
    But it also reminds me of C# coding when you need a function to DoNothing() before doing anything, because of timing issues.

  • @n8doggy733
    @n8doggy733 23 дня назад +5

    Wipeout HD was sooooo good, I miss that series. the PSP Wipeout was money too, also Tekken 5 on PSP was the best game ever ❤

    • @brodriguez11000
      @brodriguez11000 23 дня назад

      Original was fun running on a PowerVR card (for the time-period).

  • @aludarce8921
    @aludarce8921 23 дня назад +5

    The code thing is very similar to our DNA, there is code in our DNA that we have no idea why it's there and have figured out that it's a bad idea if we ever remove it. But they have no idea what it's there for.

  • @5fmuke535
    @5fmuke535 23 дня назад +1

    Treasure chests being people is the most realistic dev/publisher thing to do.

  • @shoked99
    @shoked99 23 дня назад +1

    Great topic and video. Very interesting stuff even though much of it is over my head. Thanks for sharing.

  • @forevertimonn8229
    @forevertimonn8229 23 дня назад +1

    Please make multiple parts of this. Very interesting stuff!

  • @BlackFox5
    @BlackFox5 19 дней назад

    When I play a game, controlling a character/car, I got that strange feeling that your character is not moving. It's the entire map/world that moves and you're the center of it.

  • @ShadowSenpairetro2.0
    @ShadowSenpairetro2.0 23 дня назад +1

    good morning gameranx and also i love these types of stuff thank u👌👌

  • @firefliesowlcity12
    @firefliesowlcity12 23 дня назад +4

    This is great, I would love a part 2!

  • @mmmuck
    @mmmuck 13 дней назад

    given that there's hundreds of technicians and artists working towards one goal it's a miracle any game gets released in a quasi working state

  • @HackSawSees
    @HackSawSees 23 дня назад +3

    Re: code from much older games: If it ain't broke, don't fix it. Seriously, debugged code that you don't understand is better than code your just wrote which has bugs you don't know about yet.

    • @Bird_Dog00
      @Bird_Dog00 23 дня назад +1

      Complete software layman here: If you don't understand the old code, how can you code the new code to work with the old one as efficiently as possible? Or how can you figure out why the old code works flawlessly with one piece of new code but not another one?

    • @VyxelOP
      @VyxelOP 23 дня назад

      @@Bird_Dog00 Trial and error... lots of error. Eventually you develop superstition.

  • @Repo-dn4yn
    @Repo-dn4yn 23 дня назад +1

    13:54 By far the best example of "It's not a bug, it's a feature" i have ever seen😂

  • @frankhoffy
    @frankhoffy 23 дня назад +2

    Computers don't make mistakes. They do exactly what they're told by the humans who program them.

  • @Justforvisit
    @Justforvisit 21 день назад

    As somebody who has toyed around a lot with RPG-Makers and also seriously tried to create RPG's on them, the "masking an NPC as a chest" hits way too close to home. The stuff you do and try to tweak when something does not work out as planned can get really insane, until you find a solution that finally does work and you have no clue why. Has cost me some nights sleep of my life.
    And we're talking about "only" 2D here and stuff that is at most already pre-set and pre-generated and you just have to "put the puzzle tiles together" in a shape you would like the puzzle to have.
    And in the case of most RPG makers, the "hard" coding has already been done by the people that programmed the RPG makers so when I imagine I would have to do THAT as well AND for 3D animations....sheeeesh.....developers are really heavily underpaid!

  • @geekatari4391
    @geekatari4391 21 день назад

    For the old fellas like meself, never forget that the lore of Super Mario Bros says: Bowser transformed the citizens of the Mushroom Kingdom into blocks and scattered them throughout the land. So when you break a block in Super Mario Brothers you are really murdering a Mushroom person.

  • @ryanbennett2806
    @ryanbennett2806 23 дня назад +1

    Unreal engine was released in 1998. Each 'new' engine generation isn't brand new code. Like Bethesda's creation engine it is just build on the back of what was there before.
    This is an incredibly common practice for MANY companies and is part of why you don't have everyone using the same engine.
    Not all engines are as 'easy to use' as they claim either.
    Using Unreal Engine as an example. Gamers CONSTANTLY say 'why isn't X company using Unreal? Its such a great engine and easy to use, look at Y person who has remade mission one of game Z in Unreal'.
    Yea, all SOUNDS great because 90% of the work is done. Adapting to a new engine is far more easy than building something from the ground up...but even then it cannot be done without thinking.
    Look at BHVR with Dead by Daylight and Wildcard with ASA. Just upgrading Unreal Engine has caused problems (not so seamless now, huh) and clearly Wildcard had no idea what changing an engine would do to a game who's code was already a mess.
    Its also why companies like CDPR hold onto the REDengine. Not only did they 'make' it back with Witcher 2, but they're aware of what can be done, common issues, and other odd interactions with it. They didn't blindly jump into it like Wildcard.
    Game engines and OS have that in common. They are just continuously built up and over time people have no idea what a line of code really does since 80% of coders never do any sort of documentation. It is also why code debuggers are so miserable and burn out.
    Hot take, but Unreal Engine is overrated. I may not be a game dev, but I am a modder. The creation kits are abysmal, and any 'tutorial' is like trying to adapt a python script into C++ and wonder why it isn't working.

  • @thewolfstu
    @thewolfstu 20 дней назад

    13:36 this is why refactoring and doing code over from the start is both terrifying yet necessary.

  • @diezelfunk
    @diezelfunk 22 дня назад

    The last one reminds me of the time the Salt and Sanctuary devs had an AMA. I asked them why the catmerch exists and that's how they explained it, it's better to leave unused stuff than remove it or it may break the game.

  • @Sefier85
    @Sefier85 22 дня назад

    As a game dev in training, me and my team tried to implement something like #9. The game would front load all the data while the user stared at a black screen. So we tried to mask it with a loading screen to distract you 😅

  • @generaldisarray4146
    @generaldisarray4146 23 дня назад +2

    Great. I watch this whole damn video just to reach the end and discover I'm old. I remember the "Thanks for playing Wing Commander" one.

    • @ImpmanPDX
      @ImpmanPDX 22 дня назад

      I played WC and Secret Missions on SNES. I'm going to have to emulate them on DOS to see what it was like on PC back then.

  • @stephens3909
    @stephens3909 19 дней назад

    It just goes to show how writing games is a lot of work and deadlines / working conditions can be immense, so you get things like this, shortcuts or hacks which would never fly in other software engineering based roles. I write C#/Unity as a hobbyist (lead software engineer full time) and I am always surprised by the lack of consistency, testing, design patterns or even best practices / coding style guidelines other developers seldom seem to use or stick to - in other software engineering roles, a lot of the stuff I see being taught, streamed, leaked or demonstrated by seasoned game devs would never pass a code review without refactoring.
    That's probably why they end up with things like "Don't remove this static function or everything will break" or the infamous TF2 coconut jpg which cannot be removed else it breaks the game.
    Not hating on it, I understand why, it's a ruthless industry and time is a precious commodity.

  • @DarkForce2024
    @DarkForce2024 23 дня назад +2

    I've heard that the reason why all the Tales of Symphonia remakes are so buggy/crappy is they LOST the original Gamecube code. So everything is based on the much worse PS3(2?) code. I guess they forgot to make backups, and which is why a lot of people say that the Gamecube version is still the best. Not game related, but I'm sure Windows 11 still has code from Windows 95 or even 3.1. I'm sure it's much easier to build off existing code than write completely 100% new.

  • @leightonjames4170
    @leightonjames4170 22 дня назад

    As far as I understand it based on modding the wii itself, the IOS is used to load different modules into memory to support the functions you are carrying out. For example, use of an External HDD, the DK Bongo's in GC Mode, GH controllers. Each IOS is self contained and runs sandboxed which is why there are these "reboots" which are in essence just unloading the previous IOS and returning to the default state. Very clever way of doing things as it prevents the Wii Memory from becoming full and creating an overflow resulting in the console just shutting down or performing in an unexpected manner.

  • @neverpure20
    @neverpure20 23 дня назад +1

    Awesome video!
    Can we get a designer or artist version of this?

  • @The_Rising_Ape
    @The_Rising_Ape 23 дня назад

    Thanks Falcon, interesting stuff. That's all except... can you imagine what a remake of Wing Commander would be like... it's one of my favourite games from that era and it could be so beautiful with todays tech.

  • @thrashwerk
    @thrashwerk 18 дней назад +1

    These were some interesting facts but calling them spooky was a real stretch.

  • @Justforvisit
    @Justforvisit 21 день назад

    How is number 10 a "dark" secret?
    They worked a damn miracle there that deserves every praise it can get!
    I wish developers / publishers of THIS day and age we live in now would still be THAT engaged with their products!

  • @milkmanchannel1
    @milkmanchannel1 21 день назад

    I love this type of stuff. So much cleverness on display in stories like these

  • @user-vb2ll8nl6g
    @user-vb2ll8nl6g 23 дня назад

    Cool to see Hackaday mentioned, I used to be active there. Not sure why I stopped.

  • @Yourname942
    @Yourname942 23 дня назад +1

    2:46 Jake Baldino is a grain of salt, confirmed

  • @InnerSunshine
    @InnerSunshine 23 дня назад

    Falcon, I think we are all ready for a #2 in this series :) Funny stories of how devs tried fixing broken games.

  • @user-if2to8ry4d
    @user-if2to8ry4d 23 дня назад +2

    I think half of Game creators are StarCraft Broodwar Editing genius that used to play around with that Trigger system in Create Mode lol

    • @VyxelOP
      @VyxelOP 23 дня назад +1

      That game taught me how to code, no lie.

    • @user-if2to8ry4d
      @user-if2to8ry4d 22 дня назад +1

      @@VyxelOP I made a few of the Bound games back in my day 😅 those were trigger hellscapes.

  • @sebastiansanchezn1650
    @sebastiansanchezn1650 20 дней назад

    That character not moving and being aware of your surrounding is a Book and Film called "Johnny got his gun"

  • @RenanWild1
    @RenanWild1 3 дня назад

    Dev QA here, and have done QA in 3rd party before, and I can confirm that n5 is a common occurrence LOL we find some weird ass bugs all the time and they can be often just "fixed" *wink wink*. I remember once I found a bug in a game while i was on a third party company where a boss would spawn some add-ons during the fight, but it started spawning them out of bounds stuck in a place and infinitely, this wasn't a problem, unless you stood there, surviving the boss for around 20 minutes, when the framerate would drop to, I shit you not, 0.4 fps! LoL, solution? Make the boss more aggressive near the 15 minute mark, so you couldn't wait until 20 minutes lol

  • @Elkatook666
    @Elkatook666 23 дня назад +1

    the elder scrolls : arena - 1994 (bethesda softworks)
    i wouldnt be surprised to find legacy code from this in starfield - 30 year old engine
    great video as always, thanks Falcon

  • @mat5uyamapl
    @mat5uyamapl 23 дня назад

    I'm not sure if anyone from Gameranx will read this, but I just want to thank you. For the past couple of months your daily videos have been an escape from a difficult reality, even if only for just a few minutes that they last... However, it's nice to forget and crack a smile from time to time. So... Honestly, thank you.

  • @wschnabel1987
    @wschnabel1987 23 дня назад +1

    2 other titles I know of that actually used Marathon 2 Durndals engine were Damage Incorporated, an early squad based fps shooter, and ZPC (Zero population count).

  • @micahsean8664
    @micahsean8664 23 дня назад

    Super fascinating. More like this, please.

  • @yama627
    @yama627 23 дня назад +10

    Came for the thumbnail stay for the explanation

    • @DirkDiglerTheNHunter
      @DirkDiglerTheNHunter 23 дня назад +1

      Yeah seeing your cringy profile pic no one here is surprised

    • @Bioh9z9rd
      @Bioh9z9rd 14 дней назад

      Says the one who doesn't have one

  • @bplus2625
    @bplus2625 23 дня назад

    For #1, you just need a code that is frequently called upon or referenced. The code being called itself might not do anything but when you remove something that is being called often it needs to be there. It's kinda like making that house that gets Amazon delivery packages every day just disappear. You end up with a hoard of Amazon trucks in your neighborhood and a bunch of delivery drivers with packages and cellphones in hand walking in circles trying to find the house that should be there but isn't.

  • @sakurakitsunestar
    @sakurakitsunestar 22 дня назад +1

    I'm surprised you brought up that goal post one but didn't mention that some games have" load bearing images" ie images that were removed from the code or files of the game. It breaks it TF2 is infamous for it because theirs is a cutout of a cow for some reason (This image actually is used in 2 fort) but what inexpectedly break the game if we're moved? The other one I've heard of recently is for some reason. Genshin has a 3D model of starscream from transformers in its code

  • @scotts918
    @scotts918 23 дня назад +2

    Anyone who has ever worked with any kind of programming knows that when it comes to German - they use a paragraph where they could use a sentence...
    When you're dealing with multi-language stuff that includes German, you base all your expectations on German.

    • @Bird_Dog00
      @Bird_Dog00 23 дня назад

      I'm a native german speaker and I'm not aware that it's that bad.
      Is this really an issue?
      I mean, when I translate a sentence from english into german, it usually ends up being a little longer, but entrie paragraphs?
      Can you give an example of what you mean?

  • @omarmainuddin7251
    @omarmainuddin7251 23 дня назад

    Best topic in a while! I think more awareness of these situations will give a lot of disgruntled gamers perspective on why shifting the scope of a game can mess up an established piece of game tech (Deathloop -> Redfall comes to mind). CDPR's switch to UE5 was very likely a result of analyzing what held back their development process in the first place after the CP2077 debacle.

  • @bnutz3k
    @bnutz3k 23 дня назад +3

    Wing Commander still looks kinda great. 😍

  • @Hyper131
    @Hyper131 21 день назад

    Number 1, you should look at how crazy the code was for FF7 on the PS1. Even till this day, there are still people finding interesting things in the code

  • @corkbulb2895
    @corkbulb2895 16 дней назад

    Marathon was released in December 1994, not 1992. Basically in 1995 actually. So Marathon is actually about a year older than Doom. I looked it up because in 1992, Wolfenstein 3D was state of the art and some of the most advanced game technology of the time. Marathon is quite a lot more intricate than Wolfensten 3D and 1992 didn't seem right. It is not. Still, I was very surprised to know that Halo games have Marathon game code in them. A lot of Quake engine code still runs in games made today. It was so revolutionary and efficient that it can never be fully replaced.

  • @user-vg6qv5jv3w
    @user-vg6qv5jv3w 23 дня назад

    Playing old flash games you see lots of off screen assets if you go full screen instead of the 4:3 ratio. Playing Bionicle games recently from early 2000, it helps being able to select tools without actually opening the bag because there's an animation for it normally

  • @hhaste
    @hhaste 23 дня назад

    5:36 That's how Nielsen ratings work, everything has inaudible sounds in them that their little meters detect. Commercials, radio stations, everything. They pay you to carry one around for a while and it explains it all.

  • @Rodrigo-ei4ht
    @Rodrigo-ei4ht 14 дней назад

    I like how former Bungie devs gave 343 Industry crap for using Halo code that still used Mararhon or cseries code when they knew perfectly well that 343 didn't want to just accidentally break the game. The number 1 entry backed this up. Randome code being left in so things worked properly and objects being inserted to keep things stable. The whole, we don't know what this does but we have to leave it there because removing it breaks everything programming scenario.

  • @alexandermarkhart1582
    @alexandermarkhart1582 22 дня назад

    I love how falcon manages to dump on the gamebryo engine in every video :D

  • @ImpmanPDX
    @ImpmanPDX 22 дня назад

    Marathon: Durandal was one of the most intense games I'd ever played and it was in '95 on the Mac. Also if I'm not mistaken Durandal and Cortana were the two battling A.I.s that caused the whole Marathon situation in the first place.

  • @0OnSoul0
    @0OnSoul0 23 дня назад +3

    Ayo the thumbnail 😂😂😂 gameranx trynna bait

  • @variedstorie6100
    @variedstorie6100 23 дня назад +2

    Falcon is a great reviewer I've watched all videos with falcon's commentary he's really a great game reviewer I'm a big fan ✨

  • @citrus_cat067
    @citrus_cat067 19 дней назад

    these are perfect examples of "it's not a bug, it's a feature"

  • @kevinverble6416
    @kevinverble6416 22 дня назад

    Your number 1 is common in non game software also. I was a developer for over 40 years. I couldn't tell you how many black box code blocks, 'do not touch this' code blocks and other various code that no one understood how it worked. Any attempt to alter these areas usually meant something would break.

    • @PaulTheFox1988
      @PaulTheFox1988 21 день назад

      I had this issue as a hobbyist programmer, basically I was creating a music player and was implementing a bit of code to scan the users music folder and automatically add all supported audio files but leave out anything not audio
      Nothing major but it felt amazing to put this thing together and have it work, except it was ungodly slow, like 20 minutes to scan about 4000 songs, so I took a look and realised a function was being triple run unnecessarily for each and every single file during the scan process, so I refactored it, and *nothing* worked, it completely broke the entire program
      Eventually I narrowed it down to a single sorting loop that absolutely HAD to run for it to work, it didn't need any data to be passed to it, it just had to loop through nothing, and magically everything started working again and scanning the same number of songs took significantly less than 30 seconds to complete 😂

  • @cmdrlightwalker_9877
    @cmdrlightwalker_9877 20 дней назад

    So basically what your saying is, video games are some form of magic. Makes sense and I always had a feeling it was.

  • @TheDressing
    @TheDressing 19 дней назад +1

    The thumbnail is a stock photo from an artist called Digital Storm on shutterstock

  • @Aaylias
    @Aaylias 20 дней назад

    The absolute BEST example of number one is the team fortress 2 coconut.jpg

  • @liam9235
    @liam9235 22 дня назад

    Not a bad one, but in portal, there can't be spoken dialogue without an npc because of the engine, so for GLaDOS to talk, they have to put in a cube out of bounds and assign it as an npc so GLaDOS can speak

  • @ChawleeMcNailin
    @ChawleeMcNailin 17 дней назад

    8:15 I'm a software developer and I'm telling you the entire internet is mostly number 5

  • @tonyv7834
    @tonyv7834 20 дней назад

    I found it so funny every time Falcon mentions the Bethesda engine 🤣 he sees the chance and he will take it

  • @ordered.from_Temu
    @ordered.from_Temu 23 дня назад

    Hi, Falcon The Hero. You're my hero. Days have been rough, thanks for lightening today up.