PDA

View Full Version : Rcon Tool: MeRcon



Mitch
14th January 2013, 10:13
I have been working a while on my own rcon tool in c#. The first screen you get is the servers windows form. After you press the button connect you get the commands screen. Here you can enter your commands and see the player list (option).

Features

Servers
- Saved with AES encryption in AppData
- Quick list in task bar

Commands
- Player list
- Status with colors
- Auto command fill
- Re-sizable screen
- Command history (session)
- Command output history (saved in AppData)
- Add new auto fill commands

Screenshots
108

109

106

107

Link
http://uploaded.net/file/dbjqw8dv/MeRcon-x64.7z
http://uploaded.net/file/6sh5hpna/MeRcon-x86.7z
(pass = #meRcon)

Minimum requirement
- Microsoft .NET Framework 4 Client profile (http://www.microsoft.com/en-us/download/details.aspx?id=24872)

To do
- Preferences

Mitch
15th February 2013, 10:06
Version 1.1.0.2 (15/2)
- Bug fix for fullscreen with player list.
- Bug fix for too long server name in status strip label.

146 or http://netload.in/dateiV8FAsjhPsj/MeRcon-x64.7z.htm.
145 or http://netload.in/dateixgh20xDNea/MeRcon-x86.7z.htm.
(password for remote links = #meRcon)

Mitch
27th February 2013, 20:56
Version 1.1.0.3 (27/2)
- Preferences
- Close new autofill and preference screen on esc

175 or http://netload.in/dateiI8nvDGX3Zy/MeRcon-x64-1.1.0.3.7z.htm
176 or http://netload.in/dateipZSxhYpvHt/MeRcon-x86-1.1.0.3.7z.htm
(password for remote links = #meRcon)
(removed old attachments from previous post)

Mitch
15th June 2013, 14:42
Version 1.1.04 (15/6)
- check for updates
- open log from menu
- each server has now his own command log (commands_ip_port.log)
- cod4 status fixed
- exception fixed in renaming profile name
- domain as ip is now possible
- improved performance with command output
- added gametype after map name (bottom text in commands screen)

308 or http://netload.in/dateiNH6j5FYPGa/MeRcon-x64-1.1.04.7z.htm
309 or http://netload.in/datei5pkEPhCwJi/MeRcon-x86-1.1.0.4.7z.htm
(password for remote links = #meRcon)

Mitch
21st November 2013, 19:17
Version 1.1.0.5 (21/11/13)
- fixed bug in parsing player name if first one char and then color code
- rcon status (v2): parse all data and then loop through it
- join server (+ different patches and read g_password)
- improved player list (changes item text instead of clearing)
- when can't parse status then use the normal output parser

Download:
542 or http://znation.nl/mercon/MeRcon-x86-1.1.0.5.7z
541 or http://znation.nl/mercon/MeRcon-x64-1.1.0.5.7z

Mitch
16th December 2013, 19:49
My source code is available at https://znation.nl/svn/mercon/trunk/MeRcon/. If you want changes applied, post your patch here.

kung foo man
16th December 2013, 19:56
http://en.wikipedia.org/wiki/MIT_License ? :D

Mitch
16th December 2013, 20:17
http://en.wikipedia.org/wiki/MIT_License ? :D

Sure, as long as it stays free.

Mitch
22nd December 2013, 13:58
If you are trying to build your own version, you probably need to disable the code signing or generate your own key for signing code.

I am currently trying to make a 128x128 ico for higher resolutions.

Mitch
25th December 2013, 18:54
Release 1.1.0.6:
- Fixed bug in status v2 when status exists of more than 1 part.
- Using --- as minimum length in status v2.
- New icon (also a red one from 21 December until 31 December)
- Less space on left and right in commands form.
- Fixed bug with the player list when you resize the form. (caused by this release)
- No icon for 3rd form (commands > games > double click on version)


http://znation.nl/mercon/MeRcon-x64-1.1.0.6.7z
http://znation.nl/mercon/MeRcon-x86-1.1.0.6.7z

574