Recent content by msmalik681

  1. M

    Homebrew noob question

    Can anyone help me with 16-bit samples (sfx) here is the source behind the sound https://github.com/DCurrent/openbor/blob/master/engine/wii/sblaster.c all music and 8-bit samples work fine but 16-bit samples just sound like static noise.
  2. M

    Homebrew noob question

    Thanks greywolf the issue has been resolved. My next problem will be 16 bit samples.
  3. M

    Homebrew OpenBOR preview screenshots and log files

    No the title.gif within the pak file should be preview.
  4. M

    Homebrew noob question

    Openbor on the wii has a issue when handling double data type as explained here: http://www.chronocrash.com/forum/index.php?topic=3990.msg55313#msg55313 My question is are there any known issues when handling double values ?
  5. M

    Homebrew OpenBOR preview screenshots and log files

    looks like this is a bug it should show the title picture within the mod.
  6. M

    Homebrew OpenBOR preview screenshots and log files

    As a developer I should know this but I don't I would have guessed if you take a screenshot in game that will show next time you load the game. This kind of question would be better suited for the chronocrash forums.
  7. M

    Homebrew noob question

    I have managed to get the base path using this code: char root[MAX_FILENAME_LEN]; memset(root, '\0', sizeof(root)); strncpy(root, argv[0], strrchr(argv[0], '/') - argv[0]); sprintf(rootDir, "%s/OpenBOR/", root); sprintf(savesDir, "%s/Saves", root)...
  8. M

    Homebrew noob question

    Demothens already added wii-u pro controller support I just need to add it to the source code It is still buggy and needs updating though. https://gbatemp.net/threads/request-wii-openbor-with-libwupc-compatibility.512433/#post-8177106 It seems the controller support is the main advantage of...
  9. M

    Homebrew noob question

    @Wiimpathy Thanks you are very helpful i managed to get it working on the current build by removing any reference to libelm in both the wiiport.c and the makefile it loaded from usb without any issues made me so happy I wanted to cry lol. Now my main issue is adding dynamic directories what I...
  10. M

    Homebrew noob question

    I tried to add both the the ios_reload and usleep but I still got a black screen with "exception (DSI) occurred!" with a screen full of numbers attached the file if you can see what I am doing wrong please help.
  11. M

    Homebrew noob question

    libOGC Release 1.8.12 and devkitPPC release 27 Are these good stable releases ? When the source code tries to access the "usb:/" using libfat it crashes the wii how to I fix this it can access "sd:/" without any problems.
  12. M

    Homebrew noob question

    This may seem like a silly question but how do I get windows versions of the devkitPPC and libOGC I used devkitProUpdater-3.0.3 but there was no option to select what version to download. I just want to update libfat so it can read from a usb correctly. Is there any way to check from the...
  13. M

    Homebrew [REQUEST] Wii OpenBOR with libwupc compatibility

    @Demothens Thanks it worked i will add it to the source and mention your name for this update. Have you thought about joining our development team there is very few of us. If you are interested just post a request i could not give a direct link just use naxbetas chronocrash link and paste...
  14. M

    Homebrew [REQUEST] Wii OpenBOR with libwupc compatibility

    @Demothens Can you post a download link to your edited source code please. I am a developer for the open beasts of rage engine and would like yo update the source with your changes.