The windows version works great.
I closed steam before starting the file. After file has run i start steam and tf2 and all servers are added to my existing list of favorites.

I don't know how to use the mac version.
After download i close steam and double click the file, and then a text-editor opens, showing the program-code.
 
The windows version works great.
I closed steam before starting the file. After file has run i start steam and tf2 and all servers are added to my existing list of favorites.

I don't know how to use the mac version.
After download i close steam and double click the file, and then a text-editor opens, showing the program-code.
You need to run it as root through the terminal. I made a compiled version, but bott said it was too large in size
 
You need to run it as root through the terminal. I made a compiled version, but bott said it was too large in size
In the program code, i saw it is a python script, so i used google to find out how to run it:

Open terminal and use the command:
Code:
python path/to/script [options]

Since i don't know if i need any options, i used:
Code:
python /Users/***/Downloads/skialservers
*** = my username

this is what i get:
Code:
Traceback (most recent call last):
  File "/Users/***/Downloads/skialservers", line 24, in <module>
    c = imp.load_compiled('__main__', tp.name)
ImportError: Bad magic number in /var/folders/AA/AAoQYt4bFTCknwNF51Og6k+++TI/-Tmp-/tmp9K0BxM
I checked tf2, just to be sure, but it didn't work
 
In the program code, i saw it is a python script, so i used google to find out how to run it:

Open terminal and use the command:
Code:
python path/to/script [options]

Since i don't know if i need any options, i used:
Code:
python /Users/***/Downloads/skialservers
*** = my username

this is what i get:
Code:
Traceback (most recent call last):
  File "/Users/***/Downloads/skialservers", line 24, in <module>
    c = imp.load_compiled('__main__', tp.name)
ImportError: Bad magic number in /var/folders/AA/AAoQYt4bFTCknwNF51Og6k+++TI/-Tmp-/tmp9K0BxM
I checked tf2, just to be sure, but it didn't work
Just get the pyo file and try that: http://www.skial.com/public/skialservers.pyo

EDIT: Also, if you did it on your Windows machine, it should sync via the cloud and you don't need to do it on your mac as well.
 
when i use the .pyo file, i get this message:
Code:
RuntimeError: Bad magic number in .pyc file

That synch only works when you use the same steam acount on win and mac. but i use windows for my main account, and my mac for my alt account
 
also don't work:
Code:
  File "/Users/***/Downloads/skialservers", line 1
SyntaxError: Non-ASCII character '\xcf' in file /Users/***/Downloads/skialservers on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
 
still not. exactly the same error as my previous post
Maybe it's not allowed to execute? Try opening terminal and doing "chmod +x filename" and then try running it.

If that doesn't work, just manually copy the server browser file over to your mac.
 
still don't work. i used this in terminal:
Code:
chmod +x /Users/***/Downloads/skialservers
python /Users/***/Downloads/skialservers

and still get this error:
Code:
  File "/Users/***/Downloads/skialservers", line 1
SyntaxError: Non-ASCII character '\xcf' in file /Users/***/Downloads/skialservers on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

Thanks for trying to help, but it just won't work. so now i go search on google where i can find the file with the favorite servers on windows and mac
 
still don't work. i used this in terminal:
Code:
chmod +x /Users/***/Downloads/skialservers
python /Users/***/Downloads/skialservers

and still get this error:
Code:
  File "/Users/***/Downloads/skialservers", line 1
SyntaxError: Non-ASCII character '\xcf' in file /Users/***/Downloads/skialservers on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

Thanks for trying to help, but it just won't work. so now i go search on google where i can find the file with the favorite servers on windows and mac
It should be Library/Application Support/Steam/userdata/*randomnumber*/7/remote/serverbrowser_hist.vdf
 
I think we might need a mac compiled version even if it is 2mb.

It would avoid these python version errors.
 
I think we might need a mac compiled version even if it is 2mb.

It would avoid these python version errors.
Still trying to figure out why he's getting that non-ascii character. I specifically compiled it with utf-8.
still don't work. i used this in terminal:
Code:
chmod +x /Users/***/Downloads/skialservers
python /Users/***/Downloads/skialservers

and still get this error:
Code:
  File "/Users/***/Downloads/skialservers", line 1
SyntaxError: Non-ASCII character '\xcf' in file /Users/***/Downloads/skialservers on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

Thanks for trying to help, but it just won't work. so now i go search on google where i can find the file with the favorite servers on windows and mac
Can you try this zombie? http://davidweitz.com/skialservers

I recompiled with 32-bit, maybe that'll help
 
It should be Library/Application Support/Steam/userdata/*randomnumber*/7/remote/serverbrowser_hist.vdf
yep, that is the right file. and in windows it's almost the same:
Steam\userdata\*randomnumber*\7\remote\serverbrowser_hist.vdf

Now i have all servers on my mac.
I think we might need a mac compiled version even if it is 2mb.

It would avoid these python version errors.
only 2 mb? that is not so big. If the compiled version is online i will be happy to test it.