Skip to content

liegend/Zarcane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57,306 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Station 14

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

Steam Client


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


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

Активность PR


Контрибуция

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


Сборка

Windows

  1. Клонируйте данный репозиторий.
git clone https://github.com/ArcaneSS14/arcane.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 в появившемся окне и играйте!

Лицензия

Arcane Station is a fork of Starlight / Space Station 14 and contains code, assets, and other materials from upstream projects. Original upstream files remain licensed under their respective licenses unless explicitly stated otherwise in the file headers, accompanying .license files, metadata files, or other license notices.

New code and modifications made specifically for Arcane Station are licensed under the AGPL-3.0-or-later license, unless a different license is explicitly specified.

Some portions of the codebase may include or derive from Starlight contributions made under the Starlight License / Modified MIT License. Those portions remain subject to the original Starlight license terms, including the requirement to attribute the Starlight project as the source where applicable.

Where files include REUSE Specification headers or separate .license files, those notices define the exact licensing terms for the corresponding files.

Most media assets are licensed under CC-BY-SA 3.0 unless stated otherwise. Assets have their license and copyright information in their metadata files. Example: Resources/Textures/Objects/Tools/crowbar.rsi/meta.json.

By submitting a pull request or making a commit to 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

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 78.6%
  • Fluent 21.0%
  • Python 0.4%
  • PowerShell 0.0%
  • Lua 0.0%
  • CSS 0.0%