Skip to content

Releases: suloku/dolaunch

DoLaunchers 0.2

05 Sep 23:43
Compare
Choose a tag to compare

Updated mcloader to support embedded cli files in gci files.
Added source for cliembed command line application.

Dolxz recompression and SD2SP2 support

17 Mar 18:55
Compare
Choose a tag to compare

UPDATE 03/11/21: added file "brosexec_brosexecconf_sd2sp2_dolxz_libogc2.zip". This has no changes except they use libogc2 instead of libogc. This fixes a bug that prevents mounting sd2sp2 device again if it has already been mounted once. If you want to use brosexecconf as your return dol file (and use it as a boot menu as intended) with sd2sp2 you can now actually do so.

I've recompressed the 0.2 release with dolxz (https://github.com/FIX94/dolxz) which produces better compresion. Unfortunately it's only helpful for brosexecconf.

I'm also attaching NiHuShu's fork binaries that add SD2SP2 support. Due to libogc and other devkitppc updates binaries produced for the sd2sp2 version are bigger, not just becaseu the needed changes for SD2SP2 support, there's nothing I can do about that.

Current block ussage:

Brosexec: 11 blocks (previously 11 blocks too)
Brosexecconf-text version: 12 blocks (previously 13 blocks)
Brosexecconf-background version: 19 blocks (previously 21 blocks)
McLoader: 9 blocks (previoulsy 9 blocks too)

SD2SP2 Versions:
Brosexec: 14 blocks
Brosexecconf-text version: 16 blocks
Brosexecconf-background version: 23 blocks

DoLaunchers 0.1

29 Aug 14:07
Compare
Choose a tag to compare

Set of dol launching tools for GameCube

This tools are based on the dol loading code used in swiss by emu_kidid: https://github.com/emukidid/swiss-gc

· Brosexec: This is a simple dol that will load autoexec.dol from the root of a SD card in a SDGecko adapter. It's main purpose is to be used with the Home Bros. Exploit, as a way to boot homebrew on unmodified consoles. One of its goals is to keep used space in the memory card as low as possible. - Check the Home Bros. exploit here: http://www.gc-forever.com/forums/viewtopic.php?f=38&t=3023

· Brosexecconf: this is a simple configurable dol launcher, the configuration file can assing a dol to each button. Supports a timer to autoboot a default dol after a configurable amount of time passes. Also supports passing command line arguments to loaded dol files in the form of .cli files. - A text only version and a version supporting customizable png background are available (on screen text can be disabled so the background can be used as splash screen for autoboot for example). - Uses lib PNGU by frontier: http://wiibrew.org/wiki/PNGU

· McLoader: this simple dol can launch any dol present in a memory card created with dol2gci. It¡s main use would be for those not having an SDGecko adapter.