npc spawning help
hello, I have a problem with spawning monsters by bool(true or false) variables and I need to use a bool for this because I am making a Easter event in my mod. it says it is fine in the coder but when...
View ArticleWho here is HYPED for Ancients awakened!
I am SO EXCITED for this mod. While i do agree that the game could use some more mid game content (As well as another way to spawn the Broodmother/Hydra (And i'm also waiting for the Hydra update)) I...
View ArticleModding Tutorial: World Generation
Hello people! It seems that there has been an explosion of World Generation in mods, and, well, I want to make it bigger/I'm bored. Note: This tutorial is a bit complicated. You should know how to at...
View Article"Out of bounds of array" help
I have the Calamity mod (no music) installed, along with MechTransfer and AlchemistNpc. World was working fine for the first few days, then, when I try to log in and play, the world name is blank,...
View ArticleMODDED TERRARIA CRASHING:HELP PLS!
I earlier had 6 light mods installed namely veinminer, maxstackplus,omniswing, item checklist, recipe browser and boss checklist...it worked smoothly at first.then the game started crashing after 5-15...
View ArticleIdeas for more Celestial Pillars
TheLoneGamer said: ↑ Yeah, I was thinking of that especially for so many of the repeat cases like throwing emblems, summoner and throwing helmets, post Moon Lord throwing armors, and more. Problem is,...
View Articlemonster chain help
hello. I need help with making a neck for my hydra so I am doing chain style necks(example the hungry connected to wall of flesh). I've done a bunch of ways to do it but all of them don't work. so how...
View ArticleHow do i create full custom combat melee weapon?
So,i want to create a weapon that have its own combat mechanic and shoot projectiles at the same time.But,sadly i don't know how to create it. Can someone tell me how to create it?
View ArticleUseAnimation priority over UseTime?
Hi, I am fairly new to modding and have started making a sword, which I would like to have different UseAnimation and UseTime, but in game it seems to only use UseAnimation. Here is my code: {...
View ArticleHow do I make a boss?
I need help, how do I make a working boss? Is Tapi code the same with Tmodloader code?
View ArticleOverhaul Mod Crashing Game On World Launch
I downloaded the Overload Mod with tModLoader 0.10.1.5 and now whenever I start a world it will crash the game and show an error message. I tried disabling all my other mods and the same thing came up....
View ArticleThe Enigma Mod
Welcome to Enigma! Explore a world of Mystics and Magic, of Change and Challenge, of Souls and Steampunk! Current Content: New Level-Up System: The Soul Stone Soul Stone View attachment 176734 The...
View ArticleProblem with my mod.. Error CS1061
I have problem with my projectile file.. My Projectile file: Code: using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using Terraria.ID; using...
View ArticleProblem with my mod. Error cs1061
I'm making ore and I have problems with that. My mod file Code: using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace Apocalypse.Items.Placeable { public class UraniumOrePlaceable :...
View ArticleProblem with my mod. Error CS0103
Okay.. Sooo I'm still making Uranium Ore. Mod File: Code: using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace Apocalypse.Items.Placeable { public class UraniumOrePlaceable : ModItem...
View ArticleMob drops?
Where in an NPC's code would you determine what they drop when killed? I'm attempting to add another item that drops from zombies (vanilla Terraria zombies as of now), and can't figure it out Help...
View ArticleDoes anyone have working links or files to tConfig 1.1.2 mods?
I'm not sure if this is the right place to ask but if any of you have Omnir's Modpack or the Necro mod, or any other really fun tConfig mods that would be greatly appreciated.
View ArticleServer making
Hello guys, i need help with making server for playing calamity mod with my friend, i searched on internet how exactly make working server but i couldnt find it so iam asking you for help. We both have...
View ArticleToo many modded items in shops
Hello everyone I have something like 44 mods installed, and pretty often the vanilla NPC's shop isn't big enough to contain all the new and vanilla items they sell (there are doubles too, for example...
View ArticleSo I am trying to make a mod.
I am trying to make a mod, but I am having a bit of trouble. How do I change the first item from a melee weapon to key of sorts?
View Article