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

[TUTORIAL] Shockwave effect for tModLoader

$
0
0


Ever wondered how you could implement a shockwave effect to your mod like the Pillar shields? How to give your explosions a bit more 'oomph'? In this guide, I'll teach you how to implement them! Don't worry, it's easier than you might think.

The basics

The shockwave effect is actually a surprisingly simple screen shader, the code of which is as follows:
Code:
...
[TUTORIAL] Shockwave effect for tModLoader

is there a way to modify other peoples mods?

$
0
0
every now and then when i download a mod, i find something i don't like such as a weapon that is too easy to craft for how powerful it is.
or mabye i download a mod where a set of armour does not actually have a set bonus.
an even bigger reason why i want to do this is tho make it easier for terraria and my computer to handle. so by removing a few things from another users mod I can improve my performance and get the best of the best of the mod i download so that i get exactly what i want...

is there a way to modify other peoples mods?

Issues when making an armor

$
0
0
Greetings,

I'm starting a mod, and I want to make an armor, but I want the hands to stay the player's one. How can I make that ?

Thanks in advance !

how do you use mods?

How do i fix error CS0101

$
0
0
i need help fixing it because i dont understand it, it says the namespace PLACEHOLDER already contains a definition for PLACEHOLDER warnings

Music fades in and out

$
0
0
Hello! I need help! I've been playing with mods for awhile and I noticed something while crafting, silence...the music faded out... Thats when I started to notice it more often. Whenever I stopped moving and there was nothing around making noises (IE NPCS opening and closing doors, enemies making sounds ect.), the music just fades into nothingness. I dont know whats going on or why its happening.

Heres a list of mods alphabetically, including the ones that are needed to play with some othr...

Music fades in and out

I need help setting up my icon, I've linked my account to gitHub and everything, and it just won't work!

$
0
0
I'm searching for help from someone to help me get my mod icon up, I can't figure it out or find it anywhere else, my discord is Korzen#1170 if messaging is needed.

[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

Tmodloader should be built into vanilla 1.4

$
0
0
Terraria is very big with the modding community, especially because of how easy modding is to get into compared to other games and modding as a whole is basically a requirement to keep the game's longevity up after Terraria stops pushing updates. Installing mods can be a very daunting task for new players because they're unsure where to start and how to install the necessary tools. If Terraria 1.4 had its own build in modding api that is base off of tmodloader with some slight modifications...

Tmodloader should be built into vanilla 1.4

What do you love and hate about the mod scene as of 2019?

$
0
0
Mod content, Mod discords, Mod threads etc. Just anything about the process that you think should be applauded or should be far better than it currently is.

does anyone know if there is any terraria mod that adds the AKATSUKI cloak (naruto)?

$
0
0
Does anyone know if there is any terraria mod that adds the akatsuki cloak? I'm looking for this way all day, but I don't know what the name was, if anyone knows anything, let me know here pls!



alguém sabe se existe algum mod de terraria que adicione a capa akatsuki? Estou procurando isso o dia todo, mas não sei qual era o nome, se alguém souber alguma coisa, me avise aqui PFV!

Modded Bosses Not Spawning On Server

$
0
0
As the title says modded bosses from the thorium, spirit, tremor, etc are not spawning when I use the item in multiplayer, however they do spawn in singleplayer. It makes the noise then nothing happens. I do not know if this is a server sync bug or something, but if anyone knows a fix that would be great.

Mod List:
"ItemChecklist",
"HelpfulHotkeys",
"AutoTrash",
"LootBags",
"MoreAccessories",
"WMITF",
"WingSlot",
"imkSushisMod",
"HEROsMod",
"MagicStorage"...

Modded Bosses Not Spawning On Server

Mod recruitment! need Programmers Idea people and spriters

$
0
0
As alot of us know by know, i suck at modding. So thats why i have decided to make a mod development team to help speed up the proceses of making the Gem Mod! So far this mod includes
1 Pickaxe
1 Sword

But much more is planned, I am hoping this mod will become a big content mod,Anyways, lets get on to who i need
2 Idea guys
3 or more decent programmers
2 decent spriters
2 bug fixers. You can reply to this message or message me on discord if you are on the terraria...

Mod recruitment! need Programmers Idea people and spriters

CS0103 problem

$
0
0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;

namespace Тесто.Items
{
public class ZincBar : ModItem
{
public override void SetStaticDefaults()
{
DisplayName.SetDefault("Zinc Bar");
}

public override void SetDefaults()
{
item.width = 30...
CS0103 problem

Character not holding custom gun by the handle

$
0
0
I'm trying to make a custom gun mod but as usual, the character holds it by its stock so I tried
Code:
        // Help, my gun isn't being held at the handle! Adjust these 2 numbers until it looks right.
        public override Vector2? HoldoutOffset()
        {
            return new Vector2(20, 0);
        }
but when I rebuild it returns with this when I build it
Screenshot (16).png


Here's the full code
Code:
using Terraria.ID;
using...
Character not holding custom gun by the handle

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:

Mobs have ENTIRELY stopped spawning

$
0
0
Heyo, I'm having an issue with mob spawns. Nothing that spawns naturally can spawn in my world, even the frost moon/pumpkin moon mobs. Doesn't matter if I'm in singleplayer or multiplayer. I wasn't having this problem up until recently, after I did a 2k Twins spawn thanks to Fargo's mod, and I turned on Masochist mode. Mod list:

Archery Mod
Upgraded Accessories
Thorium
Fargo's Mutant Mod
Fargo's Soul Mod
Flight Left Timer
Boss Checklist
Plentiful Ores
Banner Bonanza
Webmilo's Commons...

Mobs have ENTIRELY stopped spawning

[Modded] moonlord wont die

$
0
0
Hey can someone tell me why my moon lord wont die. Im doing more than enough damage and its letting me get the eyes but when the core opens it takes 2 damage than replenishes back to full even when hes not doing anything that would cause him to heal
Please help

These are the mods

Bismuth
Elements awoken
Calamity
Base mod
Varia
Recipe browser
Malicious
Crystilium
Flight left timer
Thorium

Error CS0246 Please Help

$
0
0
I am trying to make custom wings but I keep getting errors. I've followed the only two modding tutorials on YouTube that I could find and neither of them worked.

error CS0246: The type of namespace name 'ExampleConfigServer' could not be found (are you missing a using directive or an assembly reference?) warnings



using System.Collections.Generic;
using Terraria;
using Microsoft.Xna.Framework;
using Terraria.ID;
using Terraria.ModLoader;

namespace MagmithWings.Items
{...

Error CS0246 Please Help

3x3 Tile doesn't playing animation

$
0
0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Terraria;
using Terraria.DataStructures;
using Terraria.ID;
using Terraria.ModLoader;
using Terraria.ObjectData;
using static Terraria.ModLoader.ModContent;

namespace CraftableFurniture.Tiles
{
public class Melter : ModTile
{...

3x3 Tile doesn't playing animation
Viewing all 7890 articles
Browse latest View live