Tuesday, October 15, 2013

How do you create a private game server?

kids button maker
 on ... for kids - IDEO and Sesame Street were a natural partnership
kids button maker image



slam707


I want to create a game server for myself, just to get end game items such as armor and weapons and learn all the skills and test them out before I pick a certain class for the real game servers. I don't care if the server can be used by others, I want it for my personal use. How can I do this for games such as Warhammer Online, WoW and Aion. More Aion than any other.

Also how would you acquire the weapons and armor?

Thanks!



Answer
Many people have the idea of renting a game server. most of their problems is that they do not have enough information to do so and do not want to waste their money on something that they cannot do. That is why some people create their own server to get the idea of how it works. i will give you help on creating your own Source or Regular Game Server. People who usually try to make their server uses their steam account and goes to the tools section.
DO NOT DO THAT.

That is the express way for a server, if you want to fully understand your server you need all the files a real game server has.

I will be giving you instructions for Source Dedicated Server.

It is pretty straight forward, as long as you have some sense of windows and command prompt this should not be a difficult task. This also works best if you have a old computer that is not used but is still hooked up to your network. Remember that to run a game server you do not need a graphics card, you really don't need much, a Pentium 3 is fine to do the job.

How To Create A Dedicated Source Server, The 8 Step Program by: Whyy
STEP;
1. download the HLDS UPDATE TOOL

2. after you finished downloading the .exe run the wizard. when it asks you for the destination folder, click browse and type c:\srcds in the text and then click OK. Finish installing the wizard.

3. Press Start and click on Run (right side of the start menu). after you click on run a small window will open. type cmd in the box and hit enter.
a command promopt will open and it would say
C:\Documents and Settings\User>
type cd.. and hit enter. Now it will look like
C:\Documents and Settings>
type cd.. and hit enter again. Now it will look like
C:\>
Do not forget that this is case sensitive.
now type cd srcds and hit enter.
It should now look like
C:\srcds>
type hldsupdatetool and hit enter. it will check for the newest version of the tool. there will be a list of things in the command prompt. do not read that it would most likely not make sense to you. just follow the steps here and not on the command prompt.

4. now in your command prompt type
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\srcds

that is assuming you want cs:s for your game server. this will take you on the average about 30 minutes to an 1 hour depending on your internet connection. in that time you can either surf for admin plugins and game mods, or you can "drop the kids off at the pool" if you catch my drift. who says you can't have a good time while working?

5. You will know that your download is finished because it will say it on the command prompt. go to your srcds folder, that means click on my computer then local disk drive C: and then srcds.

6. If you don't know how the server works then i would suggest using the GUI, this is the easiet thing to do.. if you know your commands to run a game server for ex. mp_friendlyfire, then you could probably work through the server console and not the GUI. The advantages of the console over the GUI is that it uses less cpu usage and would not lag as much.a GUI is fine for learning. If you want to use a GUI then you are done. your journey has stopped and you can leave.

7. To run in console you first need to make your own config file. it is simple becuase i will give you the tools to do so. first your C:\srcds folder should still be opened. go into your cstrike then your cfg folder. in there you should see a game.cfg file. if you do then open it up using notepad. if there is information in their press ctrl + a and then press the delete button. Now go to this site CFG MAKER
this is a easy way to make your own cfg. it is straight forward not that much explanation. after you are done creating your cfg from the website copy and paste the information from the website in the black box to your game.cfg file. now press save. close the notepad and right click on the game.cfg press rename and rename the game to server.

8. Now press start and press Run. copy and paste this information in the run box. depending on what map game and players you want to have.
c:\srcds\srcds.exe -console -game cstrike +map de_dust2 -maxplayers 16 -autoupdate


www.bygamer.com to see more



No comments:

Post a Comment