Recent content by OutrightWings

  1. OutrightWings

    Hardware 3D print your own New 3DS Cover Plates!

    These faceplates are for the new 3DS. They are the only model to have swappable plates as an intended feature.
  2. OutrightWings

    How/Where to start programing custom ports on 3DS???

    Devkitpro is the toolkit to use to make software for the 3ds. However it is a very diy library! Not for the faint of heart.
  3. OutrightWings

    looking to recreate minecraft classic version c0.30-c-1900 for 3ds but don't know where to start

    For your own edification: To start you would want to get the DevkitPro set up as a development environment. Then you would need to use some top tier programming skills to remake from scratch that version of minecraft as homebrew software is in C/C++ and that was originally made in Java.
  4. OutrightWings

    Homebrew How can I port a PC app to the 3DS?

    The 3DS libraries, specifically using devkitpro, are not for the faint of heart. I've been working on a homebrew using them and there is no engine foundation -- you need to decide your programs own workflow of rendering and ticking etc all in C/C++. As well as all the documentation you get is...
  5. OutrightWings

    Hardware 3D print your own New 3DS Cover Plates!

    I used Bambu basic pla and painted it with acrylics! Your models fit fantastic. Thanks for sharing them.
  6. OutrightWings

    Hardware 3D print your own New 3DS Cover Plates!

    I printed and painted a set! I just modified the bottom model to not have screw holes or the stylus indentation.
  7. OutrightWings

    Hacking 3DS PDA application

    Your mockup is really nice. Unfortunately you are unlikely to find anyone who has both the skills and time to make something for you without a commission. DS software development, from experience, is pretty unruly as it's a lot of barely documented libraries.
  8. OutrightWings

    HomeMenuEditor3DS: edit and move home menu titles on pc

    Just a theory, one reason it might need admin privileges on other people's machines is that it seems to put files into the directory C:\Users\oussama (or at least it creates this directory on my machine which takes admin privileges to delete). You should probably change this and use appdata or...
  9. OutrightWings

    My dog bit my 3ds.

    non OEM shells are a mixed bag imo. The inner top and bottom shell parts generally always fit, the back top sometimes can be wonky, and the bottom back is pretty much always a pain to snap in right. Thats within a shell replacement set. I once reshelled one with the inner and outer parts coming...
  10. OutrightWings

    New 3ds xl Lens replacement

    The glue for the top screen lens just goes around the outside edge. Every time I've ever taken one off I've used a razor blade very carefully around the edge. Be very careful to not hurt the screen underneath. When putting the new lens on, use double sided tape to hold it in place and trash the...
  11. OutrightWings

    Hacking Homebrew Misc I need a complete up to date guide on making a 3ds theme for a friend of mine

    Kame documentation for how the images work. LoopingAudioConverter for making bgm files. This forum has good resources and templates (including my own). Just look around, nothing is particularly out of date.
  12. OutrightWings

    Tutorial Themes Using Aseprite

    Creating a theme easily using Aseprite I don't use things like photoshop or gimp etc, but I am exceedingly comfortable with aseprite and there wasn't any good templates for it so I made my own. Tools Needed * Aseprite - A small cheap pixel art program, you can compile it yourself * Export...