I made a game in Godot with NO experience | Devlog #1

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • Today I make a game in Godot with NO experience
    Join me on my gamedev adventure by subscribing :)
    Click READ MORE, for more info. (Copyright info + more)
    _________________________________
    Welcome to my first video! Today I take on the challenge of becoming a game developer using GODOT for the first time. I need help taking over youtube and gamedev but I can't do it without you; join me by subscribing!
    _________________________________
    (More videos to come later!)
    _________________________________
    Devlog, Godot, GameDev
    _________________________________
    COPYRIGHT INFO.
    --(Copyright regarding thumbnail)--
    Thumbnail is created in Picmonkey/Photopea. No assets featured are created by me.
    (Audio/Images in video/thumbnail belong to respective creators )
    @Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use
    #Marbellos #godot #gamedev

Komentáře • 73

  • @fooby7072
    @fooby7072 Před 2 měsíci +28

    Amazing kickstart. This editing is top tier! Only the outro-music was a bit too loud but the rest just rocks. Looking forward seeing more from you!

  • @FreakyWavesMusic
    @FreakyWavesMusic Před 2 měsíci +10

    1. Great Video, editing is fast and snappy, the subject is well explained, top tier
    2. I also miss dani
    3. you could make your life much easier if you use Control nodes and show / hide groups of UI nodes for the shops
    4. A fun addition would be to "simulate" an economy
    First look up "Edit Resources as Table 2" godot plugin
    Then make more types of radishes.
    Define a base price for each
    Then if the player sells only a single type the supply will increase, so the price will diminish
    And randomly change the demand of other resources to have a simple economic simulation

    • @Lostinthevex
      @Lostinthevex Před 2 měsíci

      dani will not be forgotton but im pretty sure hes coming back after he finishes his game

  • @Marbelos
    @Marbelos  Před 2 měsíci +86

    0% chance u see this

  • @GobbinMode
    @GobbinMode Před 2 měsíci +5

    Congratulations on your project!! Good luck, and keep going :D

  • @sechmascm
    @sechmascm Před 2 měsíci +3

    You can right click any node and select a kind of replace by that preserves your changes to the node, like signals or scripts, and transforms them into other nodes. If you do have scripts, you have to change the "extends node" line to match the new type.
    Also, look into how to use control nodes to arrange the buttons and text. These range from margins to flow control, center, scroll, etc.

  • @GlitchedCode
    @GlitchedCode Před 2 měsíci +2

    4:40 You could look into Themes as well to change how the default buttons look

  • @chaulk5
    @chaulk5 Před 2 měsíci +6

    Dude this is such a well edited video! Good job. Great idea to start with a clicker game for your first game. Good work dude.

    • @Marbelos
      @Marbelos  Před 2 měsíci +1

      Thanks for the support

  • @Dayngers
    @Dayngers Před 2 měsíci +7

    Good stuff I'm in the same boat I wish you the best of luck!!

  • @dotJamo
    @dotJamo Před 2 měsíci +2

    For your button problem, you could have just right clicked the button node and hit "Change Type" to switch to a texture button. Prevents duplicating a lot of work. Signals will still persist, though your text will need to be retyped unless it's being set in code elsewhere.

  • @jao_p_i_b
    @jao_p_i_b Před 2 měsíci +21

    Bro fr, for the quality of the editing, i thought you were a somewhat famous youtuber hahaha

  • @tsilversamurai2436
    @tsilversamurai2436 Před 2 měsíci +4

    confirm = confirm + 1 (shorthand would be: confirm += 1, does same thing). pretty sure that it was increasing but the variable wasnt being updated by being reassigned so nothing happened

  • @Leftie
    @Leftie Před 2 měsíci +6

    aye, sub ten. the editing is pretty good chief

  • @Breadn
    @Breadn Před 4 dny

    6:57 the button textures, for example the one for Radishes, should have their filtering mode set to nearest neighbor so that they appear less blurry

  • @someguy_173
    @someguy_173 Před 2 měsíci +2

    I love you fro- I mean marbellos. I havent seen a devlog this good in a while (essentially since dani stopped uploading) cant wait for more. I'm surprised you made (what looks like its going to be) an incremental game, I cant wait to grind this for hundreds of hours (seriously I have a problem). Do you plan to do content other than devlogs/gamedev?

  • @FrozenInIce
    @FrozenInIce Před 2 měsíci +1

    the UI has a way for you to change the border style when you go to theme or theme override you can add a new box style or write code to make it how you like it it is awesome I figured out and now that I feel like I am complete it is awesome that some thing you do looks good.

  • @fattcoke4705
    @fattcoke4705 Před 2 měsíci +2

    You sound like the llamas from Llamas with Hats, especially at 3:14 lol. Nice game though

  • @falseknight4371
    @falseknight4371 Před 2 měsíci +1

    10/10 masterpeice cant wait for it to be on steam and rated by ign.

  • @ItsJustWael
    @ItsJustWael Před měsícem

    OMGG URE REALLY GOOD AT EDITIONG EHY DO U HAVE ONLY 400 SUBS U DESERVE MORE
    KEEP GOING

  • @fullboxwastaken
    @fullboxwastaken Před 2 měsíci +9

    w video lil bro

  • @howislife-v5
    @howislife-v5 Před 2 měsíci +3

    Love the vid

  • @Silas2-p7c
    @Silas2-p7c Před 2 měsíci

    Good vid. I recommend getting comfortable using signals

  • @ethanhawthorne5466
    @ethanhawthorne5466 Před 2 měsíci +3

    Got me hyped

  • @nahin1968
    @nahin1968 Před 2 měsíci +5

    i also want to learn game dev...

    • @Marbelos
      @Marbelos  Před 2 měsíci

      try it out!

    • @kokostyuba7586
      @kokostyuba7586 Před 2 měsíci +1

      @@Marbelos how did you learn gdscript? any tips?

    • @Marbelos
      @Marbelos  Před 2 měsíci +1

      @@kokostyuba7586 I used 2 youtube tutorials, both posted by godotneers. After that, just use your knowledge and start creating stuff (search things up if you need help, hundreds of resources r available to developers who need help

    • @kokostyuba7586
      @kokostyuba7586 Před 2 měsíci

      @@Marbelos aight I'll see

  • @dakotah4866
    @dakotah4866 Před 2 měsíci +2

    At least you finished your little small game I haven't even started mine

  • @spartakdmitrenko1407
    @spartakdmitrenko1407 Před 2 měsíci +3

    Good video

  • @Canyon_Steele
    @Canyon_Steele Před 2 měsíci

    I’m glad I found this channel

  • @Peaches_550
    @Peaches_550 Před 2 měsíci +4

    w editing

  • @alexandersuico5246
    @alexandersuico5246 Před 2 měsíci +1

    Hey man this video is sick. You earned a sub from me. Big inspiration I’m planning to start from 0 too. Did you have any coding experience prior to making this vid?

    • @Marbelos
      @Marbelos  Před 2 měsíci

      This is the first project I've ever made, I do have an idea on programming logic, but that's all

  • @crabbycrabman
    @crabbycrabman Před 2 měsíci

    great vid i hope to see more

  • @TaylorsPoetsDepartment
    @TaylorsPoetsDepartment Před 2 měsíci +1

    W video bro

  • @torchick163
    @torchick163 Před 2 měsíci

    hey bro I am simply baffled, and im wondering if someone can help me out:
    how are you accessing the Global.coins variable in your on_pressed function in the very beginning?
    I tried to do the exact same thing in your video, and I cannot access the variable without creating another reference variable in the button first?

  • @kotariaanims2344
    @kotariaanims2344 Před měsícem +2

    i thought he didn’t know how to code 😔

  • @yamasaa
    @yamasaa Před měsícem

    Nice vid, subscrimbo'd!

  • @FelipeMAPT
    @FelipeMAPT Před 2 měsíci +1

    Everybody does a game with NO experience on godot but i'm trying for two months and almost giving up....😢

    • @Marbelos
      @Marbelos  Před 2 měsíci

      keep going!! stay strong man

    • @TDM-07
      @TDM-07 Před 2 měsíci

      Broo... Same, I have experience but no idea what to do in my game
      It's an fps and i don't have any ideas for it

    • @FelipeMAPT
      @FelipeMAPT Před 2 měsíci

      @@TDM-07 i give up allready...now i'm playing Skyrim V to release my stress...

  • @barry_wastaken
    @barry_wastaken Před 2 měsíci +1

    the thumbnail deception is not a very user welcoming move you know

  • @seko_8735
    @seko_8735 Před měsícem

    Good❤

  • @vinicius13.23
    @vinicius13.23 Před 2 měsíci +3

    Hi :)

  • @dallassegno
    @dallassegno Před 2 měsíci +1

    Which is it, you made a game or you made a video filled with edits?

    • @Marbelos
      @Marbelos  Před 2 měsíci +1

      sadly both; grind is real

  • @GameDevRayo
    @GameDevRayo Před měsícem +1

    I also made my First Devlog Now 😅
    And my Channel has exact 69 Subscribers😂

  • @Eeee1234sam
    @Eeee1234sam Před 2 měsíci

    use texture nearest

  • @HonsHon
    @HonsHon Před 2 měsíci

    The gamedev help btw was talking about professional gamedev. Of course you can crunch on your own, but you are more likely to crunch when working for a shitty company.
    I hate this video. This video is awesome. But, too bad it sucks. It is really great though.
    .
    ..
    .
    .
    ..
    .
    .

    (Just memeing btw, liked the vid)

  • @spectreig
    @spectreig Před 14 dny

    you are my copy

  • @coucoul38
    @coucoul38 Před 6 dny +1

    Please stop talking for a second between sentences 😭

  • @WeedGaara420
    @WeedGaara420 Před 2 měsíci

    voice is too low