1. Name: UT3 personal server
2. Version: beta1
3. Compatibility: pc windows
4. Description: Allows you to host UT3 games, working around (most) router, NAT and firewall configuring problems.
5. Comments:
I found this tutorial explaining how to set up an UT3 server, working around some configuration problems: http://mususumbra.blogspot.com/2007/...-solution.html
The solution seems to work well, but for most people the hassle is not worthwhile. So I tried to implement most of it. At this stage, I know that UT3 is happy hosting the game, but that's basically it.
The download contains the utility that I programmed in C++, a required STUN server and the C++ source code.
Then according to the tutorial:
6. Screenshot:

7. Credits: Epic, the tutorial writer, STUN team, and others ....
9. Download: beta1
Extract and run "ut3personalserver.exe". The 1st time it runs, it backup your utengine.ini and then will append the required lines. After that it will start "stun-server.exe" with a proper command line. The window will display some progress and debug messages
Please post feedback on how far can you get. Thanks.
2. Version: beta1
3. Compatibility: pc windows
4. Description: Allows you to host UT3 games, working around (most) router, NAT and firewall configuring problems.
5. Comments:
I found this tutorial explaining how to set up an UT3 server, working around some configuration problems: http://mususumbra.blogspot.com/2007/...-solution.html
The solution seems to work well, but for most people the hassle is not worthwhile. So I tried to implement most of it. At this stage, I know that UT3 is happy hosting the game, but that's basically it.
The download contains the utility that I programmed in C++, a required STUN server and the C++ source code.
Then according to the tutorial:
Now you need to actually forward the relevant ports from the outside world to the machine that you're playing UT3 on. All the ports are UDP and their numbers are:
7777, 7778, 7787, 6500, 13000, 27900
Disclaimer: I'm not 100% certain that all of those ports are required. Some of them probably aren't. I arrived at that list thanks to enough trial and not enough error, i.e. it works with those ports forwarded, but I haven't tried closing them to see what makes it break
Enjoy public, non-LAN games! I know that I do
7777, 7778, 7787, 6500, 13000, 27900
Disclaimer: I'm not 100% certain that all of those ports are required. Some of them probably aren't. I arrived at that list thanks to enough trial and not enough error, i.e. it works with those ports forwarded, but I haven't tried closing them to see what makes it break

Enjoy public, non-LAN games! I know that I do

6. Screenshot:

7. Credits: Epic, the tutorial writer, STUN team, and others ....
9. Download: beta1
Extract and run "ut3personalserver.exe". The 1st time it runs, it backup your utengine.ini and then will append the required lines. After that it will start "stun-server.exe" with a proper command line. The window will display some progress and debug messages
Please post feedback on how far can you get. Thanks.
Comment