Homebrew Post Homebrew ideas, suggestion, requests here

epicmartin7

Well-Known Member
Member
Joined
Aug 5, 2015
Messages
428
Trophies
0
Age
24
XP
1,017
Country
United States
Possible yes. Worth it? No, it would require a lot of work and flash is becoming obsolete.
Alright. Instead of that, how hard would it be to make a 3DS Emulator for Adobe Flash?
troll.png
 
Last edited by epicmartin7,

Calico

Active Member
Newcomer
Joined
Jan 12, 2015
Messages
27
Trophies
0
Age
28
Location
North Pole, New York
XP
134
Country
Canada
Is it possible to dim the light a bit more? Lowest setting is still quite bright when it's dark.
This. It hurts trying to read an article or play a game at nighttime. I want something like f.lux on the 3DS that can change the temperature of the screen (warm, moderate, cool, etc).
Quoted from their website:

"It [f.lux] makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.
It's even possible that you're staying up too late because of your computer. You could use f.lux because it makes you sleep better, or you could just use it just because it makes your computer look better."

Please, someone make this!
 

Dub8

Member
Newcomer
Joined
Jan 4, 2016
Messages
22
Trophies
0
Age
34
XP
80
Country
Would it be possible for a homebrew app to somehow turn physical cart games into digital? Somehow Get your unique cart id and use it on a digital version?
 

DarkJesus

Active Member
Newcomer
Joined
Feb 3, 2008
Messages
42
Trophies
0
XP
187
Country
So sometimes when launching rxtools the 3D gets messed up. All you have to do is close and reopen the 3DS, but would it be possible to have an app open, disable 3D, reenable, then close immediately? Super lazy request, but maybe it would actually be good for causing less stress on the hinge...
 

Vintro

Member
Newcomer
Joined
Jan 8, 2016
Messages
7
Trophies
0
Age
25
XP
54
Country
United States
I never thought my first post would be a request, especially a request for Cookie Clicker.

I was thinking of something that wasn't requested, and I thought Cookie Clicker or a clone of it would be fun!
 
D

Deleted User

Guest
Project M for Sm4sh anyone?
Not a joke, I actually want to see this happen. I mean, a Wii U Exploit is gonna be released(Hopefully), and the 3DS has already been fully hacked, so why not try?. I would love this, and it add in the potential to add more characters we wanted into the game. (Shovel Knight, Wolf, K-Rool, etc) Both Wii U and 3DS versions should get this.

This would take a lot of work. Sm4sh really just has custom music right now (as far as I am aware), and I'm not sure how well we understand how to change the game physics in order to "fix" certain game mechanics.

Apologies if this has been asked before (and it very likely has), but is is feasible to make an app that streams the GPU Framebuffer to a PC? I know it'd likely be n3DS only, due to CPU concerns, and the way the 3ds handles Background applications (i.e, it kinda doesn't), but I'm wondering if any enterprising peeps with better knowledge of the hardware could enlighten me on this.

How would you connect to the PC? I feel like this would require either a hardmod or you'd need to deal with network latency issues.
 
Last edited by ,
D

Deleted User

Guest
This has been discussed before, check page 63.

Ahh, thank you. I apparently clicked page 64 and skipped 63 on accident. :)

The best method of streaming would not necessarily be FTP, but using UDP (or TCP if you want better/guaranteed quality) could work. It would have to be similar to how Chromecast works, which would take a presentation source and route all frames to be queued to that device. The device being streamed to only has to worry about the frames to display, and the source does the work.

The biggest problem this has is audio and input sync, as there would be a real amount of lag. Also, hooking such a plugin into active games is a whole other problem. Sounds like an interesting project and I'm curious to see if anything comes of it.
 

jwitz

Well-Known Member
Member
Joined
Jun 16, 2014
Messages
211
Trophies
0
Age
28
XP
521
Country
An application that can permanently increase the audio output for N3DS/O3DS. Even on max volume it's so quiet. There must be some way to do this. :(
 
  • Like
Reactions: I pwned U!

AileenLumina

Python main, software engineer and API designer
Member
Joined
Sep 27, 2015
Messages
631
Trophies
0
Age
26
XP
614
Country
Germany
Hello :)

I tried to build a little homebrew tool but I wasn't able to do it. The tool should read sdmc:\CFWKIT_VERSION.TXT. This .txt file includes a version number. The file looks like this:

Code:
4.001

The program should read this .txt file, then cast the string it contains into a float (let's say the float is named installedVersion). Then it should read http: //aidanlumina.bplaced.com/files/CFWKIT_VERSION.txt
Code:
4.005
, cast the string it contains into another float (onlineVersion) and compare that with installedVersion.
If onlineVersion is equal to installedVersion, it should display on-screen
You have the latest version installed on your system. :)
If onlineVersion (rounded down) is bigger than installedVersion (rounded down), it should display
You need to get the latest version of the 3DS CFW Kit manually.
If onlineVersion (not rounded) is bigger than installedVersion(not rounded), it should do the following onlineVersion - installedVersion * 1000 times (so, in this example 4 times):
Code:
Display "Downloading update V(4.002, then 4.003, then 4.004 and finally 4.005 in this example)... "
Download http: //aidanlumina.bplaced.com/files/upd/V(4.002/4.003/4.004/4.005 in this example, you get the idea ;) ).bin
Add "OK!" to the displayed line, then jump to the next line
These .bin files are ZIP files that were converted to .bin using that starterGen .bat included in the latest build of EmuNAND9 by d0k3. After the program has downloaded all the .bin files, it should extract them to sdmc:\ one by one (see 3DSZIPFX source code by d0k3 for how-to).

I HOPE you understand everything above. I would LOVE if someone takes the time and tries to implement this tool. :D I hope it's alright to post a request here. I will post it on gbatemp too if that's okay. :)

Thanks for reading! :)

Edit: Oh, and some info for the .smdh file:
Title: 3CKU
Description: 3DS CFW Kit Updater
Authors: [Your_Name], d0k3 (for 3DSZIPFX) AidanLumina (for the algorithm and the idea... Maybe? Please ^^)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: I'll just pretend like I know what's going on