tets Posted August 18, 2022 Posted August 18, 2022 Hi, i'm looking to randomize loading screen with different pictures do you know how to do ? I edited one of them with this : But then i dont know how to randomize multiple loading screen Quote
NevesOma Posted August 18, 2022 Posted August 18, 2022 2 hours ago, tets said: Hi, i'm looking to randomize loading screen with different pictures do you know how to do ? I edited one of them with this : But then i dont know how to randomize multiple loading screen Hi, I think you can experiment with interface. Make a randomizer for different textures with a certain %. You need a compiler / decompiler, since we don't know your protocol try to use those versions: Or download sources from my discord: https://discord.gg/l2mod Quote
eMommy Posted September 3, 2022 Posted September 3, 2022 LoadingWnd var String LoadingTex[num]; ........ LoadingTex[0] = "Tex1"; LoadingTex[1] = "Tex2"; LoadingTex[2] = "Tex3"; ........ loadingtexture.SetTexture( LoadingTex[Rand(size)] ); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.