Recent content by Nogish

  1. Nogish

    tModLoader Fargo's Mods

    The download link isn't working for me... Any ideas?
  2. Nogish

    Sprites The Glade (Alternate Hallow)

    These are all good ideas, keep it up!
  3. Nogish

    tModLoader Official tModLoader Help Thread

    Does anyone know how to right a minion class?
  4. Nogish

    Standalone [1.3] tModLoader - A Modding API

    How do I write a Minion class?
  5. Nogish

    Standalone [1.3] tModLoader - A Modding API

    http://forums.terraria.org/index.php?threads/getting-error.42255/ Go here.
  6. Nogish

    Standalone [1.3] tModLoader - A Modding API

    So should I replace Minion with projectile?
  7. Nogish

    Standalone [1.3] tModLoader - A Modding API

    I got this error. c:\Users\John\Documents\my games\Terraria\ModLoader\Mod Sources\Derp\minion\Fishy.cs(8,35) : error CS0246: The type or namespace name 'Minion' could not be found (are you missing a using directive or an assembly reference?) Here code. using System; using Terraria; using...
  8. Nogish

    tModLoader Getting error.

    Thanks!
  9. Nogish

    tModLoader Getting error.

    And wala.
  10. Nogish

    tModLoader Getting error.

    Here is mine. Does it require projectiles to before minions?
  11. Nogish

    tModLoader Getting error.

    I have no Idea what I have done but same error. Any other ideas?
  12. Nogish

    tModLoader Error (Can't compile mod)

    I have that problem. how to fix?
  13. Nogish

    Standalone [1.3] tModLoader - A Modding API

    I do but I did not know what it was. So I just filed the spots in. What am I spost to write. using Microsoft.Xna.Framework.Graphics; using Terraria.ModLoader; using Terraria; using Microsoft.Xna.Framework; namespace Derp { class Derpsummon : Mod { public Derpsummon() {...
  14. Nogish

    Standalone [1.3] tModLoader - A Modding API

    Example Mod I use an example mod to test features that I add to tModLoader. You can download a zip file here so you can use it to learn how to make your own things. Example Mod v0.8.3.3 Download Its was a little under it. This link should work.
  15. Nogish

    Standalone [1.3] tModLoader - A Modding API

    Look under the creating mod section first page. Or just find a group of coders who are friendly and they will help you. Look at the person who created cheat sheet and ask them. I would give you ideas and help my self but I have not done NPC yet. I'm going to follow you so If you ever need help...
Back
Top Bottom