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

52 errors in one mod


Custom Rarities?

$
0
0
The question's been asked before but never really answered correctly, so I'm going to specify as to avoid confusion.

How can I make an item have a custom rarity (i.e. the text color)? I know how to set vanilla rarities (rarities -1 to 13), but I want to make the text have a custom color, like how some items in the Calamity mod do, to give a name (dark red, hot pink, bright orange, etc.). If possible, I'd also like to know how to make the text pan between two or more colors (like how the...

Custom Rarities?

Mods after vanilla?

$
0
0
So I recently beat Moonlord on expert vanilla Terraria and got most of the gear for all classes. I’m pretty satisfied with my world and all but I want to keep playing yet I have no idea what to do. I’m thinking of getting into the mod business but I’m still pretty new to the mod territory, that’s why I have two questions:

-Do I have to start a new world?
-What are considered the biggest and best mods currently?


Thanks for reading ^^

Calamity mod crashing

$
0
0
I played the vanilla terraria and i never had any problems with lag or crashing,but with when i installed calamity mod,it started lagging and started dropping fps sometimes.But the worse,is that after a 5 - 10 or 1 hour of gameplay it crashes and i lose a lot of things,it is sad cause i love the mod but i didnt find any resolution for my problem.Can you guys help me? ( i have only 1 mod installed)

Are there any rules on the use of libraries such as Colore?

$
0
0
Hi all,

I was wondering if there are any rules around the use of libraries such as Colore in a mod, if so what are they?

Thanks

~ Zxni

Adding modded items to naturally spawning chests?

$
0
0
Hello all, I was wondering how I add a custom accessory (Chocolate Bar) to one of the naturally spawning wooden chests. These chests are usually found in the forest biome above the surface and are searched by the player to give a head start on the game. The only way I found out, is through the Example Mod provided by the community, but this was incredibly confusing to attempt to figure out, and sought you're help instead. Is there a simple way to assign a percentage to this item to spawn in...

Adding modded items to naturally spawning chests?

Cannot summon certain mod bosses in modded multiplayer

$
0
0
I can summon The Grand Thunder Bird from Thorium for example, but I can't summon the Desert Scourge from Calamity or the The Mighty King Chicken from the Mod of Redemption. This only happens in multiplayer and I'm using the 64 bit tmodloader.

All my Knowledge items from Calamity show up as Unloaded Items

$
0
0
1575798991717842228385058638532.jpg
Help, I was browsing some mods, and there was an option to update the mods I have installed. I went into my Calamity world, and all my Knowledge items show up as Unloaded Items. The rest of my Calamity items show up fine, and I've tried deleting and reinstalling Calamity

Strange modded crash (Tmod)

$
0
0
Hello! I have been playing with Tmodloader recently, and I noticed that my game crashes when I click the single player button in the main menu. It just freezes, then it closes. Without any error reports. So I look in my Documents > My Games > Terraria folder, and my config.json file is missing. Any help would be great! :)

LFM send items on pickup to storage

$
0
0
Hey there! I have used mods such as magic storage but only use the storage part. I was wondering if theres a mod, mod combination or/and guide that tells me and allows me to customize which items on pickup will be send directly to storage. Similar to how auto trash will trash things you pickup and (ctrl click?) in via storage/cheat cheet or hero but still allows you to directly move stuff into your inventory. If there is a way to do this that would be amazing.
I have used a mod that allows...

LFM send items on pickup to storage

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

Random FPS Drop while playing.

$
0
0
I just started to notice this. I've been playing Terraria with the Calamity mod, Boss Checklist, Recipe Browser, AlchemistNPC Lite and noticing random fps drops while doing basic things like running around, shooting guns etc... Then like an hour or so later. The game crashes without saying why. I even checked the crash-logs. I've changed the settings around a bit and still have random fps drops but not as severe. Although before like a month or so ago it never did that. I am now asking for...

Random FPS Drop while playing.

Help with creating modded dyes

$
0
0
Hey guys, I was recently getting into modding, and I wanted to try out custom dyes. Usually my process involves finding an open source mod and viewing the files to learn how unique items are made, but this isn't doing it for me this time around. Can anyone help me get started with modded dyes?

I need help

$
0
0
So i'm new to coding and I want to change drops from vanilla bosses on my small tModLoader mod. But I can't because I don't know that much about coding.
I will be very thankful if someone could create a code for me which I could edit later on if needed.

About spiders

$
0
0
Is there a mod/way to change the spider sprites, they oddly trigger my arachnophobia. Any help would be appreciated

Searching for faster Spreading

$
0
0
im Searching for a Mod which makes the Evils spread faster.
if you know anything bout it, please do tell.

NPC AutoAssign

$
0
0
So, I'm playing with alot of modded NPCs and they always auto pick the houses, I decided to just leave the game so they could pick the houses themselves.

Long story short that didn't work because they stopped picking and if there was a mod that made them pick more and faster, could anyone link it?

Hi! Question for the mods on the PC version.

$
0
0
Will anyone make a One Piece mod? I was seriously surprised when I did not find a single mod on this universe. If someone does or will do such a mod, write here, I will wait) (Its google translate)

Tiles visually disappearing

$
0
0
I've been playing a modded Terraria world with my friends but recently tiles in the world just visually disappear once I go past a certain height up or move too far the right. I only have this problem on this one world, in single player and multiplayer, and the glitch happens to my friends too. Does anyone know what happened and/or how to fix it?

List of Mods (all updated to latest as of Nov. 24 2019):
  • Accessory slot + v0.1
  • Alchemist NPC v8.8.1
  • Antisocial v1.1
  • Bags v1.3...

Tiles visually disappearing

i coded an NPC but he wont spawn

$
0
0
i followed Al0n37 tutorial on youtube and created an NPC but he wont spawn.
here is my code -

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

namespace ancientTimes.NPCs //We need this to basically indicate the folder where it is to be read from, so you the texture will load...

i coded an NPC but he wont spawn
Viewing all 7890 articles
Browse latest View live