Maybe add a feature where you can see how many resources are started out of your total resource count to give an estimate of how long a server will take longer to start aka a progress bar. Idk its pretty small feature but it could be cool. Example if the server is starting and its half way and I have 200 resources it would display 100/200 resources started.
#Status bar of resources started
1 messages · Page 1 of 1 (latest)
that would be cool
but think about it, how would i know how many resources to will be started?
because most servers have many resources that never start
I could check the cfg files to find out all the starts/ensures
but what if there is a stop in them?
or it ensures a folder, and i don't know how many resources are in there
or resources that require others

its not trivial lol
Yeah I get that lol
maybe you can add it where it stores the last amount of resource count from the last restart and checks if there are any new resources after it starts and then it would add on to that list or remove from that list.
idk if that will be ideal tho
hmm
that could work
but idk
feels a tad hacky
and then people will start complaining that their server didn't reach 100% when they removed some resource
yeah hmm, well it seems like its getting the value here of the amount right before it actually starts starting everything; not sure how you would actually get the value tho lol https://i.imgur.com/dyMVR7D.png
looks like its just counting the manifest files it seems
ignore the bloated resource count 😅
hmm yeah its different from the value of actual resources started nvm
since thats just counting how many manifest there are and not how many can actually start lol
Congratulations, @silent grotto, on reaching <@&828359841512816671>! 🥳 Remember, each conversation is an opportunity to learn, grow, and create lasting connections. Embrace the journey ahead with open arms and an optimistic mindset. We're cheering you on every step of the way! 🌈✨
il keep thinking about it il let you know if i come up with anythig
Yes, txadmin can even call a function to retrieve that number of resources
but that is not the number of resources that will be started
maybe instead of a progress bar could add a counter instead?
what would be better
but where would i even display that?
that might be harder than its worth