Recent content by DrawnOutBeats

  1. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    The messages are so huge, i have no idea where to begin. And I just got to talk to TurtleP himself and began to discuss what can be done. Thanks a ton for your help dude. Sorry for wasting your time.
  2. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    I did the first two commands then tried again with the compiling, and it appeared to show alot more text than before. But then it showed errors again. So i tried the 3rd command and it did the same thing when compiling. Should I try to uninstall everything and start all over?
  3. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    Just checked, and there is an ogg folder though. O.o Inside is, config_types.h, ogg.h, and os_types.h. but i did notice that OUTSIDE of the folder, in the include folder, is zconf.h, and zlib.h.
  4. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    First I went into the LovePotion folder on my desktop(I put it there for easy access from MSys2), then made the game folder, put all the assets I had to test them, then went into Msys2, went all the way into the game folder, and typed the make command from inside the LovePotion folder. Then it...
  5. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    Hey dude, Im following what you said about getting the source code, and putting all my assets in a game folder, which I did, but im getting an error in Msys2. make[1]: *** [/c/devkitpro/devkitARM/base_rules:80: main.o] Error 1 make: *** [Makefile:194: build] Error 2 Do you got any idea what it...
  6. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    Okay, I tried to follow his tutorial, but there are some steps I cant seem to complete. Those being the paths to set from devkitARM. It seems that the files he is specifying to set as a path, aren't where they are supposed to be, and the files are missing or something. Im not sure if they were...
  7. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    Thanks a ton! You have been a world of help~
  8. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    Ah okay. So when you mention about the source code I need to download, which are you referring to? Lovepotion or something else? and I am not exactly sure what you mean by building it. are you referring to the cmd command, make?
  9. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    I am using one released from videah's Github repository. I didnt know TurtleP did a Super Rewrite. Im about to change it to TurtleP's version. Why do you ask?
  10. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    lovepotion is a port of the love2d framework. I want to turn those lovepotion files, into cia files. Again, any help at all would be appreciated!
  11. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    Someone made a port of Doki Doki Literature club using the same framework I am. So, yes it is possible.
  12. DrawnOutBeats

    Homebrew How to turn LovePotion Files into .cia

    Hello! My name is Drawn Out Beats, and I currently have a game port for the 3ds in the works. I am using the Love2d and LovePotion framework in order to rebuild the game from the ground up. I don't want to mention the title yet, until the release, but I do want to ask a few questions about how I...