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

[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 crashing

$
0
0
Just stopped working after I closed it a couple days ago. Tried deleting terraria, reinstalling xna framework, literally everything. Normal game works fine, Tmodloader doesnt.

System.DllNotFoundException: Unable to load DLL 'libc': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.mprotect(IntPtr start, IntPtr len, MmapProts prot)
at...

Tmodloader crashing

Is Exodus a good mod?

$
0
0
Is Exodus a good Terraria mod to use or not why or why not?

More Mechanical Bosses

$
0
0
Is there a mod that adds mechanical queen bee, duck fishron, brain of Cthulhu, etc

Sound muffler for farms

$
0
0
I really like having farms on my world but it's really annoying having to turn off all sounds when I am near them. Is there a way for someone to make a sound muffler, like in minecraft, that muffles/disables sounds in a certain area around it? Tell me if this is a good/bad idea :merchanthappy:

How to translate set bonus in .lang file

$
0
0
How to translate player.setbonus from item's code into another languages in .lang file?

Day 2 of posting Tmodloader crash

$
0
0
Never got a response so here this is again

Tmodloader wont load but normal game does. Tried literally EVERYTHING

System.DllNotFoundException: Unable to load DLL 'libc': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.mprotect(IntPtr start, IntPtr len, MmapProts prot)
at MonoMod.RuntimeDetour.Platforms.DetourNativeLibcPlatform.SetMemPerms(IntPtr start, UInt64 len, MmapProts prot)
at...

Day 2 of posting Tmodloader crash

Animated Vanity?

$
0
0
I recently made a simple mod with only some vanity items wanted. I need to figure out how to make them animated. The sprite sheets are ready to use but I don't know how to code the items to show the animation.

Searching/Looking for 2-3 GOOD Spriters

$
0
0
Heya, its me UndernityGaming

Im searching for some GOOD Spriters, for my upcoming mod.

Its a content mod that adds some new bosses like the "Ice Devourer".
Some new Items like upgrades to the Star Cannon, new Ores and much more (i try to add more then 600+ Items!)
New enemies.
Maybe a new Class, dont know what tho.
Many new Blocks, Decoration/Funiture, and many more blocks.

The mod will be Quality over Quantity, and with very good gameplay (°< °)
If you are interested, dm me on my...

Searching/Looking for 2-3 GOOD Spriters

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

Help With Accessories That Summon Minions (And Related Effects)

$
0
0
So I'm trying to make an accessory that summons a minion when equipped, as opposed to using a "weapon" that creates a minion "projectile", in the same vein as Calamity's "Heart of the Elements" or "Profaned Soul Artefact" or even Vanilla's "Stardust Armour". But every mod I find that does this (understandably) hides the source code, making finding an example to learn from rather difficult, and I can't find any tutorials that cover what I'm looking for. How should I go about doing this?

Moonlord wont die

$
0
0
I have a small issue, it pertains to the name of this thread yet more accurately moonlords core will not die. It seems to take damage yet regens almost immediately after, even when I was dealing massive amounts of damage to it.

I have a few mods installed yet cant figure out what is going on, wether its a mod conflict or a terraria issue itself so I would really like some help...

I posted here because it seemed like where it goes, but if not then sorry about that and if you could please...

Moonlord wont die

desync issue

$
0
0
i was playing terraria with a friend and i have an issue where on blood moons and bosses (and on occasion when there is a lot of enemies spawning) i get huge lag spikes like as if the game was trying to catch up with what was happening. it was normal when we were playing pre hard mode but after we killed wall of flesh the issue started becoming more present. we both have decent internet, ive reseted my router, turned off my firewall, and restarted multiple times but the issue still exist...

desync issue

Question about addition of variants of existing monsters?

$
0
0
I wonder, is there some specific way I can add variants of existing Terraria npcs to the game, without having to supply them sprites?
Like, for making a stronger and bigger version of the Eater of Souls? Or I may use the npcs net id too do that?

My first ever mod. The RR MoSwordsMod

$
0
0
The RR MoSwords Mod is my first ever mod that i made using the skeleton mod template and a bit of messing.

i would love it if anyone and i mean anyone could try it out and give me some feedback currently all 5 swords can be spawned with cheat sheet or made with 10 iron ore. just testing them xd.
Like i said its my first mod and i have no and i mean no experience however i followed a tutorial and edited the PNGs for the textures and tried to change it up abit.

[ATTACH...

My first ever mod. The RR MoSwordsMod

Switchable adamantite or titanium in a recipe

$
0
0
I'm working on a mod, which adds a sword that's crafted with adamantite bars. I need it to be interchangeable to allow titanium to also be crafted with it. I tried using a recipe group and there was no recipe group for adamantite bars. I also tried adding a different recipe, but that didn't work.

Here's the code -



using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
using Reawakening.Items;
using Microsoft.Xna.Framework;
using static Terraria.ModLoader.ModContent;

namespace...

Switchable adamantite or titanium in a recipe

How to create a new item context or add an extra attribute to items to qualify VanillaItemSlotWrapper?

$
0
0
I use VanillaItemSlotWrapper(paste from ExampleMod) to provide additional operations for my mod, but I want the item put in VanillaItemSlotWrapper all belong to one type that doesn't exist in Terraria.
I used to limit the type through IsAssignableFrom() from C#, but I failed because all items will belong to class Terraria.Item in the game.
I have also tried to determine whether the item contains specific attribute by using null !=...

How to create a new item context or add an extra attribute to items to qualify VanillaItemSlotWrapper?

(TMODLOADER) My Mods Dont Show In The Game, But Its In The Documents/MyGames/Terraria

Terraria But It's Absolute Hell (Modpack)

$
0
0
Let's get to the point. This modpack makes Terraria hard. Not impossible, just difficult enough for every step forwards to need lots of planning, dedication, and skill. Great for playing when you're stuck home and bored, and you need something to prove how much of an absolute alpha you are.

Neutral mods:

Calamity Mod, Thorium Mod, Elements Awoken, The Enigma Mod!, The Spirit Mod and Thorium + Calamity Convergence Mod:
You probably know those. They add a stupid...

Terraria But It's Absolute Hell (Modpack)

What do you guys dislike about Ocram most?

$
0
0
Tell me so I can fix it in my mod.

Why the frick was this moved? I'm talking about My mod and Ocram being in it...😕😕🤔

This is about A mod not FRICKING CONSOLE! I REQUEST YOU PUT IT BACK, AS I PLACED IT CORRECTLY...
Viewing all 7890 articles
Browse latest View live