Raised This Month: $51 Target: $400
 12% 

Just cant make a working CS server by all means


Post New Thread Reply   
 
Thread Tools Display Modes
ishanjain
Junior Member
Join Date: May 2009
Old 05-08-2009 , 06:40   Re: Just cant make a working CS server by all means
Reply With Quote #11

I am not using any launch parameters. I just start the server from the hlds.exe
Here is my server.cfg files . See if it is of some use....


// Use this file to configure your DEDICATED server.
// This config file is executed on server start.

// disable autoaim
sv_aim 0
sv_lan 0
// disable clients' ability to pause the server
pausable 0

// default server name. Change to "Bob's Server", etc.
hostname "www.GamersDen.in"

// maximum client movement speed
sv_maxspeed 320

// 20 minute timelimit
mp_timelimit 20

sv_cheats 0

// load ban files
exec listip.cfg
exec banned.cfg

map de_dust
ishanjain is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-08-2009 , 18:19   Re: Just cant make a working CS server by all means
Reply With Quote #12

I've never used "Dedicated Server" through steam but I assume that you can just add maps and addons and the like to

./Steam/steamapps/<username>/dedicated server/<mod>/

after creating

./addons/
./maps/
./sound/
./models/
./sprites/

and so on. I think.
__________________
fysiks is offline
ishanjain
Junior Member
Join Date: May 2009
Old 05-11-2009 , 13:49   Re: Just cant make a working CS server by all means
Reply With Quote #13

Lets leave the steam server thing.... I tried that only after i found that my hlds is not working.....
What abt the HLDS though.... I am still not able to get it up and running.....
Yesterday i installed XP 64-bit... Still not working on it....
ishanjain is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-11-2009 , 13:59   Re: Just cant make a working CS server by all means
Reply With Quote #14

So, you are no longer using the Dedicated Server located in Steam Tools? And you downloaded the Standalone Dedicated Server via hldsupdatetool?
__________________
fysiks is offline
vivalavida
Senior Member
Join Date: Jan 2009
Location: Fairfield County, CT
Old 05-11-2009 , 15:32   Re: Just cant make a working CS server by all means
Reply With Quote #15

delete the

Code:
map de_dust
from server.cfg

and you completely wasted your time downgrading nothing is going to change becides the fact you lost all your data
__________________
ew its sticky!
vivalavida is offline
ishanjain
Junior Member
Join Date: May 2009
Old 05-12-2009 , 05:57   Re: Just cant make a working CS server by all means
Reply With Quote #16

Quote:
Originally Posted by vivalavida View Post
delete the

Code:
map de_dust
from server.cfg

and you completely wasted your time downgrading nothing is going to change becides the fact you lost all your data
I just tried something because things are not going right for me..... And BTW i didnt lost anything downgrading as i use to format my windows every 3 weeks or so...
I didnt understand why people are talking off the problems.....
I am damn sure that i have followed all the steps carefully.... Then what the heck is wrong guys..... Its perfectly acceptable that i am blaming vista for this......
ishanjain is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 05-12-2009 , 06:10   Re: Just cant make a working CS server by all means
Reply With Quote #17

i havent read the thread all the way through, but im not letting you get away with blaming vista. :p
It's asweome
Ive made a server on it many a time
__________________
minimiller is offline
Send a message via MSN to minimiller
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-12-2009 , 08:18   Re: Just cant make a working CS server by all means
Reply With Quote #18

Quote:
Originally Posted by ishanjain View Post
I am damn sure that i have followed all the steps carefully.... Then what the heck is wrong guys..... Its perfectly acceptable that i am blaming vista for this......
Because I am being lazy, tell me what you are trying to do and then I will try to do it on my Vista64 pc and see if I can do it. If I can't, then you can blame Vista, but if I can, we get to blame you.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
TwinRraZzorR
Member
Join Date: Apr 2009
Old 05-12-2009 , 09:44   Re: Just cant make a working CS server by all means
Reply With Quote #19

Quote:
Originally Posted by ishanjain View Post
setmaster add 72.165.61.189
setmaster add 207.173.177.11
setmaster add 68.142.72.250
...
Plz folow those steps :

1-open you server.cfg

delete these two lines :

exec listip.cfg
exec banned.cfg

2- create new text file (using notepad) in "cstrike/" folder

add these lines into ito it

PHP Code:
port 27017
sv_lan 0
setmaster enable 1
setmaster add 72.165.61.189 
save it then rename the file to autoexec.cfg

3-launch you server via the console using a .bat file :
to do it ,
just create another text file but in the directory wich contain "hlds.exe"

past this into it :

PHP Code:
@echo off
cls
echo Protecting HLDS from crashes...
echo If 
you want to close HLDS and this scriptclose HLDS and type Y depending on your language followed by Enter.
title HLDS Watch
:hlds
echo (%time%) hlds started.
start /wait hlds.exe -console -pingboost 3 +sys_ticrate 1000 +heapsize 250000 -game cstrike +port 27017 +hostname "the server name" +map de_dust2 +maxplayers 12
echo (%time%) WARNINGHLDS closed or crashedRestarting...
goto 
hlds 
(nb:maxplayers 12)
Save it , rename the file to hlds_launcher.bat then right clic on it and create shortcut to desktop for it

*Optional :
Read this thread
http://www.webhostingtalk.com/archiv.../t-468685.html
*Other :
Use this online tool to generate your server.cfg
http://server.counter-strike.net/configs.htm
[updated link]

ps: to see the file extensions > control panel > folder option



_____
Please remember: English is NOT my native language!

Last edited by TwinRraZzorR; 05-12-2009 at 10:48.
TwinRraZzorR is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-12-2009 , 10:01   Re: Just cant make a working CS server by all means
Reply With Quote #20

Quote:
Originally Posted by TwinRraZzorR View Post
*Other :
Use this online tool to generate your server.cfg
http://www.cstrike-planet.com/cfgmaker?cfg=srcds
An FYI on this site. That script was designed to create the server.cfg file for CS:S servers. The only cvars on that page that are not valid in CS1.6 are the Bot ones and maybe some of the Log ones. The finished cfg will also have the wrong file names for the banned users, so you will need to change those. There may be a few other cvars that are not valid as well since I don't have the ability to test the "fishy" ones
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode