Jump to content

kwmx

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kwmx's Achievements

  1. Unfortunately this runs on WinForms and not a multiplatform Its by design the program has to see the player before storing any info. This is due to the limitations of RCON
  2. Well RCON stands for Remote Console to explain it simply, you just send a command and an answer comes back from the server. If you go into Server Controls and select the 'Command Console' option you will get to send the commands manually. Type help and you will see all the options available. This protocol is used in other games (ex minecraft)
  3. Unfortunately using this app it won't work as the password is cross shared between users and cannot define privileges. However, a different solution for it can be found for example a middle server controlling the common RCON access and restricting commands I can look into implementing this later on as a different tool.
  4. It uses RCON you can edit your config file on the server (by default servertest.ini) search for RCON you will find a field for port and another for password just enter the password for RCON then use the RCON port and password as in the ini file and the Server IP in the program
  5. Hello, So I usually play with friends on a private server and sometimes we need to run some simple commands (Mainly teleport player x to player y) I made this tool that uses RCON to make it easier hope you guys find it useful would love any feedback if its useful I may continue to update it and add additional features. Tool uses RCON to send commands and read responses Current features: List players Keep database of all player (online and offline) Kick player Enable/Disable godmod for a player whitelist players Set access level Spawn a vehicle for a player (Using images as references to make things easier) Open a command console that allows manual command input Github: https://github.com/kwmx/ZomboidRCON Releases https://github.com/kwmx/ZomboidRCON/releases/latest
×
×
  • Create New...