Custom Weapon Types
I've been looking all day for specific information about creating different types of weapon damage, however I can't find anything definitive that actually explains how I would go about doing this. In...
View ArticleMultiplayer map sharing
Hey i was just curious if there was a Multiplayer map sharing mod that shares discovered locations on the map with all players on the server. Me and my girlfriend have been playing for ages and would...
View ArticleBug with terraria mod
Hi, i wanted to play to Terraria with mods, so i have installed tModLoader on my Terraria but sometime i have a bug: sometime when i start to play on my world, all my items of the mod and all the...
View ArticleHelp Needed -ModNPC AI - Making the NPC 'Jump'
Hi there, I'm just working on my first boss - so I'm a bit sketchy on the AI parts of this. My boss is moving as I would like, which is he will 'walk' up to the target player but stop once he is 100px...
View Article3 questions
Hello, I have a few questions about tModLoader, aswell as questions about how to solve some issues. When I save and quit from the game, my character data is saved normally, the problem is that if I...
View ArticleModded multiplayer on steam
Hello all, A friend and I have recently picked up Terraria again and have been streaming all of our current adventures together, where we had great fun. Though, slowly the reality is slamming in that...
View ArticletModLoader errors and game crashes
I tried playing multiplayer with a friend, she was hosting. She was able to load into the game fine, but I got an error like this: The first was for a different mod, but have not shot if it, but was...
View ArticleTutorial: [2] Recipes
Recipes Last update: 9th of June, 2016 Table of contents: 1. Prerequisites 2. Introduction 3. How do recipes work? 4. Adding your own recipes 5. Working with vanilla recipes 6. Other places......
View ArticleProblems with aerialite spawning in my world.
So I started an expert calamity world and I have killed the desert scourge however I can't seem to find any aerialite ore in my world. Any solutions?
View ArticleProblem with Mod's Code
Hi, I'm new to coding and have never coded anything out of Scratch or Lua. Recently, a friend of mine took on the project of creating a Terraria with his own weird and wacky stuff. Anyways, the first...
View ArticleTmodloader Help
View attachment 199966 View attachment 199967 Why Is This error occouring? I'm relativly new to tmodloader but I think I have the namespaces correct.
View ArticleCs0246
c:\Users\victo\Documents\My Games\Terraria\ModLoader\Mod Sources\Dangerous_Past\Particles\Minions\MinionName.cs(10,31) : error CS0246: The type or namespace name 'MinionInfo' could not be found (are...
View ArticleTutorial: [1] Getting started with tModLoader
Getting started with tModLoader Last update: 9th of July, 2017 Table of contents ... Tutorial: [1] Getting started with tModLoader
View ArticleItem's texture not showing up
Hi, I recently spent quite a bit of time working on a copper drill item. However, when using the drill, the texture for the drill does not show up and I'm not sure why. Here is the code for both .cs...
View ArticleServer wide glitch where clicking on items deletes them
https://pastebin.com/TciGstaP ^^^^ MOD LIST Randomly the server will have an issue where clicking on an item will delete it but it will go away for everyone. All will be back to normal.' Cant tell what...
View ArticleStop accessory stacking
I have two accessories and one is a direct upgrade, how do I prevent both of them being equipped at the same time?
View ArticleShoop Da Whoop Mod Idea
I have an idea for a new mod, when I make it, will be called the Shoop Da Whoop Mod. It will add three items, two of which are weapons, and a new post-Moon Lord boss. Items I currently don't have an...
View Article(Xymalite Custom Content Mod) Thread for Suggestions, if approved, will be added
HERE YOU WANNA POST ANY SUGGESTIONS, "ANY" AND "RANDOM" SUGGESTIONS. I will add them to my custom content mod, even the lamest ones, IF APPROVED, and thanks for sharing your time! Main Thread:...
View ArticleHelp with Worm Boss
I'm making a mod for TModloader and i need help with a worm boss... Since i think that Al0n37's tutorial is outdated, i'm looking for a code to make a worm boss.
View ArticleHow do I add a debuff to a sword?
Here's the code: Code: using Terraria.ID; using Terraria.ModLoader; namespace NamzOui.Items { public class Oui : ModItem { public override void SetStaticDefaults() { DisplayName.SetDefault("Oui");...
View Article