Repoint forge references from git.onetick.ninja to git.arch.fyi
This commit is contained in:
@@ -10,11 +10,11 @@ Institution is the whole suite in **one install**, with a **checkbox per layer**
|
||||
(all on by default). It turns RimWorld's forgotten rap sheet into a living justice system — police,
|
||||
prison, parole — mirroring the real separation of powers.
|
||||
|
||||
## 📖 Documentation — [**read the Wiki**](https://git.onetick.ninja/flan/institution/wiki)
|
||||
## 📖 Documentation — [**read the Wiki**](https://git.arch.fyi/flan/institution/wiki)
|
||||
|
||||
The **[Institution Wiki](https://git.onetick.ninja/flan/institution/wiki)** is the full guide: the
|
||||
The **[Institution Wiki](https://git.arch.fyi/flan/institution/wiki)** is the full guide: the
|
||||
gameplay loop, every layer, and how the pieces feed each other. Start at the
|
||||
**[Wiki home](https://git.onetick.ninja/flan/institution/wiki)**, then dive into any layer below.
|
||||
**[Wiki home](https://git.arch.fyi/flan/institution/wiki)**, then dive into any layer below.
|
||||
|
||||
## The six layers
|
||||
|
||||
@@ -23,12 +23,12 @@ Turn any off in **Options → Mod Settings** and it goes inert immediately. All
|
||||
|
||||
| Layer | In play | Wiki |
|
||||
|---|---|---|
|
||||
| **Core** | The engine every layer agrees on: propensity, the criminal record, the treatment engine. Invisible on its own. | [Core](https://git.onetick.ninja/flan/institution/wiki/core/Home) |
|
||||
| **Contraband** | Prisoners conceal what they walked in with, whittle shivs from their cell's furniture, and dig tunnels under the wall. Wardens search the likeliest prisoner first — and a bent warden looks the other way. | [Contraband](https://git.onetick.ninja/flan/institution/wiki/contraband/Home) |
|
||||
| **Policing** | Your own colonists offend on the spectrum. Witnesses and a constable name the culprit; a weighed arrest can end in a cell or a resisted breakout. A climate of order feeds back into everyone — plus riots when it collapses. | [Policing](https://git.onetick.ninja/flan/institution/wiki/policing/Home) |
|
||||
| **Corrections** | Classification grades every prisoner by what they've done (a wall marker grades a whole wing). Discipline hardens or reforms; parole frees the reformed; regime gives them recreation, yard time, and visits. | [Corrections](https://git.onetick.ninja/flan/institution/wiki/corrections/Home) |
|
||||
| **Gangs** | Disposed prisoners band together and move contraband among themselves. Rival gangs fight — inside the wire or out — and the fight is a crime. A well-run colony grows few gangs. | [Gangs](https://git.onetick.ninja/flan/institution/wiki/gangs/Home) |
|
||||
| **Ward** | Commit a prisoner for **psychiatric treatment** instead of punishment: counselling reduces the disorder that broke them and builds a recovery track toward discharge. Neglect them and they deteriorate. | [Ward](https://git.onetick.ninja/flan/institution/wiki/ward/Home) |
|
||||
| **Core** | The engine every layer agrees on: propensity, the criminal record, the treatment engine. Invisible on its own. | [Core](https://git.arch.fyi/flan/institution/wiki/core/Home) |
|
||||
| **Contraband** | Prisoners conceal what they walked in with, whittle shivs from their cell's furniture, and dig tunnels under the wall. Wardens search the likeliest prisoner first — and a bent warden looks the other way. | [Contraband](https://git.arch.fyi/flan/institution/wiki/contraband/Home) |
|
||||
| **Policing** | Your own colonists offend on the spectrum. Witnesses and a constable name the culprit; a weighed arrest can end in a cell or a resisted breakout. A climate of order feeds back into everyone — plus riots when it collapses. | [Policing](https://git.arch.fyi/flan/institution/wiki/policing/Home) |
|
||||
| **Corrections** | Classification grades every prisoner by what they've done (a wall marker grades a whole wing). Discipline hardens or reforms; parole frees the reformed; regime gives them recreation, yard time, and visits. | [Corrections](https://git.arch.fyi/flan/institution/wiki/corrections/Home) |
|
||||
| **Gangs** | Disposed prisoners band together and move contraband among themselves. Rival gangs fight — inside the wire or out — and the fight is a crime. A well-run colony grows few gangs. | [Gangs](https://git.arch.fyi/flan/institution/wiki/gangs/Home) |
|
||||
| **Ward** | Commit a prisoner for **psychiatric treatment** instead of punishment: counselling reduces the disorder that broke them and builds a recovery track toward discharge. Neglect them and they deteriorate. | [Ward](https://git.arch.fyi/flan/institution/wiki/ward/Home) |
|
||||
|
||||
## The loop
|
||||
|
||||
@@ -48,7 +48,7 @@ coming with the 0.1.0 upload.)*
|
||||
D=$(ls -d ~/Library/Application\ Support/Steam/steamapps/common/RimWorld/RimWorldMac.app/Mods \
|
||||
~/.steam/steam/steamapps/common/RimWorld/Mods \
|
||||
~/.local/share/Steam/steamapps/common/RimWorld/Mods 2>/dev/null | head -1)
|
||||
git clone --depth 1 https://git.onetick.ninja/flan/institution.git "$D/Institution"
|
||||
git clone --depth 1 https://git.arch.fyi/flan/institution.git "$D/Institution"
|
||||
```
|
||||
|
||||
Update later with `git -C "$D/Institution" pull`.
|
||||
|
||||
Reference in New Issue
Block a user