Search results for query: *

  1. NikIsSick

    tModLoader Official tModLoader Help Thread

    Where is the download to tModLoader????
  2. NikIsSick

    tModLoader Official tModLoader Help Thread

    So this is what you're talking about. using Terraria.ID; using Terraria.ModLoader; namespace NikIsSikYoyoMod.Items.Placeable { public class ExamplePrinterSprite : ModItem { public override void SetDefaults() { item.name = "3D Printer"; item.width...
  3. NikIsSick

    tModLoader Official tModLoader Help Thread

    Do you want me to delete item.createTile = too
  4. NikIsSick

    tModLoader Official tModLoader Help Thread

    and this is the ExamplePrinter This is the ExamplePrinterSprite
  5. NikIsSick

    tModLoader Official tModLoader Help Thread

    Whenever I place my block, it does not turn into the actual sprite that i have assigned it to so, yeah. using Terraria.ID; using Terraria.ModLoader; namespace NikIsSikYoyoMod.Items.Placeable { public class ExamplePrinterSprite : ModItem { public override void SetDefaults()...
  6. NikIsSick

    tModLoader Official tModLoader Help Thread

    Errorrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr :p using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace NikIsSikYoyoMod.Projectiles { public class PetName : ModProjectile { public override void SetDefaults() { projectile.CloneDefaults(ProjectileID.ZephyrFish); projectile.name =...
  7. NikIsSick

    tModLoader Official tModLoader Help Thread

    Oh :P using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace NikIsSikYoyoMod.Projectiles { public class PetName : ModProjectile { public override void SetDefaults() { projectile.CloneDefaults(ProjectileID.ZephyrFish)...
  8. NikIsSick

    tModLoader Official tModLoader Help Thread

    c:\Users\nm120\Documents\My Games\Terraria\ModLoader\Mod Sources\NikIsSikYoyoMod\Projectiles\PetName.cs(28,13) : error CS0246: The type or namespace name 'MyPlayer' could not be found (are you missing a using directive or an assembly reference?) c:\Users\nm120\Documents\My...
  9. NikIsSick

    tModLoader Official tModLoader Help Thread

    I have an error: c:\Users\nm120\Documents\My Games\Terraria\ModLoader\Mod Sources\NikIsSikYoyoMod\Pets\DroneBuff.cs(12,46) : error CS1010: Newline in constant using Terraria; using Terraria.ModLoader; namespace NikIsSikYoyoMod.Pets { public class PetDrone : ModBuff { public...
  10. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    Ok thanks
  11. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    No i dont know what a build.txt file is and i dont know what to to type in it
  12. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    Are you talking about this? using Terraria.ModLoader; using Terraria; using Terraria.ID; using Microsoft.Xna.Framework.Graphics; namespace NikIsSickYoyo { class NikIsSickYoyo : Mod { public NikIsSickYoyo() { Properties = new ModProperties() {...
  13. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    Problem... Again. using Terraria; using System; using Terraria.ID; using Microsoft.Xna.Framework; using Terraria.ModLoader; namespace NikIsSickYoyo { public class YoyoMod : ModItem { public override void...
  14. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    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) using Terraria; using System; using Terraria.ID; using Microsoft.Xna.Framework; using...
  15. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    Now its asking me to put a semi colon in a middle of a code line lol c:\Users\nm120\Documents\My Games\Terraria\ModLoader\Mod Sources\NikIsSick Yoyo\YoyoMod.cs(29,22) : error CS1002: ; expected using Terraria; using System; using Terraria.ID; using...
  16. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    WHAT DOES THIS MEAN!?!?!? c:\Users\nm120\Documents\My Games\Terraria\ModLoader\Mod Sources\NikIsSick Yoyo\YoyoMod.cs(19,10) : error CS1061: 'Terraria.Item' does not contain a definition for 'knockback' and no extension method 'knockback' accepting a first argument of type 'Terraria.Item' could...
  17. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    I cant find the errors do i need slme one tl find it
  18. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    Tell me if i have any errors in this code for my mod because when i am compiling it says there is a error but i cannot find it nor fix it. pleasw tell me any errors that i need to fix,please. using Terraria; using System; using Terraria.ID; using Microsoft.Xna.Framework; using...
  19. NikIsSick

    Standalone [1.3] tModLoader - A Modding API

    I have the sam probablem and i cannot fix it please tell me how u fixed it { using Terraria; using System; using Terraria.ID; using Microsoft.Xna.Framework; using Terraria.tModloader; namespace YourModName.Items.Weapons { public class...
  20. NikIsSick

    tModLoader Calamity Mod

    yes they are i used them against moon lord and it is GOOD especially the Terrarian
Back
Top Bottom