marzipanvac
Terrarian
Sshhhh.... ignore this post... read the ones below it.
Last edited:
using Terraria.ModLoader;
using Terraria;
using System;
namespace ShorterRespawn
{
public class ShorterRespawn : Mod
{
public override void SetModInfo(out string name, ref ModProperties properties)
{
name = "ShorterRespawn";
properties.Autoload = true;
}
}
public class ShorterRespawnPlayer : ModPlayer
{
public override void Kill(double damage, int hitDirection, bool pvp, string deathText)
{
player.respawnTimer = (player.respawnTimer / 4);
}
}
}
Yeah, I don't really know what would be a good balance, so I did that as a placeholder:Thanks, bud! But does that say it's only 1/4 of the respawn time though? That's really short... not to be ungrateful or anything, though. I think that might just unbalance it.
Alright, I've updated it. With your suggestions, here are the new times:Hmm... maybe just something like 3/4 for expert mode. That'll bring everything to an acceptable level. As for normal mode, I don't really have much of a preference there. I think it might be perfectly balanced, but I haven't played normal since expert mode came out, so I can't say much for it.
Yeah, it's just on my school computer so I'll do it during next weekWill this be updated to tModloader 0.8?
When I turn this mod on while I have Cheat Sheet on, I get the following error.Update released. Use with Cheat Sheet to access a special button. (Instant Respawn)
K, I fixed this in Cheat Sheet, my bad.When I turn this mod on while I have Cheat Sheet on, I get the following error.
Index was outside the bounds of the array.
at CheatSheet.UI.ExtendedCheatMenu..ctor(Mod mod) in c:\Users\Javid\Documents\My Games\Terraria\ModLoader\Mod Sources\CheatSheet\UI\ExtendedCheatMenu.cs:line 58
at CheatSheet.CheatSheet.AddCraftGroups() in c:\Users\Javid\Documents\My Games\Terraria\ModLoader\Mod Sources\CheatSheet\CheatSheet.cs:line 70
at Terraria.ModLoader.ModLoader.AddCraftGroups()
at Terraria.ModLoader.ModLoader.do_Load(Object threadContext)
Then it turns off CheatSheet, but not the lower respawn one. CheatSheet works fine by itself.
EDIT: This happens when I reload the mod, specifically when its loading recipes.
I'm pretty sure it should still work. Does it not?Will you be updating this for 1.3.1?
Have you checked the mods menu? Since it still works, it'll still be in the mods menu. I just went to the mod loader with the latest tmod and it was there. I enabled it, and it was working.It just doesn't appear in the mod browser, which led me to believe that it wouldn't work, as so far only mods that appear in the browser have worked. I also can't download it now, as I had to re-download my mods with the 1.3.1 update.
But I had to completely reinstall so I no longer have itHave you checked the mods menu? Since it still works, it'll still be in the mods menu. I just went to the mod loader with the latest tmod and it was there. I enabled it, and it was working.
Like I said, I searched in the mod browser and it showed up. If that's not working, here is the direct link http://javid.ddns.net/tModLoader/download.php?Down=mods/ShorterRespawn.tmodBut I had to completely reinstall so I no longer have it
Thank you c:Like I said, I searched in the mod browser and it showed up. If that's not working, here is the direct link http://javid.ddns.net/tModLoader/download.php?Down=mods/ShorterRespawn.tmod