Hi @kubaaa203 I moved your post (and any replies) into this TML help thread (out of the Guides section).I have Terraria on Steam via family share, how can I play with tmodloader in multiplayer? I googled it and some people are saying on reddit and steam forums/discussions hat you have to download tmodloader manually?
Hi there @Some Troll Guy welcome to the forums.hahha funny icon
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using System;
using System.Collections.Generic;
using System.IO;
using TantumMod.Items.Dyes;
using Terraria;
using Terraria.Graphics.Effects;
using Terraria.Graphics.Shaders;
using Terraria.ID;
using Terraria.ModLoader;
namespace TantumMod
{
public class TantumMod : Mod
{
public override void Load()
{
if (!Main.dedServ)
{
GameShaders.Armor.BindShader(ModContent.ItemType<GY90Dye>(), new ArmorShaderData(new Ref<Effect>(GetEffect("Effects/GY90Dye")), "GY90Pass"));
}
}
//I have only included a snippet of the code as the rest is most likely irrelevant (It handles packets for a custom life crystal)
What are your PC specs?The game crashed because I was out of ram, then it told me the files were corrupted
I deleted the tmodloader files and then clicked "check file integrity" causing steam to redownload them
I deleted the config.jason and replaced it with the config zip as said in the troubleshooting guide
I could open the game but I couldn't enter one world
I may have deleted something about the world in the process, but how do I know what I deleted?
I spent a long time on the world and I don't know what else to do. Is this a vanilla problem?
which ones?What are your PC specs?