Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minavoii/sanctuary-seeder
A seed finder and checker for Monster Sanctuary.
https://github.com/minavoii/sanctuary-seeder
finder monster monster-sanctuary sanctuary seed
Last synced: about 1 month ago
JSON representation
A seed finder and checker for Monster Sanctuary.
- Host: GitHub
- URL: https://github.com/minavoii/sanctuary-seeder
- Owner: minavoii
- License: mit
- Created: 2024-08-23T09:08:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T09:35:19.000Z (4 months ago)
- Last Synced: 2024-08-24T10:35:58.502Z (4 months ago)
- Topics: finder, monster, monster-sanctuary, sanctuary, seed
- Language: Rust
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sanctuary Seeder
[](https://github.com/minavoii/sanctuary-seeder)
A seed finder and checker for [Monster Sanctuary](https://store.steampowered.com/app/814370/Monster_Sanctuary/).
## About
The game generates a seed used to randomize the contents of the Bravery, Randomizer, and Relics of Chaos game modes.
The monsters you find are different depending on both the seed and which modes you play on: Randomizer, Bravery, or both (relics being generated after them).
This uses a reimplementation of the game's algorithm to generate all possible seeds and stores them in a database (as `seeds.db`).
The database is then queried to find any seed based on criteria, such as where a monster or relic can be found, or whether it is available or not.
## Downloads
| Platform | Link |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows | [Setup x64](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Windows-x64-setup.exe) / [Portable x64](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Windows-x64.zip) / [Portable ARM64](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Windows-ARM64.zip) |
| MacOS | [x64](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Darwin-x64.tar.gz) / [Arm64](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Darwin-ARM64.tar.gz) |
| Linux | [x64](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Linux-x64.tar.gz) / [Arm64](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Linux-ARM64.tar.gz) |If you're unsure which one to get, you're probably looking for the [setup](https://github.com/minavoii/sanctuary-seeder/releases/latest/download/sanctuary-seeder-Windows-x64-setup.exe).
## Screenshots
![A visual of available Bravery eggs](docs/eggs.png?raw=true "Title")
![The seed finder](docs/finder.png?raw=true "Title")