It is pretty straight forward as you can simply put an url in the settings for either a .png or a .jpg file.
However, if you put a .xml as url, you can add more images and it will randomly pick one to show during map change.
The format of the xml file is like this :
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<loadscreens>
<loadscreen_image>http://yourwebsite.com/screen1.jpg</loadscreen_image>
<loadscreen_image>http://yourwebsite.com/screen2.jpg</loadscreen_image>
<loadscreen_image>http://yourwebsite.com/screen3.jpg</loadscreen_image>
</loadscreens>
You can see it in action at our Glimratten Royal or Elite server (only online at certain times)
Let me know what ya think, k?