Project Zomboid

Project Zomboid

Azakaela's Tile 2 Item Convertor
30 Comments
UburGeek 10 Jan @ 11:25am 
This really is a giant lag generator on our server. Removing it radically improved player experience on our server
tetra 9 Jan @ 9:18pm 
LOG : General , 1736486030319> 89,965,396> [TileToItemConverter] Ignoring object with a nil sprite name: zombie.iso.objects.IsoWorldInventoryObject@2c2b71db
LOG : General , 1736486030319> 89,965,396> [TileToItemConverter] Ignoring object with a nil sprite name: zombie.iso.objects.IsoWorldInventoryObject@2c2b71db
LOG : General , 1736486030319> 89,965,396> [TileToItemConverter] Ignoring object with a nil sprite name: zombie.iso.objects.IsoWorldInventoryObject@2c2b71db
LOG : General , 1736486030319> 89,965,396> [TileToItemConverter] Ignoring object with a nil sprite name: zombie.iso.objects.IsoWorldInventoryObject@2c2b71db
LOG : General , 1736486030319> 89,965,396> [TileToItemConverter] Ignoring object with a nil sprite name: zombie.iso.objects.IsoWorldInventoryObject@2c2b71db
LOG : General , 1736486030319> 89,965,396> [TileToItemConverter] Ignoring object with a nil sprite name: zombie.iso.objects.IsoWorldInventoryObject@2c2b71db
The Suffering Never Ends 16 Dec, 2024 @ 10:19pm 
DO NOT INSTALL! BROKEN MOD! STAY AWAY AT ALL COSTS!!!
Raven 12 Dec, 2024 @ 4:55pm 
genuinely the worst workshop mod I've ever had the displeasure of having installed as a requirement from a map collection, this mod was causing the worst imaginable stutters (especially noticeable while driving), and it only took me a week of suffering through that shit to get off my ass to figure out what was causing it (it was this mod). Taking this mod off my save instantly fixed all stuttering issues I had. If you're here looking at map mods and find this because it is linked as a requirement for something, take this as the BIG RED FLAG to not install this mod (the map will probably work anyway I'm guessing)
Joe J. 13 Nov, 2024 @ 9:20am 
diabolically terrible mod. causes insane lag spikes when used and constantly throws up into the console.
Rockstar McKickass 12 Jun, 2024 @ 3:50pm 
Getting this error repeatedly:

LOG : General , 1718231606029> 1,673,703> [TileToItemConverter] Ignoring object with a nil sprite name: zombie.iso.objects.IsoWorldInventoryObject@5bb708b1

Given that the author hasn't responded to anything in a year I'm not super hopeful... Anyone know if this mod can be safely removed?
Tnaz.v 1 Apr, 2024 @ 1:32am 
I'm suffering from this error, I don't know if it could be your mod or someone else in my pack. The strange thing is that it only happens to me, and it doesn't happen to my friends. When I leave the server and re-enter my character, my character gets sick as if he had been bitten and it dies, I already uninstalled the game and reinstalled it, I restarted the server and reinstalled it and the same thing happens to me, I don't know if it's a bug or what I'm doing wrong, the strangest thing is that I host the server from another PC but with myself Steam account, I shouldn't have a problem being me, am I supposed to? If you can help me, thank you, it's ruining my ability to enjoy and enjoy a great game.

here I explain more about my case
https://steamhost.cn/steamcommunity_com/app/108600/discussions/6/4353365802913064673/
Tnaz.v 20 Mar, 2024 @ 10:35pm 
What does this mod do? Do you put the large icons with a green border or do you leave them in HD 3D?
TheAirportDrunk 15 Mar, 2024 @ 5:43pm 
Where does this go in the load order?
Lost. 17 Jan, 2024 @ 3:59pm 
Hey @Freeman I'm also having the same problem, were you able to fix it?
JimLambda 12 Jan, 2024 @ 7:05am 
I've been trying to find the problem with micro stutters on my server. Just booted it up in debug mode and can see TileToItemConverter printing stuff to the Console, which happen at the same time as the stutters. It happens nearly every 3 seconds when moving around and loading in chunks.

Was going crazy thinking it was my CPU at it's limit after allocating more ram via the .bat and .json files.

Mod Author, is this safe to remove?
🌴 Zunder 🌴 28 Sep, 2023 @ 5:19am 
Hello, here is the translation into French.

GitHub Translation Files in French [github.com]

Very important: it is imperative to save files in ANSI format so that special characters, such as 'é', are correctly displayed in-game.
Thank you.
欧金金 4 Aug, 2023 @ 9:20am 
Nice mod, thanks for your effort !!
Bloodline8308 14 Jul, 2023 @ 7:44pm 
cant find this mod in the mod menu
Ssaulabby 27 Jun, 2023 @ 7:00pm 
Very well! Thanks :) So put that in Lua -> client folder under customitem.lua file I suppose :)
Erin Azakaela Redfire  [author] 27 Jun, 2023 @ 11:03am 
so this is the code you'd need to do your own custom items


require AzasTileToItemConvertor

table.insert(tileToItemList, "name_of_your_tileset_TILE#", {count = 1, item = "Module.ItemName"})
Ssaulabby 24 Jun, 2023 @ 6:49am 
very true. Ill wait on it thanks Azakaela
Erin Azakaela Redfire  [author] 23 Jun, 2023 @ 9:13pm 
I'll upload an example of how to make your own tile2item conversion, but I don't think I can handle custom items without serious limitations, cuz items are all unique.
Ssaulabby 23 Jun, 2023 @ 7:24pm 
for example, I want to spawn my custom made item "Custom.MasterKey" onto the map im making. Since that item isn't in your "tile.png", is there a way to do it? mayby by repacking your pack file including my item tile?
Erin Azakaela Redfire  [author] 23 Jun, 2023 @ 4:36pm 
What do you mean exactly?
Ssaulabby 23 Jun, 2023 @ 6:32am 
Is there a way to allow custom made tiles to work with this mod as well?
3lfu84 22 Jun, 2023 @ 1:12pm 
Wow look like the must have for map modders.
Ssaulabby 20 Jun, 2023 @ 6:22am 
I see I see, so basically your "item tilesets" placed from tilezed in my own modded map will be converted into items by this mod. Thanks for the explination
Erin Azakaela Redfire  [author] 20 Jun, 2023 @ 2:16am 
So I can make a tutorial in a bit; it's late right now for that. But essentially, download the tilesets, add them to tilezed, then when you publish your mod, require this mod and enable it to see the tiles you placed turn into items/zombies.
Ssaulabby 20 Jun, 2023 @ 2:14am 
im still confused... how to use this.. Is it plug-in for TileZed? Is there any tutorial video on your youtube channel or something? T--T im dumb..
Erin Azakaela Redfire  [author] 20 Jun, 2023 @ 1:22am 
Figured it out. I am so clever.
Erin Azakaela Redfire  [author] 20 Jun, 2023 @ 12:28am 
Working on adding zombie by outifts -- it's hard on performance so I won't be updating it till I can figure out how to resolve that issue; till then you can still spawn generic zombies.
Erin Azakaela Redfire  [author] 20 Jun, 2023 @ 12:27am 
if you want items placed this way to appear, then yes.
Ssaulabby 19 Jun, 2023 @ 10:29pm 
Does this mean, if I want to add my map on my dedicated server, I need to have this mod and my map mod both activated in server.ini settings?
Gabester 19 Jun, 2023 @ 12:48am 
Great work Aza :spiffo: