Jump to content

Recommended Posts

Posted

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 

Posted
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

  • 3 weeks later...
Posted

LoadingWnd

var String LoadingTex[num];

........
    LoadingTex[0] = "Tex1";
    LoadingTex[1] = "Tex2";
    LoadingTex[2] = "Tex3";

........
        loadingtexture.SetTexture( LoadingTex[Rand(size)] );    

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...