Unreal Engine 5 - Flexible Combat System [REVIEW]

Поділитися
Вставка
  • Опубліковано 10 сер 2022
  • Want to build an action game but overwhelemed by all the coding, animations and effects needed? This game template with ready made systems for ranged, magic and melee games is the perfect foundation. It includes all elements you'll need such as premium assets, dialogue systems, quest systems and more!
    Flexible combat system: www.unrealengine.com/marketpl...
    Beard games UA-cam channel: / beardgames
    Don't forget to like the video and subscribe.
    ♥ Join the Virtus Discord: / discord
    Virtus Creative Hub // Media
    ● Facebook Page - / virtushub
    ●Twitter Page - / virtushub
    ● Website - www.virtushub.com

КОМЕНТАРІ • 50

  • @ChristofferLund
    @ChristofferLund Рік тому +94

    Seems more like an ad than a review

    • @devcor
      @devcor Рік тому +28

      Well, becase it is.

  • @vree_
    @vree_ 6 місяців тому +10

    What Ive learned with all these highly customizable projects, is that in the end you have to redo everything anyways and usually you only can use them to learn how some problems are solved.

    • @badradish2116
      @badradish2116 Місяць тому

      which is generally worth every penny X'D

  • @Bruh-bf8jb
    @Bruh-bf8jb 2 місяці тому +3

    So i'll add my 2 cents
    i've been creating a game with this pack for the last 21 months and the creator is simply the best i've seen on the whole of the marketplace when it comes to implementing fixes, QoL for development and new features, even entirely redoing old mechanics, based on actual feedback from actual development using the pack.
    The nuance here is that the system IS simple enough for a solo dev to use without years of experience (like say ACF). I'd argue that this pack is the single best buy you can possibly make if you're just starting out and you want to, at some point, create an actual RPG as a solo developer. It will teach you (mostly) good practices (and there have been massive improvements on the bad practices being replaced with good ones over time, one example is that AI no longer uses modular skeletal meshes for its gear, but instead a singular mesh, as it's more performant that way - something that you can reintroduce yourself if you so wish, but it's a practice that should only be used with good reason to do so), give you tools to experiment and it's relatively easy to implement new stuff (i will say that at the time this video was made, the criticism about it being difficult to implement new stuff was valid, this has since been massively improved upon). What it does not do is give you tools to get everything possible out of the engine. Expecting that at its price point is ludicrous. That's not a 200-300€ pack, that's a pack worth millions and comes attached to an LLC or takes years of experience to use (again using ACF as an example) and months to learn.
    There's currently a major overhaul of systems addressing code bloat in particular + still comes with new features. I've found its individual systems to be understandable within minutes, at most hours (using its extensive video AND blueprint documentation) and masterable within a day or two except for the inventory system, that takes a bit longer, but not by much (and inventory is being overhauled to be simpler).
    Another thing that i find great about FCS is that it comes as a finished product, not a framework for you to start working with. You can iterate immediately on finished encounters and AI (albeit basic, but that's the point, it doesn't bog down performance because it uses cleanly designed assets - both code and art - make your own opinion from that). It's great for teaching yourself on your own mistakes on a template that is absolutely not basic, finding where you made the mistake (or getting that mistake fixed by leaving feedback on the asset's discord, if the mistake is indeed with the code of the asset) and how to correctly approach it the next time round.
    This is the closest you will ever come to an asset that can *actually* teach you just how complex modern RPGs are without being so overwhelming that you will not make it past your first week as a newbie in the engine. It is simple enough for even newbies to pick up and still advanced enough for serious development. Pick this up if you're starting out and follow along with starter and even fairly advanced tutorials and you'll find that you'll be able to draw parallels between that tutorial and how FCS does it. To push it to a fully realized game you will still need outside assets for sure, but you will not ever feel it's because there's something inherently wrong with FCS, it's just that it's missing something you want to do specifically.
    Or pick this up if you want to seriously try and do an RPG in unreal engine 5. It's not perfect, but it is the best money i've ever spent on the marketplace.

    • @vidmaster7
      @vidmaster7 22 дні тому +1

      Thank you for that comprehensive and honest review.

  • @Torey3D
    @Torey3D Рік тому +5

    This is crazy awesome!

  • @SuperlativeCG
    @SuperlativeCG Рік тому +5

    It's quite impressive.

  • @platano8240
    @platano8240 Рік тому +2

    Can you make this a demo play to try it out..before I buy it.

  • @cr4ftwork
    @cr4ftwork Рік тому +22

    Rule No1: build your "own" system and you have more fun at the end ;)

    • @devcor
      @devcor Рік тому +17

      What I learned as well is that you will probably spend more time figuring out someone else's system that building your own.

  • @ceejay1353
    @ceejay1353 Рік тому +22

    I'd really like to see this being compared to ACF and some others. That would be super helpful.

    • @Ihasfinger911
      @Ihasfinger911 Рік тому

      I don't think you can compare this to ACF.

    • @ew2430
      @ew2430 11 місяців тому

      @@Ihasfinger911why?

    • @Ihasfinger911
      @Ihasfinger911 11 місяців тому +3

      @@ew2430 One of the best things about ACF is it's a modular plugin, meaning you're not importing a huge template into your project causing a lot of bloat. FCS is basically a finished game, the "customization" is mostly superficial. It's a pain in the ass to change other people's code/blueprints and the fact FCS is gigantic makes it worse. Also, I'm fairly certain I've tried it and mechanics where...meh 😕.
      One more (actually there's a lot more) good thing about ACF is it's performance due to the use of c++. You don't need to know c++ just make a child of a base class and customise all u want. But all the heavy lifting is done in the c++ classes.
      If I was to say one bad thing about it it would be that it too is starting to suffer from a bloat problem. I wish the Dev, Pask, would not worry about things like shooting guns and vehicles and horses. The combat is solid, keep it a combat and movement plugin.

    • @ew2430
      @ew2430 11 місяців тому +1

      @@Ihasfinger911 I agree. I think implementing these extra things should maybe be modulated as well. The base of the game should focus on combat like regular RPGS, not like GTA. Thank you for your input :))

    • @Bruh-bf8jb
      @Bruh-bf8jb 2 місяці тому

      ​@@Ihasfinger911 fair criticisms at the time of the video, the asset has since been improving massively (in semi regular updates)
      ACF indeed suffers from bloat, FCS creator actually takes care to cut on bloat even if that means sometimes cutting/sidelining a feature that introduced said bloat (in the coming update, inventory style will become a choice so you can use the old bloated, but a bit more 'fancy' version or use a newer, cleaner version, for instance)

  • @gu9838
    @gu9838 Рік тому +3

    oh sweet i has the basic version of it :-)

  • @jordan89124
    @jordan89124 Рік тому +3

    Is there a free version? Or at least one that isn't a week's wages?

  • @asquareddynamics658
    @asquareddynamics658 Рік тому

    can i turn this into a 2D fighting game?

  • @thothgold2768
    @thothgold2768 Рік тому

    So if i cant code than i should buy packs right?

    • @thothgold2768
      @thothgold2768 11 місяців тому

      @@liamloxley1222 thankyou I appreciate it

  • @Daniel_Parke
    @Daniel_Parke Рік тому +14

    BUYER BEWARE! I bought this product and I have had no end of bugs and issues, if you are going to do a paid review I would recommend playtesting this a heck of a lot more! The bundle is a buggy mess that barely works after 5 minutes of running a level.

    • @hxrdwired
      @hxrdwired Рік тому +4

      Could you explain what you're seeing here? The bugs you ran into and any issues you've had? As well as the pack you have.

    • @idrawstudios87
      @idrawstudios87 8 місяців тому

      i have the pack and i did not really experience bugs but then again, i bought this pack 2 months ago compared to the guy who bought this over a year ago
      @@hxrdwired

  • @angryanimator2735
    @angryanimator2735 Рік тому +1

    Hi bro I am Watching you r videos for Ue 4 Its really Impressive can you please Create a Axe combat Systems Videos of Ue 4 I really need It BBy The Way I Just Subscribed keep it Up Love your work

  • @maverickdfz
    @maverickdfz Рік тому +7

    $169.99? 😮

  • @carlos321698
    @carlos321698 Рік тому +5

    Make your own game 😭😭

  • @Istarsiva
    @Istarsiva Рік тому

    Nice add bruh

  • @AntiCheatBot
    @AntiCheatBot Рік тому

    Yeah this is an ad or overview.. not a review.

  • @gvilas
    @gvilas Рік тому +8

    200€ no multiplayer, no gamepad support...bleh

    • @Bruh-bf8jb
      @Bruh-bf8jb 2 місяці тому +1

      there is multiplayer support (not perfected yet, iirc more than 2 players still becomes unstable, one of the reasons for the next update focusing on stability and performance so it can support the 4 player multiplayer) and gamepad support now

  • @PixelKnight93
    @PixelKnight93 Рік тому

    I'm really hoping that I don't see the market yet absolutely over saturated with plug-and-play games. That's how entire genres become tired

  • @pisurky
    @pisurky Рік тому

    Is it advertising? Can you do real review?

  • @turnbackcorp
    @turnbackcorp Рік тому

    this is free this month lmao

    • @Yggdrasil777
      @Yggdrasil777 Рік тому +1

      The "basic" outdated version is free this month.

    • @turnbackcorp
      @turnbackcorp Рік тому

      @@Yggdrasil777 ahh that makes sense

  • @discombobulateddev
    @discombobulateddev Рік тому

    fun fact, this is 170 pounds to buy

  • @krakenchan
    @krakenchan Рік тому

    Unity is still superior

  • @mr.zoltage9574
    @mr.zoltage9574 Рік тому +1

    1ST

  • @3sgamestudio
    @3sgamestudio Рік тому +1

    It isnt really very… good 😓

    • @timlaukai
      @timlaukai Рік тому

      Why? I plan to buy it from marketplace

    • @DarkTowerInt
      @DarkTowerInt Рік тому

      @@timlaukai Hello can you please point us to the bad practices in ACF? We are collaborating with many studios and it would be great for us if you can point to those practices to be fixed in next update. We are among the very few asset makers in the marketplace with real AAA experience and it is super important for us to avoid any kind of bad practices in our product. Thanks!

    • @timlaukai
      @timlaukai Рік тому

      @@DarkTowerInt sorry my bad and revised, I never use ACF so I should not make any unreasonable comment here, ACF is famous in marketplace for years and your team should be respected for all the works .

  • @GrumpyGamer11
    @GrumpyGamer11 10 місяців тому

    $200 for this? FOH