Godot + Doom = Goom ?

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • Doom clone powered by Godot 4.1
    The Retro FPS template for Godot 4.1 provides all you need to create a retro style first person shooter (FPS) like in the good old times. Make games like Doom, Duke Nukem or Wolfenstein 3D in just a few minutes.
    Suitable for beginners as well as for experts in Godot. Scripts are fully commented in english.
    rnb-games.itch...
    Features:
    - Simple and efficient commented code.
    - 8-directional-enemy-sprite with the following animations: idle, walk, shoot & die.
    - Enemy AI: The enemy can "see" the player or "hear" when the player is near. Then pursuit and shoot when the player is on sight,
    - Enemy blood particles when taking damage.
    - FPS controller: walk and shoot, pickup items & change gun.
    - Health & Armor system.
    - Different weapons: fist, pistol, plasma gun & shotgun.
    - Pickups: ammo, weapons & medkits.
    - Hurt overlay: red screen when the player receives damage .
    - HUD: showing ammo, health, armor and player face.
    - Crosshair
    - Sample Scene with ambient light, spotlights & directional lights, shadows and volumetric fog.
    - Sound effects (SFX) and Music system
    - Main Menu
    - Pause Menu
    ** You can use Qodot and Trenchbroom to build 3D levels **
    rnb-games.itch...
    Music by: ‪@Metalfurious14‬

КОМЕНТАРІ • 26

  • @deathsyrup
    @deathsyrup 9 місяців тому +1

    So happy this released. Big thanks.

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

    Beautiful. Just what I was looking for.

    • @RNB-Games-Studio
      @RNB-Games-Studio  10 місяців тому +1

      Thanks!

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

      @@RNB-Games-Studio I am new to godot and I am in the process of getting my head around on how the pieces fit, I have worked in a few different engines before (GameMaker) so the concepts and coding isn't totally new to me. With that said, do you have any docuemntation besides the code comments? If not no worries, I do understand I should be followng the godot docs and follow some tutorials to understand the interface so I can better understand such templates like yours.

    • @RNB-Games-Studio
      @RNB-Games-Studio  10 місяців тому

      @@lannygilbertson3585 if you are new to Godot, maybe you should start with some simple 2d projects. Then, when you are used to the interface of Godot and when you are more comfortable with GDScript, you can move on to learn how to make 3d games. Anyway, practice is the key!

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

    Yo this is badass!

  • @AndreiAgpasa
    @AndreiAgpasa 9 місяців тому +1

    Why do i find the name goom funny 😂

  • @NeonfireStudio
    @NeonfireStudio 2 місяці тому

    Unbelievable, nice, where from the assets?

    • @RNB-Games-Studio
      @RNB-Games-Studio  2 місяці тому

      Thanks! The sprites are the original ones from Doom 1993

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

    Man, this is perfect, OMG, I'm crying!!!
    Is this an update from the previous Wolf3D template or is this a new one?

  • @TheRhalf
    @TheRhalf 7 місяців тому

    I really wanted to do this but I wanted the gun sprite to react to lighting too and I never could find out how

    • @RNB-Games-Studio
      @RNB-Games-Studio  7 місяців тому +1

      If you want the gun to react to lighting you have two options: you can try with 3D models wich be more accurate or if you still want to use 2D sprites do the following. In the inspector of the AnimatedSprite3D, check the flag "Shaded" (if true, the Light3D in the environment has effects on the sprite)

  • @egurt8144
    @egurt8144 3 місяці тому

    gdom

  • @NeonfireStudio
    @NeonfireStudio 2 місяці тому

    Please make it playable

  • @aryantwink
    @aryantwink 3 місяці тому

    never goom....

  • @burneecreativo998
    @burneecreativo998 2 місяці тому

    Jajajajaja goom mañoso

  • @iceberi7269
    @iceberi7269 8 місяців тому +1

    The links are broken! D:

    • @RNB-Games-Studio
      @RNB-Games-Studio  8 місяців тому

      rober-baca.itch.io/8-directional-sprite-fps-controller-godot

    • @RNB-Games-Studio
      @RNB-Games-Studio  8 місяців тому

      Thanks 😅 I fixed the links

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

      no problem!@@RNB-Games-Studio

  • @SolitaryElite
    @SolitaryElite 7 місяців тому

    is there freelook or no, i can't tell 💀

    • @RNB-Games-Studio
      @RNB-Games-Studio  7 місяців тому +1

      Yes, freelook with the mouse in every direction