your current location:首页 > news>The latest tutorial of custom load interface_1.5.5 version custom loading screen

The latest tutorial of custom load interface_1.5.5 version custom loading screen

2024-12-10 17:58:48|Myriagame |source:minecraft skins

This tutorial is set by the author's setting without permission.

The next door is customized by the loading interface tutorial, but there may be a problem. According to the latest tutorial, it cannot take effect in the latest.This article is the latest tutorial to solve these.

If you want to see the newly added content, please see it.

How to get the new custom load interface?

Set the configuration file position. In the position of the red frame of the configuration file as shown below, it is recommended that the config/your configuration name (do not suffering).

2. Enter the CustomLoadingscreen folder to create a configuration. What should the suffix? Json?Don't know how to change the suffix?Https://xinzhi.wenda.so.com/a/1543482514200571

Then you can refer to the format of the self -defined loading interface tutorial, but please note that in the end, you should write a file like this, and you do not need to create the configuration file other than the configuration file mentioned above.

 {{

"Renders": [

{{

"Image": {

"Parent": "Builtin/Image",

"Image": "CustomLoadingscreen: Image/LLR/Progress_bar.png",,

"POSITION_TYPE": "Center", "Center",

"Offset_pos": "Center", "Center",

"Position": {

},

"Texture": {

}

}},,

{{

"Image": {

"Parent": "Builtin/Image",

"Image": "CustomLoadingscreen: Image/LLR/Progress_bar.png",,

"POSITION_TYPE": "Center", "Center",

"Offset_pos": "Center", "Center",

"Position": {

},

"Texture": {

}

}

},

{{

"Image": {

"Parent": "Builtin/Image", "Image": "CustomLoadingscreen: Image/LLR/Progress_bar.png",, ","

"POSITION_TYPE": "Center", "Center",

"Offset_pos": "Center", "Center",

"Position": {

},

"Texture": {

}

}

}

],,,

"Variables": {

},

"Functions": [],,,

"Factories": [[

],,,

"Actions": []

}

Careful students may find that in fact, the above only merged the code of the fourth step to the second step. Yes, at this time, your loading interface is normal.

Special Chapter: How to make slides and TIP

It ’s good to see here. Let’ s talk about slides and TIP. These are version 1.5.5 (1.5.6 are also applicable, and then the version is estimated to be applicable).

1. First use the decompression software to view CustomLoadingscreen Mod, find the following files

Back up your original configuration file, copy the text in this file to your configuration and cover it and open the configuration file, find the image in the first two images in Renders

Change the contents inside

CUSTMLOADINGSCREEN: Image/Picture Name_#. PNG

(I can't read the picture at all without doing the above step)

The picture name can be customized, and even the previous directory can be customized (in order to prevent some players from understanding how to change the reason to be uniformly unified as CustomLoadingscreen: Image)

Then go to the .minecraft/Resources (requiring Resource Loader Moder) to create a folder, the name is Customloadingscreen, then open this folder, create a folder called Image, and then add the picture according to the picture name_ digital .png.picture).At this time, the slide was ready.

And if you customize other parts, students with a certain foundation should be able to be self -reliant.Lazy, which good person makes up for it

Custom TIP

Okay, it is simple to get here. The custom TIP is based on the customized slide above. If the slide on it, the TIP cannot be made.

Find the CUSTMLOADINGINGINGINGINGINGINGINGSCREEN_TIPS.TXT in Config, one prompt and one line, okay, complete.

How to change the TIP position?Is there a bunch of questions?

to be continued...