Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkxs/stationeers
Various stationeers notes and code
https://github.com/zkxs/stationeers
Last synced: about 1 month ago
JSON representation
Various stationeers notes and code
- Host: GitHub
- URL: https://github.com/zkxs/stationeers
- Owner: zkxs
- Created: 2022-08-05T13:30:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T19:03:24.000Z (over 1 year ago)
- Last Synced: 2023-08-04T20:23:43.766Z (over 1 year ago)
- Homepage:
- Size: 428 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stationeers Stuff
A collection of my various Stationeers MIPS scripts and notes. Here's a list of my most useful things:
## Notes
| Thing | Description |
|-------|-------------|
| [MIPS](notes/mips.md) | Notes on various MIPS things, undocumented behavior, and evil hacks |
| [Atmospherics](notes/atmospherics.md) | Notes on various atmospherics things |## MIPS Code
| Thing | Description |
|-------|-------------|
| [hardsuit](generic/hardsuit) | Hardsuit controller. Minmaxes various things to use fewer resources. |
| [mixer](generic/mixer) | Mixer controller that accounts for different temperature inputs. |
| [filter](generic/filter) | Filtration unit controller designed for maintaining an airmix. |