[Tutorial] Creating Simple UI: Custom Resource Bars
Welcome, in this tutorial, we want to create a custom health bar and custom mana bar. I will start with an empty project. Project ID: CustomBars Project Name: Custom Resource Bars View attachment...
View ArticleTutorial: [3] Items
Items Last update: 9th of June, 2016 Table of contents: 1. Prerequisites 2. Introduction 3. The first item 4. How to create any vanilla weapon type you want 5. Doing something on hit 6. Other things......
View ArticleDoes anyone know what "The Ocean" is/does?
So I have a modded world with Calamity, Thorium,Tremor, and Reduced Grinding. Yesterday when I defeated The Leviathan for the first time it dropped a lime rarity item titled "The Ocean" I'm not certain...
View Article(Work In Progress) Tripple's Mods Collection
Basically, this whole thread is just me trying to get people to work in my mod 1) Spriters Needed! (T-Pixel Artists won't sprite for me, unfortunately, and I can't sprite myself). 2) Soundtrack...
View ArticleBiomes just go missing and leaving huge craters
Read the title And Ill specify what biomes, The Glacier biome(Tremor) and Aquatic Depths(Thorium) and leaving huge craters behind them I had this issue before, then I made a new world and checked if...
View ArticleMod request.
So, I'm looking for some vehicles. But I dont have any C - Sharp or any knowledge on making mods, and I dont want to waste 24 hours of my life just watching tutorials and still failing. And thats why I...
View ArticleError CS0103: Help!1!
Heres my code: Code: using Terraria; using Terraria.DataStructures; using Terraria.ModLoader; namespace TerraZ.Items { public class BloodFragment : ModItem { public override void SetDefaults() {...
View ArticleDifferent dialogue for custom npc name
So this is actually 2 things. The first is i made an npc who has a 1/5 chance of having his name be "???" instead of "Suspicious Person". I wanted it to be so hat if his name is ??? he will have an...
View ArticleIs there a way to prevent a cloned projectile from dropping the item it's...
I hope that the title is clear, but if it isn't, I'll try to explain more here. My friend and I are making a mod, and one of the things that we're doing is making throwing weapons a bit more useful....
View ArticleShotgun style boss projectiles
So, a few weeks ago the laptop i was using to make my mod broke, and all my stuff went down with it. Iv since been trying to recreate the mod from scratch but thats been proving quite hard given i dont...
View ArticleI need some help with armor/accessories stat bonuses
Hi I'm a starting up mod developer and I want some help with adding stat bonuses to armor and accessories. I know most of the basics. Below are the ones I'm interested in. adding increases health...
View ArticleModding: Public Class Items name for an item with a multi-word name.
!error CS1061: 'Terraria.Item' does not contain a definition for 'name' and no extension method 'name' accepting a first argument of type 'Terraria.Item' could be found (are you missing a using...
View ArticleHow do I make a melee weapon send out stars without using ammo
I want to make a star-throwing sword without it using any sources of required ammo from the player's inventory. How exactly can I do that?
View ArticleChar and world files are gone!
So I started a new character and world about two weeks ago, and they have both been deleted from the game! I can see the files in C: > Users > (Username) > Documents > My Games >...
View ArticleAdding multiple tooltips
I want to add multiple tooltips to an item. I tried using Tooltip.SetDefault("") twice but it seems that doesn't work.
View ArticleHow should I start modding?
When I tried modding Terraria for the first time, I used some of the code from the ExampleMod to see how modding works. I made a pickaxe, sword, armour set and tried to make a bed, but I failed XD. Now...
View ArticleHow to apply buff to player using yoyo projectile?
So I made my custom yoyo and added one of main parts of it(thanks tMod community for help, those guys are awesome) But im struggling to apply buffs to player using yoyo. I tried using OnHitNPC, but it...
View ArticletModLoader MultiPlayer Server on Linux
Hey there folks I want to host a tModLoader Server on my Linux Machine, because Windows is, for hosting Servers, quite ****. But I'm not getting the hang on how to set that thing up. I also couldn't...
View ArticleHow do I Make A Custom Item Drop From Every NPC Possible?
So I have made a series of items which I would like to drop from every single enemy from every single mod. I have looked at many other guides but they only say how to make an item drop from specific...
View ArticleServer Help: tModLoader mod with a manual save command
Hello. I have rented a server and have equipped it with different mods through tModLoader. However, for some reason, the server does not always save itself. It is supposed to save 15 minutes after all...
View Article