Skip to content

Instantly share code, notes, and snippets.

@BryanSWeber
Created November 30, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BryanSWeber/4002e72f5d501cbde523e27ee0e9d868 to your computer and use it in GitHub Desktop.
Save BryanSWeber/4002e72f5d501cbde523e27ee0e9d868 to your computer and use it in GitHub Desktop.
C:\Users\IEUser\Desktop\StarcraftAITournamentManager\client>java -jar client.jar
client_settings.json
StarCraft Dir: C:\Users\IEUser\starcraft\
CMD /C netsh firewall add allowedprogram program = C:\Users\IEUser\starcraft\sta
rcraft.exe name = Starcraft mode = ENABLE scope = ALL
CMD /C netsh firewall add allowedprogram program = client.jar name = AIIDEClient
mode = ENABLE scope = ALL
CMD /C netsh firewall add portopening TCP 12345 "Open Port 12345TCP"
CMD /C netsh firewall add portopening UDP 12345 "Open Port 12345UDP"
Deleting directory:C:\Users\IEUser\starcraft\bwapi-data
Deleting directory:C:\Users\IEUser\starcraft\characters
Deleting directory:C:\Users\IEUser\starcraft\maps
ClientListenerThread constructor
ClientListenerThread run()
Connecting to Server @ 192.168.56.1:1337
Couldn't connect to server, trying again in 5 seconds.
NEW STATUS: READY
Recieved Instructions
Game id -> 1
MeatAIBot vs. UAlbertaBot
NEW STATUS: STARTING
Deleting directory:C:\Users\IEUser\starcraft\bwapi-data
Deleting directory:C:\Users\IEUser\starcraft\characters
Deleting directory:C:\Users\IEUser\starcraft\maps
CMD /C RENAME C:\Users\IEUser\starcraft\characters\*.mpc MeatAIBot.mpc
CMD /C RENAME C:\Users\IEUser\starcraft\characters\*.spc MeatAIBot.spc
CMD /C cd /D C:\Users\IEUser\starcraft\ & injectory.x86.exe --launch StarCraft.e
xe --inject bwapi-data\BWAPI.dll --set-flags SEM_NOGPFAULTERRORBOX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment