One day I was reinstalling Terraria, It was all fine until I tried to play the game, It keeps on saying that Terraria has stopped working, (Steam: PC) And I go ahead and delete all the terraria files and start fresh, I even use the Steam file check, and it said "1 file failed to be checked and will be redownloaded" which don't do at all, It did not download anything; I need Advice on how to fix this, Otherwise I want a refund. Thank you
What if you created armor or any other item you could unmake the armor or the items. You would get like 3/4 or 1/2 of the items back. If you had this it would allow you to unmake armor or items that are no longer need.
I've been playing Terrira (1.3) on XBox 360 using my xbox-live linked account. We've got a new xbox360 that I've installed Terraria on, and downloaded my xbox live profile. It correctly shows me my Terraria achievements (12/30...), but doesn't show any characters or worlds. I.e., the only way I can play is by creating a brand new character on a brand new world. What do I need to do to get it to show my existing character and world?
I read the new patch notes and i still havent recived an update prompt . if i do get it will i have my stuff. If so could i transfer my worlds to a compatible device for 1.3?
Hi there fellow Terrarians! You lost after a fight against the WoF and want to respawn the guide easily?
You did everything but you cant seem to spawn it? Then you are in the right place! Go ahead and open the spoilers
Have fun reading
Please note that this method/s are not guaranteed to work on ALL players in Terraria, so dont consider this as the best way on how to repsawn the guide
Other than that, the chance that this will work is 80-95% depending on your...
Hello! I officially just finished the game in 11 achievements! If you want to challenge yourself's before 1.4 drops, give it a shot for yourself! It's defiantly a fun and worth while challenge. Use family sharing to get a new Terraria for free.
Here is a highlight video for my run!
If you have any questions about HOW I did it lets discuss it bellow!
Welcome to the the latest Terraria community update on development progress across all active platforms! Fall is (hopefully!) just around the corner, bringing with it cooler temperatures - but things are as hot as ever on the Terraria development front! Lots of progress is being made across every platform - so hang on, enjoy the ride, and read on for all of the latest Terraria news...
Hello and welcome to my 4-month long, one-man project called TerraScape! In short, it's a mod dedicated to recreating content from the 2007 OldSchool RuneScape servers in Terraria. One of the goals of this mod is to provide balanced and fun game mechanics to add to your ordinary Terraria experience.
I started this project with no previous modding or spriting experience and developed my skills...
Hello, and welcome to my Art Thread!
I'm ppowersteef, A guy who enjoys making artwork in a cartoon-ish style.
I currently use Medibang Paint Pro and a Wacom Tablet since early 2016.
I was a previously a Paint.net and mouse user.
I started doing Terraria before I had proper art experience, so please take that in mind when looking at my first drawings. Click on the thumbnails to show it's full view!
Followed a 2018 tutorial on Youtube to make an ore and it's tile. Here is the error:
C:\whatevs\ModSources\ModName\Tiles\OreTile.cs(12,13) : error CS0103: The name 'Main' does not exist in the current context.
CODE:
Code:
using Terraria.ID;
using Terraria.ModLoader;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Packastrophy.Tiles
{
public class EquibriumTile : ModItem
{
public override void SetDefaults()
{...
I'm looking at making an endgame ranger loadout, with as little compromise as possible. However the problem is I have no idea where to start because I've barely ever even used a gun in Terraria. What's the best ranged kit to have endgame? And what equips, armour and weapons work best?
Please, if there's any pro gunslingers out there...
What will it take to get a healer class/other mixed classes for final armor? For instance, just like Forbidden and Frost Armor, but Endgame content. I think if 1.4 had mixed classes for endgame as well, it would add some depth to endgame. Especially in multiplayer lobbies. Maybe even straight tank classes that reduce damage output, but greatly boost your defense. I think it would be a lot of work, but would be an awesome addition for those who play with friends. You could have coordinated...
I am playing on a Windows 10 computer and have tried every conceivable troubleshooting step to get through this error.
Now that you have seen it, let me tell you what troubleshooting steps I have taken.
I have: uninstalled the game and reinstalled it, I have reinstalled the XNA and .NET framework redist from the game and from the official websites, I have deleted registry information, I have deleted the Terraria config file. I...
JoJoStands is a mod where I'm trying to implement many stands and items from 1-7. Stands are made using Stand Arrows obtained when creating a character or made with 13 Luminite Bars at an Ancient Manipulator. Recipes for tiers are stated in the stands tooltip line.
Current Content:
Star Platinum(weapon) - 153 Damage, star finger (right-click) penetrates up to 3 enemies at once. (tiers 3-Final) SPECIAL: Stop time for 4 seconds.
(fist by...
I found a few new cursor settings in the menu, but I don't really get Lock on Priority is supposed to do. I haven't seen any "lock on" behavior in Terraria so which is probably why this is confusing. The wiki seems to not have updated the "cursor settings" section and only has the cursor color there.
This is a huge mod, which, instead of adding new content to the game, focuses on adding new gameplay mechanics and completely remaking existing ones.
It remakes guns, magic, player movement...
So, in a mod i'm working on, there's an item i made called "zombie Flesh". i want all the types of zombies (Pincusion, twiggies, balds, and their big and small variants) to drop them. somewhat mimicking how the shackle can drop from every single Zombie in the game. how can i do that?
i'm using a GlobalNPC override to add the new drops. this is what i got so far related to my goal
C#:
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace NebbyTrailMix
{...