Standalone [1.3] tModLoader - A Modding API

Here's a better example... This is the left hand side of my map. Beyond the Dungeon, it's a Forest, and then it's like the map just gave up trying to load in the biome that was here.
 

Attachments

  • What remains of the left hand side of my world.png
    What remains of the left hand side of my world.png
    151.5 KB · Views: 360
... I could go on, but I'll stop here.
 

Attachments

  • The Astral Biome from Calamity... Gone..png
    The Astral Biome from Calamity... Gone..png
    321.3 KB · Views: 613
  • The Sunken Sea from Calamity... Gone..png
    The Sunken Sea from Calamity... Gone..png
    106.9 KB · Views: 848
Hello, hello. I've played Calamity + Thorium + Fargo's Mod before on an old laptop and decided to do the same thing to my new one. However, it seems that a problem has occurred, and I don't know what it is.

Here's the error log:
[17:54:02] [16/ERROR] [tML]: An error occurred while loading FargowiltasSouls
The mod(s) have been automatically been disabled.
System.TypeLoadException: Could not load type 'ThoriumMod.Items.NPCItems.HiveMind' from assembly 'ThoriumMod_0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at FargowiltasSouls.Items.Accessories.Enchantments.Thorium.LifeBloomEnchant.AddRecipes()
at Terraria.ModLoader.RecipeHooks.AddRecipes()
at Terraria.Recipe.SetupRecipes()
at Terraria.ModLoader.ModContent.SetupRecipes(CancellationToken token)
at Terraria.ModLoader.ModContent.Load(CancellationToken token)
at Terraria.ModLoader.ModLoader.Load(CancellationToken token)
[17:54:02] [16/INFO] [tML]: Disabling Mod: FargowiltasSouls

Can anybody please help me out?
 
Here's a better example... This is the left hand side of my map. Beyond the Dungeon, it's a Forest, and then it's like the map just gave up trying to load in the biome that was here.
Just realized I accidentally got the first two pictures confused with each other. The 2nd one is the Sulphur Sea and the Abyss from Calamity, and the 1st one is actually the Aquatic Depths from Thorium.
 
Just saw that this would be released as DLC for Steam version.

Are there still plans to provide some sort of working version for gog version of the game? I understand it may not be immediate, but I mean is there intent there?
 
Just saw that this would be released as DLC for Steam version.

Are there still plans to provide some sort of working version for gog version of the game? I understand it may not be immediate, but I mean is there intent there?
GoG will stay working and supported just like it is now.
 
Hello, Looking for ropes to implement a biome. There are two things I mainly would like to know:
1)How can I make that for instance 100 of my modded blocks would be read as a biome?
2)Is it possible to remove all vanilla enemies spawning in my biome?

If someone helps, know that you will make one guy a really happy:)
 
Hello, Looking for ropes to implement a biome. There are two things I mainly would like to know:
1)How can I make that for instance 100 of my modded blocks would be read as a biome?
2)Is it possible to remove all vanilla enemies spawning in my biome?

If someone helps, know that you will make one guy a really happy:)
For biome take a look at ExampleWorld and then the TileCountsAvailalbe method.
IT will count the example block and sand tiles. You use that coutn to determine if you're in the biome or not.
Then look at ExamplePlayer which has an ZoneExample boolean.
In the UpdateBiomes() function you check if the tile count exceeds (in your case) 100 which sets the boolean to true. You are then 'in' the biome. (You use this bool in other places to check it)
Make sure you also do all the other methods for multiplayer support (CustomBiomesMatch, CopyCustomBiomesTo etc.)

If you then want to stop spawning NPCs, make a GlobalNPC class and override EditSpawnRate, just set maxSpawns to 0 if your biome boolean is true.
 
ok might have a problem but let me see if it is just a setting i need to fidle with first. when i go into my mod list my mouse and only my mouse slows down to a extremmyl laggy/jumpy mess. i am talking it takes atlest 30 to 50 seconds to move and when it dose it appers at its new position with no inbetwen just "poof i am over hear now". wile this is going on how ever i can type on my kebord and the inpots regester fine (mod list filter up dates and all), background keeps rolling past. so it is definetly not my game lagging. any ideas as to what the cause is?
 
Hey there, Have now downloaded tMod off of Steam. However no Mod Sources Folder? and Cannot click on enable dev mode? It is lit up white if that means anything.
 
Hey there, Have now downloaded tMod off of Steam. However no Mod Sources Folder? and Cannot click on enable dev mode? It is lit up white if that means anything.
Known issue, fixed next update we will release soon.
 
Hello to you Terrarians. I have a problem with the Steam version of tModLoader. 5 minutes after entering the game to the old save your character and the world, I either crashes the game, or throws it on the main screen. After that, it turns out that all my characters and worlds are no longer available for use. I got angry and deleted all the characters and worlds. And after that, I began to create new characters and worlds from scratch. I conducted several studies and found out that when added to the cloud, characters and worlds give an error and disappear completely when you exit the game or when you exit to the main menu. Therefore, cloud storage does not work in the Steam version. Instead of saving my characters, it deletes them, only backups remain. I'm not very good in English, so I translated it through Google.
 
Hello to you Terrarians. I have a problem with the Steam version of tModLoader. 5 minutes after entering the game to the old save your character and the world, I either crashes the game, or throws it on the main screen. After that, it turns out that all my characters and worlds are no longer available for use. I got angry and deleted all the characters and worlds. And after that, I began to create new characters and worlds from scratch. I conducted several studies and found out that when added to the cloud, characters and worlds give an error and disappear completely when you exit the game or when you exit to the main menu. Therefore, cloud storage does not work in the Steam version. Instead of saving my characters, it deletes them, only backups remain. I'm not very good in English, so I translated it through Google.

Better turn off cloud storage if you want to play modded, Save data such as world and character might not compatible with vanilla cloud storage, If you save your modded save data in cloud storage it could result in losing modded item or even corrupt your files.
 
I've got a problem with the steam version, when i download it, it'll install just fine but when i launch it, it never opens, steam will say it's launching then it'll just close
 
With tmodloader now on steam and Terraria updating to 1.4, do we know any sort of timeline for the TML update to 1.4? I am just wondering if I should wait for that update if it is in the near future or just go ahead and play 1.4 now if it is going to be a ways off.
 
I've got a problem with the steam version, when i download it, it'll install just fine but when i launch it, it never opens, steam will say it's launching then it'll just close
Did you make sure to update Terraria to 1.4?

With tmodloader now on steam and Terraria updating to 1.4, do we know any sort of timeline for the TML update to 1.4? I am just wondering if I should wait for that update if it is in the near future or just go ahead and play 1.4 now if it is going to be a ways off.
It will take some time, months at the very least.
 
I think,you are just the origin of mods,because you made the tool,and others started the mods,i hope we get tmodloader 1.4 soon,take your time.
 
Did you make sure to update Terraria to 1.4?


It will take some time, months at the very least.
yeah terraria is updated to 1.4, the steam version of tmodloader worked for about half an hour after i got it then just stopped & hasn't worked since
 
Last edited:
yeah terraria is updated to 1.4, the steam version of tmodloader worked for about half an hour after i got it then just stopped & hasn't worked since

Having the same issue here.
 
Back
Top Bottom