Deploy a Godot Souls-like Game on Rails with Kamal

Sdílet
Vložit
  • čas přidán 22. 02. 2024
  • The Kamal Gem lets us deploy a Godot Soulslike Game to a Ruby on Rails site with user accounts and a dev blog in very little time.
    Checkout my course(s) at: learn.deanin.com
    Digital Ocean Affiliate Link. Gives you $200 in credit over 60 days. Helps us both out!
    m.do.co/c/e10ec451ee35
    Source:
    github.com/Deanout/godot_on_r...
    Links:
    dash.cloudflare.com/
    hub.docker.com/
    godotengine.org/download/wind...
    Godot Souls-Like Template is by @catprisbrey
    Join this channel to help support these videos:
    / @deanin
    Follow me on social media:
    linktr.ee/deanin
    If you liked this video, please consider subscribing: t.co/RZ4EwP0F2a
    #Deanin #Software #Programming

Komentáře • 18

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

    Live in a few over on Twitch.tv/deanout

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

    Whoa, check it out! Cool video, very cool, and thanks for testing that my template runs in browser! Do i hear a change request to shift the Sonic ring to a campfire instead?

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

      I should be thanking you for making the template! The Elden Ring expansion has me thinking campfires when I see rest areas I guess haha.

    • @catprisbrey
      @catprisbrey Před 3 měsíci +1

      @@Deanin it's classic souls, I just did the sonic ring to save myself time tinkering with the particle emitter. I waste WAY too much time on those, and it was on a few days before release. I just wanted to GET IT DONE... but now that we're live, I'd rather see a fire, or Bloodborne style lantern

    • @Deanin
      @Deanin  Před 3 měsíci +1

      Oh a lantern would be cool! And yeah that makes sense, I figured you probably used what was more accessible to you. I definitely think the Sonic Ring was the way to go, if only because it actually let you ship the project! 🙂

    • @catprisbrey
      @catprisbrey Před 3 měsíci +1

      @@Deanin yeah, but per this convo... You can expect an update soon with a lantern/campfire soon. And you'll be able to brag and say "hey 👉 I made that happen🔥"

    • @Deanin
      @Deanin  Před 3 měsíci

      Haha yes! Been this and whispering sweet nothings into @finepointcgi's ear I'm slowly becoming one of the Godot gang 😂

  • @double__dash__
    @double__dash__ Před 3 měsíci +1

    Really nice! Is there a way to save each users game 🤔 I guess that would involve a lot of tinkering, is that way you went for a souls like? Thank you!

    • @Deanin
      @Deanin  Před 3 měsíci +1

      Because Rails is up and running on the server, you could do an API call in Godot to a Rails route that saves user data.
      Then when the game starts or whatever, you'd do a get request to that controller to retrieve the data.
      Now the hard part would probably be actually figuring out what data to save. Stuff like player position or the last bonfire they visited, their inventory and item durability, etc.
      So yeah, you could do it but it would be a bit of tinkering as you put it 🙂
      Depending on if I get time it's something I could take a look at. Maybe in a simpler example so that it's easier for people to follow in their own games?
      You could also probably just locally access the sqlite database from Godot. Not sure 🤔

    • @double__dash__
      @double__dash__ Před 3 měsíci +1

      Interesting, thank you!

  • @double__dash__
    @double__dash__ Před 3 měsíci +1

    Next video: rebuilding RuneScape with Godot on Rails & Kamal 😂 my dream!

    • @Deanin
      @Deanin  Před 3 měsíci

      👀 That would be so sick lol. There's nothing quite like that moment when you first played RuneScape. Especially these days since you play oldschool RuneScape with a desktop client, it does feel a bit different. I miss the days of browser games 😭

  • @feridebonu6415
    @feridebonu6415 Před 3 měsíci

    hii