Some of the exact port numbers seem to be different between installations. I'm not sure if any have to be as listed, but those were a working number I used at some point
Port | Description | Place Defined | Open Port | Unique |
---|---|---|---|---|
11000 | Overworld server port | Master/server.ini | x | x |
11001 | Cave server port | Caves/server.ini | x | x |
8768 | Steam auth port for overworld | Master/server.ini | ||
8769 | Steam auth port for cave | Caves/server.ini | ||
27018 | Steam master server port for overworld | Master/server.ini | x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" Python 3 Windows font installer | |
Script must be run with the privileges in order to access Windows fonts directory. System reboot is not necessary. | |
This will install the font and will inform programs that a new font has been added. | |
Python3 Windows font installer is a free python script: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. |