beyond-all-reason / teiserver

Middleware server for online gaming
https://www.beyondallreason.info/
MIT License
57 stars 53 forks source link

WIP: Fix cannot start match in dev environment when BAR in Windows and SPADS in WSL #240

Closed jauggy closed 6 months ago

jauggy commented 6 months ago

Context

Fixes #239 If you've set up your dev environment as follows:

You will not be able to start a match

Test Instruction

Inside config/dev.exs add your wsl ip address to this line:

  spads_ip_override: "Enter ip here"

You can find your wsl ip address via command prompt/powershell:

wsl hostname -I

Launch Teiserver and SPADS. Now launch BAR app. Try starting a match and it will work.

jauggy commented 6 months ago

This is not needed. Will update docs