Releases: fpaezf/CS2-rcon-tool
v0.10rc
v0.9rc
v0.8rc
- 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
- 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
v0.5b
v0.4b
v0.3b
V0.2b
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