Overhaul 4.0.4(.1), apparently.
Added 2019-08-03 22:10:36 +0000 UTC
Few more important fixes for this epic bugfest of an update.
Most importantly, this fixes the following:
- Softlocks when running out of ammo with some items during combat.
- Various issues with music from other mods (Thorium, Calamity, etc.)
- Lower half of (mini-)map not being rendered on some world sizes.
- Plenty of crashes, freezes and random issues related to reloading & unloading the mod.
-== Download ==-
From ModBrowser: Link (OR just type "Terraria Overhaul" in Mod Browser!)
From MEGA: Link (Only use if mod browser doesn't work for you)
-== 4.0.4.1 Changelog ==-
Fixed:
- Fixed the game crashing on tML >=0.11 due to a dumb typo and lack of testing.
-== 4.0.4 Changelog ==-
Added:
- Added a message for users of VeinMiner that tells them to update to it to a version that's patched to not crash with Overhaul's optimizations. Although this was written in haste, and only works on 0.10 tML. Dumb.
Fixed:
- Issue #190 - IndexOutOfRange exception may occur in OverhaulPlayer.PreUpdateCrits's TryGetAmmo local method.
- Issue #191 - Softlocks may rarely occur when using some items.
- Issue #149 - Players can never stop climbing until they can't.
- Issue #192 - Projectiles can't deal damage to same NPC more than once.
- Issue #193 - Playback of MP3 music from other mods may get corrupted if game's window loses focus.
- Issue #194 - Playback of MP3 music from other mods may be laggy.
- Issue #195 - An IndexOutOfRange crash may rarely occur at Terraria.Map.WorldMap.get_Item.
- Issue #196 - Lower half of small/medium worlds' (mini-)map may be rendering incorrectly in some cases, due to typos in minimap render target array resizing.
- Issue #197 - IndexOutOfRange exception may occur in OverhaulPlayer.PreUpdate when touching world's borders.
- Issue #198 - Game may crash when reloading mods from weird points, like Build and Reload. I still blame tML.
- Issue #199 - Internal hook subscriptions don't get removed on unload, resulting in them stacking up. Could be dangerous.
- Issue #200 - Stackoverflow exceptions may sometimes occur in MenuSystem.Main_DrawMenu swap, due to inner calls sometimes triggering mod unloading, resulting in unloading of a currently executing hook.