Recent content by NicoCP

  1. NicoCP

    Hacking Nintendont

    Uhm... I have an issue to report: I get an "Update Error: -2" when I try to update the controllers.zip file. The .zip is downloaded to the SD, but the files are not extracted. I'm on a Wii, if it matters.
  2. NicoCP

    Hacking Nintendont Themes and Custom Mods

    AbdallahTerro woah! I've been busy with finals, so I couldn't check the forum lately, but wow, what a progress you've made! :yay:
  3. NicoCP

    Hacking Cubic Ninja (US version) Giveaway!!

    Count me in!
  4. NicoCP

    Hacking Nintendont Themes and Custom Mods

    But I never touched those lines xD Except, BLACK to WHITE. All the changes I made were: Changed all BLACK to WHITE in every PrintFormat (main.c, menu.c, loader.c, etc) On menu.c, changed to position of "Returning to laoder...", "No games found in %s:/games !", "No FAT device found, or missing...
  5. NicoCP

    Hacking Nintendont Themes and Custom Mods

    Yeah, I'll try later maybe with other numbers (or put a single number and not a formula). I have to study for some finals now so I can't test it. But it's strange that modifying some lines of code has an effect on other things totally unrelated... they're just prints xD And it happens only...
  6. NicoCP

    Hacking Nintendont Themes and Custom Mods

    :ohnoes: Now?
  7. NicoCP

    Hacking Nintendont Themes and Custom Mods

    Oops, sorry, fixed!
  8. NicoCP

    Hacking Nintendont

    So far I didn't get that issue. But, I heard some kind of "honk" when selecting a character (happens randomly)
  9. NicoCP

    Hacking Nintendont

    NTSC-U? In what part of the game? I'm going to test it now.
  10. NicoCP

    Hacking Nintendont Themes and Custom Mods

    Well... I failed to make my custom mod :P Some strange thing happens: If I try to edit the position of some of the verbose loading info, when I load Nintendont and it shows the list of games available, it seems to doesn't read the names that are on titles.txt. I just can't understand why that...
  11. NicoCP

    Hacking Nintendont Themes and Custom Mods

    I think that we should look at global.c (and .h): We need another pointer GRRLIB_texImg *background2; (don't know if another screen_buffer too) and then a background2 = GRRLIB_LoadTexturePNG(background2_png); If we want to use another background, we simply change where it says "background" to...
  12. NicoCP

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Ok, so I don't have to worry about those messages :P I use an ethernet cable for internet access, and the WiFi switch of my laptop for the streetpass (without connection to internet). It's strange because for a very little time, it seems to work (still no streetpass), but then suddenly the...
  13. NicoCP

    Hacking Nintendont

    Oh, so it will never work on a Wii :( Or maybe until we know what Super Smash Bros does to initialize it...
  14. NicoCP

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Ok, now I run it again, it installs dnsmasq and hostapd. Then I shows this (don't know if it's expected or not): After that, my 3DS detects Internet and the Nintendo Zone starts flashing, but a couple of seconds later, it returns back to "StreetPass". On my computer, every some seconds it...
  15. NicoCP

    Hacking Nintendont Themes and Custom Mods

    I was working on a mod that when you load a game, you have the GameCube logo in the center, and all the verbose loading text is centered below that logo, on a single line. That way, if something goes wrong while loading a game, it tells you what went wrong (like the original dol, but it doesn't...