Recent content by phils3r

  1. P

    OpenLara - GBA port

    It's just insane what is done here. Looking forward to a full version to put on my Everdrive GBA. This is just incredible work. Thank you so much for this!
  2. P

    Homebrew 'Grand Theft Auto: San Andreas' PS Vita port released

    It's gone isn't it? Because of the re3 lawsuit that fucking Take Two started. Fucking greedy company
  3. P

    Tutorial Internal modchip - SAMD21 (Trinket M0, Gemma M0, ItsyBitsy M0 Express) Guide, Files & Support

    Have you cut them down and now it works more reliable? This sounds exactly like my issue. Sometimes USB works on my switch, sometimes it doesn't. It all counts for docked mode. dumping game cartridges in mobile mode with nxdumptool via USB works fine though. But a USB bluetooth adapter doesn't...
  4. P

    Homebrew RELEASE re3-nx: Reverse engineered GTA 3 for Nintendo Switch

    Can I build the switch port now with the original project since the pull requests got merged. https://github.com/GTAmodding/re3/pull/1204 https://github.com/GTAmodding/re3/pull/1234 Thank you very much for the infos.
  5. P

    Homebrew RELEASE Linkalho - Link your nintendo account offline

    Has anybody tested this with HOS 12.x?
  6. P

    ROM Hack Unlocking Knives Chau in Scott Pilgrim vs. The World: The Game without Ubisoft Connect

    Thank you very much for providing this. I also can confirm that it works flawlessly. Unfortunately the Limited Run Games Version has this issue as it shares the same title id. It was shipped with update 1.0.2. Injected your save file and Chau Knives was unlocked. Good job Eevee and mathew77
  7. P

    Homebrew RELEASE re3-nx: Reverse engineered GTA 3 for Nintendo Switch

    Why not just doing the following (in the directory where the audio files are) Caution. This overwrites the original files like in the windows script: for i in *.wav; do ffmpeg -y -i "${i}" "${i}"; done @AGraber: Unfortunately the game crashes instantly when trying to run from hbmenu (full...
  8. P

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Maybe try to reinstall it. This doesn't seem to look like a sigpatches problem
  9. P

    Homebrew RELEASE re3-nx: Reverse engineered GTA 3 for Nintendo Switch

    The Audio files work flawlessly when using it in the original re3 project on linux. I doubt that they're broken.
  10. P

    Homebrew RELEASE re3-nx: Reverse engineered GTA 3 for Nintendo Switch

    Anyone else having radio output issues? I converted the wav files to uncompressed wav via ffmpeg but the mp3 radio files will loop the first 3 seconds or something. Should I convert them to wav too? Beside that it's an awesome port and works perfectly fine for the time I already played it
  11. P

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Good explanation Thank you very much!
  12. P

    Tutorial Internal modchip - SAMD21 (Trinket M0, Gemma M0, ItsyBitsy M0 Express) Guide, Files & Support

    Yeah but the discharing is much lower when no modchip is applied compared with the method above. I had a switch unmodded lying around for nearly a year and it lost only about 20% or something of its capacity.. Meanwhile my modded switch only lasts for about 1.5 weeks fully charged even when...
  13. P

    Tutorial Internal modchip - SAMD21 (Trinket M0, Gemma M0, ItsyBitsy M0 Express) Guide, Files & Support

    Hi all. I installed a rebug m0 modchip over 2 years ago and it still works like a charme. I used this method: https://github.com/Aboshi/SwitchME/blob/master/wiring/4_wire_on_at_powerup/New_4_wire.jpg I still have another switch where I want to install the same modchip (bought 2 back in the...
  14. P

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Awesome. Just cloned the project just in case. Thank you very much! maybe this is offtopic but I didn't get the difference between ES and ACID patches?
  15. P

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    They work flawlessly. Thank you very much (to the thread creator and the people created them)! Keep up the good work. Is there a good documentation how to create them myself in case they aren't permitted anymore?