Custom Progress Bar - Keksuccino/Drippy-Loading-Screen GitHub Wiki

Custom Progress Bars

Drippy allows you to add custom progress bar elements that can be customized.

[!IMPORTANT]
The Vanilla progress bar element can't be customized, so you need to delete it and add a custom one.

Vanilla-Like Progress Bar

The easiest way to have a personalized progress bar is to add a Vanilla-Like Game Loading Bar. This one looks like the Vanilla bar, but you can move it, resize it and change its color!

Custom Progress Bar

The other way is to use an actual Progress Bar element. This one is way more customizable, but also a little bit more complicated.

Value Source

You need to set the progress bar's value source to the placeholder to get the current game loading progress, so just set it to {"placeholder":"game_loading_progress"}.

Textures

You can not only set custom colors to the Progress Bar element, but also set actual texture for background and loading progress.

To do that, just click on Bar Texture for the progress texture and on Background Texture for the background.