Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.Anyone Know How To Setup Any Dedicated Game Servers?
#1
Posted 05 June 2006 - 04:22 PM
Circle BleepingComputer on Google+!
Become a BleepingComputer fan: Facebook
Follow us on Twitter!
How to detect vulnerable programs using Secunia Personal Software Inspector <- Everyone should do this!
#2
Posted 05 June 2006 - 08:26 PM
Circle BleepingComputer on Google+!
Become a BleepingComputer fan: Facebook
Follow us on Twitter!
How to detect vulnerable programs using Secunia Personal Software Inspector <- Everyone should do this!
#3
Posted 05 June 2006 - 09:39 PM
I can do Americas Army server...Jabber server...TeamSpeak server.
I have no clue how they differ on Windows.
#4
Posted 05 June 2006 - 10:26 PM
I think it would be a great resource for everyone.
Circle BleepingComputer on Google+!
Become a BleepingComputer fan: Facebook
Follow us on Twitter!
How to detect vulnerable programs using Secunia Personal Software Inspector <- Everyone should do this!
#5
Posted 06 June 2006 - 07:53 AM
For say Counter-Strike, you'd download the dedicated server file, then you'd be able to set up your own server and then you'd do all this crap (I really don't remember, its been three years since I've set one up for CS) after you've downloaded server mods to get them to run to make your server easier to control.
Its probably similar for just about any other game, assuming its like a first person shooter.
#6
Posted 06 June 2006 - 09:29 AM
Each game is different.
Circle BleepingComputer on Google+!
Become a BleepingComputer fan: Facebook
Follow us on Twitter!
How to detect vulnerable programs using Secunia Personal Software Inspector <- Everyone should do this!
#7
Posted 06 June 2006 - 10:18 AM
Thats the short version of I spent a really long time in pain trying to get a server to run along with mods for it. but yea good point.
#8
Posted 06 June 2006 - 12:47 PM
Click here 3 times for $100,000<--- I mean .00001 dollars.
#9
Posted 06 June 2006 - 07:58 PM
Then I will pin an index to each of these topics.
Thats the goal at least.
Circle BleepingComputer on Google+!
Become a BleepingComputer fan: Facebook
Follow us on Twitter!
How to detect vulnerable programs using Secunia Personal Software Inspector <- Everyone should do this!
#10
Posted 06 June 2006 - 10:15 PM
Bandwith Minimum Requirements
Players-------------------------Required Connection Speed
1-4------------------------------256kbps
4-8------------------------------384kbps
8-10----------------------------512kbps
12-18--------------------------768kbps
20-24--------------------------1024kbps
26-28--------------------------1284kbps
30-32--------------------------1512kbps
(It is not recommended that you play a server that you created from the same computer.)
Memory Requirements
Players-------------------------Memory Required
4-8-------------------------------256MB
10-18---------------------------768MB
20-26---------------------------1,024MB
28-32---------------------------1,536MB
(These are the minimum requirements; more memory is recommended.)
Dual CPU's are probably the best for dedicated servers but if you dont own one a 2.4Ghz is a good choice. Its also enough to have 28 players.
The most recommended hard disk RPM is 10,000. But if its too expensive or you odnt own one for for a hard disk thats over 5,400. Games these days wont stand a chance on them.
The basic commands
// hostname - Set the name of your server
hostname "My Counter-Strike Server"
// rcon_password - This allows you to control your server remotely, things like changing maps, kick/ban clients, etc.
rcon_password "specialpassword"
// mp_buytime <seconds> - The amount of time to allow purchasing weapons/equipment on round start
mp_buytime 0.45
// mp_startmoney <money> - Specify how much money players start off with
mp_startmoney 800
// mp_c4timer <seconds> - How long before the c4 explodes
mp_c4timer 45
// mp_timelimit <minutes> - How long each map should be played before switching levels
mp_timelimit 25
// mp_freezetime <seconds> - How long players are unable to move during round starts
mp_freezetime 5
// sv_cheats <0/1> - Whether to allow game cheat commands to be used by clients. 0 = off | 1 = on
sv_cheats 0
// sv_maxrate <1000-25000> - The maximum bandwidth rate the server is allowed to transmit to clients
sv_maxrate 10000
// sv_pausable <0/1> - Whether to allow clients to pause the server. 0 = off | 1 = on
sv_pausable 0
// sv_contact <email/web address> Contact email for server admin
sv_contact "admin@domain.com"
// sv_region <1-7> - The region of the world to report the server in.
// region codes can be found on this page.
sv_region 0
If you want a normal server config you can download this basic config: http://www.cstrike-planet.com/dls/servercfg.zip
put this in the cstrike directory or for Counterstrike: Source it goes in cstrike/cfg directory.Next we downlaod the hldsupdatetool: http://www.cstrike-planet.com/files?dl=11
It should be found in this path in most cases: C:\Program Files\Valve\HLServer
Once installed go to run type cmd and in the DOS window type: cd C:\Program Files\Valve\HLServer
Then update it with this command: HldsUpdateTool.exe -command update -game "Counter-Strike Source" -dir .
(Dont forget to add that dot and the end.) This installation will take a long time depending on your connection speed. (800MB)
Now this path C:\Program Files\Valve\HLServer and find srcds.exe and right-click then create shortcut. Right click the short cut on the desktop and select properties.
Here are a list of commands you can use in the "Target" field. Under the shortcut target field is where you will need to enter some options. See above for current -flags you can use, we want to start our server with a limit of 20 players and on cs_italy so our shortcut target field will look like this:
"C:\Program Files\Valve\HLServer\srcds.exe" -console -game cstrike -autoupdate +maxplayers 20 +map cs_italy
Click ok then double click the shortcdut to start the server. Eventually when your good at this then you might want to customize your server. You can use this: http://www.cstrike-planet.com/cfgmaker?cfg=srcds it will generate a script for you. And your done.
Credits
Counter-Strike Planet.
Click here 3 times for $100,000<--- I mean .00001 dollars.
#11
Posted 06 June 2006 - 10:19 PM
Circle BleepingComputer on Google+!
Become a BleepingComputer fan: Facebook
Follow us on Twitter!
How to detect vulnerable programs using Secunia Personal Software Inspector <- Everyone should do this!
#12
Posted 07 June 2006 - 08:00 AM
This post has been edited by Nat Sci: 07 June 2006 - 08:01 AM
Click here 3 times for $100,000<--- I mean .00001 dollars.
#13
Posted 07 June 2006 - 09:18 PM
Circle BleepingComputer on Google+!
Become a BleepingComputer fan: Facebook
Follow us on Twitter!
How to detect vulnerable programs using Secunia Personal Software Inspector <- Everyone should do this!

Help



Back to top











