Minimum System Requirements For Couter-Strike 1.6 Server:
Step 1: Download SteamCMD from the official Valve website: SteamCMD for Windows
Step 2: Go to My Computer, then to C:/ and create a new folder called HLDS.
Step 3: Extract steamcmd.zip, and copy steamcmd.exe to C:/HLDS. Right-click steamcmd.exe and click Run as Administrator and then click Yes. Wait for a few seconds as SteamCMD updates to the latest version available.
Step 4: Once the update is completed you will see “Steam>” in the last line in the command prompt window. Type “login anonymous” and hit the enter key. Once logged in, type “app_update 90 validate” and hit the enter key again. Wait for a few minutes as Counter Strike 1.6 Server files are downloaded from the Steam Servers. This should take about 15 – 40 minutes depending upon your Internet download speed.
Step 5: Steam has acknowledged that there is currently a bug with SteamCMD that causes it to report successful downloads even when the download has not been completed. You will notice that the download completed quickly, in the previous step. This indicates that the server did not download the files correctly. Therefore a workaround for this is to Close SteamCMD by typing “quit”, Download the following three files: app_manifest_10.acf, app_manifest_70.acf, app_manifest_90.acf and place them in “C:\HLDS\steamapps” and then repeat Step 4. It is recommended to quit SteamCMD once more and repeat Step 4 to ensure all files are completely downloaded.
Note: If You don't want to download this files , then please repeat step 4 for 3-4 times and make sure it downloads all files. It usually takes some time for downloading depending upon your connection.
Step 6: Once you see “progress: 100” (or your HLDS folder size is about 751 MB), type “quit” in SteamCMD and hit the enter key. (SEE: STEP 10 For AMXMODX installation )
Step 7 : Once the Server configuration files are installed, Go to “C:/HLDS/SteamApps/common/Half-Life/cstrike/” and open server.cfg and replace Server Name with any name, e.g: The Techno Geeks! CS Server. And Replace RCON Password with any password of your choice.
Step 8: CONGRATULATIONS! Server Installation Complete!
In order to switch on the server on, Right-click hlds.exe found in C:\HLDS\steamapps\common\Half-Life\ and choose Run as Administrator. Edit the Server Name and RCON Password (to match the one you set earlier in Step 5) and chose your map, click Start Server. On the first start, you will be asked to allow HLDS through the firewall, click Yes to ensure to HLDS is able to communicate on the network properly. (HLDS may suddenly close after this, simply open HLDS by double-clicking HLDS.exe, it will now function properly)
Step 9: To Make the Server INTERNET BASED you will have to do Port Forwarding, which means you will have to forward the Server Port through your router to the Internet, Port. You can get a guide on http://portforward.com/ . Just search your router and config according to it.
Step 10 : Installing amxmodx
- Internet Connection of Upload Speed 512 kB/s or Higher
- 1.5 Ghz Processor
- Windows XP, Vista, 7, 8 or 8.1
- 750Mb Disk Space
Step 1: Download SteamCMD from the official Valve website: SteamCMD for Windows
Step 2: Go to My Computer, then to C:/ and create a new folder called HLDS.
Step 3: Extract steamcmd.zip, and copy steamcmd.exe to C:/HLDS. Right-click steamcmd.exe and click Run as Administrator and then click Yes. Wait for a few seconds as SteamCMD updates to the latest version available.
Step 4: Once the update is completed you will see “Steam>” in the last line in the command prompt window. Type “login anonymous” and hit the enter key. Once logged in, type “app_update 90 validate” and hit the enter key again. Wait for a few minutes as Counter Strike 1.6 Server files are downloaded from the Steam Servers. This should take about 15 – 40 minutes depending upon your Internet download speed.
Step 5: Steam has acknowledged that there is currently a bug with SteamCMD that causes it to report successful downloads even when the download has not been completed. You will notice that the download completed quickly, in the previous step. This indicates that the server did not download the files correctly. Therefore a workaround for this is to Close SteamCMD by typing “quit”, Download the following three files: app_manifest_10.acf, app_manifest_70.acf, app_manifest_90.acf and place them in “C:\HLDS\steamapps” and then repeat Step 4. It is recommended to quit SteamCMD once more and repeat Step 4 to ensure all files are completely downloaded.
Note: If You don't want to download this files , then please repeat step 4 for 3-4 times and make sure it downloads all files. It usually takes some time for downloading depending upon your connection.
Step 6: Once you see “progress: 100” (or your HLDS folder size is about 751 MB), type “quit” in SteamCMD and hit the enter key. (SEE: STEP 10 For AMXMODX installation )
Step 7 : Once the Server configuration files are installed, Go to “C:/HLDS/SteamApps/common/Half-Life/cstrike/” and open server.cfg and replace Server Name with any name, e.g: The Techno Geeks! CS Server. And Replace RCON Password with any password of your choice.
Step 8: CONGRATULATIONS! Server Installation Complete!
In order to switch on the server on, Right-click hlds.exe found in C:\HLDS\steamapps\common\Half-Life\ and choose Run as Administrator. Edit the Server Name and RCON Password (to match the one you set earlier in Step 5) and chose your map, click Start Server. On the first start, you will be asked to allow HLDS through the firewall, click Yes to ensure to HLDS is able to communicate on the network properly. (HLDS may suddenly close after this, simply open HLDS by double-clicking HLDS.exe, it will now function properly)
Step 9: To Make the Server INTERNET BASED you will have to do Port Forwarding, which means you will have to forward the Server Port through your router to the Internet, Port. You can get a guide on http://portforward.com/ . Just search your router and config according to it.
Step 10 : Installing amxmodx
- Before You install You need metamod . Goto amxmodx website and download metamod 1.21.
- After Downloading it Place it in cstrike/addons/metamod . you could find a binary file that it metamod.dll and meta-plugins,ini . you should find this both , if yes then you have installed it correctly.
- Now go to cstrike folder and search for a file named liblist.gam , open it with text editor and replace this lines
gamedll "dlls\mp.dll" to -->> gamedll "addons\metamod\dlls\metamod.dll"
and
gamedll_linux "dlls/mp_i386.so" to ->> gamedll_linux "addons/metamod/dlls/metamod.so"
- Save liblist.gam
- Go to www.amxmodx.org and click "Downloads". Download the amxmodx-base package for Windows .
- Extract the base package to your mod folder. This will place AMX Mod X into cstrike\addons\amxmodx.
- Go back to the AMX Mod X download site. Download cstrike mod pack for windows and extract it in cstrike/addons .
- Now go to cstrike/addons/metamod and open plugin.ini file using text edit and add this line
win32 addons/amxmodx/dlls/amxmodx_mm.dll
for linux :linux addons/amxmodx/dlls/amxmodx_mm_i386.so And save the file
- AMX Mod X should now be installed! You can type "meta list" in your server console to see if it was successful.
Note: I dont prefer making non steam as there are exploits and hackers come too if there is non steam
But still if you want to install it then install dproto.
I have windows 10 can I do it?
ReplyDeleteI have windows 10 can I do it?
ReplyDeleteYes , will work . If you have any issues then please do leave a comment . Will help you :) .
Delete