• 1 Post
  • 105 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle



  • OpenSuse (back then the “normal” one, then Leap and now the rolling release Tumbleweed). It just works really well and keeps on trucking. Updated my old machine for ten years through all the openSuse releases without reinstalling. The repositories are very well kept in order and the build service easily provides anything I might find lacking.

    Also, I quite like using Yast for system administration. There are many areas that I rarely touch and having a GUI available is super helpful.



  • Yup I’m hit by the exact same bug currently. But I was able to go back to before I updated with Snapper and now I’ll wait until the fix is in the Tumbleweed repos.

    But other than that I’m much happier with the AMD than with my Nvidia (on Linux that is). VRR with Wayland on multiple monitors just works without issues. And before this week I never had any issues at all with the 7800XT.



  • I played that game on my m100, M125, Zire71 and on my final Palm device: the LiveDrive. That’s an awesome achievement and I congratulate you on your endurance. I think the only time I bought a wasp was by cheating (editing the save game, I think?). Man, all those names in your post really bring back old memories I thought forgotten - from an era of the internet long, long gone. Thank you. Wasn’t there a tribbles event in that game, too?

    If I ever get to making my own space game I’ll surely put in some references to Space Trader. The only gaming achievment I had back then was a +800 winning streak in a freecell game but that got lost when my device died.









  • This is a very common question, I’m sure you can find many articles or videos about “how do I start” when getting into game dev with an engine. As you already have a development background the best way for you is probably to “just build something” using the official documentation only. Pick a “small” game or project as a way to work with the engine and learn how things are done and how all the pieces interact with each other. The more you understand all the bits and pieces and how they are composed together to form a game the easier you will find it to plan and conceptualize your game.

    Multiplayer is a super interesting topic, especially regarding these mysterious “game servers” or online services. I recommend Nakama as a FOSS example for one such service - which conveniently also has Godot support. The example project of theirs might also be a good starting point for you to see the engine at work.

    Alternatively you can also use your backend experience to build the game services yourself - but that will distract you easily from working on the game itself.


  • The MSDF setting is a great find! I’m playing around with UI on mobile and combining the content scale factor with that setting for crisp fonts is super useful for that, thank you very much for publishing this. Your project is a great way to explore Godot’s capabilities regarding (non-game) UI and find out where the painful shortcomings lie.