[Feature request] Administrator console-based client.

foxinsky
Member
 
Posts: 25
Joined: Fri Dec 14, 2012 11:56

[Feature request] Administrator console-based client.

by foxinsky » Fri Dec 21, 2012 14:03

Folks, could you please develop small text-based client for Minetest.
Administrators of the Minetest servers will use this client for managing game process without official game-client application.
As for me it will be usefull for peoples who host servers on *nix platform.

Another way - share Minetest protocol specification. Then community can dev custom clients even on python or bash =)

Thanks.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Fri Dec 21, 2012 15:37

This may help:

http://minetest.net/forum/viewtopic.php?id=3924

Though I'd much prefer to see a dedicated command-line client as you suggest.
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Zeg9
Member
 
Posts: 608
Joined: Fri Sep 21, 2012 11:02

by Zeg9 » Fri Dec 21, 2012 17:48

I may work on one someday, when I'll have time to see how the protocol works and stuff... Or let someone else do it.
This would be great to have; Also, it could be possible by improving kaeza's irc mod...

EDIT: That could help: https://github.com/celeron55/minetest/blob/master/doc/protocol.txt
EDIT2: last update from 2011...
Last edited by Zeg9 on Fri Dec 21, 2012 17:50, edited 1 time in total.
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).
 

foxinsky
Member
 
Posts: 25
Joined: Fri Dec 14, 2012 11:56

by foxinsky » Fri Dec 21, 2012 19:49

What about the following workflow:
- Lua mod open socket (http://w3.impa.br/~diego/software/luasocket/ or http://www.zeromq.org/bindings:lua 0mq is better because a lot of languages has zmq lib)
- waiting for connect
- perform simple auth
- receive commands
- conert received commands in Minetest in-game commands (or API calls)
- ? exec Minetest commands
- return response to remote client
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 4 guests

cron