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

Is there a mod that increases the buff/debuff limit?

$
0
0
I've been playing with mods a lot lately and have been hitting the limit almost constantly. Is there any mod that bypasses the limit or at least raises it? Any help would be appreciated.

Mod Request — Goblin Tinkerer Retool

$
0
0
(Accidentally put this in the wrong place the first time, so here's take two)

To put things simply, the Goblin Tinkerer is the bane of mine and many other players' existences. There is no pain quite like rolling through 50 reforges, only to not realize you just got the modifier you want before accidentally clicking reforge again, and with modded weapons it can often be difficult or nigh-on impossible to even know if the modifier you're seeking is possible in the first place. As a result,...

Mod Request — Goblin Tinkerer Retool

Searching Inventory for Item that makes Boomerang Projectile and Spawning it

$
0
0
Code:
public override void UpdateAccessory(Player player, bool hideVisual)
        {
            player.doubleJumpCloud = true;
            if (player.velocity.Y == 0.0)
            {
                JumpAgainBoomerang = true;
            }
            if (player.controlJump && !player.jumpAgainCloud && JumpAgainBoomerang)
            {
                JumpAgainBoomerang = false;
                Vector2 v = new Vector2(player.velocity.X*1.05f, 7f);
                int projectile;...
Searching Inventory for Item that makes Boomerang Projectile and Spawning it

"Index was outside the bounds of the array."

$
0
0
Okay. I have TModLoader turned on, and I was screwing around with some of the vanilla stuff. I had nothing more than Heros Mod and Cheat Sheet enabled, when my game suddenly froze. It stayed like that for about ten seconds before unfreezing giving me chance to exit the game. I reentered the world with the same two mods turned on, and got the text below.
Code:
Index was outside the bounds of the array. at
Terraria.Lighting.doColors_Mode0_Swipe(LightingSwipeData swipeData)
I just...

"Index was outside the bounds of the array."

Modded Terraria playthrough experience (Criticism)

$
0
0
Current mods installed:

[​IMG]

Non-Content Mods (Not Rating, all of these mods are 100/100 A++ S++ Mods to have)
StopDying - Must have
AutoTrash - S++ Mod to have, mostly due to bad mods flooding my inventory however..
WingSlot
MaxStackPlus - Must have
Item Checklist - not really useful, but cool.
TheLuggage
FKBossHealthBar - Must have
BossChecklist - Doesn't work for all bosses
QOL Recipes - Must have
Recipe Browser - Must have
Shorter Respawn

-Other...

Modded Terraria playthrough experience (Criticism)

I want to make a mod focusing on slimes!

$
0
0
Hey guys probably no one not interested in this but I love Slimes and I want to make a mod based on slimes! But I have no idea how to make mods or how they work. :'(
So I was wondering if anyone has experience and would you be interested in helping?

Spirit Mod Reach Biome Difficulties

$
0
0
I'm using the version 0.10.0.2 of Tmodloader with Spirit mod and about 15 other mods. I'm also on a world I made a few days ago. I'm looking to fight the Vinewrath Bane but need the Enchanted Leaves. The problem I can't seem to find the Reach biome or its enemies. And yes, I was there at night, but all I got was zombies and demon eyes...
View attachment 182361 This first picture shows where I think the Reach is... This is it, right?
View attachment 182362 This picture shows where...

Spirit Mod Reach Biome Difficulties

How to fix the tModLoader Memory Issue

$
0
0
NOTE: THIS IS NOT A RELIABLE FIX!!!
This does not fix it permanently, as you have to manually do the following instructions every time. As far as I'm aware, it is impossible to completely fix it, unless you have a computer with a lot of memory. But the steps I will explain to you have always worked for me :dryadsmile:...​

How to fix the tModLoader Memory Issue

error CS0115: Help!

$
0
0
Hello, i need help pls! i making a mod and everytime i build my NPC he says

c:\Users\Convidado\Documents\My Games\Terraria\ModLoader\Mod Sources\YourModName\NPCs\ZombieArcher.cs(33,31) : error CS0115: 'YourModName.NPCs.ZombieArcher.CanSpawn(Terraria.ModLoader.NPCSpawnInfo)': não foi encontrado nenhum método adequado para substituição

Here my Code if you want Help me

Code:
using System;
using Microsoft.Xna.Framework;
using Terraria;
using Terraria.ID;
using...
error CS0115: Help!

Strange crash issues?

$
0
0
Heyo. I'm not sure if this is the correct place to ask for help with crash issues, but I can't seem to get the game to work correctly. It's crashing every time I try to create a world. (Large/Expert). It barely even gets past the first operation before crashing. It usually isn't giving any crash log at all, but after about 6 attempts it finally gave me this:http://puu.sh/p4Ph7/51e0d1fce4.png

My (enabled) mods are: Thorium, Tremor, Prefixes for enemies, and RPG classes mod

My...

Strange crash issues?

Possible mod mod incompatibility issues; Calamity Mod's Astral Meteor

$
0
0
During my second PC world, I was going down the checklist of bosses (mod), and the next one on my list was Astrum Dias.
Now, he's summoned with the Starcore at night, which requires Stardust, which in turn is gotten from monsters in the Astral Meteor biome, which SHOULD have spawned when I killed The Wall of Flesh, which it didn't. Regular meteors did, and I cheated in a few more instances of the WoF, just to be sure. Nothing.

Now, in theory I could create an Astral Chunk and defeat the...

Possible mod <-> mod incompatibility issues; Calamity Mod's Astral Meteor

[Request] MineCrazy

$
0
0
A while ago, I requested for a mod called "DropCrazy", where every enemy could drop literally anything. Well, I'm back with the same concept, except it's with mining. Mine any block and get any item. Simple mod, really. Let's see how this goes.

Item to change world difficulty?

$
0
0
For the life of me i cant remember which mod had the consumable item that changed world difficulty from expert to normal (and one that did normal to expert)

I was pretty sure it was the spirit mod, but since i only very vaguely remember what it looked like, and what i was doing when i found out this item exists, i simply cant find it. I run thorium, calamity, and spirit mod, so it has to be in one of those mods. And i doubt its thorium or calamity. I know the item that changed expert to...

Item to change world difficulty?

Recruiting Spriters For My Mod!

$
0
0
I'm working on a Mod (Link) and I need spriters, I only have one I'll be willing to get a lot of spriters. Join my discord and DM me here
Have a great day!

~urnotnick

Rocket Time

$
0
0
I have a question, I am trying to make an accessory that has Rocket Boot like features but have an increased duration. I found something that increases the duration but it makes it an amount that is seemingly infinite. How would I go about properly restricting the time?

Code:
...
            player.rocketBoots = 1;
            player.rocketTime = 10;
...

Raspberry Pi Modded Terraria Server?

$
0
0
Is it possible to make a server for modded Terraria on a Raspberry Pi 3B? I just want to add the Tremor, Calamity and Thorium mods.
Sorry if this seems like a dumb question, I'm a dumb person.

Forgot how to add stat bonuses...

$
0
0
So im still quite nooby when it comes to modding. I was making a special version of shroomite and chlorophyte helms for post-moonlord use, and forgot how to add normal stat bonuses. all i knew how to do beforehand was add player buffs

I need to be able to add: damage, crit, ability to cloak, %chance to not consume ammo/throwing, +mp and hp, +minion cap, +movement speed, increased mana pickup range, 15% of damage received restores mp, knockback immunity

Just incase no one wants to help...

Forgot how to add stat bonuses...

I can't make a world without it crashing.

$
0
0
I'm using Calamity, Thorium, Food Furniture & Fun, Wing Slot, and Maxstack. Yet even without mods, I can't even make a new world. If I make a medium or large world, it instantly gives a crash report. If I make a small world, the game freezes and crashes within seconds. I just started playing with mods, so I don't even have any worlds yet.

When the new tmodloader version came out, I thought it would fix all my problems, but now there's this. Can somebody help? I tried rebooting my computer...

I can't make a world without it crashing.

Spirit Mod thread is locked and I have a question/bug report

$
0
0
The P90 is rolling some weird mods
[​IMG]

so far most of the mods have been knockback related(I've used 150 plat thinking it would get better than Ruthless)

is this intended? it's rolling mediocre melee modifiers.


Also this just happened: [​IMG]

I need help

Viewing all 7890 articles
Browse latest View live