Making Thief and Police Multiplayer Game with Unreal Engine | Devlog 01

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

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

  • @DizzeeAfterHours
    @DizzeeAfterHours 5 месяцев назад +10

    Criminally underrated

  • @wydputin5140
    @wydputin5140 4 месяца назад +3

    Hey man, props to you for working hard on this project. It warms my heart to see indie devs having this level of commitment and passion for a project.

  • @luckyblockfatality
    @luckyblockfatality 5 месяцев назад +5

    I love the planning and outlining before starting a project! I think it’s good to teach people this is an important step

  • @SpaceWorks_Studio
    @SpaceWorks_Studio 5 месяцев назад +1

    As a developer myself your doing amazing. I love the game idea and vision, I wish you success 🎉
    On the same topic I’m making a game about cops and robbers as well. But the main focus is street racing and cops chases. Also multiplayer for PC.
    I look forward to more of your devlogs ❤

  • @kshitijjeena2506
    @kshitijjeena2506 5 месяцев назад +1

    great work keep it up

  • @TheRealDarkBrine
    @TheRealDarkBrine 5 месяцев назад +2

    Please complete this game ! He looks really cool

  • @magenschleim
    @magenschleim 5 месяцев назад +1

    Nice Work my dude im using ALS as well. It's cool but complicated af. maybe consider trying the new motion-matching system that EPIC just released. its actually made by the same guy that made the ALS system but its supposedly way more multiplayer-friendly since it's used in Fortnite and should work better for mobile.

    • @VercionGames
      @VercionGames  5 месяцев назад +1

      I'll love to use motion matching but I am using UE4, and motion matching is not supported in UE4, also my pc is not capable to handle UE5.
      Also as a mobile game I think the locomotion system is working fine.

    • @andy0x58
      @andy0x58 5 месяцев назад +1

      ​@@VercionGames ALS-Refactored is ALSv4 but on C++, that can be helpful for performance of mobile game

    • @VercionGames
      @VercionGames  5 месяцев назад

      Thanks, I see if it comes in use for this game.

  • @JWITG
    @JWITG 5 месяцев назад +2

    As a developer myself Nice job man.
    I really thought this was gonna be like a scam game like the greed of man shit when I saw als characters but you really made it good, doing good man.
    Although I recommend changing the model as it's not so flexible like you can only color it but you can't really customise it. Additionally it will make it look like the greed of man game and everybody will think it's a scam so it will be hard to market. Also the model requires 11 draw calls each I think which is not so performant as each body part where you can change the colour of the character is a new draw call. So i recommend using a cheaper character. Also instead of Painting the police black paint them blue and give em a police hat and make the criminals like a mask thing like that criminal mask around their eyes.
    Good luck with the game and don't use lumen for it. Bake lights instead.

    • @VercionGames
      @VercionGames  5 месяцев назад +1

      Thanks dude for your appreciation ✌️
      Yeah I am aware of those draw calls but these ALS characters are just for the prototype. I will replace those character with the proper models. And all the animations are going to be the same (through retargeting).
      Since it's UE4 so it don't support lumen but I am using movable directional light. Idk how much performance gap is there between them but I'll try the best to optimise

  • @VISI0N16
    @VISI0N16 5 месяцев назад +1

    Great work

  • @AuraGamesIn
    @AuraGamesIn 5 месяцев назад +1

    How are you going to execute multiplayer ? You have to use EOS or host your game on a dedicated server. Even experienced developers can't do this easily.

    • @VercionGames
      @VercionGames  5 месяцев назад

      for initial version of the game I'm using EOS later I'll switch to dedicated server when I get enough revenue

    • @shisuibf1203
      @shisuibf1203 5 месяцев назад

      @@VercionGames Isn't the Steam Subsystem better and easier than EOS?

    • @VercionGames
      @VercionGames  5 месяцев назад +1

      @@shisuibf1203 it is, but this is a mobile game. So steam doesn't support it.

  • @sumitvilayatkar6420
    @sumitvilayatkar6420 5 месяцев назад

    Which tool you used for the game flow diagrams?

  • @pandalovercrumxoxo6637
    @pandalovercrumxoxo6637 5 месяцев назад

    Are you using ue4 over ue5? also motion matching might be helpful for your character in addition supposably has performance increase over the locomotion when there is like around 50 players. Although motion matching still has a way to go like needing to be thread safe and some other things i think it might be better than the locomotion.

    • @VercionGames
      @VercionGames  5 месяцев назад +1

      Yeah I'm using Ue4 cause my pc couldn't handle ue5, and there are some other reasons for using it, like UE5 does not support armv7 Androids.
      I'll be happy to use motion matching but first I need to test it's performance for mobile devices.

  • @virusfs2929
    @virusfs2929 5 месяцев назад +1

    Bro what is your pc specs bcoz your i have read the discription and im confised how you are using ue ...tell me UE version you are using?

    • @VercionGames
      @VercionGames  5 месяцев назад

      If you'll watch my UE lag fix video, you'll see, I am using Android Vulkan rendering to get more fps and many more optimization.
      And I am using UE4.27.2 cause UE5 sucks a lot in my pc🥲

    • @virusfs2929
      @virusfs2929 5 месяцев назад

      ​@@VercionGamesthanks bro for reading and replying to my comment❤ it helped:) i also want to make a game but u don't have enough real ram only 8gb but ghaphic is RTX 3050 i don't know if ue5 will support this to make a good story mode game😅

    • @VercionGames
      @VercionGames  5 месяцев назад

      @@virusfs2929 it also depends on your processor. Although 8 GB RAM is fine for making most of the games. You won't have to cry like me🤧👍

  • @blue_phoenix7488
    @blue_phoenix7488 5 месяцев назад +1

    Good job dude...✌🏻
    Why don't u try using unity... It's pretty Decent to develop with a low end pc....make a video trying to make a game with unity...

    • @VercionGames
      @VercionGames  5 месяцев назад +2

      Thanks for the appreciation bro 😄
      I thought about it before, but I already have some good experience with Unreal engine and I am used to its work flow.

    • @blue_phoenix7488
      @blue_phoenix7488 5 месяцев назад +2

      @@VercionGames ✌🏻.... Good good.... Maybe for a future video try something like that... For a change of pace... Like recreating your own game,something like that....

  • @verdox0
    @verdox0 5 месяцев назад

    there was a game called "cops and robbers" on roblox back in 2015 but this game seems different enough from that game

    • @VercionGames
      @VercionGames  5 месяцев назад

      never heard about it, mine is different because it only exist in my mind

    • @verdox0
      @verdox0 5 месяцев назад

      @@VercionGames true, its very common to think about similar ideas but really your games is very different from that game. your game just made me remember that game and looking back on it basically the only similarities are that there are cops and robbers and the police have to stop the robbers from robbing, thats about it

  • @Gajabgamerzone
    @Gajabgamerzone 6 месяцев назад

    Gajab

  • @santrilalwarkade1680
    @santrilalwarkade1680 5 месяцев назад

  • @lyoseef
    @lyoseef 5 месяцев назад +1

    It’s called “ hide and seek “

  • @AuraGamesIn
    @AuraGamesIn 5 месяцев назад

    Don't use alsv4 from the marketplace because it's not replicated. You can't make a multiplayer game with this

    • @VercionGames
      @VercionGames  5 месяцев назад +1

      I already made it replicate ✌️

  • @NOTAHEK
    @NOTAHEK 5 месяцев назад +3

    Please use unity particle system 😂

  • @santrilalwarkade1680
    @santrilalwarkade1680 5 месяцев назад

    Hindi ?