Skip to content

Releases: fpaezf/CS2-rcon-tool

v0.10rc

28 Oct 09:32
e8b62de
Compare
Choose a tag to compare
  • Added custom map rotation from file
  • Added ping graph (experimental)
  • Minor bugfix

v0.9rc

23 Oct 19:45
478c231
Compare
Choose a tag to compare
  • Reduced Rcon.dll size
  • Removed unused functions
  • Changed encoding from ASCII to UTF8
  • Minor bugfix
  • New cvars added to the console

v0.8rc

20 Oct 16:50
f469a94
Compare
Choose a tag to compare
  • Minor bugfix
  • Added some new server actions
  • If no map group is set the default map list is loaded (Select-College-7030)
  • New cvars added to console

v0.7rc

15 Oct 11:36
f469a94
Compare
Choose a tag to compare
  • Major bugfix
  • Better error control
  • Removed password encription (leads to AV false positive)
  • Changed some icons
  • Added chat reader function <- Experimental

WARNING
Chat reader feature requieres router port forwarding to accept incoming gameserver connection requests.
By default, TCPListener works on port 90 so you have to forward that port to your local IP.

Setup chat reader
In your server.cfg file, add this lines and perform a changelevel or a server restart:

log on
sv_log_onefile 0 // Log server information to only one file
sv_logbans 1 // Log server bans in the server logs
sv_logecho 1 // Echo log information to the consol.
sv_logfile 1 // Log server information in the log file
sv_logflush 0 // Flush the log file to disk on each write (slow)
mp_logdetail 0 // Less trash data to filter
mp_logmoney 0 // Less trash data to filter
mp_logdetail_items 0 // Less trash data to filter

Now you can enable the Enable chat reading option in the Chat tab. You can change the incoming requests port by editing the Local port option in the same tab.

Remember to forward the used port in your router.

v0.6b

12 Oct 10:19
dade125
Compare
Choose a tag to compare
  • Fixed a bug with server name parsing

v0.5b

12 Oct 09:04
dade125
Compare
Choose a tag to compare
  • Added scheduled commands tab
  • Send console command by hitting enter
  • View log message details by double clicking on item
  • Added settings window
  • Minor bugfix
  • Better error handling

v0.4b

10 Oct 08:02
44a8bcf
Compare
Choose a tag to compare
  • Replaced server commands input control (TextBox -> DropDown ComboBox)
  • Added autocomplete function for server commands
  • Map list is now obtained from server map rotation
  • Minor bugfix

v0.3b

09 Oct 12:14
20f77ad
Compare
Choose a tag to compare
  • Changed data storage from INI to XML files
  • Added icons in servers list
  • Added Reload servers list option
  • Minor bugfix
  • Minor bugfix in Rcon.dll

V0.2b

09 Oct 09:03
20f77ad
Compare
Choose a tag to compare

In the next update i will discard the use of .INI files to start using .XML files to store settings and server data. You will have to manually re-import all the data from the previous releases

Changes in this release:

  • Fixed some minor bugs
  • Fixed some captions
  • Added color support for chat messages

V0.1b

08 Oct 20:46
dc8263b
Compare
Choose a tag to compare

This is the first release of the tool. Has a lot of bugs but is fully functional.