Wednesday, 30 March 2011

HOW TO MAKE A COUNTER STRIKE 1.6 NON STEAM SERVER

What you need :
- Windows XP , minimum 1ghz and 256 ram
- Minimum Speed 512 kbps
- IP ROUTABIL / PORT FORWARD !
- 1-2 GB space on disk
- Patience 

BEST POSSIBLE WAY TO CREATE A SERVER AND  LEARN HOW TO BECOME ADMIN-   
      Download the Auto-Installer from here
  1. After it Downloads create a folder in any of your Drives ( C: / D: ) called HLDS (it's used the most but you can put any name you want) and open the Server-Creator 
  2. Choose as destination the folder you've just created and let it work (it may take some time) . After it finishes it must have between 315mb and 325mb in order to work . If it has less it means you have to go to step 1 again .
Now the server is done but don't hurry up because we still need to do some config
  • Now to make our server nosteam-
 -Download the Patch for this from here .
-Install it into the Server main folder (HLDS)
  • Now goto HLDS\cstrike\server.cfg and open it with notepad . Delete everything it's written there and copy-paste this :
 commands:
// server name
hostname "Server Name"

// rcon passsword
rcon_password "password"

// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65

// bots
bot_quota 0
bot_quota_mode fill
bot_difficulty 2
bot_chatter off
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 1
bot_allow_machine_guns

// round specific cvars
mp_freezetime 6
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5

// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 10

// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// operation
sv_lan 0
sv_region 0

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg

  setmaster add 69.28.151.162 
  setmaster add 72.165.61.189 
  setmaster add 207.173.177.11
  setmaster add 68.142.72.250
  setmaster add hlmaster.jolt.co.uk
  setmaster add 65.73.232.251:27040
  setmaster add 65.73.232.253:27040
  setmaster add 207.173.177.12:27010
  setmaster add 207.173.177.11:27010 
*Save and Exit the file
  •   Now we must activate the Main Plug-in Metamod . To do this go to HLDS\cstrike\liblist.gam and add the following line below the current ones :

    Code:
    gamedll "addons\metamod\dlls\metamod.dll"
    •  Activate sounds (headshot etc.)

    -What you need to do is go to HLDS\cstrike\addons\amxmodx\configs and open plugins.ini with notepad
    -Go to line 40 and delete that " ; " in from of misctats.amxx

    •   Activate /rank and /top15

    -Again go to HLDS\cstrike\addons\amxmodx\configs and open amxx.cfg.
    -goto line 161 and put "0" instead of "1" at csstats_rank.
    •  Add maps to your server

      Extremely simple . Just copy-paste and replace the Maps folder from your Counter-Strike 1.6 Game directory to your Counter-Strike 1.6 Server directory (HLDS) .
      •   Make your server public

      Go to http://css.setti.info/ . Down the page you will see Submit Servers , just click on it

      Voila Done ....

       


    No comments:

    Post a Comment