Hi all, I'm trying to build a sqlite3 helloworld, but I'm having a strange problem. My helloworld application is built using latest stable libogc and dekitppc rev16. Compilation goes fine, database is opened ok, but when trying to do a simple select from a table with just one record I get a disk I/O error, and can't find the cause. I'm using default fat library and sqlite3by scognito - Coding
I used ogg for bg music and raw data for simple sound effects (iirc) in my game (Piero's Wiicross). I've used asndlib with previous release of libogc (asndlib wasn't included on libogc yet). Works like a charm.by scognito - Coding
Hi, is there a way to open files of a DVD using IOS_Ioctl functions? Just an example would be fine (and no, I can't use dvd:// fopen :P) Thanks!by scognito - Coding
I was thinking about adding it to Wiicross but I didn't because 1) don't have inet at home, 2) don't have time to code, but the idea of making a VS battle mode is interesting (like picross on ds).by scognito - Coding
Oh thank you, maybe the guy didn't tested correctly!by scognito - Coding
Hi, I'm trying to change my game theme using the date and time functions, in particular it should change the default theme to a christmas one if the current date is >= 15th dicember or <= 15 january. I don't have my wii until 2009 so I can't test on real hardware. Problem is I sent the game to a guy who tested, and he told me that it doesn't change theme, but as I doby scognito - Coding
Update using devkitpro updater or other methods, it should be fixed by devkitpro team. Cheers, Scognito.by scognito - Coding
The drums seem not recognized, neither attaching it during dol execution, neither before loading it: the extension value remains 0. I tried then the old guitar hero controller, and attaching it before dol loadin it gets detected (number 3 iirc). Drums and new guitar controller are not recognized, but the home button (for resetting to the hbc) works. I noticed when going back to the hbc with thby scognito - Coding
Ok, I bought Guitar Hero World Tour! Damn 200€ (recession, what? :)) I'll do some coding soon, and post progress here.by scognito - Coding
Ok thanks, I'll start with that :) Now I to convince myself to buy that expensive music kit + game (sold separately) for "just" 180 euros ;)by scognito - Coding
Thank you for answering! I'm a bit confused though :P You mean that the number on the define isn't arbitrary and I have to discover which one is writing my own application?by scognito - Coding
Hi, since I have (half) idea of making an homebrew using the Rockband drums, I want to add support for this "controller" in libogc, as people did with the guitar hero controller. The question is: HOW? :P I'm using the latest stable libogc, but I don't know how to "connect" the drums and how to map buttons. If it is doable, I may consider to buy the kit. Thank you in advance.by scognito - Coding
Hi, I'm next to release my homebrew game called Wiicross, a game like Picross. It still doesn't have levels so if you want to contribute please head over the online level editor and draw a level! The best 50 ones will be put in the game :) Go to the online level editor! Cheers, Scognito.by scognito - Homebrew Applications
Hi, drop me a message to scognito on gmail so we can discuss there. If you have a msn account it is better. Your help is appreciated. Thanks, Scognito.by scognito - Testing Corner
First topic in here! Hi, I need someone with a spare gamecube to test a puzzle game I've almost finished. It works on Wii but I need to know if it works (and is doable) on Gamecube too, since it also uses FAT. Tester will be credited in the release announcement. Thanks! Scognito.by scognito - Testing Corner
Yeah I also had problem running it, but finally I did it. Once compiled/installed it works great, my game has mod or ogg as background sound plus sound effects. Try if you can install it, otherwise i can provide a package containing latest stable libogc patched (source or binary) but I assume no responsability ;) Cheers, Scognito.by scognito - Coding
Mp3 + IR make the sound not playing because mp3 decoder doesn't have enough CPU cycles. I suggest to use sndlib beta (http://wiibrew.org/wiki/Sndlib) that works for sure for ogg and has multiple sound support. Cheers, Scognito.by scognito - Coding