Add boot.json
we added boot.json file in the DVD cartridge.
This allows the DVD mod PCK to be loaded automatically.
Simply refresh DVD once the mod has been loaded.
Generate setting file by run Hexagon Engine once, then shutdown properly.
To install the DVD
go to user:// which is
%appdata%/Perkedel Technologies/Hexagon Engine/Pengaturan
Open Setelan.json using text editor of programming IDE.
Scroll down to ModPCKs
Make Dictionary inside ModPCK basically like this:
... "ModsPCKs": { "your-mod:{ "Patho": "C:/forward-slash/your-modPCK.pck", "Replaceo: false }, "your-mod-2:{ "Patho": "C:/forward-slash/your-modPCK2.pck", "Replaceo: false } }, ...
Don't add comma after in the end inside the ModPCKs! Bug in json format standard! In VS Code interpreter, it will red error. Notice I delete comma after for second mod dictionary.
Argh hard itch mobile
Save, then launch Hexagon Engine.
Your mods may not seen first time. Click Refresh DVD until your mod appears in the list.
Loading bar has title of
Where is Loading Bar functionality
Simply 2x click to run it.
You can even make your own mods for it. Simply inspire structure of GameDVDCardtridges/Your-own-game like that. boot.json has to exist. In the Hexagon Engine repository we also had the example you can follow from.
You can have the DVD loads your starting scene anywhere in the res:// area. just like the standalone you made.
We recommended you to make sure Replaceo false to prevent your mod from replacing important files of Hexagon Engine runtime. If you had file missing, review what conflicted and rename the files to not conflicting. Otherwise, if you make Asset Replacement which Replaceo is true, go ahead break Hexagon Engine. It's your Download.
And yeah. Basically it.
Files
Get Loading Bar Functionality
Loading Bar Functionality
Where is the Loading bar Functionality?
Status | Released |
Author | Perkedel Technologies |
Tags | Experimental |
Languages | English |
More posts
- Frogot the devlogJun 11, 2021
- NEW!!! Loading Bar in Godot 3.3Apr 22, 2021
- SUBMITTED THIS TO A JAMMar 01, 2021
- Whoops! forget [RELEASE] bar!Oct 23, 2020
- NEW!!! Loading Bar in Godot Demo, Idk releaseOct 14, 2020
Leave a comment
Log in with itch.io to leave a comment.