Yoh Asakura
Terrarian
ExampleTree and My tree are drawing incorrect. Maybe you've changed size of frame from 20x20 to 16x16?
darkblood159
Skeletron Prime
hey guys does anyone know how i would make a item spawn in a specific biome only and the biome names like zonecorrupt and ect?
Yoh Asakura
Terrarian
Please, return to 20x20, i don't want to respriteExampleTree and My tree are drawing incorrect. Maybe you've changed size of frame from 20x20 to 16x16?
Ocramed
Terrarian
Failed to load C:\Users\Administrator\Documents\My Games\Terraria\ModLoader\Mod Sources\Enchanted\build.txt
System.FormatException: Input string was not in a correct format.
at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)
at System.Version.TryParseComponent(String component, String componentName, VersionResult& result, Int32& parsedComponent)
at System.Version.TryParseVersion(String version, VersionResult& result)
at System.Version.Parse(String input)
at System.Version..ctor(String version)
at Terraria.ModLoader.BuildProperties.ReadBuildFile(String modDir)
at Terraria.ModLoader.ModCompile.ReadProperties(String modFolder, IBuildStatus status)
i have tis error tell me what to do
System.FormatException: Input string was not in a correct format.
at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)
at System.Version.TryParseComponent(String component, String componentName, VersionResult& result, Int32& parsedComponent)
at System.Version.TryParseVersion(String version, VersionResult& result)
at System.Version.Parse(String input)
at System.Version..ctor(String version)
at Terraria.ModLoader.BuildProperties.ReadBuildFile(String modDir)
at Terraria.ModLoader.ModCompile.ReadProperties(String modFolder, IBuildStatus status)
i have tis error tell me what to do
Block502
Terrarian
TheHyperFlame
Spazmatism
Ok, I can't install it.
I have unzipped downloaded files to Terraria folder (D:SteamLibrary:Common:Terraria) without replacement Terraria.exe (if I will replace it, I cant EVEN launch Terraria), but Terraria goes without tmodloader. What should I do?
I have unzipped downloaded files to Terraria folder (D:SteamLibrary:Common:Terraria) without replacement Terraria.exe (if I will replace it, I cant EVEN launch Terraria), but Terraria goes without tmodloader. What should I do?
If you don't rename it and you launch it through steam, then of course you're not running it since it looks for "Terraria.exe" and you didn't rename the mod version to it.
Xtrafa
Terrarian
What happen with the tmodloader for windows link? I click on download and it redirect me to the same page again
Zannypants
Terrarian
Didn't have any problems.What happen with the tmodloader for windows link? I click on download and it redirect me to the same page again
http://www.mediafire.com/download/ixx7293bd8zep0k/tModLoader+Windows+v0.8.3.3.zip
dinidini4000
Skeletron Prime
v0.8.3.3
-Fixed a bug with modded walls beyond a certain ID
-Added ability to change modded tree top/branch frames
-Added fishing power parameter to ModPlayer.CatchFish
-Fixed bug where return value of TileLoader.Slope is ignored
-buildIgnore now accepts both slash types for directories
-Updated to Terraria 1.3.3.1
-Hopefully fixed Mac/Linux not being able to host servers
-Fixed bug where modded buffs beyond a certain ID cannot be synced
Huge thanks to @jopojelly for taking over with updating this while I'm swamped with homework.
um terraria is on a updating spree
1.3.3.2 ._.
Zannypants
Terrarian
At this rate I might have to start a vanilla playthroughum terraria is on a updating spree
1.3.3.2 ._.

Voryo
Official Terrarian
Me: "Yay! tModloader got updated!"
....and then I notice that Terraria got updated to 1.3.3.2.

....and then I notice that Terraria got updated to 1.3.3.2.

dinidini4000
Skeletron Prime
At this rate I might have to start a vanilla playthrough![]()
do as i do reinstall the tmodloader it will also change the game to what ever it needs up or down
wrong_reality
Terrarian
By the way, there hasn't been too much testing this time around, I hate to admit, so if you are a player, maybe wait a day or so before jumping the gun.
If you are a modder, however, please update ASAP, some things changed with Terraria 1.3.3+. If you use CustomSky or ModPlayer.CatchFish, you definitely need to release an update.
What exactly changed in the CustomSky.Update? I got mine working (mostly. It loads.) with...
public override void Update(GameTime gameTime)
{
}
But now it turns the screen progressively white. Is the update method adding the effect on top of itself each step now? And is there a way to stop that?
Attachments
Itorius
Skeletron Prime
Nvm, I forgot to replace the old terraria with the new one
Last edited:
Xxenderdragon77
Terrarian
terraria updated to 1.3.3.2 2 hours ago
Terra B Welch
Empress of Light
So what is the ID for the pistol sound? (For Handgun, Phoenix Blaster, Venus Magnum, etc.)
Also how do I make an item have multiple recipes?
Also how do I make an item have multiple recipes?
dinidini4000
Skeletron Prime
So what is the ID for the pistol sound? (For Handgun, Phoenix Blaster, Venus Magnum, etc.)
Also how do I make an item have multiple recipes?
pistol use this one
item.useSound = 11;
public override void AddRecipes()
{
ModRecipe recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.ClayBlock, 10);
recipe.SetResult(this, 1);
recipe.AddRecipe();
recipe = new ModRecipe(mod);
recipe1.AddIngredient(null, "claycrate2", 1);
recipe1.SetResult(this, 10);
recipe1.AddRecipe();
}
this is how u do 2
just change them
top vanilla item used
buttom modded item used
MegaGaara23
Terrarian
Guessing Mediafire doesn't like letting you get tModLoader either. Blu please use dropbox or something to avoid this issue in the future.
Similar threads
- Replies
- 40
- Views
- 23K
- Replies
- 5
- Views
- 1K
- Replies
- 893
- Views
- 891K
- Replies
- 0
- Views
- 475
- Sticky
- Replies
- 270
- Views
- 263K
-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.