Bash-09 / tf2-bot-kicker-gui

An automatic Bot Detector and kicking software for TF2
MIT License
57 stars 7 forks source link

Unable to use Default RCon Port #50

Open jac95501 opened 5 months ago

jac95501 commented 5 months ago

Hello,

I run my own servers with ports 27010 - 27020, these are reserved for them. The program will not connect to my TF2 because the ports are being used.

Is there a way to change the RCON port that the kicker uses, so it can work?

Bash-09 commented 4 months ago

Hi, apologies for the delayed response. If you compiled the program yourself you can change the port number on line 57 of command_manager.rs (in src/io), and launch TF2 with the -port number_here launch option added.