
- #MINETEST ALTERNATIVE FULL#
- #MINETEST ALTERNATIVE PRO#
- #MINETEST ALTERNATIVE CODE#
- #MINETEST ALTERNATIVE PASSWORD#
- #MINETEST ALTERNATIVE DOWNLOAD#
I like this idea, and is sort of a natural extension of the idea i had of "join links" where any player could generate a join link to effectively send to someone saying "hey, i'm on this server - click the Big Green Button (tm) to join me! i'm " (This idea is completely taken from another game, called teeworlds.) Also, allow to see the names of the players on a server. Add a friends list, and mark servers where one of the players is a friend of the user.
#MINETEST ALTERNATIVE CODE#
i will try and prioritise cleaning up the code so that perhaps someone can assist in that part! With that being said, i'm really not that great with rust so would need a helping hand w/ that. Since tauri applications are rust, you can actually implement "backend" logic in rust and call it directly in the javascript frontend implementation directly in to the tauri binary args(some_vec_of_strings_from_above) tacked on to it to pass the minetest params inĢ. ain.rs#L68 probably needs to be a for loop, so it can capture any arguments after the minetest binary argument (the launcher passes in, for instance, -go and -address to name a few) some changes in the wrapper client itself implementation directly in to the tauri binaryġ.
some changes in the wrapper client itself. Tl dr - it should be possible, but it either needs: You can find the Mumble wrapper and CSM here: viewtopic.php?t=21586 Mumble is a wrapper program and a client-side mod. I'm mostly writing this to get some experience with tauri b/c electron is kinda poopoo and thought this could be helpful (at least until the ui overhaul comes out some time this year) Let me know what you think, if you have any suggestions/criticism/vitriol/etc i'm more than happy to hear you out! If you don't like video then u can have some botched screenshots instead maybe some onboard ui for people who haven't used minetest before tooĪnyways if you managed to get thru this terrible post and wanna see more, you can see a quick demo video here!. maybe set up some simple web-service to create a "one click join" public url for any server, including onboard instructions for people who don't have the launcher/minetest installed. maybe support for a custom uri scheme like mtlauncher://?version=5.6.0. #MINETEST ALTERNATIVE PRO#
global nf settings (you will no longer need to set your mouse sensitivity for each new version if you're a Pro Gamer (tm) like me).world management for all installed versions where possible (this will probably just end up as a glorified "backup my world pls" function).
#MINETEST ALTERNATIVE FULL#
full contentdb support for all (installed) versions. #MINETEST ALTERNATIVE PASSWORD#
password management for multiplayer servers (ie: generate random """"secure"""" passwords for each server, save somewhere, and reuse when logging in to a server to reduce friction). (i literally started writing this like 12 hours ago what do u expect from me) patented (not really) one-click-join-a-server-technology (tm) with a responsive, sortable, filterable server list - including local favourites (separate to what may show up on your minetest client).
support for multiple installations, including bespoke versions (just drag and drop your custom minetest installation to the provided versions/ folder and it'll show up!). It's super early in development rn but will post it on github when it's more mature as it's kinda ugly in both code and ui rn It's written in sveltekit and packaged with tauri (which is electron but using native webview components and compiles to a small rust binary - no shipping and running an entire instance of chromium!) so it actually loads fast, stays fast, and doesn't c o n s o o m 42tb of ram (dev copies currently use about 90mb of ram and a whopping 0.3% cpu usage.) I'm working on an alternative launcher to help improve the overall ui/ux, especially for newer players! I've been lurking minetest for a few weeks now and saw an opportunity to build something that i think at least is kinda cool I encourage anyone who tries (successfully or unsuccessfully) to please provide feedback/notes/bugs, thank you so much! #MINETEST ALTERNATIVE DOWNLOAD#
If you are struggling to build from source, you should be able to just download development builds here and try it out! There are now development builds available!