Cr4xy / noita-seed-tool

https://cr4xy.dev/noita/index.html
MIT License
28 stars 5 forks source link

Seed is different from what webpage says. #1

Closed fbianco32 closed 3 years ago

fbianco32 commented 3 years ago

Im running seed 2542041883, in the website it says itll have a snow flask and first shift is lava to pea soup, after testing ingame i start with slime flask and first shift is worm blood to normal blood. Noita is April Build 23 2021

Cr4xy commented 3 years ago

The highest allowed seed is 2147483645. I made a commit that should cap the seed at that number.

Update: It seems that noita allows you to set this seed, but with some errors: image

The issue seems to be in the random algorithm wasm module - i will try to replace my implementation with the one from https://github.com/kaliuresis/noa

Cr4xy commented 3 years ago

I replaced the wasm module with kaliuresis' version, it seems to be working.