this is slopcoded by ai dont look at the code too much its bad but it works
See which Steam players are in your hex and check if they are Colonial or Warden. An open source alternative to WOBS
You need Python installed on your computer.
- Download the ZIP folder.
- Extract it somewhere.
- Press Windows + R.
- Type
steam://open/consoleand hit Enter - In the Steam console, type
log_ipc 1and hit Enter - Steam will show where logs are saved. Example:
C:\Program Files (x86)\Steam\logs\ipc_SteamClient.log
- Open
config.json. - Put the log path in
log_path. You need double backslashes (\\) for each backslash, like:
"log_path": "C:\\Program Files (x86)\\Steam\\logs\\ipc_SteamClient.log"- Go to https://steamcommunity.com/dev/apikey
- Enter any domain.
- Copy the API key Steam gives you into
config.jsonunderapi_key.
- Run
setup.bat, or just run:
pip install requests
- Open
start.bat(or run the Python script yourself).
- When you enter a hex, you’ll see all players in it.
- If a new player enters your hex, they’ll show up automatically.
- If you want to check whether a player is Warden or Colonial, press the /p button and paste it in chat. If you can private message the player, they are Colonial if you cannot, they are a Warden.