Homebrew Question What would be the ideal coding language to make homebrew apps when the Switch gets hacked?

MemeMachine

Member
OP
Newcomer
Joined
Jan 30, 2017
Messages
16
Trophies
0
Age
40
XP
168
Country
United States
I've seen a few people say the Switch's OS is similar to the 3ds, so C++ would work.
On the other hand people say you could just sideload Android OS and just run anything.
Thoughts?
 

Alkéryn

Moon Dweller ~
Member
Joined
Mar 15, 2015
Messages
1,665
Trophies
1
Age
25
Location
Albategnius, Moon
XP
2,392
Country
France
I would pick C, and maybe C++ it depend of the libraries and the compiler the one who hack it make
But C is your safest bet
Then C++ could have some success but you will have less chance to use it in the begining, it will come but you will have support for C first
Anyway C can run on virtually anything using binary and if it don't you can just create a compiler for the new platform
 
Last edited by Alkéryn,

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,329
Trophies
2
XP
18,209
Country
Sweden
I would pick C, and maybe C++ it depend of the libraries and the compiler the one who hack it make
But C is your safest bet
Then C++ could have some success but you will have less chance to use it in the begining, it will come but you will have support for C first
Anyway C can run on virtually anything using binary and if it don't you can just create a compiler for the new platform
This makes me wonder if it's possible to program in Assembler for it... the games would be supertiny but superhard to program.
 

froggestspirit

Aspiring Game Dev
Member
Joined
Jul 28, 2011
Messages
1,281
Trophies
1
XP
1,561
Country
United States
This makes me wonder if it's possible to program in Assembler for it... the games would be supertiny but superhard to program.
Coming from a guy who has coded in assembly, Why would you want to?

I've seen a few people say the Switch's OS is similar to the 3ds, so C++ would work.
On the other hand people say you could just sideload Android OS and just run anything.
Thoughts?
Why would you want android os? chances are it would break compatibility with switch games.

I'd still say to stick with C++, but for those who like it, I think Unity has support, but that has too much overhead for me.
 
  • Like
Reactions: Alkéryn

Alkéryn

Moon Dweller ~
Member
Joined
Mar 15, 2015
Messages
1,665
Trophies
1
Age
25
Location
Albategnius, Moon
XP
2,392
Country
France
Only answer I can think off... Because you can?
Well good luck with spending weeks to make something you could have done in hours xD

--------------------- MERGED ---------------------------

Well then i will make a brainfuck compiler for the switch and force you to use it for all your homebrews xD
actually it would be as practical as assembly xD
 

sarkwalvein

There's hope for a Xenosaga port.
Member
Joined
Jun 29, 2007
Messages
8,512
Trophies
2
Age
41
Location
Niedersachsen
XP
11,240
Country
Germany
Well good luck with spending weeks to make something you could have done in hours xD

--------------------- MERGED ---------------------------

Well then i will make a brainfuck compiler for the switch and force you to use it for all your homebrews xD
actually it would be as practical as assembly xD
You could start by posting messages here using hexadecimals for the ASCII code instead of actual letters.
You know, if you want to be masochistic then do it all the way.
 
Last edited by sarkwalvein,
  • Like
Reactions: jsa and lAkdaOpeKA

CrimsonMaple

Developer • She/Her
Member
Joined
May 2, 2016
Messages
449
Trophies
0
Location
the deepest depths of hell.
Website
crimson.ninja
XP
1,510
Country
United States
C, C++, and Arm ASM if you want to get a bit more down to the metal. Usually on any console assume C and ASM as a safe bet for code execution like homebrew and sploits. This is due to the light weightness of C. While ASM can be easily run and is very light weight, but is a pain to code.
 
  • Like
Reactions: Alkéryn

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,329
Trophies
2
XP
18,209
Country
Sweden
Plus number two you have to do it without a keyboard but with an arduino HID where you have to type the ASCII value for each character
do you accept the challenge ? xD
Dude I can hardly do C++. I think I have a better chance at winning a nobel prize xD
 
  • Like
Reactions: Alkéryn

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    as to you
  • K3Nv2 @ K3Nv2:
    How do you know if the night will be good when you're asleep
  • BakerMan @ BakerMan:
    because i didn't say i was asleep
  • BakerMan @ BakerMan:
    i said i was sleeping...
  • BakerMan @ BakerMan:
    sleeping with uremum
  • K3Nv2 @ K3Nv2:
    Even my mum slept on that uremum
  • TwoSpikedHands @ TwoSpikedHands:
    yall im torn... ive been hacking away at tales of phantasia GBA (the USA version) and have so many documents of reverse engineering i've done
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
    Karma177 @ Karma177: do y'all think having an sd card that has a write speed of 700kb/s is a bad idea? trying to...