ppkantorski / Ultrahand-Overlay

The fully craft-able Nintendo Switch overlay executor.
GNU General Public License v2.0
171 stars 23 forks source link

Base Config.ini not being generated in switch/.packages #171

Closed zrm9901 closed 2 weeks ago

zrm9901 commented 2 weeks ago

Idk if this is correct, but from what I can tell from the updates, there is supposed to be a autogenerated config.ini package generated in .packages containing basic commands, but it doesnt seem to generate for me, idk if I am doing something wrong but I cant seem to find the basic copy, delete, ect commands in the overlay menu or anywhere else. If there isnt a generated one how do I do the commands?

zrm9901 commented 2 weeks ago

by the way this is what im referring to "Updates to the pre-generated /switch/.packages/package.ini root package file to include Reboot To (for booting directly into /bootloader/hekate_ipl.ini boot entries." in the updates in releases

ppkantorski commented 2 weeks ago

Ah, I know exactly what you are referring to. I appear to have forgotten to use a "true" statement on loadOptionsFromIni to generate it. For now make this file in /switch/.packages/package.ini

[*Boot Entry]
ini_file_source /bootloader/hekate_ipl.ini
filter config
reboot boot '{ini_file_source(*)}'
[Hekate]
reboot HEKATE
[Hekate UMS]
reboot UMS

[Commands]
[Shutdown]
shutdown

I'll have this fixed in v1.7.0

zrm9901 commented 2 weeks ago

okay thank you

ppkantorski commented 2 weeks ago

Should now be fixed in v1.7.0. I am going to close this, but if there are still more problems related to this do lmk.