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

tModLoader Error0101

$
0
0
c:\Users\Documents\My Games\Terraria\ModLoader\Mod Sources\TutorialMOD\Projectiles\BlueGemPROJ.cs(11,18) : error CS0101: The namespace 'TutorialMOD.Projectiles' already contains a definition for 'BlueGem'

My code is:

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

namespace TutorialMOD.Projectiles
{

public class BlueGem : ModProjectile
{
public override void SetDefaults()...

tModLoader Error0101

Concept: The Dark Below

$
0
0
"Hehe, far worse than what watches from above, is what lurks in the dark below"

The Dark Below is my mod concept iv been toying with. As im not any good at modding its still very much, well, barely started. But i thought showing the community my idea might be a good idea! Iv always been told i come up with great ideas, so lets put that to the test!

This mod focuses on the evil that lurks below. It has a heavy emphasis on evil, the crimson (well the corrupt too, but most bosses/mobs are...

Concept: The Dark Below

Something's Wrong With my Player Character

$
0
0
When I try to play as my player character Will, I noticed that he didn't show up on the file select. When I tried to play as him, the game wouldn't let me. I don't know if the same is happening to my world since it won't let me past the player select screen. Can anyone help me with this?

I should note that I am playing tModloader for 1.3.4.4, and I attempted to upgrade to tModloader for 1.3.5, but I heard that one of my mods still hasn't updated to I attempted to downgrade to my original...

Something's Wrong With my Player Character

Melee Combat Aim [REQUEST]

$
0
0
I have a very special request as I don't know if this is plausible.
Right now in Terraria when you swing a weapon, the weapon aims in the direction you are currently facing as you run, instead of facing the direction you are aiming with your cursor (as it is with ranged, magic and throwing weapons), this is prejudicial as one cannot, for example, run from a boss while dealing damage consistently thus limiting the movility of the player.
As you may have noticed, my request is for melee...

Melee Combat Aim [REQUEST]

Variety Pack I

$
0
0
I thought it would be a good idea to make a music pack where i take music from random sources, and put them in the game to see what would happen.
These were the results:
  • 1: Night [Good Night - Calum Bowen]
    2: Eerie (Meteor, Blood Moon) [The Unsent Laugh - Final Fantasy X HD]
    3: Overworld Day [ Good Evening - Calum Bowen]
    4: Boss 1 (King Slime, Eye of Cthulhu, Eater of Worlds, Skeletron // Skeletron Prime, Duke Fishron) [Trap Factory - ZERO-RESURRECTED]
    5: Title Screen [Melon Mix -...

Variety Pack I

Problems

$
0
0
My situation - I play the game, the game crashes at random times, max time is around 30 mins. My mods are recipe browser, wing slot, spirit mod, max stack plus, alchemist npc, magic storage, luiafk, imksushi, auto trash, boss checklist, helpful hotkeys, WMITF, yet another boss health bar. I don't really know what to do to play the game w/o problems. My friend who plays with the same mods has no problems. help

Idea for a mod :)

$
0
0
I think a cool mod is where when you log out and back in, you are where you logged out instead of back at the spawn.

The Enigma Mod


Need help with making potions

$
0
0
Does anyone know how to make potions? I don't know how to make one because all i have as example is an item in the ExampleMod, and im confused to what is a global item and why it doesn't have a picture

Super Modded Playthrough

$
0
0
Anybody who wants to start a super modded play through, reply/start a conversation. We will be deciding the mods later, though I have some modded rules: No thorium, Yes calamity, all quality of life mode.

How to Downgrade Back to 1.3.4.4

$
0
0
It looks like it could be a while until tModLoader updates to support 1.3.5. I know there's a patch available, but it only works on Windows at the moment. In the meantime, if anyone wants to download 1.3.4.4 again, you can get it through Steam. You just need to use the steam console. I've only tried this on Linux, so I can't guarantee it'll work on others. I see no reason why it wouldn't though.

Step 1: Close Steam if it's running.

Step 2: Launch Steam with the "-console" flag....

How to Downgrade Back to 1.3.4.4

[Request] Use Time Editor

$
0
0
I'm wondering if anyone could re-create the "/usetime [x]" and "/autoreuse" commands from Terraria Patcher in tModLoader? If so, thanks!

Building Mods

$
0
0
I've been looking for quite a bit but I just can't find any mod that allows me to paste in a building or use a stencil that I can follow to build a house. I'd like a mod that lets me craft/use an item that starts automatically building a house for me or a mod that lets me paste in a house/building.

expert items

$
0
0
how do i make my item expert rarity? like with the rainbow text

edit: The code to make the item text rainbow, im making a mod and idk how to do that

Making Items to place natural walls

$
0
0
I have been fiddling with making an item to place the natural version of dungeon walls.

My item is working, but I think it is still placing player placed versions of dungeon walls as no dungeon guardians have come to ruin my testing yet. (testing on a world with no skeletron defeated)

Code:
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;

namespace BetterBoneWelder.Items.Placeable
{
    public class BlueDungeonBrickNatural : ModItem
    {
            public override void...
Making Items to place natural walls

Terraria crashes mid-game, please help

$
0
0
It lasts up to 30 mins, then it suddently crashes. the mods i'm playing with are spirit, max stack plus, alchemistnpc, wing slot, another boss health bar, recipe browser, what mod is this from, magic storage, luiafk, imksushi, helpful hotkeys, boss checklist and auto trash. please help me (and some others) and tell the solution if there is one.

Items gone when updated

$
0
0
Every modded ore and item has disappeared from one of my worlds after updating mods. I need help to recover them

How do i apply mods to Tshock server

$
0
0
Title says all, if you tell me how you just made my day.

Tutorial: [2] Recipes

$
0
0
Recipes
Last update: 9th of June, 2016
[​IMG]

Table of contents:

1. Prerequisites
2. Introduction
3. How do recipes work?
4. Adding your own recipes
5. Working with vanilla recipes
6. Other places...


Tutorial: [2] Recipes

Editing Summon AI

$
0
0
I am sick of how summon AI works, and i realised that tmodloader api uses c#, probably my best known language, so i did the basic tutorial supplied, and am now wondering, how would i make something that forces all summons to target a specific enemy?
Viewing all 7890 articles
Browse latest View live