Recent content by Codiak101

  1. C

    Wup Installer GX2 freezes when installing a game

    Hello, I had issues with Wup Installer GX2 when I ran it off the Homebrew Launcher. Haven't had any issues since I found you can install it directly: https://gbatemp.net/threads/release-wup-installer-gx2-rpx-channel.456199/ Obviously had to use the HBL version one last time to install this. If...
  2. C

    Having to swap SD card adapter

    There isn't an immediate issue but thought I would post this to see if anyone has the same thing and solved it in the same way or another. I use 2 micro SD cards with the Wii U: First has Nintendont and Not64 Second has Riivolution I wanted to separate them as Riivolution requires patches on...
  3. C

    What's a movie you keep going back to?

    The Resident Evil movies with Milla Jovovich, there's just something about them that I enjoy watching them again from time to time.
  4. C

    Homebrew app Registry Profiler

    Greetings, This is a new app to change registry settings, the addition here is the ability to save a profile of registry settings which you can switch between. For example you might want to set the dim and suspend interval to 0 to disable them as one profile, another you might want to have...
  5. C

    Changing Vita Brightness to 0 - Bricked when screen off?

    Hey so I've managed to test this properly by opening the brightness in the settings (not the quick menu) which triggers whatever registry setting you have without touching the slider. So when brightness is set to 0 is does indeed turn off the screen but you can still use the touch screen and...
  6. C

    Changing Vita Brightness to 0 - Bricked when screen off?

    Thanks for the help, useful program to know about. I was testing this with an FTP connection open ready to restore the registry file if needed, but found that changing the brightness registry doesn't actually take affect unless you change it on the brightness slider. So when I change the...
  7. C

    Changing Vita Brightness to 0 - Bricked when screen off?

    I've noticed when it's docked that changing the brightness has no effect on the TV, but still wary to change it to 0 in case it goes off on the TV too.
  8. C

    Changing Vita Brightness to 0 - Bricked when screen off?

    Hey, I have a question on changing the Vita brightness registry setting to 0 (working on an app that allows it to be changed). I read that it turns the screen off, does this mean it becomes unusable and therefore brick the Vita? Just wondering if I should prevent my app setting this. One use of...
  9. C

    Favorite Wii U game?

    After modding the Wii U and trying some of the games I missed, I'd say ZombiU has become a fave.
  10. C

    Hacking vita-shellbat controller battery indicators mod

    I've created a mod of vita-shellbat which adds controller battery indicators. When no controller is connected you still see the Vita battery % and when connected (such as a DS4 via bluetooth using another plugin) the indicators show for player 1: https://github.com/Codiak101/vita-shellbat
  11. C

    Hacking Portable/Dock switching mod of h-encore-2

    I've modded h-encore-2 so you can switch between 2 config.txt files. This is a project from the need to separate the plugins required when docking the Vita to avoid crashes. There's a new menu option to switch between portable and dock mode. Installation and instructions...
  12. C

    Homebrew re3-wiiu - GTA III Wii U Port

    Amazing I recently installed the PS Vita port, might give this one a try too.
  13. C

    Hacking Rumor: Vita shutting down console store

    I've been downloading games from PKGj recently thinking it might stop working soon, lets hope it'll be fine.
  14. C

    Hacking Help compiling h-encore-2 on Windows 10

    I'm open to configuring existing apps/plugins. I have a dock_config.txt and a portable_config.txt for the separate plugins I'd like to use depending on what mode I'm in, and obviously a config.txt for what's currently used. It would be nice to not have to swap these around manually, in fact the...
  15. C

    Hacking Help compiling h-encore-2 on Windows 10

    I've setup a MinGW environment on Windows 10 to compile Vita app source code. I have this project where I want to be able to swap out different config.txt files when loading CFW. I want to develop a solution to loading different plugins depending on whether you play the Vita in handheld or in a...