GithubHelp home page GithubHelp logo

aws-csgo's People

Contributors

jwbraucher avatar

Watchers

 avatar  avatar

aws-csgo's Issues

Automate post-install steps

Things I changed on the server post-install:

dpkg-reconfigure dash

sudo -u steam mkdir -p /home/steam/.steam/sdk32/
sudo -u steam ln -s /home/steam/csgo/bin/steamclient.so /home/steam/.steam/sdk32/

cd /home/steam/csgo/csgo/;
sudo -u steam wget https://mms.alliedmods.net/mmsdrop/1.11/mmsource-1.11.0-git1144-linux.tar.gz
sudo -u steam wget https://sm.alliedmods.net/smdrop/1.10/sourcemod-1.10.0-git6502-linux.tar.gz
sudo -u steam tar -zxf sourcemod-1.10.0-git6502-linux.tar.gz
sudo -u steam tar -zxf mmsource-1.11.0-git1144-linux.tar.gz

cd $HOME
git clone https://github.com/Bara/MoveCommands
sudo -u steam rsync -rv MoveCommands/addons/sourcemod/ csgo/csgo/addons/sourcemod/

sudo -u steam cp /home/steam/csgo/csgo/gamemodes_server.txt.example /home/steam/csgo/csgo/gamemodes_server.txt

Config files to deploy:
--- csgo/addons/sourcemod/configs/admins_simple.ini

--- csgo/cfg/autoexec.cfg
// This file is executed before the first map starts.
// The valve.rc executes the autoexec.cfg and in the next line the cmd stuffcmds,
// which will execute the parameters with + from the commandline.
//
// In your autoexec.cfg you can set cvars that have to be set only one time:

log on //This is set to turn on logging! Don't put this in your server.cfg
hostname "Counter-Strike: Global Offensive Dedicated Server"
sv_cheats 0 //This should always be set, so you know it's not on
sv_lan 0 //This should always be set, so you know it's not on
exec banned_user.cfg
exec banned_ip.cfg

--- csgo/cfg/server.cfg
// This file is executed every map change, and before the gamemode files listed below.
// Here is an example of a very simple server.cfg file:
mp_autoteambalance 1
mp_limitteams 1
writeid
writeip

--- csgo/cfg/gamemode_casual_server.cfg
// Files gamemode_casual_server.cfg and gamemode_casual.cfg reside in the cfg directory.
// The latter (gamemode_casual.cfg) is configured by Valve, and contains the convars that are set at the
// beginning of each Classic Casual match (they are set each time the server loads a map).
// A similar file exists for each game mode (replace casual with the appropriate mode ie.
// competitive, or armsrace). The format of this file is simple, it is "convar setting //optional comment".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.