The seed is the number that is used by the world generation algorithm to create a unique world for each playthrough. The seed is normally generated by a pseudo random number generator however the Daily run uses the current system date as the seed. Because the seed determines the structure and contents of the world players who have the same seed will play through identical worlds.
The current seed number is displayed in the bottom-left corner of the Pause menu screen, or when starting a new run.
Seeds for your prior runs can be found in ../save00/stats/sessions
. Gifs made with the in-game replay recorder also have the seed as part of the filename, e.g. "date-time-seed" within "noita-20200514-225517-1698460614-00054896.gif"
Changing seeds[]
There are a few methods to change the seed.
- Steam Workshop - Seed Changer - by Evaisa
- Mod Workshop - Start with custom seed - by Dregu
- mod-less with Windows PowerShell - script on github - by vexx32 - (demo video)
Cheating to analyze the seed[]
This content includes possible spoilers or secrets. Tread carefully.
It is possible to see details about any seed via the Noita Seed Tool. Be warned, as with any cheats, this can spoil some of the fun for yourself or others.
It is possible to see details about any seed via the Noita Seed Tool. Be warned, as with any cheats, this can spoil some of the fun for yourself or others.
It is possible to see details about any seed via the Noita Seed Tool. Be warned, as with any cheats, this can spoil some of the fun for yourself or others.
See also[]
- The links under the table at Biomes#Current Maps for the code used to generate those maps.