- Improved Game Boy Player driver.
- Changed wiiload server to accept oversized DOLs.
- Removed DK Bongos support due to raphnet adapter bug.
- Fixed scaling without a 3D LUT.
I think this thing "--contrast=1." is not default. I've tried without this and the color is not the same. i try in the last version and i used this cgi and looks great:Extrems wrote:These aren't necessary as they're the defaults.shinchandoidao6669 wrote:--filter=normalnx
--dither=threshold
--contrast=1.
ok, but works fine for me this cgi!Extrems wrote:I can assure you it is the default, try adding a newline.
Extrems, have a filter and dither recommendations?shinchandoidao6669 wrote:ok, but works fine for me this cgi!Extrems wrote:I can assure you it is the default, try adding a newline.
Code: Select all
--zoom=1.1875
--scaler=oversample
--scan-mode=interlace
Code: Select all
$ ./dollz3 bootldr.dol out.dol
***********************************************************
* d0lLZ 3.0 - Gamecube Executable Compressor.
* softdev 2005 - http://www.tehskeen.com
***********************************************************
* DOL requires 0x0003cd80 bytes for binary image ... OK
* Loading DOL sections .............................
*Read 0x0003a29f ... Needed 0x0003a65c
* Error reading DATA section 0
Code: Select all
$ cat gbi-ll.dol gbi-ll.cli > bootldr.dol
Interesting. Are there any workarounds?Extrems wrote:It's a bug in the libogc multitasking kernel.
This may work.claywilson95 wrote:Hey guys, I made this banner for an ISO of GBI that I'm burning to a disc, and I can't get the file to the correct form of BMP and cannot at all get it to convert to BNR. I tried editing the hex codes and saving it into the A1G5B5.... format so that GCRebuilder would accept it, but the image keeps getting messed up when I edit the hex. That or GCRebuilder just won't take it. Could someone please convert it to the right form of BMP so that I can get it to show up in GCRebuilder correctly, or convert it to BNR for me? Thanks! And if anyone likes the banner, feel free to take it!
pargordius wrote:This may work.claywilson95 wrote:Hey guys, I made this banner for an ISO of GBI that I'm burning to a disc, and I can't get the file to the correct form of BMP and cannot at all get it to convert to BNR. I tried editing the hex codes and saving it into the A1G5B5.... format so that GCRebuilder would accept it, but the image keeps getting messed up when I edit the hex. That or GCRebuilder just won't take it. Could someone please convert it to the right form of BMP so that I can get it to show up in GCRebuilder correctly, or convert it to BNR for me? Thanks! And if anyone likes the banner, feel free to take it!
Edit: Although, if you look at Extrems's post above yours, I don't think a standalone GBI disc is possible.
The bug is unrelated to booting from a disc.pargordius wrote:Edit: Although, if you look at Extrems's post above yours, I don't think a standalone GBI disc is possible.
Sweet! Could you post your .ISO? I'm curious what I'm doing wrong.claywilson95 wrote:pargordius wrote:This may work.claywilson95 wrote:Hey guys, I made this banner for an ISO of GBI that I'm burning to a disc, and I can't get the file to the correct form of BMP and cannot at all get it to convert to BNR. I tried editing the hex codes and saving it into the A1G5B5.... format so that GCRebuilder would accept it, but the image keeps getting messed up when I edit the hex. That or GCRebuilder just won't take it. Could someone please convert it to the right form of BMP so that I can get it to show up in GCRebuilder correctly, or convert it to BNR for me? Thanks! And if anyone likes the banner, feel free to take it!
Edit: Although, if you look at Extrems's post above yours, I don't think a standalone GBI disc is possible.
I actually got it to work! I have GBI booting straight from a disc without Swiss. I got the banner to work and it looks great, thanks! I can upload pictures of it in action.
Actually, I'm having problems getting my ISO with Extrems' newest version on GBI to work. My ISO worked with the previous version. What's the problem then...?pargordius wrote:Sweet! Could you post your .ISO? I'm curious what I'm doing wrong.claywilson95 wrote:pargordius wrote: This may work.
Edit: Although, if you look at Extrems's post above yours, I don't think a standalone GBI disc is possible.
I actually got it to work! I have GBI booting straight from a disc without Swiss. I got the banner to work and it looks great, thanks! I can upload pictures of it in action.
Could I somehow do that after I have already created the ISO? In GCRebuilder maybe? I'm clearly not as understanding about all this as you are haha, this has taken me a little while to get the hang of blindly.Extrems wrote:That's the GC-Linux apploader panicking from the oversized DOL for the CLI append hack. Try appending 1024 null bytes.
I tried growing bootldr.dol by both 1024 bytes total (including the appended .cli file) and 1024 bytes in addition to the appended .cli file, and neither worked. I was using the truncate command btw.claywilson95 wrote:Could I somehow do that after I have already created the ISO? In GCRebuilder maybe? I'm clearly not as understanding about all this as you are haha, this has taken me a little while to get the hang of blindly.Extrems wrote:That's the GC-Linux apploader panicking from the oversized DOL for the CLI append hack. Try appending 1024 null bytes.
You know more about what you're doing than I do lol. I can't seem to figure out how to plug my banner into an ISO. That's my only problem here. Unless it is the right BMP type for GCRebuilder to accept it, I don;t know how to plug it in when it is a BNR file. I tried putting it into the root of the ISO, and importing it into the root via GCRebuilder. Only importing worked, but then messed up the ISO, it was then too large to boot I suppose, since I had GC Bootable GUI to max out the ISO size prior to importing the banner. I don't know what to do.pargordius wrote:I tried growing bootldr.dol by both 1024 bytes total (including the appended .cli file) and 1024 bytes in addition to the appended .cli file, and neither worked. I was using the truncate command btw.claywilson95 wrote:Could I somehow do that after I have already created the ISO? In GCRebuilder maybe? I'm clearly not as understanding about all this as you are haha, this has taken me a little while to get the hang of blindly.Extrems wrote:That's the GC-Linux apploader panicking from the oversized DOL for the CLI append hack. Try appending 1024 null bytes.
However, if I just use the unaltered gbi-ll.dol, I don't get the crash I was getting earlier.
claywilson95 wrote:Hey guys, I made this banner for an ISO of GBI that I'm burning to a disc, and I can't get the file to the correct form of BMP and cannot at all get it to convert to BNR. I tried editing the hex codes and saving it into the A1G5B5.... format so that GCRebuilder would accept it, but the image keeps getting messed up when I edit the hex. That or GCRebuilder just won't take it. Could someone please convert it to the right form of BMP so that I can get it to show up in GCRebuilder correctly, or convert it to BNR for me? Thanks! And if anyone likes the banner, feel free to take it!