Skip to content

ss14-art/open-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36,036 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Space Station 14

Discord .NET Steam Client GitHub Stars

Space Station 14

Commit Activity Issues Closed PRs


🇷🇺 О проекте / 🇬🇧 About the project

🇷🇺 Русский Open Space — это проект с открытым исходным кодом (форк проекта STARLIGHT), нацеленный на создание уникальных механик и приятной игровой атмосферы в игре Space Station 14. Это игра о выживании на космической станции, где происходят постоянные столкновения между экипажем и антагонистами, стремящимися помешать персоналу достичь своих целей.

🇬🇧 English Open Space is an open-source project (a fork of the STARLIGHT project) aimed at creating unique mechanics and a pleasant game atmosphere in Space Station 14. It is a game about survival on a space station featuring constant confrontations between the crew and antagonists designed to prevent the crew from achieving their goals.


📚 Документация / Documentation

🇷🇺 У Space Station 14 есть сайт с документацией по контенту, движку, геймдизайну и многому другому. Мы также предоставляем множество ресурсов для новых разработчиков.

🇬🇧 Space Station 14 has a docs site containing documentation on SS14's content, engine, game design, and more. We also have lots of resources for new contributors to the project.


🚀 Запуск сборки локально / Building Locally

Требования / Requirements

🍃 Windows

# 1. Клонируйте репозиторий
git clone https://github.com/ss14-art/space-station-14.git
cd space-station-14

# 2. Загрузите движок
git submodule update --init --recursive

# 3. Запустите сервер
runserver.bat

# 4. Запустите клиент (в отдельном окне)
runclient.bat

Готово! Подключитесь к localhost в клиенте и играйте.

Для Release-сборки используйте runserver-Release.bat и runclient-Release.bat

🐧 Linux / macOS

# 1. Клонируйте репозиторий
git clone https://github.com/ss14-art/space-station-14.git
cd space-station-14

# 2. Загрузите движок
git submodule update --init --recursive

# 3. Запустите сервер
chmod +x runserver.sh
./runserver.sh

# 4. Запустите клиент (в отдельном терминале)
chmod +x runclient.sh
./runclient.sh

Готово! Подключитесь к localhost в клиенте и играйте.

Для Release-сборки используйте runserver-Release.sh и runclient-Release.sh


🛠 Участие в разработке / Community & Contributing

🇷🇺 Мы рады любой помощи в развитии проекта! Пожалуйста, ознакомьтесь с нашими правилами перед тем, как предлагать свои изменения. 🇬🇧 We welcome any help in developing the project! Please read our guidelines before submitting your changes.


⚖️ Лицензия / License

Caution

🇷🇺 ВНИМАНИЕ: Код репозитория имеет комбинированное лицензирование. Оригинальный код Space Wizards Federation лицензирован под MIT. Наши собственные разработки и изменения подчиняются Пользовательской лицензии (Project License) и требуют подписания CLA.

🇬🇧 CAUTION: The repository code is under a combined license model. The original Space Wizards Federation code is licensed under MIT. Our custom additions and changes are governed by the Project License and require signing a CLA.

Нажмите на раздел для подробностей / Click each section for further information

Project License

Project License

🇷🇺 Все изменения после коммита efea656dd33f6296228a5d31be8ffc9f179f4f17 регулируются условиями LICENSE.TXT. Коммерческое использование и несанкционированный публичный хостинг запрещены.

🇬🇧 All changes after commit efea656dd33f6296228a5d31be8ffc9f179f4f17 are governed by the terms in LICENSE.TXT. Commercial use and unauthorized public hosting are prohibited.

CLA

CLA

🇷🇺 Лицензионное соглашение контрибьютора. Создавая Pull Request в этот репозиторий, вы автоматически соглашаетесь с условиями передачи кода организации ss14-art, описанными в CLA.TXT.

🇬🇧 Contributor License Agreement. By submitting a Pull Request to this repository, you automatically agree to the terms of transferring code to the ss14-art organization, as described in CLA.TXT.

MIT License

MIT License

🇷🇺 Оригинальный код Space Wizards Federation, а также вся история коммитов до efea656dd33f6296228a5d31be8ffc9f179f4f17 распространяются на условиях MIT License.

🇬🇧 The original Space Wizards Federation code, as well as all commit history prior to efea656dd33f6296228a5d31be8ffc9f179f4f17, are distributed under the terms of the MIT License.

CC 3.0 BY-SA

Creative Commons 3.0 BY-SA

🇷🇺 Все остальные ресурсы (Assets), не относящиеся к коду, включая иконки и звуковые файлы, лицензированы по лицензии Creative Commons 3.0 BY-SA, если иное не указано в папке или файле.

🇬🇧 All other non-code Assets, including icons and sound files, are licensed under the Creative Commons 3.0 BY-SA license unless otherwise noted in the folder or file.

About

Репозиторий сервера Open Space по игре Space Station 14

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors