Been programming since the 80s. Lead developer of Exile

  • 2 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: December 1st, 2023

help-circle
  • I’d like to take a moment to thank Lemmy for logging me out so I never saw the notice that you’d replied. :D

    Yes, Luanti sends textures and sounds to the clients, though they are cached so it’s only the first time you connect to a server.

    Those games have an api of their own, though I don’t know about “easier,” and I’m not familiar with the specifics there as I don’t particularly care for Minecraft. Odds are you’ll need to override the beds behavior somehow, but I doubt you’ll need to alter Voxelibre or Mineclonia to do it.


  • That’s all server-side code, which is the normal thing for luanti mods and games.

    Client-side modding is currently a bit crude and limited, and requires a bit of funky manual installation, but allows you to read and alter some things on the client that aren’t available to the server code. Client-side modding (CSM) was added a bit prematurely and is still in kind of a proof-of-concept stage; it was intended to be a step towards server-sent client-side modding (SSCSM) which will allow games to customize the behavior of the client.

    For Exile we have an optional CSM for handling special keypresses, since reading key sequences can be difficult with lag over multiplayer, but 99.9% of our code is just the regular server-side code.



  • So you installed Minetest Game, the modding base, with no mods and are mad it’s not Minecraft, got it. Minetest Game isn’t about cloning MC, it’s about building your own game out of mods. If you want a Minecraft clone, that’s what Voxelforge and Mineclonia are for.

    Personally I couldn’t care less – I don’t like Minecraft (and am not a big fan of Minetest Game either) and am far more interested in original voxel games that are not joined at the hip to bad design decisions made by Notch and/or Microsoft just because Minecraft did it. (Looking at you, crafting grid)




  • The sleeping spot is terrible, it’s basically just marking out a spot and laying on the cold, hard ground. Useful when you’ve fallen in a hole and can’t get out, but if you’ve got access to grassy plants, make a sleeping mat from eight of them, it’s much better.

    Also to regain energy you’ll need to be comfortable, if the surrounding temperature is too cold or hot it can prevent resting. Get a fire and a roof of some kind – a shallow cave or tree works, though trees lose their leaves in winter which makes them less useful.

    We have a tutorial in the works to help newbies with these things, but it’s not ready yet.