ÐarkŁight
Steampunker
No More Tombs
This mod allows disabling the spawning of gravestones when you die, as well as adding other gravestone-related QoL features.
Features:
- Disable the spawning of gravestones on player death. This effectively prevents gravestones from being obtainable (unless the next feature is enabled).
- Enable the spawning of gravestones when town NPCs die, similar to the 1.4 Hardcore feature (without needing to be in Hardcore for it to work).
- Disable player death messages from being shown.
- All above features are configurable in the in-game Mod Config menu.
- Disabling/changing graveyard biome effects and its requirements (Terraria 1.4).
- Disabling the spawning of gravestones when town NPCs die in Hardcore (Terraria 1.4).
- Possibly making gravestones obtainable in some other way (bought from existing/new NPC?, craftable?, lootable?).
The mod can be downloaded from the mod browser, or from Github.
This mod is open source, in case anybody wants to look at how i did things or wants to add to it. Github link.
Configuration:
You can use the in-game Mod Config menu to change the mod's settings, these will be saved as a json file in the save path
Terraria/ModLoader/Mod Configs
and be called NoMoreTombs_Configuration.json
. As tModLoader doesn't save config settings that aren't changed from their default values, here's a version of the file with their defaults set:
JSON:
{
"NoTombstones": true,
"NoDeathMessage": false,
"TownNPCTombs": false
}
Changelog:
- 1.1.2:
- Allow players who are the host in host & play to change config settings.
- Fix no death text config option messing with some mods which modify player death behavior. - 1.1.1:
- Changed the mod back to be both sided, since client side mods aren't loaded by servers (oops).
- Changed the config to be server sided (should work the same in single player), and made the settings only changeable by the server in MP. - 1.1.0:
- Updated to tModLoader 0.11.8.1.
- Added config option to allow dropping tombs from town NPC deaths, should work exactly like in 1.4 Hardcore mode. Defaults to false.
- Changed how tombs are prevented from dropping on player death so that mods that use the tombstone projectile aren't affected. - 1.0.2:
- Updated to tModLoader 0.11.
- Updated config system to use ModConfig.
- Now a client-side mod. - 1.0.1:
- Added config file.
- Added no death text option. Defaults to false.
Credits:
This mod was originally based on the "Disable Gravestones" option from HERO's Mod, by jopojelly.
Want to help me out a bit?
Last edited: