itch.io is community of indie game creators and players

Devlogs

NEW!!! Loading Bar in Godot Demo, Idk release

Loading Bar Functionality
A browser confusion made in HTML5

What is this?

I wanted to test Godot loading bar sensation like in Unity's 

but it's Godot. https://godotengine.org 

here are articles for Godot Background Loading with Loading Bar things

Stuff like that.

How to operate?

  • The buttons on bottom has been provided with numbers on it
  • Instruction is also in the game
  • simply press them in order from 1 to last.
  • wait careful for the red ones. those are to experiment other things. So, use them sparingly.
  • read well each button and what it does
  • learn from the source code, link bellow

PCK file?

that's a mod file for Hexagon Engine https://github.com/Perkedel/HexagonEngine .

I've structured this game to conform Hexagon Engine's res:// resource the in-game directory structure.

You'll see that the scene is inside GameDVDCardtridge . All related sub-scene also in there.

You can try Hexagon Engine & load the PCK file of this experiment right here.

then load the WhereIsLoadingBar scene file. in Hexagon Engine, I've added the button in the bottom of the DVD selection list for you.

Well, the FileDialog is buggy. if we load Mod PCK file while FileDialog instance is still there on a node. the FileDialog access res:// won't see newly imported mod files. Pretty much broken. Therefore, I added the workaround which is the last option in DVD selection.

Code Source Code Godot Project

https://github.com/Perkedel/Where_Is_LoadingBar_Functionality

Files

  • HTML5 Circle CI build 5 MB
    Version 11
  • Hexagon Engine Mod PCK file Circle CI build 14 MB
    Version 4
  • macOS GithHub Action build 27 MB
    Version 7
  • Linux (64-bit) GitHub Action build 51 MB
    Version 11
  • Windows Desktop GitHub Action build 42 MB
    Version 8
  • Linux (64-bit) Circle CI build 47 MB
    Version 12
  • macOS Circle CI build 27 MB
    Version 11
  • Windows Desktop Circle CI build 46 MB
    Version 11
  • HTML5 Circle CI build 5 MB
    Version 8
  • Hexagon Engine Mod PCK file Circle CI build 14 MB
    Version 1
  • macOS GithHub Action build 27 MB
    Version 3
  • Linux (64-bit) GitHub Action build 51 MB
    Version 7
  • Windows Desktop GitHub Action build 42 MB
    Version 5
  • Linux (64-bit) Circle CI build 47 MB
    Version 9
  • macOS Circle CI build 27 MB
    Version 8
  • Windows Desktop Circle CI build 46 MB
    Version 8
Download Loading Bar Functionality
Leave a comment