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

Please help! (Mod)

$
0
0
Can someone help me create a sword for my mod becase all the other tutorials are outdated so please help! :(

Spawning Gore using a projectile?

$
0
0
Alright, so here's what I need to do for this one -

I have a projectile that will stick into the ground, and then explode after it dies. I'm familiar with the process of spawning new projectiles for things like explosions, but I've never worked with Gore before.

I need a splatter pattern to happen with the projectile explosion. Imagine that the projectile explodes, and then pieces of it drop to the ground and then disappear after a certain time frame. That's basically what I'm after...

Spawning Gore using a projectile?

MOD: Stars Collide

$
0
0
New Piskel.png


STARS COLLIDE


This is a small mod, currently made between Myself and Ghost-rider06. Hopefully, in time, this mod will grow and remain popular.
...

MOD: Stars Collide

Help with modding

$
0
0
I've seen a bunch of videos about how to make stuff in mods like weapons and enemies but I've tried it and I failed to do it.

what does mod memory mean?

$
0
0
i keep getting messages saying an error that ive run out of memory for my mods, anyone know a solution?

anyone know how i can make my own modpack?

$
0
0
ive been wanting to make it easier for be to change between what mods i use without having to navigate all the mods just to enable some.
if anybody knows and can help it would be greatly appreciated

Image to structure?

$
0
0
Basically, I mean using map images as mod structures.
I know that Pinky mod does this, but I want to know how?

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

Problem with Fargowiltas item

$
0
0
The "supreme deathbringer fairy" makes my character freeze in place (even if falling), and make it impossible to use anything until unequiped or even take damage.

I already updated all my mods (including calamity) but didn't work

Anybody know a mod that can reveal the entire map to a player?

$
0
0
I'm trying to make a mod myself and i made a ore that generated(or i hope so), i can't find any in the world, i want to make sure it generated. So back to my question: Is there a mod that can reveal the entire map to a player?

Any help will be appreciated! :happy:

Calamity mod is outdated?

$
0
0
I was loading reloading my mods when all of a sudden calamity mod had an error and said something along the lines of "Calamity mod was made for tmodloader v0.11.3 you are currently using tmodloader v0.11.5" does this mean Calamity is discontinued? Or will it continue to be updated.

Problem after using the "Update All" button on tModLoader

$
0
0
Hoped on Terraria with tModLoader today and noticed an Update All button and clicked it thinking nothing would go wrong. Then I hoped onto my world, killed one zombie and it dropped like 100 shackles and 9000 tier 1 loot bags because of a mod I have.

Was wondering if there is a fix I could do to have this not happen, maybe like a downgrade of my mods or something to revert the Update All?
Mods I have:

Alchemist NPC Lite 1.6.4

Max Stack Plus Extra v.1.1.0.4

Magic Storage v.0.4.3.5

Recipe...

Problem after using the "Update All" button on tModLoader

Terraria is not working on my PC with Tmodloader installed.

$
0
0
I was wondering if someone could help me with this problem that I am having. My computer keep restarting every time I try to load terraria with Tmodloader. I uninstall and reinstall Steam, terraria, and Tmodloader. Terraria comes no when Tmodloader is not installed. It was working before but now all of a sudden it stop working.

Game won't start up after installing tModLoader

$
0
0
I keep trying to start up Terraria after manually installing tModLoader and it won't even boot up. I have done everything including checking the integrity of the game files, uninstalling and re-installing both the application and tModLoader, making sure the files were unzipped before manually installing, and have also checked to make sure the files were under Steam>Steamapps>Common>Terraria, but I can't get it to start.

Note: If I try to play vanilla it works perfectly, it only does this...

Game won't start up after installing tModLoader

Frozen Character

$
0
0
I'm having a problem with my character being frozen upon logging in. He's all blued out and just frozen. I can't move, shoot, or anything. I can scroll and select my items in my inventory but can't talk to nearby NPC's. I've narrowed it down to Fargo's Soul Mod, but when I check their recent threads it doesn't seem like they have any issues. So I don't know what's going on. All of my mods are up to date. and tModloader is 11.5.

I have:

AFK Pets
Alchemists
Angler anouncement
Calamity...

Frozen Character

Projectiles in multiplayer are full-healing...

$
0
0
This seems to be largely independent of the mods we're running; we've tried with several different setups. But when any projectile (Including falling sand and the like) hits you, you get a full heal (I think minus the damage the attack should have inflicted). The bizarre thing is that this doesn't happen immediately upon starting up the server. Everything works fine at first. I couldn't find any evidence of anyone else having this problem, but I thought I'd ask.

The mods we're using...

Projectiles in multiplayer are full-healing...

Some mod that corrupts your world

$
0
0
I have this problem: I played with some mods for a couple of times, everything was normal, but, one day, some mod corrupted my world (literally) and it happened again with another world!
This is the mods that I'm using:
-Recipe Browser
-Calamity
-Boss Checklist
-Luiafk
-Antiaris
-Thorium
Do you know if some of this mods have the "fame" of literally corrupt your worlds?

Help, (The type or namespace name 'NewItem' does not exist in the namespace 'Destiny.Item' (are you missing an assembly reference?)

$
0
0
This is my code stuff





using Terraria;
using Terraria.ModLoader;
using Terraria.ID;
using Terraria.IO;
using Terraria.UI;


namespace Destiny.NPC.Enemy
{
public class Brimstone_Eye : ModNPC
{

public override void SetStaticDefaults()
{
DisplayName.SetDefault("Brimstone Eye");
Main.npcFrameCount[npc.type] = Main.npcFrameCount[NPCID.DemonEye];
}

public override void SetDefaults()
{
npc.width = 18...

Help, (The type or namespace name 'NewItem' does not exist in the namespace 'Destiny.Item' (are you missing an assembly reference?)

[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
Viewing all 7890 articles
Browse latest View live