Gabriel Aplok
Gabriel Aplok
  • Видео 6
  • Просмотров 8 878
Modular first person shooter game made in Godot
I did this on a laptop with 8 RAM and a Rayzen 5, that's why I have 30~40 fps, don't judge the game's performance just by that, it's running at 80 FPS without recording.
Просмотров: 459

Видео

Making and horror game in godot | dynamic ambient and doors
Просмотров 2272 месяца назад
This is a horror game set in northeastern Brazil being made at godot. I made a dynamic surroundings system, you can dynamically hear animals, owls, wind and various other cool effects randomly around the place where you are, like 8d audios, and without sounds in constant tiring loops like many games.
Making and horror game in godot
Просмотров 2072 месяца назад
This is a horror game set in northeastern Brazil being made at godot.
Modular First Person Shooter made with Godot 4.3
Просмотров 8254 месяца назад
Hello, this is my project made in Godot 4, I'm in the process of making a complete FPS with cool features included
Godot 4.3 - Modular First Person Shooter with Enemy AI
Просмотров 8114 месяца назад
Hey, this is my attempt to make an FPS like the classic 2006 PS2 FPS in godot.
Godot 4.3 - Modular First Person Shooter
Просмотров 6 тыс.4 месяца назад
This prototype includes: - Dynamic footsteps - Spatial audio propagation (occlusion and reflection) - Shooting, reloading, leaning, aiming - Camera smooth movement and weapon sway - Dynamic day night cycle.

