Server up

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

ttl

New Member
Oct 22, 2003
51
0
0
I put a dedicated server up anyone who wants to join it should type

"open 65.218.132.35" in the console. At the moment it does not show up in the server browser because I still need to unblock port 7787.

For anyone who wants the source for the .bat file I am starting it with:

@echof off
cd System
:start
ucc server DG-Bluffs?Game=DuffersGame.DGame?MaxPlayers=32?AdminName=YOURADMINNAME?AdminPassword=YOURADMINPASS -mod=Duffers -log=DuffersServer.log
echo SERVER CRASHED %time% %date%
echo SERVER CRASHED %time% %date% >> DuffersCrashLog.log
type DuffersServer.log >> DuffersCrash.log
goto start

EDIT:
BUT obviously change your adminpassword...especially before posting it on a public forum

EDIT 2:
That .bat assumes you have the .bat in your ut2004 directory, if you have it in the duffers directory change it from "cd System" to "cd ..\System"
 
Last edited: