Coder Social home page Coder Social logo

0009's Introduction

Arras.io Private Server Template

Quick Start Guide

  1. Click the top right where it says Remix to Edit ๐ŸŽค
  2. Give your new project a name.
  3. Your private server name will be at http://arras.io/#host=arras-template.glitch.me (replace arras-template with it's new name)
  4. You add a gamemode code in the link to specify its gamemode (see below).

More Information

  1. Open the file at the left named ๐Ÿ”‘ .env
  2. Fill it in with
SECRET=aSecretPasswordHere
  1. Open the private server with http://arras.io/#host=arras-template.glitch.me&key=aSecretPasswordHere (replace aSecretPasswordHere with the password)
  2. The map/config data are in the config.js file
  3. The tank data are in the lib/definitions.js file
  4. Other stuff (score curve, stat amount) are in the server.js file

Gamemode Code

You can add a gamemode code in the link to specify its gamemode, such as http://arras.io/#host=arras-template.glitch.me&mode=f where f is the gamemode code.

Parts of the gamemode code must appear in the order below, all of which are optional:

  • p for Private
  • e for customized event names, which is followed by the length of the event name and then the event name itself, such as e5space
  • d for customized event names with dashes, which is followed by the number of words and the length of each word and the word itself, such as d21d3day
  • o for Open
  • m for Maze
  • f for FFA, 2 for 2 Teams, 3 for 3 Teams, or 4 for 4 Teams
  • d for Domination, m for Mothership, or a for Assault

Note:

  • Maze FFA, 2 Teams Mothership, and 2 Teams Assault are replaced with just Maze, Mothership, and Assault
  • Team modes without domination or mothership are changed to TDM instead of Teams
  • Although Maze is before the team number in the gamemode code, they are moved to be after it in the displayed name (m2 to 2TDM Maze)

Breaking Changes

Breaking changes are important updates to the template that you should do on your server, as otherwise it may stop functioning. The last breaking change is on April 10th, 2019. If you've made a private server before that day, it may no longer work without this update. See CHANGELOG.md for details.

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.