Recent content by Awesomegameplayer

  1. Awesomegameplayer

    Hacking Modding Yoshi's Woolly World

    Another tool hits the list! Wish I had enough time to test this tool out, as it sounds like there's still some gameobject data left to find and to test what kind of levels can be made.
  2. Awesomegameplayer

    Hacking Modding Yoshi's Woolly World

    I have finally added fleece to the tools list! I was able to successfully convert the BSON file to a JSON file, though I have not tried converting it back yet. I am curious of what happens if you modify the values though.
  3. Awesomegameplayer

    Hacking Modding Yoshi's Woolly World

    Thanks to @sackboygames, I've added Tangle to the list of tools, as it's a much more reliable .gfa packer that gives you the correct compression options and info for different Good Feel games. However, when I tested it out with a 60MB level it still seems to freeze due to the BPE compression...
  4. Awesomegameplayer

    Hacking Modding Yoshi's Woolly World

    Seems like somebody is ready to give this a go, though that AI-generated announcement video does not make it look too good: https://gamebanana.com/wips/97120 1770142740 The primary issue back then and still now seems to be that the files use BPE (byte-pair encoding) compression which is...
  5. Awesomegameplayer

    Hacking Finally - Mario Power Tennis co-op play!

    I tried this cheat code recently and it seems to be pretty buggy. While it does allow you to do tournaments with a friend, it also causes the game to crash when Peach uses her special defense ability, plus I've had Mario always being the first player when using version 1.00 of the game, and when...
  6. Awesomegameplayer

    Use the Wii U Gamepad on PC?

    Considering how good your router is, it can either perform seamlessly or absolutely horribly. But if everything works right, you can use every button and the touch screen of the Wii U gamepad without problem. Unfortunately the porter hasn't added functionality for gyro, rumble, or the camera yet...
  7. Awesomegameplayer

    Tutorial Nintendo Land - Mario Chase Modding

    This is absolutely doable and quite easy with Switch Toolbox and Blender (And probably other 3D modelling programs). Just like the tutorial stated the .kcl file located inside of the .szs has all the collision models and data. Now I'm not the best at explaining things, but I'll try my best...
  8. Awesomegameplayer

    Hacking [Release] GFA Packer for Yoshi's Wooly World

    Follow up to my last post, I've figured it out (I just needed to put the folder and .gfa file in the same place as the Python script) and also got it updated to Python 3.11. Unfortunately that 1MB folder limit is really the only thing holding me back from making any progress on my mod, since the...
  9. Awesomegameplayer

    Gaming Misc What can be done to improve the Pokémon franchise?

    I'd say, like many others, that the teams behind the Pokemon games need way more time to work on the games, they're pumping so many glitchy games so quickly. However, it does appear that the higher ups are finally considering on reducing the crunch culture, so that might improve things if they...
  10. Awesomegameplayer

    What did you Accomplish in Gaming Today?

    I played a terrible game that Epic Games gave out for free, did some Fall Guys, and got stumped in Portal RTX Prelude. Oh, and also I played some Yoshi's Woolly World- both versions.
  11. Awesomegameplayer

    Hacking Modding Yoshi's Woolly World

    Asking For Help Hey there, I was wondering what tools there are to mod Yoshi's Woolly World (primarily the Wii U version)? I'd be interesting in anything from simple audio and graphic hacks to replacing entire levels/worlds and plus adding new things into the game. Tools and Programs For those...
  12. Awesomegameplayer

    Howdy y'all!

    Greetings fellow people! I keep landing on this website each time I try to find any sort of info about modding Wii U games, and finally after finding a download link for an extraction program that doesn't work anymore for the tenth time I've decided to join this community- not only in hopes of...
  13. Awesomegameplayer

    Hacking [Release] GFA Packer for Yoshi's Wooly World

    It appears your Python script doesn't work with Python 3 (Which is okay since you mention it needs Python 2 but if you could update it I'd appreciate it) and also it can't find files named "temp1.bin" and "temp2.bin" plus it can't find and access bpe.exe (Also the link no longer works). Also I...