gardenapple
Steampunker
Note: this thread has been merged into the "Vanilla Tweaks + other little tweak mods" thread.
Is Expert Mode too frustrating for you, but you still want a bit of a challenge? Do you think Normal Mode bosses are too boring?
Then this mod is probably for you! Boss Expertise makes bosses move and behave like in Expert Mode when you're in Normal Mode (without changing their stats). This works on bosses from other mods too!
Optional features:
Enabling and disabling optional features:
Download: either from here or from the Mod Browser. The source code is readable using tModReader.
Latest version was built using tML v0.8.2.1
Is Expert Mode too frustrating for you, but you still want a bit of a challenge? Do you think Normal Mode bosses are too boring?
Then this mod is probably for you! Boss Expertise makes bosses move and behave like in Expert Mode when you're in Normal Mode (without changing their stats). This works on bosses from other mods too!
Optional features:
- Bosses drop Treasure Bags even in Normal mode (disabled by default).
- Demon Heart now works in Normal Mode (disabled by default).
- /expert command which toggles Expert mode in a world (enabled by default).
- Button in the Cheat Sheet mod menu which does the same thing (enabled by default).
Enabling and disabling optional features:
Unfortunately you can't do it in-game just yet (because it's really hard to code in the current tModLoader version). So you'll have to do some text file editing instead. Sounds scary, I know, but here's a step-by-step guide:
- Download the mod and launch the game.
- Find the Terraria save folder (on Windows it's My Documents/My Games/Terraria)
- Go to Terraria/ModLoader/Mod Configs/Boss Expertise. Inside, you should see a file called config.json.
- Open it with any text editor
- The file should look like this:
Code:
{ "DropTreasureBagsInNormal": false, "DemonHeartWorksInNormal": false, "ChangeBossAI": true, "AddCheatSheetButton": true, "AddExpertCommand": true }
- Change the value that you need to either "false" (to disable the feature) or "true" (to enable it).
- Either re-launch the game or go to Terraria's Main Menu -> Mods -> Reload Mods
Download: either from here or from the Mod Browser. The source code is readable using tModReader.
Latest version was built using tML v0.8.2.1
v2.3.2:
- Fixed issues with multiplayer.
- Reduced log spam when reading config files.
- Added an easter egg.
- Fixed /expert command.
- The config file now uses the JSON format, just like the regular Terraria options (I'll update the guide on how to change config options soon).
- The mod will automatically convert your old configs to the new format.
- Added new optional feature: Demon Heart works in Normal Mode (@Raulzus).
- The Cheat Sheet expert mode button now plays a sound when clicked and also shows a chat message.
- The /expert command now has new text if you try to switch to Normal/Expert mode when the world is already in that mode.
- Added Cheat Sheet mod integration
- Added more config options: "Change boss AI", "Add /expert command" and "Add Cheat Sheet button".
- They are all ENABLED by default, but you can disable them if you want to.
- Renamed the config option to "Drop Treasure Bags".
- Updated to tML v0.8
- Added a config system. This means that I'll be able to add optional features, which can be enabled or disabled by players.
- Currently the only config option is "Change mob drop rates to Expert" which allows bosses to drop Treasure Bags .
- Instructions on how to change config options will be in the OP.
- Implemented integration with the Cheat Sheet mod by @jopojelly: a button that allows you to switch between Expert and Normal mode. It's not usable yet because I'm waiting for his permission to add it, but the code is there and it works.
- Initial release.
Last edited: