Noita
RPG Mod
Showing 1-10 of 29 entries
< 1  2  3 >
Update: Mar 5, 2024 @ 9:34pm

New patch for new_enemies mod compatibility

Update: Feb 16, 2024 @ 4:09am

Fixed a bug where spell drops from superior monsters were not respecting the spell's unlock condition, causing the player to see spells they shouldn't yet.

Update: Feb 15, 2024 @ 9:39pm

Fixed a bug where rage-fueled levitation would not correctly replenish flight energy because of the level bonuses not applying

Update: Feb 13, 2024 @ 3:23am

Removed a line of code I forgot I added that would definitely be causing people errors. How does this keep happening?

Update: Feb 13, 2024 @ 2:41am

Compatibility fix for possibly several mods which add spells

Update: Feb 9, 2024 @ 9:38pm

Enemies which become superior will now also have their CameraBoundComponent removed, stopping them from being deleted. The enemies still seem to disappear if you get too far away and will reappear when you are close enough.

To prevent the world cache from filling up with enemies that will not be seen again possibly ever, there are restrictions as to when the camera component is removed. Such as when the spawn probability is too high for the player to care about the enemy being lost.

Update: Feb 8, 2024 @ 4:03pm

Fixed a bug causing some spells not to drop and also sell for no gold if tried.
Selling spells now announces how much gold they give.
Changed default for setting "level difficulty scale B" to from 0.1 to 0.045.
Changed default for setting "ease of level" from 0.1 to 0.25.
Settings are now labeled to show whether they need a new game started in order to take effect.

Update: Jan 6, 2024 @ 12:07am

Changed the default level balance settings. These changes won't reflect for anybody who already had the mod installed.

Config menu defaults changed:
-Ease of level: 30.0 -> 0.1
-Level power: 1.0 -> 5.0
-Diminishing returns: 0.9833 -> 0.9
-Level difficulty interval: 100 -> 1
-Level difficulty curve B: 2.0 -> 0.1

Update: Jan 6, 2024 @ 12:07am

Mistake patch - realised I had not saved the file I was modifying as I was performing the mod upload.

Update: Dec 24, 2023 @ 8:42pm

Fixed silly division by zero error which was just crashing the game when starting a new run with Varia's addons mod also installed