Jump to content

Search the Community

Showing results for tags 'default'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Administration
    • Register
    • Docs
    • Announcements
    • Security
  • Community
    • Projects
    • Feedback
    • Servers management
  • Counter-Strike: 2
    • Discussions
  • Counter-Strike: 1.6
    • Servers
    • Discussions
    • Tutorials
    • AMX Mod X
    • Resources
  • Metin2
    • Metin2 Plague
  • PHOTOSHOP
    • Area for Photoshop
  • OLDS ⚬ IT
    • Resurse Jocuri
    • Resurse Webmasteri
    • Operating Systems
  • ZONA INTERZISA
    • Vechi

Categories

  • Counter-Strike: 1.6
    • Servers
    • Client

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Tara


Oras


Steam

Found 3 results

  1. If you want to add custom addons, plugins follow the steps bellow: mkdir ~/amxmodx && cd ~/amxmodx Download the amxmodx and cstrike addons: wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5293-base-linux.tar.gz ; wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5293-cstrike-linux.tar.gz ; tar -xvf amxmodx-1.9.0-git5293-base-linux.tar.gz && tar -xvf amxmodx-1.9.0-git5293-cstrike-linux.tar.gz ; Copy the addons folder to your server mv addons ~/Steam/cs_server/cstrike
  2. Bellow you can find all the commands that you need to create an Counter-Strike: 1.6 Server on Ubuntu 22.04.1 Requirements Default sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 libsdl2-2.0-0:i386 steamcmd Add the multiverse repository and the i386 architecture: sudo add-apt-repository multiverse sudo dpkg --add-architecture i386 Update the repository to make sure new packages can be installed: sudo apt update Install the 32 bit libraries that steamcmd requires: sudo apt install lib32gcc-s1 lib32stdc++6 libc6-i386 libcurl4-gnutls-dev:i386 libsdl2-2.0-0:i386 Security Secure your game server add new user and set new password adduser cstrike_server Change to the new user sudo su cstrike_server You can find his directory on /home/cstrike_server Security tips for your server here: soon Server files Download the latest version of the server use the command: curl -sqL "https://github.com/oldstyle-community/cstrike_steamcmd/archive/refs/tags/8684.tar.gz" | tar zxvf - Set permissions: chmod -R 777 ~/cstrike_steamcmd-8684 Test if the server starts using this command, remember edit the <IP> with your vps/vds ip address: ./hlds_run -console -game cstrike +ip <IP> +port 27015 +map de_dust +maxplayers 32 +pingboost 2 +sys_ticrate 1000 In case of 'FATAL ERROR (shutting down): Unable to initialize Steam.' press CTRL+C and try again one more time the command above. Now if is working you can start the server with the command screen and if you close your ssh console the server will be on always. cd ~/cstrike_steamcmd-8684 && screen -S CSTRIKE_SERVER -X quit && screen -S CSTRIKE_SERVER -d -m ./hlds_run -console -game cstrike +ip <IP> +port 27015 +map de_dust +maxplayers 32 +pingboost 2 +sys_ticrate 1000 To leave the console wihout closing the server press: CTRL+A+D If you want to open the console back use the command: screen -r CSTRIKE_SERVER E.G. Login Failure: No Connection On linux servers, you may experience a "Login Failure: No Connection" error. This is related to missing iptables rules. You will want something along these lines: iptables -A INPUT -p udp -m udp --sport 27000:27030 --dport 1025:65355 -j ACCEPT iptables -A INPUT -p udp -m udp --sport 4380 --dport 1025:65355 -j ACCEPT iptables -A INPUT -p udp -m udp --sport 27000:27030 --dport 1025:65355 -j ACCEPT iptables -A INPUT -p udp -m udp --sport 4380 --dport 1025:65355 -j ACCEPT Done. ReHLDS or HLDS If you want to use ReHLDS scroll down to the section, if not use HLDS steps. HLDS If you want to customize your server with addons and plugins follow the steps bellow: AMX Mod X Metamod dproto Done. ReHLDS Here you can see what ReHLDS means and how to install it: https://olds.ro/topic/14729-how-to-install-rehlds-tutorial/ AMX Mod X Metamod-p Reunion Done. Sources used in this tutorial: https://olds.ro HLDS, AMX Mod X, Metamod, dproto https://developer.valvesoftware.com/wiki/SteamCMD https://www.amxmodx.org/downloads-new.php https://wiki.alliedmods.net/Installing_AMX_Mod_X_Manually CS.RIN.RU - Steam Underground Community • View topic - dproto [0.9.582] - HLDS serverside crack (22/09/2017) ReHLDS, AMX Mod X, metamod-p, reunion https://github.com/dreamstalker/rehlds https://github.com/jkivilin/metamod-p http://www.dedicated-server.ru/vbb/showthread.php?t=26486
  3. Mai jos am lasat cateva din link-urile pe care le-am folosit sa creez serverele default ale site-ului https://oldshost.com Inainte de toate serverul este facut prin https://developer.valvesoftware.com/wiki/SteamCMD deci nu contine resurse straine etc. https://support.steampowered.com/kb_article.php?ref=5386-HMJI-5162 https://support.steampowered.com/downloads/5386-HMJI-5162/cs_server_cfg_file.cfg https://www.quora.com/What-are-the-configuration-settings-of-a-pro-Counter-Strike-1-6-player http://ramannanda.blogspot.com/2009/06/configure-hlds-server-for-counter.html https://www.extreamcs.com/forum/diverse/optimizare-server-t340297.html https://forums.alliedmods.net/showthread.php?t=235295 http://alphacs.ro/showthread.php?86633-Tutorial-Cum-sa-reduci-lagul-pe-serverul-tau-de-Counter-Strike-1-6-in-10-pasii http://forum.krond.org/topic/1108-help-servercfg/ https://gist.github.com/a1batross/3ad52e7e335ef03772f5ac5c190a28dc https://www.extreamcs.com/forum/probleme-servere/server-cfg-t163002.html https://neugomon.ru/threads/1594/ https://www.extreamcs.com/forum/probleme-servere/setari-server-cfg-t318013.html https://www.extreamcs.com/forum/tutoriale/tutorial-configurare-server-classic-t277918.html

×
×
  • Create New...