diff --git a/README.md b/README.md index 319a539..2cd75af 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ -# IceCon RCON client +# ![Logo](img/logo_32.png) IceCon RCON client *IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI. Specifically, this tool has been written for quick administration of modified Modern Warfare 2 ("IW4M") servers. A Windows user could easily set up shortcuts on the desktop that run `icecon.exe -gui ` which gives you an instant GUI to run commands on your server. Another use case would be scripting on a Linux server by running `icecon -command "" ` to automate specific tasks. +![Screenshot 1](img/screenshot1.png) +![Screenshot 2](img/screenshot2.png) +![Screenshot 3](img/screenshot3.png) + ## Download ### Binaries diff --git a/img/logo_32.png b/img/logo_32.png new file mode 100644 index 0000000..9df03a7 Binary files /dev/null and b/img/logo_32.png differ diff --git a/img/screenshot1.png b/img/screenshot1.png new file mode 100644 index 0000000..e969866 Binary files /dev/null and b/img/screenshot1.png differ diff --git a/img/screenshot2.png b/img/screenshot2.png new file mode 100644 index 0000000..d238681 Binary files /dev/null and b/img/screenshot2.png differ diff --git a/img/screenshot3.png b/img/screenshot3.png new file mode 100644 index 0000000..22e2906 Binary files /dev/null and b/img/screenshot3.png differ