Search results

  1. hoksyjp

    Homebrew RELEASE HOT POCOLATE - Homebrew game / alternative music visualizer

    It seems like the game got broken by future switch / atmosphere updates, I plan to update the game soon so it can run again. It might be possible to run it through the 'hold R and open a game to run homebrew' thing If you're still interested let me know!
  2. hoksyjp

    Homebrew RELEASE HOT POCOLATE - Homebrew game / alternative music visualizer

    Ok! I added a gameplay video! The source code is also available for people who are more interested in the program their running on their Switch! https://github.com/illteteka/hot-pocolate
  3. hoksyjp

    Homebrew RELEASE HOT POCOLATE - Homebrew game / alternative music visualizer

    HOT POCOLATE is an application built for monster collecting cop-locked .gifs and blending them into a silk-seizure anxiety-maize. How to play: Before playing HOT POCOLATE, queue up some music and get in a comfortable position. Hold the the left Joycon like a TV remote and hit any button on beat...
  4. hoksyjp

    Homebrew [Release] - LövePotion - LÖVE API for 3DS Homebrew - BETA

    @JacKob In addition to this, you also might not be able to call function love.draw() twice Try to use one function love.draw() and separate them with setScreen, that always works for me
  5. hoksyjp

    Hacking Safe to assume I have a problem.

    that's a cool collection
  6. hoksyjp

    Homebrew How to run LSDJ on a 3DS

    I love GameYob as a GB emulator, the original NDS version is best imo: https://gbatemp.net/threads/gameyob-a-gameboy-emulator-for-ds.343407/
  7. hoksyjp

    Hardware Is there any transparent housing replacement for the PSP GO?

    No it doesn't look like one was ever made. TBH though the PSP Go looks pretty difficult to disassemble anyway
  8. hoksyjp

    Emulation Can I run CEMU in very good condition with this gamer setup?

    Feel free to gimme your extra 1084€
  9. hoksyjp

    Does anyone here take antidepressants?

    used to take zoloft... didn't think it did anything??? alcohol + friends are better :PPPPP
  10. hoksyjp

    Hacking Other Super Mario Bros. U

    Pretty cool project! How was the challenge of disassembling a Wii U game?
  11. hoksyjp

    Homebrew [Release] - LövePotion - LÖVE API for 3DS Homebrew - BETA

    I've never used love.filesystem, however... I've read in files in Love/LovePotion using the Lua default I/O stuff, docs here: https://www.lua.org/pil/21.1.html https://www.lua.org/pil/21.2.html https://github.com/videah/LovePotion/wiki/Building-L%C3%96VEPotion Even though LP aims to make 3DS...
  12. hoksyjp

    Homebrew [Release] - LövePotion - LÖVE API for 3DS Homebrew - BETA

    Hahah I cheated to use the Joystick commands since I didn't understand how the love.joystick implementation works in LovePotion. Here's my modified joystick.c from /source/modules/ : http://pastebin.com/96tXqUgb You'll need to recompile LP with this source file ^^ Then just do some sort of...
  13. hoksyjp

    Homebrew [Release] - LövePotion - LÖVE API for 3DS Homebrew - BETA

    @Mascotty You don't want to have a space in your directory, like the one in "Game Development". I don't know an easy way to fix this other than reinstalling everything :(( . Luckily for me, since I had to do it frequently recently, I timed it to only take about 11 min total
  14. hoksyjp

    Gaming My thoughts on SMM for 3DS

    Yeah I got it last night and I couldn't get over how well designed the Nintendo made levels are!! Compared to the Wii U version, the black border around the screen bothered me a little, but it's probably mostly to stay at a similar aspect ratio to the Wii U. The New Super Mario Brothers themed...
  15. hoksyjp

    Gaming Pokemon SnMn safe to play

    i dont know guys its really close, i might just stop playing my 3ds altogether
  16. hoksyjp

    Homebrew I want to develop homebrew apps.

    Oh yeah, my bad. C or C++, I'll fix my post.
  17. hoksyjp

    Homebrew I want to develop homebrew apps.

    If you want complete control over the stuff you make, start here: https://www.3dbrew.org/wiki/Setting_up_Development_Environment And in that case, since you'd be using C or C++, I'd recommend https://github.com/cpp3ds/cpp3ds as an engine. If you just want to make a game, start with either...
  18. hoksyjp

    Hacking What is wrong with my 3DS ?

    It sounds like you have Luma on an EmuNAND or something, which would be weird unless you followed the A9LH guide correctly... Anyway, I know freeShop doesn't like downloading videos from another region, but I doubt that's your issue lol
  19. hoksyjp

    Homebrew [Release] ravimid - homebrew game

    I didn't actually, the two songs are: hiuk-suk-ja sak-set by beathawk (title) killer tomato by chromag (main) These are two tracker songs that I love, the whole game is a nod to early 2000's Klik n Play and Game Maker games, which usually had .mod/.xm/.midi songs to reduce download sizes.
  20. hoksyjp

    Homebrew [Release] ravimid - homebrew game

    @SG6000 I got it! https://drive.google.com/open?id=0BzUfL73wtncPcklzZy1NdFYtMVU So the problem here is that this mod uses more RAM than ravimid does (blame my shitty coding lol), so it boots into an extra RAM mode similar to how Smash Bros does. If you're on O3DS it might take an extra ~5-10...