pixelkitty286andGitHub 8a81390800 Updates Tajaran lore to match more to what the wiki has currently (#5966)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

This removes ancient tajara polaris lore and replaces it with what we
use instead.

## Why It's Good For The Game

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

It makes tajaran have a accurate lore blurb instead of a completely
inaccurate lore blurb.

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: Added slightly more accurate tajaran lore
del: Old polaris taj lore
tweak: changed some short hand signs for tajara to better short hand
signs
code: changed all files associated for tajaran lore blurb
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2023-09-13 16:22:26 -07:00
2023-07-22 16:14:00 +02:00
2023-06-10 20:25:23 +02:00
2023-09-08 21:58:30 -07:00
2023-08-30 19:28:20 -07:00

Citadel Station 13 RP

Build Status Percentage of issues still open Average time to resolve an issue

forthebadge forthebadge forthebadge forinfinityandbyond

This is the codebase for the CitadelRP flavoured fork of SpaceStation 13.

Citadel Station 13 RP, also known as CitadelRP was originally a fork of VOREStation, which separated on 01/25/2019.

DOWNLOADING

Downloading

How to compile :exclamation

On May 9, 2022 we have changed the way to compile the codebase.

The quick way. Find bin/server.cmd in this folder and double click it to automatically build and host the server on port 1337.

The long way. Find bin/build.cmd in this folder, and double click it to initiate the build. It consists of multiple steps and might take around 1-5 minutes to compile. If it closes, it means it has finished its job. You can then setup the server normally by opening citadel.dmb in DreamDaemon.

Building CitadelRP in DreamMaker directly is now deprecated and might produce errors, such as 'tgui.bundle.js': cannot find file.

How to compile in VSCode and other build options.

Contributors

Guides for Contributors

CitadelRP HACKMD account

SQL Setup

The SQL backend for the library and stats tracking requires a MySQL server. Your server details go in /config/legacy/dbconfig.txt, and the SQL schema is in /SQL/tgstation_schema.sql. More detailed setup instructions arecoming soon, for now ask in our Discord.

LICENSE

The code for Citadel-Station-13-RP is licensed under the GNU AGPL v3.

All code with a git authorship date after 1420675200 +0000 (2015/01/08 00:00) is assumed to be licensed under GNU AGPL v3.

All code with a git authorship date before 1420675200 +0000 (2015/01/08 00:00) are licensed under the GNU GPL v3. If you wish to license under GNU GPL v3 please make this clear in the commit message and any added files.

If you wish to develop and host this codebase in a closed source manner you may use all code prior to 1420675200 +0000 (2015/01/08 00:00), which is licensed under GNU GPL v3. The major change here is that if you host a server using any code licensed under GNU AGPL v3 you are required to provide full source code for your servers users as well including addons and modifications you have made.

See LICENSE, LICENSE-GPL3.txt and LICENSE-AGPL3.txt for more details.

The TGS DMAPI API 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.

All assets including icons and sound are under a Creative Commons 3.0 BY-SA license unless otherwise indicated.

S
Description
Code for the Citadel Station RP server that originated from Virgo/Polaris.
Readme
5.6 GiB
Languages
DM 91.4%
TypeScript 4.5%
Go Template 1.2%
JavaScript 1.2%
Python 0.7%
Other 0.7%