Giter Site home page Giter Site logo

xonotic-setup's Introduction

Xonotic Setup

Download

Download the latest version from https://www.xonotic.org/download/

Setup

macOS (Mojave)

  1. Extract the ZIP file you downloaded.

  2. Copy the entire Xonotic folder to /Applications

  3. Open your terminal and execute:

    xattr -r -d com.apple.quarantine "/Applications/Xonotic/Xonotic.app"
    mkdir ~/.xonotic
    
  4. (optional) If you have an old installation you should copy the config:

    cp ~/Library/Application\ Support/xonotic/data/config.cfg
    

    If you have an old config folder, make sure to remove it:

    rm -rf ~/Library/Application\ Support/xonotic/
    
  5. Lauch Xonotic. If you are lauching the app for the first time you will need to override macOS GateKeeper.

Dedicated Server setup (debian)

You will need to be root to install the server, simply copy&paste the following commands:

curl -Lo- https://github.com/Thermondo/xonotic-setup/archive/master.tar.gz | tar xzf - -C /tmp
/tmp/xonotic-setup-master/install-debian-server.sh

It download and run an install script. The script will ask you about which version to install.

The script will install Xonotic, xmm and a HTTP server to serve custom maps. It will create the new systemd services xonotic and xonoitc-maps. It will also create a new user named xonotic to isolate the installation.

You can install new maps via:

su xonotic -c "xmm install MAP_NAME"
# are you are do installing maps you will need to restart the server
systemctl restart xonotic
systemctl restart xonotic-maps

Docker (server only)

docker pull detrate/xonotic-docker
docker run --name xonotic-server -d detrate/xonotic-docker:stable

See also: https://github.com/z/xonotic-docker

Xonotic Map Manager

The Xonotic Map Manager allows you easily download new maps.

pip install xmm
xmm --help

You can seach maps via xxm search or via a web repo: http://xonotic.co/

xonotic-setup's People

Contributors

codingjoe avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

stickmanke

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.