Add The Witness (#467)

* Added The Witness


Co-authored-by: metzner <unconfigured@null.spigotmc.org>
Co-authored-by: Jarno Westhof <jarnowesthof@gmail.com>
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
NewSoupVi
2022-04-29 00:42:11 +02:00
committed by GitHub
parent 50eaf712a9
commit 3e8c821c02
19 changed files with 2272 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
# The Witness
## Where is the settings page?
The [player settings page for this game](../player-settings) contains all the options you need to configure and export a
config file.
## What does randomization do to this game?
Puzzles are randomly generated using the popular [Sigma Rando](https://github.com/sigma144/witness-randomizer).
They are made to be similar to the original game, but with different solutions.
Ontop of that each puzzle symbol (Squares, Stars, Dots, etc.) is now an item.
Panels with puzzle symbols on them are now locked initially.
## What is a "check" in The Witness?
Solving the last panel in a row of panels or an important standalone panel will count as a check, and send out an item.
## What "items" can you unlock in The Witness?
Every puzzle symbol and many other puzzle mechanics are items.
This includes symbols such as "Dots", "Black/White Squares", "Colored Squares", "Stars", "Symmetry", "Shapers" (coll. "Tetris Pieces"), "Erasers" and many more.
## The Jungle, Orchard, Forest and Color House aren't randomized. What gives?
There are limitations to what can currently be randomized in The Witness.
There is an option to turn these non-randomized panels off, called "disable_non_randomized" in your yaml file. This will also slightly change the activation requirement of certain panels, detailed [here](https://github.com/sigma144/witness-randomizer/wiki/Activation-Triggers).

View File

@@ -0,0 +1,26 @@
# The Witness Randomizer Setup
## Required Software
- [The Witness (Steam)](https://store.steampowered.com/app/210970/The_Witness/)
- [The Witness Archipalego Randomizer](https://github.com/JarnoWesthof/The-Witness-Randomizer-for-Archipelago)
- [ArchipelagoTextClient](https://github.com/ArchipelagoMW/Archipelago/releases)
## Joining a MultiWorld Game
This Randomizer can be very "moody" if you don't do everything in the correct order.
It is recommended to do every single one of these steps when you connect to a world.
1. Launch The Witness
2. Start a fresh save (unless you have absolutely no other choice)
3. Do not move
4. Launch [The Witness Archipalego Randomizer](https://github.com/JarnoWesthof/The-Witness-Randomizer-for-Archipelago)
5. Enter the Archipelago Adress, Slot Name and Password
6. Press "Randomize"
7. Wait for the randomization to fully finish before moving in-game
That's it! Have fun!
## ArchipelagoTextClient
Its recommended to have Archipelago's Text Client open on the side to keep track of what item you receive and send as The Witness has no in-game messages.

View File

@@ -574,5 +574,24 @@
]
}
]
},
{
"gameTitle": "The Witness",
"tutorials": [
{
"name": "Multiworld Setup Guide",
"description": "A guide to playing The Witness with Archipelago.",
"files": [
{
"language": "English",
"filename": "The Witness/setup_en.md",
"link": "The Witness/setup/en",
"authors": [
"NewSoupVi", "Jarno"
]
}
]
}
]
}
]