View Single Post
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-17-2014 , 10:01   Re: [ANY] Cross-Server Chat
Reply With Quote #40

  1. On the computer you want to run the script on that runs Windows, be sure to download Python 2.7 from here: http://www.python.org/getit/
  2. Locate the python installation for reference. Mine is: C:\Python27
  3. Drop the python script on the first page into that directory and remove the symbols from it so it's just 'crossserverchat.py'.
  4. Click start, Run & type 'CMD'.
  5. Type into the prompt that pops up 'cd C:\Python27' or wherever your python installation is located.
  6. It should tell you that the new location is what you typed for reference. You then just type 'python crosserverchat.py' and it should run.
  7. Minimize the window and leave it running like a server.

Be sure to restart your computer just in case otherwise it will not run. I had to restart mine in order to make it work properly.

For 'HOST_NAME', you can just put the IP address plain and the port should be fine.

Last edited by Drixevel; 01-17-2014 at 10:03.
Drixevel is offline