GithubHelp home page GithubHelp logo

niceqwer55555 / cso2-master-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from l-leite/cso2-master-server

0.0 0.0 0.0 87.34 MB

A master server for CSO2

License: MIT License

TypeScript 87.27% Dockerfile 0.21% JavaScript 4.67% Shell 0.45% RAML 3.78% Less 1.26% Pug 2.37%

cso2-master-server's Introduction

cso2-master-server

This repository includes all the services required to run a game server for Counter-Strike: Online 2.

You can get this client launcher to play in the server.

A test game server is available at the IP address 51.68.197.15 .

Discuss

Join the CSO2 Server Development Matrix room for game server development discussion.

Community run discussions

Running the game server

With Docker and docker-compose

You must have installed both docker and docker-compose for these steps.

The repository has two docker-compose configuration files:

  • docker-compose.development.yml can be used for development environments
  • docker-compose.production.yml can be used for development production environments (such as a remote server).

Example start command

docker-compose -f docker-compose.development.yml up -d --build

Example stop command

docker-compose -f docker-compose.development.yml down

With Gulp

These steps require Node.js and PostgreSQL to be installed in your system.

Setting up

In a shell, run

./config/init_db.sh # initializes the database user and tables
yarn # installs gulp and other build dependencies
npx gulp build # builds the game server components

Starting the server

In a shell, run

npx gulp start --intf eth0 # replace 'eth0' with your network interface

You can stop the server by pressing CTRL+C in the terminal.

License

Licensed under the MIT license, see COPYING for more information.

This project is not affiliated with either Valve or Nexon. Counter-Strike: Online 2 is owned by these companies.

cso2-master-server's People

Contributors

l-leite avatar dounai2333 avatar lovebefort avatar ochii avatar jusicp avatar

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.