This repository was archived by the owner on Jun 21, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Quadstronaut edited this page Jun 7, 2026
·
1 revision
Contributions are welcome. S1SS is CC0 — public domain. No CLA required.
Use GitHub Issues. Include:
- A description of the problem
- Steps to reproduce
- Your Windows OS build and PowerShell version (
$PSVersionTable) - The error message or unexpected output
Open an issue with the enhancement label. Describe what you want and why it is useful.
- Fork the repository on GitHub.
- Create a branch from
masterwith a descriptive name (e.g.,feature/timestamp-vault-names). - Make your changes. Keep the single-file script structure — S1SS is intentionally a standalone
.ps1with no dependencies. - Test on Windows 10+ with PowerShell 5.1 in an elevated window.
- Submit a pull request against
masterdescribing what changed and why.
- S1SS uses
Write-Hostfor display output (by design — this is an interactive console tool, not a pipeline component). - Functions are at the top; main logic follows.
- The
SaveGameclass carries all per-save display data; extend it there if adding new fields. - Each new field read from disk should have a corresponding source documented in the Save Data Reference wiki page.
Find the maintainer on the Mission Control Discord.