danielniccoli / noisee

Reads the seed of your current Noita run from memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Reads the seed of your current Noita run from memory.

License:MIT License


Languages

Language:C# 71.8%Language:PowerShell 28.2%