| Ресурс | Ссылка |
|---|---|
| Код | https://github.com/ss220-space/Nemesis/ |
| Руководство по модуляризации | ./modular_nemesis/README.md |
| Руководство по зеркалированию | ./modular_nemesis/mirroring_guide.md |
| Wiki | Временно отсутствует |
| Документация по коду | https://ss220-space.github.io/Nemesis/ |
| Discord Nemesis | https://discord.ss220.space |
| Discord Coderbus | https://discord.gg/Vh8TJp9 |
Nemesis — это попытка перенести Russian Paradise на новые рельсы или же кодбазу.
-
Руководство по внесению вклада в проект, советы по работе с Github и стандарты разработки/написания кода. Обязательно к ознакомлению!
-
Стандарты оформления кода для единообразия кодовой базы проекта.
-
Как оформлять комментарии для автоматической генерации документации.
-
Правила и стандарты локализации, руководство по инструментам локализации. (ТРЕБУЕТ ОБНОВЛЕНИЯ!)
-
Настройка окружения разработчика и компиляция проекта.
-
Найдите
bin/server.cmdв корне репозитория и запустите двойным кликом — он автоматически соберёт проект и запустит сервер на порту 1337. -
Найдите
bin/build.cmdв корне репозитория и запустите двойным кликом. Сборка состоит из нескольких этапов и занимает около 1–5 минут. Когда окно закроется — сборка завершена. После этого можно запустить сервер обычным способом, открывtgstation.dmbв DreamDaemon. -
Альтернативные способы компиляции проекта.
Warning
Сборка напрямую через DreamMaker устарела и может вызывать ошибки, например 'tgui.bundle.js': cannot find file.
Caution
If you wish to use our code in a closed source manner (i.e. not make it available to the public and/or those who connect to services you offer using this code) you must only use code prior to commit 333c566b88108de218d882840e61928a9b759d8f on 2014/12/31 at 4:38 PM PST, which is licenced under GPLv3.
All code after and including commit 333c566b88108de218d882840e61928a9b759d8f on 2014/12/31 at 4:38 PM PST is licensed under the GNU Affero General Public License version 3 unless otherwise specified within the folder or file.
All code prior to commit 333c566b88108de218d882840e61928a9b759d8f on 2014/12/31 at 4:38 PM PST is licensed under the GPL General Public License version 3 (including tools unless their readme specifies otherwise).
The TGS DMAPI is licensed as a subproject under the MIT license. See the footer of code/__DEFINES/tgs.dm and code/modules/tgs/LICENSE for the MIT license.
Some other files are also licenced under the MIT license, these files will clearly specify this licence at the head of each file.
All assets including icons and sound files are licensed under the Creative Commons 3.0 BY-SA license, unless otherwise specified within the folder or file.
