|
1 | | -<h1 align="center"> |
2 | | - <br> |
3 | | - <a href="https://github.com/PyrelightSS13/Pyrelight"><img src="https://avatars1.githubusercontent.com/u/128199108" alt="Pyrelight" width="200"></a> |
4 | | - <br> |
5 | | - Pyrelight |
6 | | - <br> |
7 | | -</h1> |
8 | | - |
9 | | -<p align="center"> |
10 | | - <a href="https://github.com/PyrelightSS13/Pyrelight/actions"> |
11 | | - <img src="https://github.com/PyrelightSS13/Pyrelight/workflows/Run%20Tests/badge.svg" |
12 | | - alt="Build Status"> |
13 | | - </a> |
14 | | - <a href="https://www.codefactor.io/repository/github/PyrelightSS13/Pyrelight"> |
15 | | - <img src="https://www.codefactor.io/repository/github/PyrelightSS13/Pyrelight/badge" |
16 | | - alt="CodeFactor"> |
17 | | - </a> |
18 | | - <a href="https://github.com/PyrelightSS13/Pyrelight/commits/dev"> |
19 | | - <img src="https://img.shields.io/github/last-commit/PyrelightSS13/Pyrelight" |
20 | | - alt="Last Commit"> |
21 | | - </a> |
22 | | - <a href="https://github.com/PyrelightSS13/Pyrelight/issues"> |
23 | | - <img src="https://img.shields.io/github/issues/PyrelightSS13/Pyrelight" |
24 | | - alt="Issues"> |
25 | | - </a> |
26 | | - <a href="https://github.com/NebulaSS13/Nebula/issues"> |
27 | | - <img src="https://img.shields.io/github/issues/NebulaSS13/Nebula" |
28 | | - alt="Upstream Issues"> |
29 | | - </a> |
30 | | - <a href="https://discord.gg/Ddw58yF"> |
31 | | - <img src="https://img.shields.io/discord/678820025355862045?style=plastic" |
32 | | - alt="Discord"> |
33 | | - </a> |
34 | | - <a href="https://github.com/PyrelightSS13/Pyrelight/blob/dev/LICENSE"> |
35 | | - <img src="https://img.shields.io/github/license/PyrelightSS13/Pyrelight" |
36 | | - alt="License"> |
37 | | - </a> |
38 | | -</p> |
39 | | - |
40 | | -| Website | Link | |
41 | | -|---------------------------|---------------------------------------------------| |
42 | | -| Code | [https://github.com/PyrelightSS13/Pyrelight](https://github.com/PyrelightSS13/Pyrelight) | |
43 | | -| Issues | [https://github.com/PyrelightSS13/Pyrelight/issues](https://github.com/PyrelightSS13/Pyrelight/issues) | |
44 | | -| Upstream Issues | [https://github.com/NebulaSS13/Nebula/issues](https://github.com/NebulaSS13/Nebula/issues) | |
45 | | -| Discord | [https://discord.gg/BqXq6Mkys5](https://discord.gg/BqXq6Mkys5) | |
46 | | -| Nebula Discord | [https://discord.gg/DYGXkN2S](https://discord.gg/DYGXkN2S) | |
47 | | - |
48 | | -This is the codebase for Pyrelight, a middle-fantasy total conversion project for Space Station 13, derived from Nebula SS13. |
49 | | - |
50 | | -A round of this game intends to represent a lived day (or days) in the life of someone in a remote fantasy village, whether it's a day where they struck it rich or where their house burnt down and they caught the plague. |
51 | | - |
52 | | -An emphasis is placed on interconnected, generalized systems that allow for unique, emergent gameplay. Boil your tea with fire magic, forage herbs to concoct medicinal tinctures, or hunt in the woods and use your prey's bones and pelt to make your own equipment; what will *you* do? |
53 | | - |
54 | | -<p align="center"> |
55 | | - <a href="#contributing-guidelines">Contributing Guidelines</a> • |
56 | | - <a href="#security">Security</a> • |
57 | | - <a href="#license">License</a> • |
58 | | - <a href="#getting-the-code-and-installing">Getting the Code and Installing</a> |
59 | | -</p> |
60 | | - |
61 | | ---- |
62 | | - |
63 | | -### NOTICE OF MODIFICATION |
64 | | - |
65 | | -This project was forked from [Nebula SS13](https://github.com/NebulaSS13/Nebula) on 15 Jul 2024. Nebula SS13 was forked from [Baystation 12](https://github.com/Baystation12/Baystation12) on 6 Jan 2020. |
66 | | - |
67 | | ---- |
68 | | - |
69 | | -### CONTRIBUTING GUIDELINES |
70 | | - |
71 | | -All users are expected to review [/docs/CODE_OF_CONDUCT.md](/docs/CODE_OF_CONDUCT.md) before interacting with the repository or other users. |
72 | | - |
73 | | ---- |
74 | | - |
75 | | -### SECURITY |
76 | | - |
77 | | -Please see [/docs/SECURITY.md](/docs/SECURITY.md) for this repository's security policy, and how to report security issues. |
78 | | - |
79 | | ---- |
80 | | - |
81 | | -### LICENSE |
82 | | - |
83 | | -The code for Pyrelight is licensed under the [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl.html), which can be found in full in [/LICENSE](/LICENSE). |
84 | | - |
85 | | -Code with a git authorship date prior to `1420675200 +0000` (2015/01/08 00:00 GMT) is licensed under the GNU General Public License version 3, which can be found in full in [/docs/GPL3.txt](/docs/GPL3.txt) |
86 | | - |
87 | | -All code where the authorship dates on or after `1420675200 +0000` is assumed to be licensed under AGPL v3, if you wish to license under GPL v3 please make this clear in the commit message and any added files. |
88 | | - |
89 | | -If you wish to develop and host this codebase in a closed source manner you may use all commits prior to `1420675200 +0000`, which are licensed under GPL v3. The major change here is that if you host a server using any code licensed under AGPLv3 you are required to provide full source code for your servers users as well including addons and modifications you have made. |
90 | | - |
91 | | -See [here](https://www.gnu.org/licenses/why-affero-gpl.html) for more information. |
92 | | - |
93 | | -All assets including icons and sound are under a [Creative Commons 3.0 BY-SA license](http://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated. |
94 | | - |
95 | | ---- |
96 | | - |
97 | | -### GETTING THE CODE AND INSTALLING |
98 | | - |
99 | | -Please see [/docs/installation.md](/docs/installation.md) for instructions on obtaining, installing, updating, and running this code. |
| 1 | +<h1 align="center"> |
| 2 | + <br> |
| 3 | + <a href="https://github.com/PyrelightSS13/Pyrelight"><img src="https://avatars1.githubusercontent.com/u/128199108" alt="Pyrelight" width="200"></a> |
| 4 | + <br> |
| 5 | + Pyrelight |
| 6 | + <br> |
| 7 | +</h1> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | + <a href="https://github.com/PyrelightSS13/Pyrelight/actions"> |
| 11 | + <img src="https://github.com/PyrelightSS13/Pyrelight/workflows/Run%20Tests/badge.svg" |
| 12 | + alt="Build Status"> |
| 13 | + </a> |
| 14 | + <a href="https://www.codefactor.io/repository/github/PyrelightSS13/Pyrelight"> |
| 15 | + <img src="https://www.codefactor.io/repository/github/PyrelightSS13/Pyrelight/badge" |
| 16 | + alt="CodeFactor"> |
| 17 | + </a> |
| 18 | + <a href="https://github.com/PyrelightSS13/Pyrelight/commits/dev"> |
| 19 | + <img src="https://img.shields.io/github/last-commit/PyrelightSS13/Pyrelight" |
| 20 | + alt="Last Commit"> |
| 21 | + </a> |
| 22 | + <a href="https://github.com/PyrelightSS13/Pyrelight/issues"> |
| 23 | + <img src="https://img.shields.io/github/issues/PyrelightSS13/Pyrelight" |
| 24 | + alt="Issues"> |
| 25 | + </a> |
| 26 | + <a href="https://github.com/NebulaSS13/Nebula/issues"> |
| 27 | + <img src="https://img.shields.io/github/issues/NebulaSS13/Nebula" |
| 28 | + alt="Upstream Issues"> |
| 29 | + </a> |
| 30 | + <a href="https://discord.gg/Ddw58yF"> |
| 31 | + <img src="https://img.shields.io/discord/678820025355862045?style=plastic" |
| 32 | + alt="Discord"> |
| 33 | + </a> |
| 34 | + <a href="https://github.com/PyrelightSS13/Pyrelight/blob/dev/LICENSE"> |
| 35 | + <img src="https://img.shields.io/github/license/PyrelightSS13/Pyrelight" |
| 36 | + alt="License"> |
| 37 | + </a> |
| 38 | +</p> |
| 39 | + |
| 40 | +| Website | Link | |
| 41 | +|---------------------------|---------------------------------------------------| |
| 42 | +| Code | [https://github.com/PyrelightSS13/Pyrelight](https://github.com/PyrelightSS13/Pyrelight) | |
| 43 | +| Issues | [https://github.com/PyrelightSS13/Pyrelight/issues](https://github.com/PyrelightSS13/Pyrelight/issues) | |
| 44 | +| Upstream Issues | [https://github.com/NebulaSS13/Nebula/issues](https://github.com/NebulaSS13/Nebula/issues) | |
| 45 | +| Discord | [https://discord.gg/BqXq6Mkys5](https://discord.gg/BqXq6Mkys5) | |
| 46 | +| Nebula Discord | [https://discord.gg/DYGXkN2S](https://discord.gg/DYGXkN2S) | |
| 47 | + |
| 48 | +This is the codebase for Pyrelight, a middle-fantasy total conversion project for Space Station 13, derived from Nebula SS13. |
| 49 | + |
| 50 | +A round of this game intends to represent a lived day (or days) in the life of someone in a remote fantasy village, whether it's a day where they struck it rich or where their house burnt down and they caught the plague. |
| 51 | + |
| 52 | +An emphasis is placed on interconnected, generalized systems that allow for unique, emergent gameplay. Boil your tea with fire magic, forage herbs to concoct medicinal tinctures, or hunt in the woods and use your prey's bones and pelt to make your own equipment; what will *you* do? |
| 53 | + |
| 54 | +<p align="center"> |
| 55 | + <a href="#contributing-guidelines">Contributing Guidelines</a> • |
| 56 | + <a href="#security">Security</a> • |
| 57 | + <a href="#license">License</a> • |
| 58 | + <a href="#getting-the-code-and-installing">Getting the Code and Installing</a> |
| 59 | +</p> |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +### NOTICE OF MODIFICATION |
| 64 | + |
| 65 | +This project was forked from [Nebula SS13](https://github.com/NebulaSS13/Nebula) on 15 Jul 2024. Nebula SS13 was forked from [Baystation 12](https://github.com/Baystation12/Baystation12) on 6 Jan 2020. |
| 66 | + |
| 67 | +--- |
| 68 | + |
| 69 | +### CONTRIBUTING GUIDELINES |
| 70 | + |
| 71 | +All users are expected to review [/docs/CODE_OF_CONDUCT.md](/docs/CODE_OF_CONDUCT.md) before interacting with the repository or other users. |
| 72 | + |
| 73 | +--- |
| 74 | + |
| 75 | +### SECURITY |
| 76 | + |
| 77 | +Please see [/docs/SECURITY.md](/docs/SECURITY.md) for this repository's security policy, and how to report security issues. |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +### LICENSE |
| 82 | + |
| 83 | +The code for Pyrelight is licensed under the [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl.html), which can be found in full in [/LICENSE](/LICENSE). |
| 84 | + |
| 85 | +Code with a git authorship date prior to `1420675200 +0000` (2015/01/08 00:00 GMT) is licensed under the GNU General Public License version 3, which can be found in full in [/docs/GPL3.txt](/docs/GPL3.txt) |
| 86 | + |
| 87 | +All code where the authorship dates on or after `1420675200 +0000` is assumed to be licensed under AGPL v3, if you wish to license under GPL v3 please make this clear in the commit message and any added files. |
| 88 | + |
| 89 | +If you wish to develop and host this codebase in a closed source manner you may use all commits prior to `1420675200 +0000`, which are licensed under GPL v3. The major change here is that if you host a server using any code licensed under AGPLv3 you are required to provide full source code for your servers users as well including addons and modifications you have made. |
| 90 | + |
| 91 | +See [here](https://www.gnu.org/licenses/why-affero-gpl.html) for more information. |
| 92 | + |
| 93 | +All assets including icons and sound are under a [Creative Commons 3.0 BY-SA license](http://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated. |
| 94 | + |
| 95 | +--- |
| 96 | + |
| 97 | +### GETTING THE CODE AND INSTALLING |
| 98 | + |
| 99 | +Please see [/docs/installation.md](/docs/installation.md) for instructions on obtaining, installing, updating, and running this code. |
0 commit comments