Skip to content

ArcaneSS14/arcane-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43,591 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Space Station 14

Ваш проводник в космический симулятор безумия!
Основан на идеях /tg/station и Shiptest из Space Station 13.

Steam Client


Arcane Station — это форк Orion-Station-14, в свою очередь являющийся русскоязычным форком Goob Station, который стремится возродить дух классического геймплея Space Station 13, черпая вдохновение из таких проектов, как /tg/station и Shiptest.


Активность репозитория

Активность PR


Контрибуция

Мы всегда рады помощи в разработке, если вы хотите внести свой вклад, присоединяйтесь к серверу разработки в Discord. Вы можете помочь нам, решая проблемы из списка открытых проблем или предлагая свои идеи. Не стесняйтесь задавать вопросы — мы всегда готовы помочь!


Сборка

Windows

  1. Клонируйте данный репозиторий.
git clone https://github.com/ArcaneSS14/arcane-station.git
  1. Откройте коммандную строку в папке репозитория и введите команду для того, чтобы скачать движок игры.
git submodule update --init --recursive
  1. Следующим этапом идёт билд-билда, для этого нужно ввести команду с указанием того, для чего вы билдите, для этого нужно написать Release, Tools или Debug.
dotnet build --configuration Release/Tools/Debug

Tip

К примеру Release - полная версия, Tools - урезаная версия, Debug - урезаная версия, но которая будет вылетать при любой ошибке. В большинстве случаев вам хватит Tools, что-бы не перенапрягать машину.

  1. Далее вам требуется запустить сервер с клиентом, для этого есть несколько способов.
  • 4.1. Командами, в конце так же можно указать вместо Tools любой интересующий вас тип.
dotnet run --project Content.Server --configuration Tools
dotnet run --project Content.Client --configuration Tools
  • 4.2. Запуск .bat файла, который автоматически выполнит те же команды.
Scripts/bat/runQuickAll.bat
  1. Подключитесь к localhost в появившемся окне и играйте!

Лицензия

All code in this codebase is released under the AGPL-3.0-or-later license. Each file includes REUSE Specification headers or separate .license files that specify a dual license option. This dual licensing is provided to simplify the process for projects that are not using AGPL, allowing them to adopt the relevant portions of the code under an alternative license.

Most media assets are licensed under CC-BY-SA 3.0 unless stated otherwise. Assets have their license and the copyright in the metadata file. Example.

By submitting a pull request or making a commit to the Arcane Station, you agree to the terms of our Contributor License Agreement. This agreement grants us the right to distribute your contributions under any license we choose, while you retain your copyright ownership.

Note

Some assets are licensed under the non-commercial CC-BY-NC-SA 3.0 or similar non-commercial licenses and will need to be removed if you wish to use this project commercially.

About

Билд проекта Arcane в игре Space Station 14.

Resources

License

AGPL-3.0 and 2 other licenses found

Licenses found

AGPL-3.0
LICENSE-AGPLv3.TXT
Unknown
LICENSE-CLA.TXT
MIT
LICENSE-MIT.TXT

Security policy

Stars

Watchers

Forks

Contributors