Overhaul 5.0 BETA 6, it's probably better.
Added 2021-05-12 23:27:11 +0000 UTCHi! In this beta, I messed with 3 things I wanted to/should've messed with since a long time ago: wall-based outdoors sound occlusion, a more purist-friendly player movement system hybrid, and gun recoil. The latter is highly experimental, so feedback on it is more welcome than ever. In the future, I will start removing random spread on most guns when recoil is enabled.
-== Changelog ==-
Commits: v5.0-beta-5-fix-1...v5.0-beta-6
Summary:
- TML: Somewhat fixed UseItem completely misbehaving in multiplayer. This caused the bug seen in Overhaul where remote clients firing weapons would cause tons of screenshake and other effects, as if they're firing the weapon every game frame. + Other multiplayer related fixes.
- TML: Added support for easily loading resourcepacks and maps downloaded from the vanilla workshop. Fixed issues with resourcepacks' textures.
- Redid player physics. Now more vanilla-like, with vanilla jump height and more air control. Jump key holding physics has been added back and rewritten, and jumps are way smoother than in vanilla.
- Experimental: Added gun recoil. Let me know what you think after trying it out. In the future, this will let me remove random spread from many guns, like the miniguns.
- Reimplemented the audio ambience system. Currently has 4 audio tracks for 3 different biomes.
- Implemented low pass filtering-based wall occlusion of outdoors ambient sounds. You will no longer hear birds so clearly while indoors or in a cave.
- New grass, dirt and stone footstep sounds that I find less jarring.
- Fixed "projectile enemies" being able to drop health and mana.
- Fixed the ChunkSystem sometimes freezing on mod unload.
-== Download ==-
TerrariaOverhaul (1.4 / v5.0-beta-6): MEGA
Windows tModLoader (1.4_mergedtesting / 26a7372): nightly.link
- Not an official tModLoader Release or Beta.
- Always update tModLoader together with Overhaul.
Mod Installation:
- Extract the .tmod file into the following OS-specific directory:
Windows: %userprofile%/Documents/My games/Terraria/ModLoader/Beta/Mods
Linux: ~/.local/share/Terraria/ModLoader/Beta/Mods
Mac: ~/Library/Application support/Terraria/ModLoader/Beta/Mods
(Create the Beta folder if it's missing)
tModLoader Installation:
- Extract the contents of the zip file into a folder that is itself located next to Terraria. Example: C:/Program Files/Steam/steamapps/common/tModLoader_1_4
- To launch it, use 'start-tModLoader.bat'. Or the .sh script, if you're on Linux or Mac.
-== How do I report issues? ==-
The best way is to create an issue on Github. If you do - I'll never blindly forget about it. Don't forget to mention either 5.0 or 1.4 in its name or description.
Alternatively, if you're feeling lazy or not sure about something, you can just ping me in the '1_4-testing' channel of Overhaul's Discord. I can help with any issues, not just Overhaul's.
-== How can/may I contribute? ==-
You can contribute by doing pull requests to the '1.4' branch on Github. Will require understanding of source control tools (git, or one of its GUIs, like Sourcetree)
- Programming:
- Look at the 1.4 milestone on GitHub.
- Contribute to configuration with config entries, or user interface. - Translations:
- See the Localizations directory.