Quantcast
Channel: General Mod Discussion
Viewing all 7890 articles
Browse latest View live

Referencing Other Mod Tiles

$
0
0
I was wondering if it was possible to make a tile act as another mod's crafting station.

Ex: Making TileA, when Elemental Unleash is loaded, have the function of the Purium Anvil.

If that's possible, could you include a snippet/sample of how to do that? Thanks!

[TModLoader: How Do I Make This?] How To Make A Boss AND Treasure bags?

$
0
0
As the title above says, I'm trying to make a boss and a treasure bag for my mod.
I did attempt to make them by myself, which didn't work at all, at the end the boss was just buggy and horrible.

When I also tried making my own treasure bag, it kinda went well, except that when I right clicked it, it never gave me loot, even If In the code I wrote that It should give me a certain item.

I also already deleted the boss and the bag .cs because I want to make them from scratch again, so I can...

[TModLoader: How Do I Make This?] How To Make A Boss AND Treasure bags?

Terraria Tmodloader [Mac] Crashing.

$
0
0
Hello,So i recently got a Present, My New MAC Computer,and as one of my favorite games i tried playing Terraria,as i was playing i came across Modded Terraria,I downloaded TmodLoader,saw videos on Yt all that how to install,and as i installed i open my Terraria,it Crashes,i Tried reinstalling,and stuff like that. Please Help.

Content resources for an utter newbie?

$
0
0
So, yeah, trying to make a mod, and I haven't done much with computers in AGES, but I figure there must be common resources out there, right?

For instance: I want to add a weapon for my noob mod, but I have NO art talent, so the fact that I need... essentially... a beehive on a slightly curved stick is stopping me cold. I also don't know what I'll do for sounds.

There's resources out there for needs like that, right? I'm pretty lousy at teh Googs, so I'm not finding much, but I feel like...

Content resources for an utter newbie?

Which levels/classes based mod should I use for my playthrough? (More info in first post)

$
0
0
I wanted to play a modded, coop (only two players) playthrough with a friends of mine, and my decided mods are Honor Bound mods (The Lunatic, Lives etc), Modifiers for Enemies and various other small mods like the health bar and recipe browser mods
Since this is gonna be a huge damn and very hard mess, what's the best mod for levels and classes?
It doesn't have to be exactly balanced, a hand to make it easier is truly appreciated

Crafting Recipe Question

$
0
0
If I wanted to make a mod that adds extra crafting recipes for items already existing in the game, how would I go about doing that?

WIP-UNRELEASED-SlimeBiome Mod

$
0
0
I am currently making a slime biome mod, this thread was released early to try to avoid competition, Info will be made when this mod is released. View attachment 183547

Terraria Track List For Custom Wave Banks


[Tutorial] Projectile Guide and Implementation: tModLoader Edition

$
0
0
[Tutorial] Projectile Guide and Implementation
tModLoader Edition
by: Sin Costan

Introduction:
Hello TCF community, by a request, I have imported the original tAPI guide to tModLoader, with a few changes of course.


This page looks pretty empty boss, where's the tutorial?
By the power of Google Docs, I have made it in that, though reading code will be a pain,...

[Tutorial] Projectile Guide and Implementation: tModLoader Edition

[Tutorial] Projectile Guide and Implementation

Increased Buff limitation?

$
0
0
I did some searching on the forums and google, and as far as I could see was that this was asked once.

I wanted to ask if there was a possibility, with the current TmodLoader, to find some way paste the Buff Limitation of 22? Or atleast a means to allow for more than 22 buffs at a time through some unique mechanic?

Town npc limit?

$
0
0
im playing a ultra modded terraria and i noticed that i cant get more than 27 npcs
any idea?

[tModLoader] How to create custom Music Boxes?

$
0
0
I've checked all of the potentially related classes to Music Boxes in the Example Mod distribution (AFAIK) but I can't seem to find a way to create custom music boxes. The classes: ExampleMod\Items\Placeable\ExampleMusicBox.cs and ExampleMod\Tiles\ExampleMusicBox.cs, but neither seems to contain the code to actually create them. Help would be greatly appreciated.

Eternium Mod (Need Coders and Spriters)

$
0
0
So, I need to start a team of dedicated, passionate modders and spriters to join me in creating a mod that will rival the Calamity and Thorium Mods. I have a WIP list of content that will be added into this mod. Only problem is that the amount of things that I have planned cannot be done by just myself, thus I want to make a team of modders that are as passionate about the game as I am. I have been playing Terraria since its release date and have been in love with the game ever since. My...

Eternium Mod (Need Coders and Spriters)

error CS1061:

$
0
0
Someone help! I'm creating a sword mod but i get this Tmodloader error when i build it:

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 directive or an assembly reference?)
I have no idea what to do...

Here is my sword cs file:
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;

namespace SwordofDestruction.Items //The directory...

error CS1061:

Newb Modder Question

$
0
0
It's modding time. Here's a pretense:

- I am kind of familiar with C#. Seems pretty close to C++.
- I have read all of TModWiki and TModloader articles ( at least the ones that are still available )
- I feel comfortable with how the game operates and is laid out
- I have never modded before
- I DO understand that not all information is available.


Now for the question time. Going through some code examples I noticed that there was a great deal of unusual code to me. I am not...

Newb Modder Question

Sprites not animated?

$
0
0
Not sure why, but the sprites for my entities are not animated. Im sure im missing a block of code i forgot to add in

Heres a block from a regular entity of mine:

using System;
using System.IO;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;

namespace SaobiesMod.NPCs
{
public class PhilosophyShard : ModNPC
{
int projectileTimer1 = 0;
int projectileTimer2 = 0;
// int...

Sprites not animated?

Need help with framerate (Question)

$
0
0
Hey, my friends and I want to play some Terraria Mods so we chose a few to play. We tested to play on the Server but the game lags for all of us so I wanted to ask here if we overloaded our mod list since you guys here know more about this stuff. Our mods are:
  1. AlchemistNPC v4.7
  2. Auto Trash v0.1.2.2
  3. Boss Checklist v0.1.3.4
  4. Calamity Mod v1.2.0.4
  5. Fargo's Mutant Mod: Summons and Sould v0.12.4
  6. Magic Storage v0.4.2
  7. MoreAccesories+ v2.1
  8. Repice Browser v0.3.0.2...

Need help with framerate (Question)

Weird behavior

$
0
0
So this is a new one for me. Not sure if some aspect of vanilla that I never knew about or something mod-related that is causing a glitch.

Playing as a summoner and my minions are killing me! What the eff..

So far I've had this happen near the solar pillar.

its funny, I suppose, but getting on my dang nerves.

Anyone have this sort of thing happen? Solutions? Reasons why this might happen?

Best place to learn TmodLoader for a lil nerd with no coding knowledge

$
0
0
Hey im a little gremlin humanoid from northern nunavut and i wanna know how to make the cool epics mods. Would i need to watch guides or take coding courses (Code academy etc...) or could i just learn it along the way. Thanks in advance you lil babes :passionate:
Viewing all 7890 articles
Browse latest View live