10 Hardest Video Game Genres To Make (From A Game Developer)

Sdílet
Vložit
  • čas přidán 12. 10. 2022
  • This is why cross-play rarely happens.
    For more awesome content, check out: whatculture.com/gaming
    Catch us on Facebook at: / whatculturegaming
    Find us on Twitter: / wculturegaming
    ----------
    Check out our merch store at: teespring.com/stores/wcg
    Why not join our Discord? / discord
    ----------
    WhatCulture Gaming Podcast now available!
    - iTunes: itunes.apple.com/us/podcast/i...
    - Spotify: open.spotify.com/show/75Wj1jp...
    WhatCulture Gaming Podcast is also available on Acast, Podbean, Podbay, Podcast Addict, and more to come!
  • Hry

Komentáře • 120

  • @aaronmccullers384
    @aaronmccullers384 Před rokem +13

    This puts into context why Back 4 Blood was/is having so many issues, especially back when it first launched. Good thing the devs have been working hard to fix/balance/improve the game instead of ducking out as the game is leaps and bounds better than when it first launched. Also explains why they are not working on a lot of community requested features (like pvp campaign and modding support): they are already too busy with all the other gameplay aspects they are trying to fix/balance/improve!

  • @Mark-mu4pj
    @Mark-mu4pj Před rokem +5

    Thought the hardest game to make today would be a full game on disc lol

  • @dualbeardedtech
    @dualbeardedtech Před rokem +21

    This is a great insight into the world of development. I have a family member who was a dev for valve for years and we've had this conversation a few times. It seems, the most frustrating thing is pouring your heart and soul into a game and have the world berate the devs for not doing better.

  • @timothypitcher7996
    @timothypitcher7996 Před rokem +3

    Trying to balance a racing game can also be hard when it comes to vehicle stats. This is especially notable in the Mario Kart series, where in Mario Kart 7, Metal Mario had an advantage over the other heavy racers for his smaller body frame; that would later be balanced out in Mario Kart 8, where Metal Mario sacrificed speed for better handling.
    And then there's Mario Kart 8 Deluxe, where having good acceleration is an advantage, because such combos also offer good mini-turbo stats (with the mini-turbo mechanics being changed drastically from the original Wii U game).

    • @eddmario
      @eddmario Před rokem +1

      The problem, though, is that in MK8 and MK8D the character's base stats aren't shown on the character select screen and you have to get to the kart select screen to see how they make a difference.

  • @eddmario
    @eddmario Před rokem +1

    As somebody with some programming experience myself, I'm not surprised that split-paths are on this list or that they're so early in the video.
    On one hand, the different paths would basically be if/else statements, so in theory the only hard part would having so many.
    On the other hand, they might also be if/and/else statements, which open up a whole other can of worms...

  • @finnydot
    @finnydot Před rokem +2

    Jules is my favorite person ever to hear talk about anything. He's literally the best.

  • @TheThird1977
    @TheThird1977 Před rokem +11

    One aspect of AI characters I appreciate is that in shooters the enemy will usually miss their first volley of shots so that the player is aware that enemies are around without taking blind damage.

    • @robertsears8323
      @robertsears8323 Před rokem

      That is just lazy and boring and prof that NO video game AI is good or smart.
      Why can't they make one game with good AI that is a challenge without cheats like extra damage and more helth.

    • @Ryan3d
      @Ryan3d Před rokem +1

      @@robertsears8323 , Because "Alien Isolation" happens.
      It's a good game but if every AI was like that many games wouldn't be very fun to play.

    • @robertsears8323
      @robertsears8323 Před rokem

      @@Ryan3d Alien Isolation is total garbage and is one of the worst things ever made. Hell it is not even a video game unless you use cheat codes and mods so you can play the game and fight back.
      I don't know why lazy devs make worthless things like that as they are not even playable without mods and or cheats to fix the broken or missing stuff the devs forgot to add in the game. Thank God for PC and mods so we can fix the game makers mistakes.

    • @z216ghost
      @z216ghost Před rokem +1

      ​@@robertsears8323 sounds like you should make your own games

    • @robertsears8323
      @robertsears8323 Před rokem

      @@z216ghost I am working on it.

  • @MKF30
    @MKF30 Před rokem +19

    Almost any genre is hard to make but I'd say FGs are top 3 toughest. Notice game builder apps i always see platformers, overhead games, a pong like game or FPS type of game but I rarely see a fighting game because the balancing is very tough, special moves, hit boxes, frames of moves etc etc

    • @notproductiveproductions3504
      @notproductiveproductions3504 Před rokem +1

      With how much details have to go into every individual character’s balance as well as how much advanced mechanics are needed to keep an elite demographic it’s no wonder their tutorials are so out of touch with newbs

    • @MKF30
      @MKF30 Před rokem +1

      *@NOT PRODUCTIVE PRODUCTIONS* Yeah the tutorials in FG's now are not exactly easy, but they're very in depth which is good because they teach you the basic fundamentals of the game, not many genres do this. Now days you see it more often but FG's it should be the standard and come with every new one that comes out. There's just so many nooks and crannies to cover from safe moves, punishable, footsies, zoning, rushdown, frames of moves etc, etc for these reasons as well as balancing is why FG's are easily among the hardest to make. Then there's playability too, you don't want to make it too slow, nor too fast.

  • @CleetusVanDamme530
    @CleetusVanDamme530 Před rokem +2

    Makes you appreciate Marvel VS Capcom 2's 55 character roster especially since it came out when online updates weren't common.

    • @eddmario
      @eddmario Před rokem

      Or the fact that Super Smash Bros Ultimate started with 74 **at launch** and than another 15 were added over time.

  • @1003JustinLaw
    @1003JustinLaw Před rokem +1

    I’m not a video game developer but I do create modules for D&D, and yeah, fractals is really quite annoying to deal with. You want to create something that would allow players to maintain their agency, so decisions has to matter and choices must have consequences. For a home game you can just make stuff up as you go but modules have to account for EVERY major story branch, and don’t get me started on side missions and their implications.

  • @mkm7251
    @mkm7251 Před rokem +4

    Shout out to the devs of ECHO for making the A.I. in that game pretty interesting to play against.

  • @SilverSpectre266
    @SilverSpectre266 Před rokem +5

    I learned in game development that nothing is ever as simple as it seems. Even movement, which you would think is basic and the fundamentals since you have to be able to move in every game, is not as simple as it seems because the code could easily be 150 lines, and it has to be just right for the game. You'll even see during alpha gameplay footage in the comments people criticizing the way the character moves.

    • @zhulikkulik
      @zhulikkulik Před rokem

      Yeah. Nothing is as easy as it seems.
      There's sure gotta be a magical button that just lets you mix a prerendered image of the room with 3d models in your game. You probably don't need to Google it for 3 days T_T

    • @thekraken1173
      @thekraken1173 Před 10 měsíci

      ⁠@@zhulikkulikThere is a magical button. It is called money.

  • @ryanpetty8843
    @ryanpetty8843 Před rokem +2

    Great video idea: “Top 10 games given a 7/10 by IGN”

  • @nintendians
    @nintendians Před rokem +1

    10. different character have different movesets.
    9. different weapons have different stats.
    7. different cars make by different company.
    5. most of the it's just on-rails and you just standing there, no 360 degree to track your movements and turns.
    4. i feel it's base on frame rate instead of graphics.
    2. ai cpu have to be balance no matter what.
    1. mmo require lots of maintenance, since lots of players are in one server room.

  • @TheEarlsRenegade
    @TheEarlsRenegade Před rokem +2

    Surprised no RTS mention, (at least in the AI segment) given the genre has some of the most complex AI.

  • @rossiaconis242
    @rossiaconis242 Před rokem +4

    I always find these kinds of lists fascinating. I'd really like to see more of this. Well done!

  • @DMofPuppets
    @DMofPuppets Před rokem +1

    I love this video idea. Father Ovum is always bringing the new and interesting.

  • @opusfluke2354
    @opusfluke2354 Před rokem +1

    Interesting list! But you missed the hardest part of building an MMORPG: some trumpet screaming that your magnum opus is a "DEAD GAME!!11!" even if you have hundreds of thousands of active players.

  • @honz6509
    @honz6509 Před rokem +7

    Every time I watch something about game development I always wonder how obsidian made new Vegas in 18 months.
    I know it was buggy as hell at launch but it's still one of GOAT games ever made.

    • @robertsears8323
      @robertsears8323 Před rokem

      The New Vegas devs were NOT lazy and actully did there job. If all game makers would spend more time working and less time playing around then games would get made better and faster.

    • @eddmario
      @eddmario Před rokem

      They had the advantage of a good chunk of the work already being done since it's basically a modified version of Fallout 3 because of the way the game engine works.

  • @zhulikkulik
    @zhulikkulik Před rokem

    I remember bots in cs being really difficult to fight. IMHO, that was much more fun than what we got in cs go.

  • @mehdisadiqi2894
    @mehdisadiqi2894 Před rokem

    Jules talks about sim racing games then proceeds to show every simcade ever

  • @Dtgray12
    @Dtgray12 Před rokem +2

    I feel like maple story was a really good MMORPG for a while. I stopped playing when they first overhauled the game. Because the game was supposed to be simple and they kept making it more and more complex I lost interest. It went from five job classes and nearly 30 and I just didn't have time or energy to keep creating characters just to try out the new classes and story events with them.

  • @zayniacgames
    @zayniacgames Před rokem

    Thanks for the info!

  • @OldmanRzR
    @OldmanRzR Před 11 měsíci

    I think this is the first time I commented on CZcams. This was a great list, much appreciated. I will say I've had my Quest 2 for 6 months. It gets played daily, and I've dropped 30 lbs because of it. You are not wrong though. Releases are few and far between. I'm sure it's insanely difficult to get everything right when developing. A lot can go wrong with VR, especially with new players. I've seen people run into to walls, fall, and get a quick dragon punch to the dome. You guys rock. Thanks for keeping me entertained. Still waiting on a VR list though. Cheers.

  • @ShaundaLeer
    @ShaundaLeer Před rokem

    This was a really interesting list!

  • @CappyLarou
    @CappyLarou Před rokem +1

    hey Jules, what the heck is "raw ham"? do you mean pork because it's not Ham until it's either smoked or cured.

  • @sfslax
    @sfslax Před rokem

    Happy to see the runescape clips in here haha, one of the most underrated games ever

  • @sethwooten5678
    @sethwooten5678 Před rokem +1

    This video would be 2 minutes if the title was "easy games to make"

  • @elliottryan13
    @elliottryan13 Před rokem +4

    Video idea: Mosy pricey yet worthless DLC.

  • @DeadPhish812
    @DeadPhish812 Před rokem

    4x games like the civilization series or grand strategy games like crusader kings have to be the hardest types of games to make. By far the most ammount of choices and crazy randomness of everything has to be a nightmare to code.

  • @inquisitorichijou883
    @inquisitorichijou883 Před rokem +2

    I already heard about the trials and tribulations with life service shooters.
    Since I follow tha weekly updates Bungie gives on Destiny.
    And I also witnessed the recent drama around PvP and weapon balance in the game.
    It was a mess.

  • @Rattys
    @Rattys Před rokem

    Leeroy Jenkins AND Blood Corruption Plague? Any chance of working in the Serenity Now funeral on a future video?

  • @fallenpalladin
    @fallenpalladin Před rokem

    I want to see a list of MMORPG games that need to come to console like SWToR

  • @ScreaminSeahawk
    @ScreaminSeahawk Před rokem

    I wish their were more immersive sim games, but they have to be hell to make.

  • @Alexindiegamedev
    @Alexindiegamedev Před rokem

    I myself am a indie dev and can say alot goes into making a game that most will never see

  • @wariodude128
    @wariodude128 Před rokem

    Ever notice 8 out of these 10 genres are multiplayer focused? Probably because developing a game with more than one player in mind causes numerous issues which need to be dealt with.

  • @henriklarsen8193
    @henriklarsen8193 Před rokem

    Thank you, Tommy! (and Jules)

  • @LyricsVideo4U
    @LyricsVideo4U Před rokem

    01:26 Good stuff!

  • @Sistik123
    @Sistik123 Před rokem +1

    I assume Until Dawn must have been a nightmare for the whole branching story development.

  • @inquisitorichijou883
    @inquisitorichijou883 Před rokem

    Ok, so the reason why I rubber band around in Overwatch when my connection is bad is due to the game estimating my actions wrong and resetting me to the last known position before desync?
    The more you know.

  • @DynaSuarez9999Wrecks
    @DynaSuarez9999Wrecks Před rokem

    "They know to within a millimeter how much wiper fluid a Subaru Impreza Turbo holds." Well so do I. It's 0 because a millimeter is a unit of distance, not volume.

  • @HolyHadou
    @HolyHadou Před rokem +2

    I can't find any deets on the game designer in the description. Anyone else?

  • @robertsears8323
    @robertsears8323 Před rokem +1

    That part about game AI being smart and having to be nerfed is the biggest lie I have ever heard.
    No game has ever anything close to smart AI.

  • @doctorprofesor3876
    @doctorprofesor3876 Před rokem +1

    FPS games in general are brain dead in overall design, but the network management makes it a monumental amount of work to keep the flow of data in sync.

  • @catbert2412
    @catbert2412 Před rokem +1

    Would point out the live game balancing people need to verify things aren’t balanced before nerfing/buffing stuff. Way too many games will be well balanced at launch but then they listen to whiners who don’t know how to play only to ultimately end up messing up the balance & never getting it back

  • @patrickdiaz4027
    @patrickdiaz4027 Před rokem +1

    I like this new video idea

  • @Rubberduckerino
    @Rubberduckerino Před rokem +1

    Surprises me that open world games aren’t on the list

  • @bazzakrak
    @bazzakrak Před rokem

    Games can be hard to make, but look at Manor Lords and see what 1 man can accomplish

  • @GardinerAlan
    @GardinerAlan Před rokem

    Anyone else think Jules was about to say 'difficult, difficult, lemon difficult'?
    If you know, you know
    Also, the microwave/oven analogy gave me Boris' Brexit deal flashbacks

  • @joshuawoodring1697
    @joshuawoodring1697 Před rokem

    At least for the asymmetrical games I'd say lean in for the single player being overpowered but then the question is how overpowered xD

  • @kristianyoung990
    @kristianyoung990 Před rokem

    I can't help but think of Digital Extremes and their child Warframe when I here several of these entries.

  • @scwintz101
    @scwintz101 Před rokem

    now that people are using AI to write stories and draw pictures could someone make an ai capable of making a triple A game.

  • @yoshitheonly
    @yoshitheonly Před rokem

    Bro I can't list 10 different genres period 💀😂

  • @Pmer038
    @Pmer038 Před rokem +1

    Millimeter is not a measurement of volume but a measurement of distance, in regards to your statement about the devs knowing how much wiper fluid is in a vehicle. I would appreciate y’all fixing this embarrassing blunder, I can’t even take y’all seriously as game enthusiasts after this mistake.

  • @Kate_Hanami
    @Kate_Hanami Před rokem

    half of the list is something I wanted to do

  • @zachtwilightwindwaker596

    I'm surprised open world games aren't on the list.

  • @HylianFox3
    @HylianFox3 Před rokem +4

    This video serves as a nice reminder as to why I tend to avoid these genres like the plague, and MMOs especially.

  • @mare8992
    @mare8992 Před rokem

    Jules: what happened to your "one per list?"

  • @Cman04092
    @Cman04092 Před rokem +2

    I've been looking, but I still can't find anyone called "RetroJButTheOIsA0"... please send help!

    • @Cman04092
      @Cman04092 Před rokem +4

      @Paulodigital777 yeah, I'd love one, but make it good please.

    • @robertsears8323
      @robertsears8323 Před rokem

      You are joking right?

    • @Cman04092
      @Cman04092 Před rokem

      @@robertsears8323 most likely, who really knows anymore.

    • @robertsears8323
      @robertsears8323 Před rokem

      @@Cman04092 Either way you make no sense.
      Either you are joking or you are the most stupid person on earth.

  • @la_sombruh
    @la_sombruh Před rokem

    NOBODY can eat more raw ham than me. NOBODY 😤

  • @cppblank
    @cppblank Před rokem

    Who one earth measures washer fluid in mm?

  • @gameman876
    @gameman876 Před rokem

    It seems to me like this list is really any game that requires multiplayer is hard to build.

  • @KimboKG14
    @KimboKG14 Před rokem

    "you need to be careful with your polycounts and normal maps" 🤣
    well technically yes, but that was just game-dev gibberish!

  • @Snaaake_Beater
    @Snaaake_Beater Před rokem +1

    telltale games are easy to make because no decision matters

  • @gamin9wizard945
    @gamin9wizard945 Před rokem +3

    I like how you were talking up AI Enemies (and rightfully so!)
    I know as a matter of fact that most people who play C.O.D. and Fortnite actually tend to use "bot / AI Player" as an insult against their opponents if they perform too slow for them.
    And I always get glared at if I try to argue that, if the devs were to remove the limitations and restrictions they impose on the AI to make it easier to beat, the AI-Players would show them what it would think about them saying these things.
    I also get yelled at by people when I smugly laugh at those Fortnite kiddos who use "bot" as insult for some reason
    [Note: When I refer to Fortnite kiddos, I refer to people whom act like intellectually challenged and incredibly toxic teens, regardless of age, so most of the people I'd classify to be "Fortnite kids" that I know of are about 23 years old, just like me]
    They essentially compliment their opponents by calling them out to be as smart as an AI, but believe it's actually an insult to call them so.
    It's stupidly hilarious.
    Edit: slightly improved grammar.

    • @HylianFox3
      @HylianFox3 Před rokem +3

      Dumb AI is what makes so many games endearing. If every game had incredible AI that would waste you every time you'd never play it again...

    • @gamin9wizard945
      @gamin9wizard945 Před rokem

      @@HylianFox3 I totally agree.
      I mainly tried to express that I don't endorse the recent trend of using the term "AI" as an insult against weaker players.
      An unfortunate trend among many...
      I've been insulted as a "bot" myself a lot when I joined former classmates in Call of Duty an they essentially carried me.
      They kept yelling at me "learn how to play you f*ckin' bot"
      And as stated above, when I tried to explain them that AI-Players are only as 'bad' as they are because they are incredibly nerfed when compared to their true potential I've been laughed at.
      Needless to say I blocked those uncultured people immediately.
      Not that it helped much as they just befriended my younger brother to be able to train him into bullying me on their behalf - also giving them access to our family home but that's a different story.
      Just saying, I kinda take the trend of FPS players misusing the word "Bot / AI Player" as an insult rather personal.
      So I will use every opportunity to talk about how much using that word as an insult backfires at the person who does so.

    • @robertsears8323
      @robertsears8323 Před rokem

      There is no such thing as good or smart AI and ALL, AI in video games is a joke. The devs are making up BS lies so people don't know how lazy game devs are when it comes to AI.
      Sadly no game has ever had a good AI. They are all so cheap and basic. The only way AI is a challenge is because they are given cheats that give them more health and do more damage plus they are programed to attack the player so they know were you are at all the time.
      I can't wait for the first game with real AI that is fun to play against and not just a walk in the park.

    • @robertsears8323
      @robertsears8323 Před rokem

      @@HylianFox3 You are very wrong. People only play multiplayer games because AI is so bad and easy to beat that the only challenge can be had against other players.
      If a game were made that had a real and good AI that people could fight against then NO-ONE would ever touch a PVP game ever aging as there would be no fun in the game.
      Also if a game AI is wasting you all the time that is the devs giving the AI cheat codes. If the devs would give (even the smartest and best) AI the same rules and limitations as the player is given it would be a fair fight.

    • @robertsears8323
      @robertsears8323 Před rokem

      @@gamin9wizard945 You should be laughed at because you have no clue what you are talking about and are just sad that you are as bad as AI.

  • @Dtgray12
    @Dtgray12 Před rokem

    I don't know if you mentioned MMORPGs like League of Legends but everyone makes that joke that League of Legends has over 200 years experience with their deaths and they still keep making obvious mistakes in the game. It's a kind of game where you really can't balance the game 100%, someone's always going to be stronger than another.

  • @zakk219
    @zakk219 Před rokem

    I agree that balanced fighting games aren't easy to make but I don't think that should be the goal. As a fighting game player and someone who has seen what a lot of people who play them think, balance isn't as important as making a fun game with characters that have unique designs. There's always going to be characters that break the game, even in the most balanced games, and no one is going to agree on what a "balanced" fighting game is. Some of the most beloved fighting games (Marvel vs Capcom 2, Street Fighter 3: Third Strike, SSB Melee) are horribly unbalanced, with a few characters dominating the majority of the cast. I'd honestly rather play an unbalanced game with characters that can do fun/interesting stuff than a more balanced game with a majority of the cast having less creativity and variety in their movesets.

  • @z216ghost
    @z216ghost Před rokem

    yep and there's still yet to be a balanced fighting game

  • @tomdibernardo1699
    @tomdibernardo1699 Před rokem

    i get balancing is alot of work, but it's pointless to keep a game balanced if you don't listen to your player base. They are your full time beta testers.

  • @jacobwedlake2288
    @jacobwedlake2288 Před rokem

    22nd!!!! See how pointless this comment is??? Give some real feedback! Jules deserves it! Love ya ya magnificient egg you!

  • @eyetoeyez411
    @eyetoeyez411 Před rokem +2

    And here I am looking for better AI in games when in reality their purposfully being dumbed down!
    Devs should always release DLC with non dumbed down AI just for us masochists :).

  • @carthonol1735
    @carthonol1735 Před rokem

    Destiny did live shooters best. Playing as a casual with friends that lived and breathed Destiny and have no level penalty made the times I jumped into missions with them a great experience!

  • @circeciernova1712
    @circeciernova1712 Před rokem

    Hacking games, full stop. Not just something like Uplink, with a Cyberpunk or Hollywood-style interface, but games meant to work as a simulation of actual system penetration.

  • @neil_mch
    @neil_mch Před rokem

    Fluid is measured in milliliters or cubic centimeters, not millimeters.

  • @Castx73702
    @Castx73702 Před rokem

    1. MMORPGs
    2. Games w/Demanding AI
    3. Physics-Based Online Games
    4. Hardware-Demanding Cross-Platform Games
    5. VR
    6. Asymetrical Multiplayer Games (Dead by Daylight, etc.)
    7. Simulation Racers
    8. Games w/Branching Logic or Narrative
    9. "Live Service" Shooters
    10. Fighting Games
    Saved you a click--it's 2022, use chapters.

  • @leemp8352
    @leemp8352 Před rokem

    and yet this will still not quieten down those whiny entitled players who just know better about everything

  • @stephenharris601
    @stephenharris601 Před rokem

    First 🥇

  • @davepulical8448
    @davepulical8448 Před rokem

    First

  • @triton5336
    @triton5336 Před rokem

    So I am guessing Open World Games Like Horizon Forbidden West, Red Dead Redemption II, GTA V and Death Stranding are easy to make. Guess the Developers haven't used 80% of their power yet.

  • @quelldieu7263
    @quelldieu7263 Před rokem

    salty voice? xD

  • @HylianFox3
    @HylianFox3 Před rokem

    In all fairness you really do have a sultry voice.

  • @squirtpowercolt9800
    @squirtpowercolt9800 Před rokem

    Jules, your voice is ruined by the horrendous music in the background.

  • @bardosfojie9680
    @bardosfojie9680 Před rokem

    mmorpg hard? lol dont you see the huge amount of cheap copy cat of korean mmos, if its that hard to make then it wouldnt work. open world rpg and immersive sims are way harder.

  • @That1PissedOffBoomer
    @That1PissedOffBoomer Před rokem

    I see Jules I give thumbs up and much love

  • @bcleary2000
    @bcleary2000 Před rokem

    The problem with fighting games being too balanced is that no character stands out, when a player uses a character that others deem weak and win games with that character it drives up interest in wanting to learn that character rather than stick with they're preferred go-to character. Just look at Xian with Gen in USF4, a character that didn't really appeal to many until players saw what could be accomplished with time and effort put in to learning a character's foibles.

    • @eddmario
      @eddmario Před rokem

      The other thing is sometimes you get characters like Inferno in Soul Calibur VI, who is so OP that not only do you have to complete a series of matches on one of the harder difficulties to get him unlocked, but you can't even use him in ranked matches without hacking the game.

  • @scopethepope10
    @scopethepope10 Před rokem

    First