Container 25 page limit.
ForSerious
Member Posts: 471
So I'm using the unique Item chest that was introduced with Shadows of Undrentide. In the toolset, I didn't notice any number limit on items put into it. I think I was able to put 174 items in it. I thought it would be fun to make the uniqueness persist over resets. Anyway, I have it so that it saves a list of the blueprints to the database. On load it creates all the items from the database into the chest.
Because of this limit, and the creation of the items is (kind of) random, I loaded the chest with a bunch of big items, then started filling the gaps with smaller ones—finally, when I loaded the module again, it created a bunch of the smaller items first and the container got filled before the list was complete.
Is there a workaround for the page limit?
if not, is there a way to check item size?
I suppose I could just skip the chest all together and just pull items from the database, but I liked the idea of being able to visualize the loot pool and adjust it on the fly.
Because of this limit, and the creation of the items is (kind of) random, I loaded the chest with a bunch of big items, then started filling the gaps with smaller ones—finally, when I loaded the module again, it created a bunch of the smaller items first and the container got filled before the list was complete.
Is there a workaround for the page limit?
if not, is there a way to check item size?
I suppose I could just skip the chest all together and just pull items from the database, but I liked the idea of being able to visualize the loot pool and adjust it on the fly.
0
Comments