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

I need help with custom sounds

$
0
0
I have a custom sound that I plan to eventually use with a custom projectile but right now I can't even figure out how to get the sound to play when assigned to a sword swing.

Here is the code for my sound:
Code:
using Microsoft.Xna.Framework.Audio;
using Terraria.ModLoader;
using Terraria;


namespace hyperfrostw.Sounds.Item
{
    class masterswordbeamsound : ModSound
    {
        public override SoundEffectInstance PlaySound(ref SoundEffectInstance soundInstance, float volume, float pan,...
I need help with custom sounds

please help with Terraria modding

$
0
0
HI I have a sword I did, then did another sword with that sword in crafting recipe however I don't now what I should do for the codeing of it

like recipe.AddIngredient(ItemID.Sword, 1);
^^^^^^^^^^^^^^^^^^^^^^^Item
I don't think those go I'm not sure what to do
thank you

Getting error.

$
0
0
So im using the exampleMod v0.8 and anytime I place the CS files and png's into a folder in mod sources I get this error upon building.

Sequence contains no matching element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
at Terraria.ModLoader.AssemblyManager.InstantiateMods(List`1 modsToLoad)

Im using VS studio 2013 express if that helps, although im not even editing the mods just trying to get them to work.

Problems with aerialite spawning in my world.

$
0
0
So I started an expert calamity world and I have killed the desert scourge however I can't seem to find any aerialite ore in my world. Any solutions?

Harpies not Spawning on Specific World

$
0
0
My friend and I are trying to farm Harpies to get some early wings. We only have a few mods installed, and have determined that none of them are the issue, as Harpies will spawn in other worlds with them on, and still won't spawn in our world with them off. We have built up to the build limit, and waited with a Battle Potion, and nothing would spawn except for the occasional Slime or other ground enemy on our platform. On other worlds, they spawn just fine. Have they somehow been disabled on...

Harpies not Spawning on Specific World

Cant make chlorophyte bar

$
0
0
Hello, I hope i posted this thread in good forum,
i've installed few mods, i reached chlorophyte phase and after mining ore i cant make any bar, i found recipe to make bar but it requires red potion. Any ideas which mod causes this bug? I have: Boss Checklist, Boss Health Bars, Calamity, Cheat Sheet, Fishing 2, Heros mod, Infinity items, Loot bags, Magic Storage, MaxStackPlus, More chest loot, Recipe browser, Thorium, Tremor, WingSlot, Zoaklen

Unable to host server with TModloader

$
0
0
I just updated my TModloader to v0.9.2.3. However, I am unable to host a server. It get stuck at the "Starting Server" page. When i used v0.9.2.1, it is the same. My friend however, could host a server. Hes using windows while im using mac. Is there any solutions?

Also, after downgrading to v0.9.1, i can host the server again.(I think i created the server when i was using v0.9.1)

[Tutorial] Custom Invasion

$
0
0
Hi all, Sin Costan here.

I don't have too much time to elaborate for now, but here is something I've been working on because I was curious. Have fun with this knowledge, probably gonna experiment more later, but for now, here is a zip containing a really bare boned mod with a very very basic custom invasion.

Follower Mod?

$
0
0
Not talking about nTerraria!

Is there any mod that allows you to have a follower or two? Someone who can follow you and fight? I need to know! Thanks in advance.

ConsoleToPc Tmod

$
0
0
Console to pc Mod is a Tmod that brings features to console to pc. YAY (since no one else has this idea

A Strange Question... (1.1.2 Reborn Mod Troubleshooting)

$
0
0
After extensive digging across the Internet I was able to locate the old Terraria Reborn Mod from the 1.1 days, the mod made partly by HERO and notably featuring the phoenix bosses Yrimir has videos of him fighting. I have always been interested in playing this mod since I started watching videos of Terraria after buying the game on Xbox, but now that I've gotten a PC I've finally been able to try to play it. This was harder than I thought it would be due to their being almost no trace of...

A Strange Question... (1.1.2 Reborn Mod Troubleshooting)

Official tModLoader Help Thread

error CS1010: Newline in constant can anybody help?

$
0
0
using Microsoft.Xna.Framework;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;

namespace ApocalypseMOD.items.weapons
{
public class Hero's Blade : ModItem
{
public override void SetDefaults()
{
item.name = "Hero's Blade"; //the name displayed when hovering over the Weapon ingame.
item.damage = 175;
item.melee = true;
item.width = 75;
item.height = 75;...

error CS1010: Newline in constant can anybody help?

Tutorial: [1] Your first mod!

$
0
0
Your first mod!
Last update: 8th of June, 2016

[​IMG]

Table of contents:

1. Prerequisites
2. Introduction
3. How to get the skeleton of your first mod
4. What now?

[​IMG]

Prerequisites
Make sure you have....
  • ...the latest tModLoader installed...

Tutorial: [1] Your first mod!

[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

Request for modders.

$
0
0
I don't know sh---stuff in modding as you might guessed from the title(as I'm requesting something).
Could someone update anti-gravity mover mod?It was one of the coolest mods for ol' good 1.1.2 and I have idea how to balance it if you want to do so:
tier 1 could be dropped by WoF in expert.
tier 2 is crafted with temple key and tier 1(to make sure plantera was killed)
and tier 3 mover could be crafted with luminite bars and tier 2.

Please...Someone...Update it if you can.
Thanks anyway!

List of all variables of .cs?

$
0
0
Hi i only know this variable
p.maxMinions += 1;
it increase the minion summon i want know the variables defense,life but i no know where i can find a list of it!
i put it in the code and no work
p.defense +=20;

Where can I find Terraria's source sprites?

$
0
0
I want to download Terraria's source images for help with NPC spriting, not the code, but just sprites. It's hard to find a recent download of it and is there an easy place to find it?

help please

$
0
0
keep getting this error
Items/Weapons/HerosBlade
at Terraria.ModLoader.Mod.GetTexture(String name)
at Terraria.ModLoader.ModLoader.GetTexture(String name)
at Terraria.ModLoader.Mod.SetupContent()
at Terraria.ModLoader.ModLoader.do_Load(Object threadContext)

here's code
using Microsoft.Xna.Framework;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace ApocalypseMOD.Items.Weapons
{
public class HerosBlade : ModItem
{
public override void SetDefaults()
{
item.name =...

help please

Make your own music for Terraria 1.3 (instructions and more)

Viewing all 7890 articles
Browse latest View live