From 3a57b38ea79e98f7b35a99a8dd0453c0e0fc1505 Mon Sep 17 00:00:00 2001 From: Rinary <72972221+Rinary1@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:04:13 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BB=D0=B8=D1=86=D0=B5=D0=BD=D0=B7=D0=B8=D0=B9?= =?UTF-8?q?=20=D0=B2=20readme=20(#602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * readme file licences upd * upd * xd * upd * readme on other languages --- README.en.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 33 ++++++++++++++++++++++++- README.ru.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 168 insertions(+), 1 deletion(-) create mode 100644 README.en.md create mode 100644 README.ru.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000..fe3ca02c4c --- /dev/null +++ b/README.en.md @@ -0,0 +1,70 @@ +

+ Space Station 14 +

+ +
+ +[![Discord](https://img.shields.io/discord/831352358520725506?label=Discord&logo=discord&logoColor=white)](https://discord.gg/ssJTANEa) +[![Wiki](https://img.shields.io/badge/Wiki-SS14%20SUNRISE-blue)](https://sunrise14.top/wiki/) +[![Steam](https://img.shields.io/badge/Steam-SS14%20SUNRISE-blue)](https://store.steampowered.com/app/1255460/Space_Station_14/) +[![Client](https://img.shields.io/badge/Client-Download-blue)](https://spacestation14.io/about/nightlies/) +[![GitHub](https://img.shields.io/github/stars/space-sunrise/space-station-14?style=social)](https://github.com/space-sunrise/space-station-14) + +# Space Station 14 - SUNRISE + +![GitHub commit activity](https://img.shields.io/github/commit-activity/y/space-sunrise/space-station-14) +![GitHub Issues](https://img.shields.io/github/issues/space-sunrise/space-station-14) +![GitHub Pull Requests](https://img.shields.io/github/issues-pr-closed/space-sunrise/space-station-14) + +
+ +Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://github.com/space-wizards/RobustToolbox), our homegrown engine written in C#. + +This is the primary repo for Space Station 14. To prevent people forking RobustToolbox, a "content" pack is loaded by the client and server. This content pack contains everything needed to play the game on one specific server. + +If you want to host or create content for SS14, this is the repo you need. It contains both RobustToolbox and the content pack for development of new content packs. + +## Documentation + +The official [documentation site](https://docs.spacestation14.io/) has all the information you need about SS14 content, engine, game design and more. There is also a lot of useful materials for beginner developers. + +## Project activity + +![Alt](https://repobeats.axiom.co/api/embed/49651d1b93eecc08e01f1a268a917343cf661fc8.svg "Repobeats analytics image") + +## Project contributors + +List of people who have contributed to the project: + +[![Участники](https://contrib.rocks/image?repo=space-sunrise/space-station-14)](https://github.com/space-sunrise/space-station-14/graphs/contributors) + +--- + +## Licences + +> [!CAUTION] +> The repository code is licensed both under MIT - this applies to Space Wizards Federation code - and under the CLA - this applies to our changes as defined in the CLA text. We do not seek to fully distinguish our code from Space Wizards Federation code, so it is recommended to take their code from their repository to avoid incidents. + +### Нажмите на каждый баннер, чтобы получить дополнительную информацию + +--- + +
+MIT license + +>Some files are licensed under [MIT license](https://opensource.org/license/MIT), these files are Space Wizards Federation code. +
+ +
+Creative Commons 3.0 BY-SA + +>All other non-code Sunrise Assets, including icons and sound files, are licensed under the [Creative Commons 3.0 BY-SA](https://creativecommons.org/licenses/by-sa/3.0/) license unless otherwise noted in the folder or file. +
+ +
+CLA + +>All code as well as Sunrise assemblies are protected under the [CLA](https://github.com/space-sunrise/space-station-14/blob/master/CLA.txt) license. +
\ No newline at end of file diff --git a/README.md b/README.md index a7b5c0953c..ffe822994a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Space Station 14

+ +🌐 **Read this in other languages:** + +- 🇺🇸 [English](README.en.md) +- 🇷🇺 [Русский](README.ru.md) +
[![Discord](https://img.shields.io/discord/831352358520725506?label=Discord&logo=discord&logoColor=white)](https://discord.gg/ssJTANEa) @@ -36,6 +42,31 @@ Space Station 14 — это ролевая игра, вдохновлённая [![Участники](https://contrib.rocks/image?repo=space-sunrise/space-station-14)](https://github.com/space-sunrise/space-station-14/graphs/contributors) +--- + ## Лицензия -Код репозитория лицензирован как под MIT - это касается кода Space Wizards Federation, так и под CLA - это касается наших изменений, определение которых дано в тексте CLA. Мы не стремимся к полному разграничению нашего кода и кода Space Wizards Federation, поэтому во избежание инцидентов рекомендуется брать их код из их репозитория. +> [!CAUTION] +> Код репозитория лицензирован как под MIT - это касается кода Space Wizards Federation, так и под CLA - это касается наших изменений, определение которых дано в тексте CLA. Мы не стремимся к полному разграничению нашего кода и кода Space Wizards Federation, поэтому во избежание инцидентов рекомендуется брать их код из их репозитория. + +### Нажмите на каждый баннер, чтобы получить дополнительную информацию + +--- + +
+MIT license + +>Некоторые файлы лицензированы в соответствии с [MIT license](https://opensource.org/license/MIT), эти файлы являються кодом Space Wizards Federation. +
+ +
+Creative Commons 3.0 BY-SA + +>Все остальные ассеты которые не являються ассетами Sunrise, не относящиеся к коду, включая иконки и звуковые файлы, лицензированы по лицензии [Creative Commons 3.0 BY-SA](https://creativecommons.org/licenses/by-sa/3.0/), если иное не указано в папке или файле. +
+ +
+CLA + +>Весь код а так-же ассеты Sunrise, защищены лицензией [CLA](https://github.com/space-sunrise/space-station-14/blob/master/CLA.txt). +
\ No newline at end of file diff --git a/README.ru.md b/README.ru.md new file mode 100644 index 0000000000..b615324674 --- /dev/null +++ b/README.ru.md @@ -0,0 +1,66 @@ +

+ Space Station 14 +

+ +
+ +[![Discord](https://img.shields.io/discord/831352358520725506?label=Discord&logo=discord&logoColor=white)](https://discord.gg/ssJTANEa) +[![Wiki](https://img.shields.io/badge/Wiki-SS14%20SUNRISE-blue)](https://sunrise14.top/wiki/) +[![Steam](https://img.shields.io/badge/Steam-SS14%20SUNRISE-blue)](https://store.steampowered.com/app/1255460/Space_Station_14/) +[![Client](https://img.shields.io/badge/Client-Download-blue)](https://spacestation14.io/about/nightlies/) +[![GitHub](https://img.shields.io/github/stars/space-sunrise/space-station-14?style=social)](https://github.com/space-sunrise/space-station-14) + +# Space Station 14 - SUNRISE + +![GitHub commit activity](https://img.shields.io/github/commit-activity/y/space-sunrise/space-station-14) +![GitHub Issues](https://img.shields.io/github/issues/space-sunrise/space-station-14) +![GitHub Pull Requests](https://img.shields.io/github/issues-pr-closed/space-sunrise/space-station-14) + +
+ +Space Station 14 — это ролевая игра, вдохновлённая культовой классикой Space Station 13. Space Station 14 наполнена весельем и хаосом. С первого взгляда игра кажется сложной, и это так, но мы поможем тебе освоиться в этой игре и найти своё место. Игра работает на собственном движке [Robust Toolbox](https://github.com/space-wizards/RobustToolbox), написанном на C#. + +## Документация + +На официальном [сайте с документацией](https://docs.spacestation14.io/) имеется вся необходимая информация о контенте SS14, движке, дизайне игры и многом другом. Также представлено множество полезных материалов для начинающих разработчиков. + +## Активность проекта + +![Alt](https://repobeats.axiom.co/api/embed/49651d1b93eecc08e01f1a268a917343cf661fc8.svg "Repobeats analytics image") + +## Участники проекта + +Список людей, внесших вклад в проект: + +[![Участники](https://contrib.rocks/image?repo=space-sunrise/space-station-14)](https://github.com/space-sunrise/space-station-14/graphs/contributors) + +--- + +## Лицензия + +> [!CAUTION] +> Код репозитория лицензирован как под MIT - это касается кода Space Wizards Federation, так и под CLA - это касается наших изменений, определение которых дано в тексте CLA. Мы не стремимся к полному разграничению нашего кода и кода Space Wizards Federation, поэтому во избежание инцидентов рекомендуется брать их код из их репозитория. + +### Нажмите на каждый баннер, чтобы получить дополнительную информацию + +--- + +
+MIT license + +>Некоторые файлы лицензированы в соответствии с [MIT license](https://opensource.org/license/MIT), эти файлы являються кодом Space Wizards Federation. +
+ +
+Creative Commons 3.0 BY-SA + +>Все остальные ассеты которые не являються ассетами Sunrise, не относящиеся к коду, включая иконки и звуковые файлы, лицензированы по лицензии [Creative Commons 3.0 BY-SA](https://creativecommons.org/licenses/by-sa/3.0/), если иное не указано в папке или файле. +
+ +
+CLA + +>Весь код а так-же ассеты Sunrise, защищены лицензией [CLA](https://github.com/space-sunrise/space-station-14/blob/master/CLA.txt). +
\ No newline at end of file