All times are UTC - 6 hours




Post new topic Reply to topic  [ 44 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: How to make a Dedicated Server
PostPosted: Fri May 04, 2012 4:44 pm 
Offline
Developer
User avatar

Joined: Sun Aug 09, 2009 7:52 am
Posts: 4564
Location: Chicago, IL
DOWNLOAD SERVER FILES:
http://www.orion-project.net/developers ... er_May4.7z




1. Download and extra the DinoBeatdownServer.rar file anywhere on your harddrive. It does not require steam to be running, but if steam is running it will still launch and you can still play on your account;

2. Navigate to your DinoBeatdownServer/Binaries/Win32 folder and locate UDKGameServer.exe. This exe is designed to run a light weight server that takes up very little resources.

3. Right click the UDKGameServer.exe file and create a shortcut. If you want to create multiple servers on one machine, you will need a new shortcut for each one.

4. Right click the newly created shortcut file and choose properties.

5. Under target is where you will need to put all your fancy commands.

6. The most basic setup is to just add a map name to the end of the target line. You can choose either SGSDS-World-Depth, SGSDS-World-Eden, or SGSDS-World-Covan.
For example: If I wanted to create a server on the map covan, my target would look something like this
C:\UDK\DinoBeatdownServer\Binaries\Win32\UDKGameServer.exe SGSDS-World-Covan

7. Doing it this way will use default values for the ports, which are 7777, 7778, and 7779 so make sure those three ports are open if you want people to be able to see your server in the browser and be able to connect to you.

8. If you want to use other ports, add the -Port=1234 command. This will always use the port you set, and the next two ports following it. So ports 1234, 1235, and 1236 will be used in this example
C:\UDK\DinoBeatdownServer\Binaries\Win32\UDKGameServer.exe SGSDS-World-Covan -Port=1234

9. If all you want to do is create one server that you and your friends can play on, this will be enough, but if you want to open multiple servers, continue below.

10. UDK allows us to use one installation to run mutliple servers, each with different settings. To do this we use the -configsubdir command. This command will create a new folder inside DinoBeatdownServer/UDKGame/Config of any name you want, typically I use Server1, Server2 etc.
C:\UDK\DinoBeatdownServer\Binaries\Win32\UDKGameServer.exe SGSDS-World-Covan -Port=1234 -configsubdir=Server1

11. To edit the server values, navigate to DinoBeatdownServer/UDKGame/config/Server1 and edit the PCServer-Game.ini file, the only real important setting is server name in that file

12. If you're like me and your computer has multiple network cards, or you want to make sure that the server is bound to a specific ip use this command -multihome=192.168.1.68

13. Also when using multihome it's good to use -nohomedir and -unattended to make sure everything runs smoothly.

14. Here's the final command I use to host some servers --- C:\UDK\DinoBeatdownServer\Binaries\Win32\UDKGameServer.exe SGSDS-World-Covan.udk -multihome=192.168.1.68 -Port=7988 -configsubdir=Server1 -nohomedir -unattended

15. You may notice that the ip i'm using is a local ip and not my public ip, the reason for this is because my router is forwarding all my ports to my pc with that address. Feel free to ask any questions below.



COMMAND SWITCHES FOR DEDICATED SERVER:
    ?AIDinosaurs=No or Yes (Orange/AI dino spawns on/off)
    ?Vehicles=No or Yes (Vehicle spawns and vehicle purchasing on/off)
    ?StartingBase=Alpha or Bravo or Charlie or Delta (blank will go random)
    ?StartingCredits=# (max of 5000 for credits, hard will default to 0) right now only works on medium difficulty, easy starts with 2500, hard with 0
    ?Difficulty=Easy or Medium or Hard

_________________
Image

Spiral Game Studios
CEO / Founder

ORION: Prelude
Game Director / Producer / Game Designer / Creative Director

Spiral | Blog | Facebook | Twitter | YouTube


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Fri May 04, 2012 5:11 pm 
Offline
Community Manager
User avatar

Joined: Tue Oct 13, 2009 2:18 am
Posts: 582
Location: Cedar Rapids, Iowa
Can you post any Orion specific CMD Switches. Such as difficulty?

_________________
Formerly Peperonikiller | My Website
Image


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Fri May 04, 2012 5:21 pm 
Offline

Joined: Fri May 04, 2012 1:43 pm
Posts: 6
Location: Austria (Europe)
Brent Hacker wrote:
How do you set the server name?


First exit1.at Server finally online but please provide us linux server files! We would very much appreciate that. :/


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Fri May 04, 2012 5:54 pm 
Offline
Community Manager
User avatar

Joined: Tue Oct 13, 2009 2:18 am
Posts: 582
Location: Cedar Rapids, Iowa
I have a server running. Open console and type: open pwnsro.pwnz.org
I'll try to keep it up as long as I can.

_________________
Formerly Peperonikiller | My Website
Image


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Fri May 04, 2012 8:03 pm 
Offline
Developer
User avatar

Joined: Sun Aug 09, 2009 7:52 am
Posts: 4564
Location: Chicago, IL
Updated the first post with some command line switches for Dedicated Servers.

Enjoy!

_________________
Image

Spiral Game Studios
CEO / Founder

ORION: Prelude
Game Director / Producer / Game Designer / Creative Director

Spiral | Blog | Facebook | Twitter | YouTube


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Fri May 04, 2012 8:43 pm 
Offline

Joined: Fri May 04, 2012 1:43 pm
Posts: 6
Location: Austria (Europe)
Which Packages are required on Windows Server to run the Server?

I've installed .NET Framework 3.5, .NET Framework4 and DirectX9 but I'm still running into "MSVCR100.dll was not found".

Since I'm Linux System Administrator and do not maintenance Windows Systems a "Required Packages" List would be great.


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Fri May 04, 2012 11:10 pm 
Offline
User avatar

Joined: Sat Aug 27, 2011 10:15 am
Posts: 13
Awesome :D Only thing I can't get working is those command switches.


Last edited by Snappyguy on Sun May 06, 2012 2:33 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Sat May 05, 2012 5:07 pm 
Offline

Joined: Sat May 05, 2012 5:02 pm
Posts: 2
How do i connect to a friends server?


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Sat May 05, 2012 5:28 pm 
Offline
Developer
User avatar

Joined: Wed Jan 12, 2011 12:48 pm
Posts: 50
Location: Medicine Hat
open ip:port will work, remember to use their external ip and not their local ip.

open 198.169.53.15:7988 for example


Top
 Profile  
 
 Post subject: Re: How to make a Dedicated Server
PostPosted: Sat May 05, 2012 5:51 pm 
Offline

Joined: Sat May 05, 2012 5:02 pm
Posts: 2
how do we find his external? cause we went to whatsmyip.org and we used that, but its still not working... is there something else we are missing? And how do we know what port hes using? we have the 7777-7779 open, both of us.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 44 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Style created by © Matti, gry komputerowe, reklama sem reklama seo

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group