Skip to content

Releases: EvaisaDev/evaisa.mp

Noita Online - Release 1.19.3 (build 384)

08 Feb 11:37
Compare
Choose a tag to compare

Noita Online - Release 1.19.2 (build 384)

25 Jan 17:45
Compare
Choose a tag to compare
  • Updated NoitaPatcher in order to support new Noita version.

Noita Online - Release 1.19.1 (build 383)

11 Dec 12:26
6086f1f
Compare
Choose a tag to compare
  • Improvements to steam api bindings.
    • No longer manually initializes steam api, and no longer adds steam shutdown to garbage collection.
    • This should prevent the mods from disabling steam workshop mods and ruining your mod order.

Noita Online - Release 1.19.0 (build 382)

20 Nov 20:00
Compare
Choose a tag to compare
  • Increased max player count
  • profiler improvements

Noita Online - Release 1.18.18 (build 380)

13 Aug 18:46
Compare
Choose a tag to compare
  • Added warning when running profiler without having NoitaDearImGui mod installed

Noita Online - Release 1.18.17 (build 380)

12 Aug 19:17
Compare
Choose a tag to compare

Noita Online - Release 1.18.16 (build 379)

21 Jul 08:49
Compare
Choose a tag to compare

Changes

  • Added alternative function for finding the correct folder of a mod, which should help solve some issues when people have multiple instances of arena installed.

Noita Online - Release 1.18.15 (build 378)

16 Jul 21:41
Compare
Choose a tag to compare

Changes

  • Updated NoitaPatcher
  • Added fallback to version hash code, it will now try to use certutil if this is available.

Noita Online - Beta 1.18.14 (build 377)

11 Jul 23:13
Compare
Choose a tag to compare

Changes

  • Added hasher.exe (file hashing utility)
    • data.wak is now hashed using this, which should fix the crash issue which showed up after 374

Noita Online - Beta 1.18.11 (build 373)

06 Jul 11:52
Compare
Choose a tag to compare

Changes

  • When msvcp140.dll is missing it will now completely stop running any code, and only show the popup telling users to install the redistributable.
  • Networking api now accepts null messages (probably)