Queen Of Squiggles

  • 2 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • I’m fairly certain it isn’t, at least in the core engine. The dev team works really hard to make sure every feature going into core is:

    • useful for many/most users
    • impossible to create otherwise
    • has significant community demand.

    Things like eye tracking are more likely to be done in add-ons, GDExtension, and the like. You’d have better luck looking for an addon or C++ library that could get integrated





  • Hey there! Glad to see a Godot community on Fedi! I’ve posted a bit in !GameDev@lemmy.blahaj about it, but today I was working on more back end stuff for my game.

    It’s a slime rancher inspired farming game that takes place in a magical forest.

    The back end work I was doing is sprucing up my print statements with logging levels, rich text formatting, and scaffolding for generating log files. I also was working more on my mod loading framework which would allow users to make content that gets loaded into the game. I do this with some global scope registries and custom resources.

    Also I’m doing all of this in C# and open source under GNU GPL3













  • Well I’ll join in so long as this thread exists (I am expecting self promo to be less aggressively harassed on Lemmy compared to Reddit)

    Sorry to make it so long, I wanna try to share what I’m making as well as who I am and what I do.

    I’m a primary hobby dev, trying to make a couple bucks from my games but not really living off them. I’ve primarily been making little horror games since they are really fun for me and horror is a very comforting genre.

    Now I’m letting myself be “basic” and making a cutesy Magical Farming/Ranching game in the style of Slime Rancher, but with some various farm sim and RPG influences. I’m making it in Godot with C#.

    I do all of my games as open source projects under the GPL 3 license (copy-alike license). I see it as a way to give back to the internet which is largely responsible for teaching me how to code and also letting people smart enough to compile it themselves to have my games for free if they so choose. I’ve also had some pull requests for different improvements on some of my stuff which was unexpected but super cool.

    One of the intentional design features of the farm game is being very data driven. I’m setting the game up for translation keys and many of the features are using custom resources (Godot’s Scriptable Object equivalent). I’m using Godot’s patch loading feature to allow loading mods fairly easily. So all one needs to do to make a mod is write a few files, which in Godot is super easy to do.

    I don’t really have any pics yet since the game is way super alpha stages. I’m still getting some features working properly and there’s a lot to do before it’ll be done. Hoping I can publish on steam but otherwise all my games usually go on Itch.io.