Standalone [1.3] tModLoader - A Modding API

How would I revert tmodloader back to vanilla terraria after I installed it?
 
How would I revert tmodloader back to vanilla terraria after I installed it?
If you overwrote your Terraria.exe with the tModLoader one, from what i know, you have to verify the itegrity of the terraria game cache (if you're using steam.)
 
Could I leave the original terraria.exe on the desktop and download the tmodloader version, then replace them if I want to play vanilla or modded?
 
Could I leave the original terraria.exe on the desktop and download the tmodloader version, then replace them if I want to play vanilla or modded?
Yeah. That'll work. You could also rename the tModLoader exe to "tModLoader.exe", leave it in the terraria folder, and just create a shortcut for it.

[doublepost=1475978802,1475978724][/doublepost]
Could I leave the original terraria.exe on the desktop and download the tmodloader version, then replace them if I want to play vanilla or modded?
I would also reccomend backing up your worlds and players, just in case.
 
How would I make my character hold a gun with a stock by its handle? my guy always ends up holding the stock or the empty space below the stock.
 
True. Takes like 5 f:red:ing hours and Calamity Mod's update progress is still 1/5.
It's MUCH quicker to download from calamity's homepage and install it manually.
 
"c:\Users\Demon\Documents\My Games\Terraria\ModLoader\Mod Sources\Curse\Items\Demon's True Bane.cs(6,20) : error CS1010: Newline in constant"

"c:\Users\Demon\Documents\My Games\Terraria\ModLoader\Mod Sources\Curse\Items\Demon's True Bane.cs(6,20) : error CS1012: Too many characters in character literal"

"c:\Users\Notmynamegtfo\Documents\My Games\Terraria\ModLoader\Mod Sources\Curse\Items\Demon's True Bane.cs(6,20) : error CS1514: { expected"

"c:\Users\Demon\Documents\My Games\Terraria\ModLoader\Mod Sources\Curse\Items\Demon's True Bane.cs(6,20) : error CS1519: Invalid token ''\u0073'' in class, struct, or interface member declaration"


HELP ME!

You can't have spaces or ' characters in class or variable names. You can't have "Demon's True Bane" as a the name of your class, it would have to be more like "DemonsTrueBane".

In the future, you should post the code with the error messages so people can help you fix the errors more accurately.
 
How would I make my character hold a gun with a stock by its handle? my character always ends up holding the stock or the empty space below the stock.
 
I have an issue when i try the mod browser it just keeps loading does anyone know why?

While I personally don't know why, I had this happen before, I went into the modcontent files and removed everything. Like, lets say you have thorium.tmodenable or something similar, removing everything with that helped.
 
Getting more errors...
c:\Users\Demon\Documents\My Games\Terraria\ModLoader\Mod Sources\Curse\Items\TheTrueBaneOfDemons.cs(30,34) : error CS1026: ) expected

c:\Users\Demon\Documents\My Games\Terraria\ModLoader\Mod Sources\Curse\Items\TheTrueBaneOfDemons.cs(30,39) : error CS1002: ; expected

c:\Users\Demon\Documents\My Games\Terraria\ModLoader\Mod Sources\Curse\Items\TheTrueBaneOfDemons.cs(30,39) : error CS1525: Invalid expression term ')'
Should I just give up?
Looks like a simple syntax error. We can't help you with that unless you post your code, like Jeckel asked you to before. :)
 
  • Like
Reactions: RK
using Terraria.ID;
using Terraria.ModLoader;

namespace Curse.Items
{
public class TheTrueBaneOfDemons : ModItem
{
public override void SetDefaults()
{
item.name = "The True Bane Of Demons";
item.damage = 4280;
item.melee = true;
item.width = 40;
item.height = 40;
item.toolTip = "May you be defended by the Demon himself.";
item.useTime = 2;
item.useAnimation = 2;
item.useStyle = 1;
item.knockBack = 4280;
item.value = 1000000;
item.rare = 3;
item.useSound = 1;
item.autoReuse = true;
}

public override void AddRecipes()
{
ModRecipe recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.Chlorophyte, 12);
recipe.AddTile(TileID.Mythril Anvil);
recipe.SetResult(this);
recipe.AddRecipe();
}
}
}
Same error as before, you can't use whitespaces in identifiers.

Mythril Anvil should be MythrilAnvil.
 
  • Like
Reactions: RK
the mp server are HEAVVY LAGGY i swear after some days the browser start to work good
 
Can someone help me with importing characters and worlds into tmodloader modded Terraria ?
I'm trying to get my chars / worlds from Terraria 1.3.3.3 into latest tmodloader folder, but they don't appear ingame.
Copied folders from cloud to tmodloader, didn't work.
Reinstalling Terraria and tmodloader (5x) didn't work.
I just want to import my characters to tmod Terraria 'cause of Hero's creative mode.
(Noticed that tmodloader uses .tplr instead of .plr, but don't know what to do with it)
 
Last edited:
I'm getting an oddity with the browser.
I was trying to update Thorium mod to 1.2.10.5 but for some unknown reason it wouldn't update it.
So I opted to manually update it
 
Can someone help me with importing characters and worlds into tmodloader modded Terraria ?
I'm trying to get my chars / worlds from Terraria 1.3.3.3 into latest tmodloader folder, but they don't appear ingame.
Copied folders from cloud to tmodloader, didn't work.
Reinstalling Terraria and tmodloader (5x) didn't work.
I just want to import my characters to tmod Terraria 'cause of Hero's creative mode.
(Noticed that tmodloader uses .tplr instead of .plr, but don't know what to do with it)

Go to your documents my games terraria and copy the characters/worlds to the tmodloader ones,i think the mod convert them to work,atleast i did that with a world and it worked correctly
 
hi, uh...love this site, and the tMODLoader itself, been waiting on mods for Terraria for years, finally able to, so happy ^^

Anyways, i'm having troubles switching it from V 0.8.3.2 to V 0.8.3.4 If there was anyway you could help me, i would appreciate it so much, thanks ^^
 
hi, uh...love this site, and the tMODLoader itself, been waiting on mods for Terraria for years, finally able to, so happy ^^

Anyways, i'm having troubles switching it from V 0.8.3.2 to V 0.8.3.4 If there was anyway you could help me, i would appreciate it so much, thanks ^^
Are you getting a specific error?

Just unpacking the installer and running it should work fine.
 
hi, uh...love this site, and the tMODLoader itself, been waiting on mods for Terraria for years, finally able to, so happy ^^

Anyways, i'm having troubles switching it from V 0.8.3.2 to V 0.8.3.4 If there was anyway you could help me, i would appreciate it so much, thanks ^^
Are you getting a specific error?

Just unpacking the installer and running it should work fine.
well, it's not that. I installed everything to the necessary files, and backed up my original game files...it's just not switching over to the newest update...
 
Back
Top Bottom