Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 881 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 881 Bytes

noisee

Reads and displays the seed of your current Noita run from memory.

How to run

Run noisee.exe before or after you start Noita.

Build from source

To build from source and publish a single-file binary (requires .NET 6 Runtime), run

.\Publish-Project.ps1 -Configuration Release

To build form source and publish as a single-file and self-contained binary (.NET 6 Runtime included, but larger file size), run

.\Publish-Project.ps1 -Configuration Release -SelfContained

About Publish-Project.ps1

Use Get-Help .\Publish-Project.ps1 for more information.