Комментарии

  • @Insanabiliter_In_Linea
    @Insanabiliter_In_Linea 6 дней назад

    The sound propagation is really nice, there really aren't that many games that have the proper echo and the overall sound that guns make, having it actually behave how you expect really gives the weapons in a game some major oomph. Looks great!

  • @Flux54
    @Flux54 7 дней назад

    Realmente ficou bonito. Mas mebdiz vc ta pensasndo em deixar privado só pra vc jogar como se fosse tipo um projeto pessoal ou, tem planos de um multiplayer?

    • @gabriel_aplok
      @gabriel_aplok День назад

      @@Flux54 é só um protótipo para estudos, não é um projeto comercial

  • @アドチ
    @アドチ 27 дней назад

    very nice work!

  • @NeonfireStudio
    @NeonfireStudio Месяц назад

    Models?

  • @ZenoMOZ
    @ZenoMOZ Месяц назад

    Could be better 😮

    • @gabriel_aplok
      @gabriel_aplok Месяц назад

      @ZenoMOZ make one better

    • @ZenoMOZ
      @ZenoMOZ Месяц назад

      @@gabriel_aplok sure 😉

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

      @ZenoMOZ Good luck with your project!

  • @firewaveinteractive
    @firewaveinteractive Месяц назад

    😮‍💨

  • @joejoemartinez6059
    @joejoemartinez6059 Месяц назад

    hey bro, trying to make my first game with very minial if none coding exp. can you link or make a video on how you scripted your 1person camera to move with your mouse pointer? i would so appreciate that '

    • @gabriel_aplok
      @gabriel_aplok Месяц назад

      func _unhandled_input(event: InputEvent) -> void: # Handle mouse motion events if the mouse is captured and no gamepads are connected. if event is InputEventMouseMotion and Input.mouse_mode == Input.MOUSE_MODE_CAPTURED: input_mouse = event.relative rotate_y(-event.relative.x * mouse_sensibility) neck.rotate_x(-event.relative.y * mouse_sensibility) neck.rotation.x = clamp(neck.rotation.x, deg_to_rad(-85), deg_to_rad(85)) There are thousands of examples and tutorial videos on the web about this

  • @primegg5574
    @primegg5574 Месяц назад

    Cool

  • @Itsmezenoz
    @Itsmezenoz 2 месяца назад

    I would like to work together with you

    • @Itsmezenoz
      @Itsmezenoz 2 месяца назад

      It would be cool to improve the panorama reflection for this

  • @SolitaryElite
    @SolitaryElite 2 месяца назад

    nice progress

  • @umninjaqualquer2983
    @umninjaqualquer2983 2 месяца назад

    mto foda mermão

  • @oblybion7879
    @oblybion7879 2 месяца назад

    Make tutorial pls

  • @ArhAnGeL0_o
    @ArhAnGeL0_o 2 месяца назад

    Android/pc?

  • @a6xdev11
    @a6xdev11 2 месяца назад

    it's beautiful, good luck with the projetc

  • @wolffyziiin2
    @wolffyziiin2 2 месяца назад

    Make more videos of the game

  • @gustavinhoeso7258
    @gustavinhoeso7258 2 месяца назад

    what will be the name ?

    • @wolffyziiin2
      @wolffyziiin2 2 месяца назад

      Godot horror game

    • @gabriel_aplok
      @gabriel_aplok 2 месяца назад

      I currently don't have a final product name, the development codename is Project Insomnia. ​@@wolffyziiin2

  • @V8-Production
    @V8-Production 3 месяца назад

    would you make a tutorial showing how u made this? looks amazingggg

  • @V8-Production
    @V8-Production 3 месяца назад

    Can u make a tutorial on how to make guns like this in godot please

  • @JohnnyThund3r
    @JohnnyThund3r 4 месяца назад

    That glock handling needs some work, doesn't feel or act like the real thing and it kinda sounds like a nail gun. Still, good progress.

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      Actually, these Glock and M4A1 models were not made by me, they were obtained from Sketchfab, So the animations and models are irrelevant to me, what matters to me is the game core and its gameplay, since in the video I wasn't using my own assets yet.

  • @Badral-Din_S
    @Badral-Din_S 4 месяца назад

    Nice, Can you Share the Prototype Files

  • @sebastercats6123
    @sebastercats6123 4 месяца назад

    Bro, this is so awesome! Any chance there's a tutorial or you open source it? In any case, seeing this prototype in action really shows how powerful Godot is, it's amazing.

  • @deathsyrup
    @deathsyrup 4 месяца назад

    Love it

  • @mythra.cia_
    @mythra.cia_ 4 месяца назад

    a year or two ago there was almost no 3d godot games now people like you are pioneering the way keep pushing m8

    • @JohnnyThund3r
      @JohnnyThund3r 4 месяца назад

      Pretty sure Godot was bad for making 3d games a year or two ago... only really got good with 4.0...

    • @mythra.cia_
      @mythra.cia_ 4 месяца назад

      @@JohnnyThund3r yeee people were really brute forcing 3D back in the day I don't know how because sadly im not a coder/developer but it wasn't remotely as good looking as this if anything they were just tech demos showing godot could do 3D

    • @Insanabiliter_In_Linea
      @Insanabiliter_In_Linea 6 дней назад

      Godot's made some major strides recently from what I've been reading, looking at games like this prototype and Road to Vostok really put into perspective how far the engine has come in a fairly short period of time. I'm glad there are people making really good open source game engines, really democratizes game development.

  • @Pokiti123
    @Pokiti123 4 месяца назад

    Aplok guns 1.1.4 update?

  • @Pokiti123
    @Pokiti123 4 месяца назад

    Mobile game?

  • @Repo-dn4yn
    @Repo-dn4yn 4 месяца назад

    Can the fps be improved?

  • @PySnek
    @PySnek 4 месяца назад

    I don't like Godot

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      sad

    • @PySnek
      @PySnek 4 месяца назад

      @@gabriel_aplok Sorry but I prefer Raylib with C/C++. Much, much better performance and without all the bloat of an UI, Scenes, Nodes etc. For most games a framework is more than enough.

  • @charlieking7600
    @charlieking7600 4 месяца назад

    Appreciate your effort, even though I strongly dislike the engine. Good luck with project.

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      Why don't you like Godot? btw, tysm.

    • @charlieking7600
      @charlieking7600 4 месяца назад

      @@gabriel_aplok mostly for performance reasons. But seeing some updates make improvements (like acyclic render graph in 4.3 and vertex cache in 4.4 dev 1), I'll wait year or two until it becomes usable for high fidelity graphics without serious hardware requirements.

  • @prod.18freezey
    @prod.18freezey 4 месяца назад

    source?)

  • @goreboxleaks86
    @goreboxleaks86 4 месяца назад

    This is what bro was cooking

  • @DeafSavage
    @DeafSavage 4 месяца назад

    The weapon reload blur….BLACK inspired? If so, that’s cool! Edit: Saw the other video, knew it! Keep up the good work!

  • @muellmanni1678
    @muellmanni1678 4 месяца назад

    Did you make this by yourself? It looks great!

  • @MelideProd
    @MelideProd 4 месяца назад

    Extremely cool, well done ! The depth blur when reloading looks sick, and I love the way it’s hidding the weapon when close to the wall

  • @helloitshecker
    @helloitshecker 4 месяца назад

    The footstep sounds are too loud, else everything is just wow

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      In the latest updates I fixed the footsteps, reduced the volume a lot :)

    • @helloitshecker
      @helloitshecker 4 месяца назад

      @@gabriel_aplok that's great 😃

  • @RealPassa.
    @RealPassa. 4 месяца назад

    Gabriel tá insano!

  • @itsafish4600
    @itsafish4600 4 месяца назад

    no way

  • @nidalnijmgames
    @nidalnijmgames 4 месяца назад

    This looks outstanding!!! One of the most amazing GODOT projects I have ever seen!

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      I'm glad you liked it, I'm trying to do something good!

    • @nidalnijmgames
      @nidalnijmgames 4 месяца назад

      @@gabriel_aplok I am an Unreal Engine user since 2014 but I like to follow the news on other game engines, and I have seen recently that GODOT is getting better and I began to see some real cool projects (including yours) in GODOT. Keep up the good work!

    • @deathsyrup
      @deathsyrup 4 месяца назад

      @@gabriel_aplokexcited l! when will it release?

  • @Starkzin9846
    @Starkzin9846 4 месяца назад

    Disponibiliza o download do projeto manin

  • @Coder-yy5xz
    @Coder-yy5xz 4 месяца назад

    I mean project is good, but it runs in about 50 fps in your computer. 50 fps is not good enough for computer like your's. So consider optimizing. Good luck😃

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      It runs in 150~ fps, it's just a 8 RAM basic laptop. so consider this project optimized 8 RAM with chrome, OBS recording and Godot running in the same time...

    • @Coder-yy5xz
      @Coder-yy5xz 4 месяца назад

      @@gabriel_aplok yes I did not consider chrome and recording. good point

  • @Asonc1
    @Asonc1 4 месяца назад

    beautifulll

  • @h.e.scompany446
    @h.e.scompany446 4 месяца назад

    no, pls no, just make it like counter strike, we have too much cod style game

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      this is not cod style game lol, nothing to do with cod

  • @skramzrave
    @skramzrave 4 месяца назад

    if you figure out ragdolls that would be sick. You should make the turn towards noise and cast a cone of rays out from their head that represents field of view, if you haven't done something like that already. Really impressive.

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      Yes, that's exactly how I did it, it has 2 sensors, the hear one that is in a radius of 30m (temporary value) and a cone in the vision that when the player is there, the AI goes into alert mode to chase the player. I haven't made ragdolls yet, but I'll see how I can do it in Godot, it looks really cool!

  • @a6xdev11
    @a6xdev11 4 месяца назад

    Absolutely incredible!

  • @dragma5130
    @dragma5130 4 месяца назад

    Keep it up! I love it

  • @vegeta_god007
    @vegeta_god007 4 месяца назад

    Good luck for your game 🍀

  • @vegeta_god007
    @vegeta_god007 4 месяца назад

    The table became a ball 😂

  • @Bond01_
    @Bond01_ 4 месяца назад

    why does the firing sound like catching a small sand bag mid-air while it's falling

  • @sebastianbastidas9027
    @sebastianbastidas9027 4 месяца назад

    Me gusta tu juego, sigue así/I like your game, keep it up

  • @SOURCE_x2
    @SOURCE_x2 4 месяца назад

    it's so hard bro💀💀💀

  • @NeonfireStudio
    @NeonfireStudio 4 месяца назад

    I like the weapon sway and fire animation is so funny.

    • @gabriel_aplok
      @gabriel_aplok 4 месяца назад

      I spent a good amount of time refining this part, thanks!