Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .env

This file was deleted.

275 changes: 275 additions & 0 deletions .glitch-assets

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CHAT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
leaked chat documente eith the develpoters of neroio the sequel
29 changes: 20 additions & 9 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
This is free and unencumbered software released into the public domain.

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

0. You just DO WHAT THE FUCK YOU WANT TO.
For more information, please refer to <https://unlicense.org>
50 changes: 12 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,22 @@
# Open Source Arras
# Nero.io 2

<img alt="Logo" src="public/favicon.ico" width="120" />
<img alt="Logo" src="https://cdn.glitch.global/5fc7dcb6-aada-495b-828e-66901a470a29/2023_12_06_0za_Kleki.png?v=1701910145704" width="120px" height="120px"/>

![GitHub Release](https://img.shields.io/github/v/release/Taureon/aps-plus-plus)
![Discord](https://img.shields.io/discord/1004907608018264094)
![GitHub repo size](https://img.shields.io/github/repo-size/Taureon/aps-plus-plus)
![GitHub Release](https://img.shields.io/github/v/release/DELTAFYREX/neroio)
![Discord](https://img.shields.io/discord/1073429163823869952)
![GitHub repo size](https://img.shields.io/github/repo-size/DELTAFYREX/neroio)

**Open Source Arras is beta software.** This build is **not** representative of the final product. Expect bugs and missing features.
## Important Notice

Major updates may introduce breaking changes that alter how certain things work. It is **your responsibility** to keep your private server up-to-date and functioning.
**Nero.io is under constant development** This build is **not** a final product.

## Setup Guide (Localhost)
Bugs are likely common so expect the unexpected

This guide covers setting up your server on your own hardware and only supports PCs running up-to-date versions of Windows/macOS/Linux.
## Looking for other developers

You'll first need to install [Node.js](https://nodejs.org). It doesn't matter if you pick the LTS or Latest version, they'll both work fine.
Nero is a ~~two~~ three man project currently and any help would be appreciated greatly

Once `Node.js` is installed, open Terminal and run the command `npm i ws`. This will install the WebSocket library that Open Source Arras uses.

After installing `ws`, [download the source code of the latest release of Open Source Arras](https://github.com/Taureon/aps-plus-plus/releases). Extract it once it's downloaded and open either `run.bat` (if you're on Windows) or `run.sh` (if you're not). If there aren't any errors, your server will start up. Go to `localhost:26301` in your favourite web browser (keep the terminal window open, closing it will shut down the server) to play.

[If you need a more detailed guide, click here for a step by step list.](https://github.com/Taureon/aps-plus-plus/wiki/Frequently-Asked-Questions#how-do-i-set-up-my-server)

If you want to stay up to date, fork this template, download a git client, and sync the fork whenever there's a major update.

## Setup Guide (Webhost)

Don't have a supported device or don't want to mess around with localhost? Get a webhost to do the dirty work for you.

Create a new project and choose to import one from GitHub. When prompted for the URL of the repository, type in `https://github.com/Taureon/aps-plus-plus.git`.

Navigate to `server/config.js` and replace `localhost:26301` with the URL for your project. (For Glitch users, it's `your-project.glitch.me` (replace `your-project` with the actual name of your project, it should be above settings)).

**For Glitch specifically, go to `package.json` and replace `"node": "18.x"` with `"node": "16.x"` and change your port to something more generic like 3000 or 8080.**

After doing that, your server should be ready!

## Useful Tools
- [Create a custom shape](https://arras.io/ext/custom-shape)
- [Create a custom tank](https://zyrafaq.com/arras-tank-builder)
- [Official Addon list](https://github.com/Taureon/aps-plus-plus-addons)
- [Unofficial Server list](https://zyrafaq.com/arras-server-list/)
Join the discord server if your interested in helping out

## Other Links
- [Our Discord server](https://discord.gg/kvCAZfUCjy)

*p.s. if something goes terribly wrong it's not our fault*
- [Our Discord server](https://discord.gg/GmhACsX9aF)
Loading