id-rotatcepS / TF2Spectator

Twitch chat commands run TF2 console commands
3 stars 0 forks source link

tf2 options configuration #12

Open id-rotatcepS opened 6 months ago

id-rotatcepS commented 6 months ago
  1. make it figure out configured options like tf2_bot_detector does
  2. let user configure options in app if 1 is too hard
  3. instructions for how to configure rcon password/port in user's options so they don't have to launch from Spectator
id-rotatcepS commented 6 months ago

number 3: assuming your config says password is "test" and port is "48000" - just add the following to your tf2 config settings: +rcon_password test +hostport 48000 -usercon +ip 0.0.0.0 +net_start

id-rotatcepS commented 3 months ago

This is partly addressed now, by necessity of the 64bit tf2 update. Now users just need to add -usercon to launch options, The issue is they are required to add an "exec" line in their autoexec.cfg or typed into their console in order to do the rest of the config.