Liberty Unleashed

Liberty Unleashed => Suggestions => Topic started by: SugarD on September 13, 2011, 01:52:00 am

Title: RCON Documentation
Post by: SugarD on September 13, 2011, 01:52:00 am
There is literally no documentation whatsoever on what commands, abilities, etc. that RCON has in LU. Could someone please post a full, detailed list? I can't find anything on the entire site/forum, and there is nothing in the server guide or wiki.
Title: Re: RCON Documentation
Post by: VRocker on September 14, 2011, 11:57:12 pm
The current rcon implementation is a bit naff, was thrown in without much thought and currently being redone.

The original idea for the rcon was to make it simple, and put together an SDK and a lot of documentation on the protocol, but we got lazy and currently its similar to the game netcode. This would be bad to release :P

We are currently redoing it to use basic TCP sockets to make it easier to interface with.

The current rcon is fairly limiting. It can list the players in game, send chat messages, send PMs, kick, ban, reload the scripts or content files, can call script functions and shutdown the server. This will be expanded on when we rewrite it.
Title: Re: RCON Documentation
Post by: SugarD on September 15, 2011, 12:25:33 am
Wait, mind explaining how it can shut down the server lol? I think you found a solution to my situation D:
Title: Re: RCON Documentation
Post by: Thijn on September 15, 2011, 02:59:44 pm
It's using RakNet's rcon protocol so it would be only possible to make an rcon interface with C++/C.
Title: Re: RCON Documentation
Post by: SugarD on September 15, 2011, 09:26:25 pm
One already exists according to the Wiki documentation, and VRocker gave me the link to one he made, but there's still next to no documentation on anything regarding RCON what-so-ever. Fortunately the one he gave me last night has a built in commands list :)
Title: Re: RCON Documentation
Post by: SugarD on April 06, 2013, 10:00:24 pm
Since this was being discussed about being remade, moving this to the Suggestions board.