Giter Site home page Giter Site logo

wuxriff / vangers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kranx/vangers

0.0 0.0 0.0 12.35 MB

Video game that combines elements of the racing and role-playing genres.

Home Page: http://vangers.org

License: GNU General Public License v3.0

CMake 0.73% C 7.79% C++ 84.48% SourcePawn 1.19% PHP 0.01% Shell 0.01% Pawn 5.37% Python 0.17% Ruby 0.20% Dockerfile 0.03%

vangers's Introduction

Vangers

Vangers

Vangers CI Vangers CI Vangers CI Vangers CI Join the chat at https://t.me/vangers

Video game that combines elements of the racing and role-playing genres.

All source code is published under the GPLv3 license.

The necessary resources for the game (maps, sounds, textures, etc.) you can take from the games purchased here:

http://store.steampowered.com/app/264080

http://www.gog.com/game/vangers

Required libraries

You can see the wiki pages to learn how to build this project.

Server

To host server you can use Docker image or build server manually.

To use docker image you need to pull vangers-server image and run it:

docker pull caiiiycuk/vangers-server:latest
docker run -v host-dir:container-dir -e SERVER=<server-name> -e CER_FILE=<path-to-cer-file> -e KEY_FILE=<path-to-key-file> caiiiycuk/vangers-server:latest

Vangers server requires cer/key files to host wss server. For example, if you want to host server on vangers.net and your cer/key files are in /root/websockify/ file, then you run command will be:

docker run -d -v /root/websockify:/root/websockify -e SERVER=vangers.net -e CER_FILE=/root/websockify/vangers.net.cer -e KEY_FILE=/root/websockify/vangers.net.key --network host caiiiycuk/vangers-server

Explanation:

  • -d: means start in detached mode
  • -v /root/websockify:/root/websockify: map host directory /root/websockify to container directory /root/websockify
  • -e SERVER=vangers.net: should be name of domain you want to host server
  • -e CERT_FILE=/root/websockify/vangers.net.cer: full path to cer file
  • -e KEY_FILE=/root/websockify/vangers.net.key: full path to key file
  • --network host: use host networking (required to bind on domain)

vangers's People

Contributors

aidoneus avatar alehay avatar amdmi3 avatar br0ziliy avatar caiiiycuk avatar devnexen avatar dilesoft avatar exl avatar exstrim401 avatar feeeek avatar fenex avatar fornever avatar klimrmad avatar kvark avatar lpenguin avatar ludwici avatar shamazmazum avatar stalkerg avatar tstis avatar vaelund avatar xiadaoku avatar zeewanderer avatar zorgrin avatar zuzon 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.