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

How to remove a specific item drop from a NPC?

$
0
0
Hello everyone,
As the title reads, I am willing to know how can one remove an item from being obtained as a drop,via tModLoader.
I am new to C# but not programming, so I somewhat have the grasp on how to work with it.

Currently, what I see viable to do is to override the NPC's drop with a method that nullfies the drop chance of that item, OR remove that item instantly at the moment it drops. I am not too sure how to do so as I am new to this, and also could not find a script example...

How to remove a specific item drop from a NPC?

Having problem

$
0
0
1576701844822.png

Bap:
C#:
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
using Microsoft.Xna.Framework;
using System;

namespace TutorialMod.Projectiles.Enemy
{
    public class TutorialBossProjectile : ModProjectile
    {
        public override void SetStaticDefaults()
        {
            DisplayName.SetDefault("Bap");
        }

        public override void SetDefaults()
        {
            projectile.width = 52...
Having problem

Issue with Fargo's Soul mod lag

$
0
0
I'm currently playing fargo's soul mod in masochist mode with my friend. I have found an issue where some projectiles will heavily lag my game (down to 1 fps). This makes it literally unplayable and I want fix it so I can use more items.

For example, the agitating lens makes demon scythes behind the player when they are running. I think this is a good item and would help during boss fights, but it's projectile lags the game. For my friend, it works fine but lags my game if he uses it.

mod...

Issue with Fargo's Soul mod lag

alguém pode me ajudar a resolver este erro no Thorium ??

Terraria Mod pack help DPS Bug

$
0
0
Hello,
I have a problem about my Modpack, for some reason I just got a Dps bug what allows me to make over 10k to -10 billion Dmg but I can´t figure out what the trigger for that is.

Here is the Modlist in my Pack:

  • Calamity Mod (No Calamity Music) v1.4.2.108
  • Calamity Mod Music v1.4.2.1
  • Thorium Mod v1.6.1.3
  • Thorium + Calamity Convergence Mod v0.2
  • Crystilium v11.4
  • The Antiaris v0.1.0.11
  • imkSushi´s Mod v4.3.1
  • Elements Awoken v1.3.7.6
  • Shadows of Abaddon...

Terraria Mod pack help DPS Bug

Modding Help: How to make a weapon shoot 2 projectiles

$
0
0
I cannot for the life of me figure out how to shoot 2 projectiles at once. For example, a sword that shoots flamethrower flame, and a fireball at the same time. If anybody could help me, that would be greatly appreciated. Thanks!

Thorium mod not loading/giving an error

$
0
0
So every time I try to enable the Thorium mod, it gives an error of which I think is "not downloading the mod". Basically when I enable thorium mod and reload my mods it gives an error, and I can't enable Thorium mod. Every other mod works, and so far I had tried deleting all the mods other than Thorium, deleting thorium, deleting all mods, and even deleting the whole game and re downloading everyting. As ı mention there is no problem with any other mods, but Thorium mod just doesn't work...

Thorium mod not loading/giving an error

Modded Terraria makes other programs crash.

$
0
0
This isn't my issue, but whenever my friend tries to load up modded terraria, during initialization of the mods, their discord, steam, and any browser tabs they have open crash while it's loading. Sometimes the loading works, other times it doesn't, but with steam crashing for them it makes it impossible for them to connect to me through steam. I don't know what's causing the problem, but it's starting to get on my nerves, all i want to do is play calamity with them... Is this a common...

Modded Terraria makes other programs crash.

The Twins keep lagging my modded terraria server

$
0
0
I have been playing on my own tmodloader server for almost a week now and my friends and I just entered hard mode. Everything was running smoothly so far, but when I summoned the twins my friends and I experienced unplayable lag. I tested other mechanical bosses like the destroyer and had no lag issues whatsoever. Also when I actually managed to kill one of the twins using a hacked character with stupidly overpowered gear the lag stopped completely.

Here is my mod list and computer specs...

The Twins keep lagging my modded terraria server

How many mods is too much?

$
0
0
I have 20 mods installed, and I'm encountering some issues regarding performance, mainly that it lags a lot and I can't create Large worlds, only Medium and Small., and corrupts the world files quite a lot. The list is down below of the mods that I have installed at the moment I am making this post.

AlchemistNPC
Boss Checklist
Calamity Mod (with the other music mod)
Dragon Ball Terraria
Fargo's Mutant Mod
Fargo's Soul Mod
Infinity - Endless Items
Jojo Stands
JoostMod
Max Stacks Plus Extra...

How many mods is too much?

Game is crashing when I want to load the world. (tModLoader)

$
0
0
I have a similar thread about that but now I can't even play the game for some reason... I want to know if anyone could help with that issue.
Heres a link to a video of how it happens.

Can't load mods

$
0
0
Every time I try to join a multiplayer game that has the Auto Trash mods, it always shows an error about me not having the mod downloaded, but every time I have already downloaded and checked my mods list. Also, after I download it, it shows up in my mods folder as it should, but when I join multiplayer games it somehow gets removed the next time I check. Please help.
Images of the error below:
Screen Shot 2019-12-20 at 22.12.06.png
Screen Shot 2019-12-20 at 22.12.41.png

Help wanted

$
0
0
So I'm trying to make a mod... My knowledge on coding is unfortunately limited and I'm finding it hard to gain a grasp on certain concepts. Regardless of that even if I knew what I was doing I'd still want some assistance with making this mod. I have only a couple weapons made for it and there's a lot more I want to try making and implementing into the mod. It unfortunately would be free work. I can explain more if people are actually interested. Also sorry if I posted this in the wrong place.

Glowmask on worn vanity?

$
0
0
Hello,
I've been trying to figure out how to apply a glowmask to a piece of vanity while worn, but I can't seem to find any answers. Any notes I find are just cryptic to me and don't give me any sort of context. Does anyone know how to do this?

Thanks in advance!

Modding Help, i dunno what im doin.

$
0
0
So i just got this error after following the example mods files for making an exclusive accessory, but when i try to build the mod with it in there, it gives me this error

[02:00:22] [11/ERROR] [tML]: Compiling Souls.XNA.dll failed with 47 errors and C:\Users\shefanhow1\Documents\My Games\Terraria\ModLoader\Mod Sources\Souls\Items\Acessories\ExclusiveAccessory.cs(37,25) : error CS0116: A namespace cannot directly contain members such as fields or methods warnings...

Modding Help, i dunno what im doin.

gameraider specific mod

$
0
0
does anyone know the mod that gameraiders uses to control NPCs and throw them around?


if you know, thx a lot.

How do you spawn a projectile after hitting a tile/entity similar to the Inferno Fork?

$
0
0
New to Terraria modding and I just need a code snippet of how to create a new projectile that's stationary after the projectile shot from the player hits a wall or NPC similar to the Inferno Fork.
Any help would be appreciated.

The Enigma Mod

$
0
0
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

SoulStone.png

The Soul Stone is Crafted at an AlchemicalInfuser.png Alchemical Infuser with a Life...

The Enigma Mod

How to save without quitting? (MODDED)

$
0
0
I am playing TModLoader with a very high amount of mods. It is quite stable but whenever I click Save & Exit it "saves the map" before immediately crashing. It seems there is no way to manually save without waiting 10 minutes for the autosave. Am I wrong or missing something?

Bubby's Mod/The Chaos Mod ideas

$
0
0
I would make or join a mod team and start making these into a mod (which would be named Bubby's Mod or The Chaos Mod), but I can't code and I'm a Console player. I will edit this as I get more ideas. I would put these into suggestions but they're too ridiculous and/or targeted towards other fandoms to be added into the vanilla game.
I would love it if someone made Bubby's Mod/The Chaos Mod for me! However this thread is currently a major W.I.P.

Sudden...

Bubby's Mod/The Chaos Mod ideas
Viewing all 7890 articles
Browse latest View live