Standalone [1.3] tModLoader - A Modding API

I have a question:
I want to make a sawblade staff, e.g. it summons a melee sawblade that flies around and attacks enemies close to the player, similar to the deadly sphere staff or the optic st aff, except for the fact that when a sawblade starts attacking an enemy, it locks onto it. How would I do that?
 
I'm having trouble implementing multiple recipe groups at the same time.
Code:
public override void AddRecipeGroups()
        {
            RecipeGroup group = new RecipeGroup(() => Lang.misc[37] + " Orb Gun", new int[]
            {
                ItemID.Musket,
                ItemID.TheUndertaker,
            });
            RecipeGroup.RegisterGroup("GeronimosTinkerings:Orb Gun", group);

            RecipeGroup group = new RecipeGroup(() => Lang.misc[37] + " Silver Bar", new int[]
            {
                ItemID.SilverBar,
                ItemID.TungstenBar,
            });
            RecipeGroup.RegisterGroup("GeronimosTinkerings:Silver Bar", group);
        }
This is the error I get when trying to build the mod:
_Wt5L3tHRBKkAD5yTHdhcg.png

Also, I would just prefer to use a vanilla recipe group for the silver/tungsten bars, is there one that exists? I tried SilverBar but it didn't work.
 
I'm having trouble implementing multiple recipe groups at the same time.
Code:
public override void AddRecipeGroups()
        {
            RecipeGroup group = new RecipeGroup(() => Lang.misc[37] + " Orb Gun", new int[]
            {
                ItemID.Musket,
                ItemID.TheUndertaker,
            });
            RecipeGroup.RegisterGroup("GeronimosTinkerings:Orb Gun", group);

            RecipeGroup group = new RecipeGroup(() => Lang.misc[37] + " Silver Bar", new int[]
            {
                ItemID.SilverBar,
                ItemID.TungstenBar,
            });
            RecipeGroup.RegisterGroup("GeronimosTinkerings:Silver Bar", group);
        }
This is the error I get when trying to build the mod:
_Wt5L3tHRBKkAD5yTHdhcg.png

Also, I would just prefer to use a vanilla recipe group for the silver/tungsten bars, is there one that exists? I tried SilverBar but it didn't work.
Next time google this, this is basic c# syntax. Anyway, change the 2nd "RecipeGroup group" to just "group"
 
So I'm crashing randomly whenever I open up either Mod Browser or Mods in-game. Crash logs for each respective screen in the spoiler below. On Mac, v0.10.0.1 if that helps any. Mac ain't meant for gaming, sadly...

My Linux computer had a similar crash when trying to load the mods screen, but it appears to be happening very rarely for me. Since the update it's worked most of the time.
 
I tried to play in a multiplayer server but it didn't let me join said " The server is not using the same version" the server currently runs in 3.5 so hope you can update Tmodloader for 3.5.Good job with the mod
 
I tried to play in a multiplayer server but it didn't let me join said " The server is not using the same version" the server currently runs in 3.5 so hope you can update Tmodloader for 3.5.Good job with the mod
Sounds like you were trying to connect to a non-tmodloader server, that doesn't work.
 
Are there any alternate way to install Tmodloader on the GOG version, without the patch installer?
 
Are there any alternate way to install Tmodloader on the GOG version, without the patch installer?
No. (We can't distribute gog executables directly.)
 
Is there a list of mods that have updated to Tmodloader v10?
Here's a list of all mods available through the mod browser, and their version number: Link.
Sorry, but I don't think you can sort by version number.
(I am allowed to share this, right?)
 
A small bug i noticed were that with 10.0.1 marble lanterns and candles doesn't have a sprite and when placed they turn into a chain lantern or a regular candle
 
Is there any way to completely restart TModloader? Like getting rid of all the mods completely? I've seemed to of completely broken mine and no matter what I try, I can't fix it. So I just have given up on it and just want to restart it because I keep getting errors frequently and it's too much of a hassle to keep fixing it over and over again.
 
Help!When im trying to play with friend with mods when im try to create world Terraaria crash...When friend create server if i try to join my terraria to crashing!What to do?
 
My friend has been having a problem getting this to work. When he goes to extract, Winrar keeps saying there's no files to extract. We've had 4 of our friends do it this way and he can't copy & paste or drag & drop. Please help
 
so it says I can update calamity and tremor but every time I click update it just says "sorry the mod browser server is under a heavy load. please try again later" but with some other mods I can still download and update them no problem. bug or internet?
 
so it says I can update calamity and tremor but every time I click update it just says "sorry the mod browser server is under a heavy load. please try again later" but with some other mods I can still download and update them no problem. bug or internet?

I would think it's a matter of Calamity and Tremor being huge mods. The other ones are probably much less effort for the browser to download.
 
Ok, I am planning to make an overpowered Gun mod and I got the Example Mod ready and extracted but I just want to move only the bits I need for simplicity's sake, and Im only an absolute beginner in coding so any advice and tips, plus what essential things do I need for the mod from Example Mod?
 
Is Tmodbrowser down? I've been getting heavy load for the past 6 hours but only on big mods
 
when i try to open my inventory the game crashes
 
Hey i cant download the Tmodloader all i see if a copy but crapy with no help so can you give me a link to download the mod please
 
it's on the first page where it says downloads

if you're using Steam, Download for Windows here
 
Back
Top Bottom