Changing the way loading screen works, like timed loading screens changing the background image every x amount of seconds?
Printable View
Changing the way loading screen works, like timed loading screens changing the background image every x amount of seconds?
Yes, HG have that, but i don't know how to do it.
Well idk, because the loading screens things are on runnable, if you hexedit it and search the text string "loading" yo could add more loadings or rename the actuals, so maybe you can add a custom one and then edit something in XML to switch every X time the loading.
You can't simply do this via xml... You would have to implement all the timing and shit when the images change, can't all be done in xml ...