• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 0.X See storages in use?

marek12

Available for sprite works
Joined
Apr 8, 2020
Messages
398
Solutions
4
Reaction score
395
Is there a way to see what storages are in use on my server?
any command/file?
Or the only way is to look and write down from each file?
 
Manually tracking is the only way as far as I know.

I had at one point in the past asked the same thing, and someone kindly made a script to track every storage/global storage lua call into a notepad document.. and over time you could possibly figure out every single storage in use..

But there was no way to know how complete it was.. and it was also slowed the server down to a crawl. xD

I gave up on that method after a day or so and just went and did it manually.
(I also ended up tracking all itemid's that were in use as well while I was at it)

Here's the thread in question!
Maybe it'll be helpful for you.
 
Last edited by a moderator:
Manually tracking is the only way as far as I know.

I had at one point in the past asked the same thing, and someone kindly made a script to track every storage/global storage lua call into a notepad document.. and over time you could possibly figure out every single storage in use..

But there was no way to know how complete it was.. and it was also slowed the server down to a crawl. xD

I gave up on that method after a day or so and just went and did it manually.
(I also ended up tracking all itemid's that were in use as well while I was at it)

Here's the thread in question!
Maybe it'll be helpful for you.
Thanks for replying. Will definitely look into that! :D
 
Back
Top