Search results for query: *

  • Users: peachy
  • Content: Threads
  • Order by date
  1. peachy

    tModLoader ERROR CS0103.

    Followed a 2018 tutorial on Youtube to make an ore and it's tile. Here is the error: C:\whatevs\ModSources\ModName\Tiles\OreTile.cs(12,13) : error CS0103: The name 'Main' does not exist in the current context. CODE: using Terraria.ID; using Terraria.ModLoader; using Microsoft.Xna.Framework...
  2. peachy

    tModLoader Boss - NPC name error

    Oh hi again. I have another error. Its making a boss. Heres the code: using System; using System.IO; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace MoreWeapons.NPC.Boss { public class BossName...
  3. peachy

    tModLoader Armour - TModLoader

    Hey again, it's ya boi. So, as I was coding, I was making some armour for my mod. Here is the code and some screenshots. Oh, and its saying that something cannot be found, like a directory maybe? Here is the code for the chest piece: using Terraria.ID; using Terraria.ModLoader; using...
  4. peachy

    tModLoader Help? Making a bow in Terraria.

    Hey! So, I'm new here and I was making a mod and I decided "Hey, a bow!" so I looked up some tutorials and saw how to do it, used a paste bin, and I did all of it correct and I had one error but I corrected that, but, I have another error! I cannot be certain if this is the correct thread, but...
Back
Top Bottom