Homebrew Homebrew Development

VaiCorinthians

Well-Known Member
Member
Joined
Oct 7, 2014
Messages
461
Trophies
0
Age
39
Location
GB
XP
472
Country
Papua New Guinea
Thank you! I had just added to PATH C:\devkitPro\msys\bin
But I needed to add C:\devkitPro\devkitARM\bin

Now, portlib are installing correctly! Thank you. :)
 

Goombi

my_crypto = meme_crypto
Member
Joined
Jun 1, 2014
Messages
144
Trophies
0
Location
RnVja1lvdU15RHVkZQ
Website
www.goombi.fr
XP
188
Country
France
Are you working on something relating to Majora's Mask or Ocarina of Time? That sounds awfully familiar.
Nope, QR codes :P
Well, another question. Is there any tutorial and/or tools you would recommend to start REing a 3DS binary? (I really want to understand how that checksum stuff is done)
 

Rinnegatamante

Well-Known Member
Member
Joined
Nov 24, 2014
Messages
3,162
Trophies
2
Age
29
Location
Bologna
Website
rinnegatamante.it
XP
4,858
Country
Italy

MRJPGames

Pretty great guy
Member
Joined
Aug 17, 2013
Messages
1,199
Trophies
1
Location
The Netherlands
Website
fizazy.com
XP
1,686
Country
Netherlands
Just wanted to throw in a picture of a litte 2 player competetive shooting game i developed around 4 months ago, and if someone wants to see it released with polished graphics and more powerups :D
turfwars.JPG
Looks pretty nice, I assume it's local multi-player (as in 1 3DS 2 players) or is it wireless?
Edit: Thought it might be a good idea to get some opinions on a remake of a game I made a few years ago (with gamemaker :) ) for the 3DS.
0s6t2Vw.png
kkVRoSL.png
xQEIQmn.png
It's already on GitHub though it's quite far from finished, it's already very playable. Just missing power-ups, music, sfx, more objects and menus. (And it has debug things on the bottom screen ;) )
https://github.com/MrJPGames/AoTHI3D
 
Last edited by MRJPGames,

josamilu

Well-Known Member
Member
Joined
Feb 1, 2015
Messages
383
Trophies
0
Location
Saturn is better than Jupiter :P
XP
319
Country
Gambia, The
Looks pretty nice, I assume it's local multi-player (as in 1 3DS 2 players) or is it wireless?
Yeah it is 2 player 1 console. (1. uses dpad/circle Pad and L, 2. uses ABXY and R to controll) I made it to play a simple but fun game with my brother on the go :D Thanks for your feedback
 
  • Like
Reactions: MRJPGames

MRJPGames

Pretty great guy
Member
Joined
Aug 17, 2013
Messages
1,199
Trophies
1
Location
The Netherlands
Website
fizazy.com
XP
1,686
Country
Netherlands
Alright, so recently I got myself up to masterrace status and now I have a9lh. Now I use the homebrew launcher loader (cia) to get into the homebrew launcher, which works. But I have this incredibly strange issue, for debugging I use netloader, which from my experience is the easiest way to debug on real hardware. It still works, except for the one project I'm working on... I made sure that it wasn't simply a bug, so YES it does boot when transferred over ftp to the micro SD.

Does anyone know what's causing this?!
 

Rinnegatamante

Well-Known Member
Member
Joined
Nov 24, 2014
Messages
3,162
Trophies
2
Age
29
Location
Bologna
Website
rinnegatamante.it
XP
4,858
Country
Italy
Is the new3ds exclusive core accessible in usermode and what clock does it have? (According to ctrulib docs, i'm referring to #2 core)

Code:
* - Processor #0 is the application core. It is always possible to create a thread on this core. 
* - Processor #1 is the system core. If APT_SetAppCpuTimeLimit is used, it is possible to create a single thread on this core. 
* - Processor #2 is New3DS exclusive. Normal applications can create threads on this core if the exheader kernel flags bitmask has 0x2000 set. 
* - Processor #3 is New3DS exclusive. Normal applications cannot create threads on this core. 
* - Processes in the BASE memory region can always create threads on processors #2 and #3.
 

TarableCode

Well-Known Member
Member
Joined
Mar 2, 2016
Messages
184
Trophies
0
Age
37
XP
319
Country
Canada
I've noticed that some texture transfer flags seem to hardlock the 3ds/gpu.
Is there any reason why or how to get around this?

I'm trying to use RGB and RGBA textures and the second I transfer the RGBA texture I get a hardlock.
 

YugamiSekai

Mr. Picross
Member
Joined
Dec 24, 2014
Messages
2,015
Trophies
1
Age
22
XP
2,387
Country
United States
Anyone know where I can start learning to code homebrew (other than this link: http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development)? Also I'm having problems compiling Caelina (After installing Git Bash):
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make -f MakefileGLESv1
make[1]: Entering directory `/c/devkitPro/libctru/lib/libcaelina'
clear_shader.vsh
/nihstro-assemble --input /c/devkitPro/libctru/lib/libcaelina/data/clear_shader.vsh --output ../clear_shader.vsh.shbin
make[2]: /nihstro-assemble: Command not found
make[2]: *** [clear_shader.vsh.o] Error 127
make[1]: *** [build_GLESv1] Error 2
make[1]: Leaving directory `/c/devkitPro/libctru/lib/libcaelina'
make: *** [all] Error 2
 

Luglige

hiatus
Member
Joined
Jan 24, 2016
Messages
1,414
Trophies
1
Location
under your bed
XP
883
Country
Antarctica
Anyone know where I can start learning to code homebrew (other than this link: http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development)? Also I'm having problems compiling Caelina (After installing Git Bash):
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make -f MakefileGLESv1
make[1]: Entering directory `/c/devkitPro/libctru/lib/libcaelina'
clear_shader.vsh
/nihstro-assemble --input /c/devkitPro/libctru/lib/libcaelina/data/clear_shader.vsh --output ../clear_shader.vsh.shbin
make[2]: /nihstro-assemble: Command not found
make[2]: *** [clear_shader.vsh.o] Error 127
make[1]: *** [build_GLESv1] Error 2
make[1]: Leaving directory `/c/devkitPro/libctru/lib/libcaelina'
make: *** [all] Error 2
I would start by installing deVKITpro and you must know either C, C++, or Lua.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Psionic Roshambo @ Psionic Roshambo:
    Float like a butterfly burns when I pee lol
    +1
  • BigOnYa @ BigOnYa:
    So does that mean your date was not good? It burns now?
    +2
  • K3Nv2 @ K3Nv2:
    Got two new stds in one night
    +1
  • BigOnYa @ BigOnYa:
    Giggity
    +1
  • The Catboy @ The Catboy:
    I don't bite! Minus the times when I did bite
  • The Catboy @ The Catboy:
    Like 5 minutes ago
  • K3Nv2 @ K3Nv2:
    Billie needs her lunch
  • K3Nv2 @ K3Nv2:
    Ffs papa brought back the cheeseburger pizza it's like the only decent pie they had since the 80s
  • BigOnYa @ BigOnYa:
    I'm not a fan of papa johns, but that does sound good. We hardly order out pizza, I like making my own, but when we do its donatoes
  • K3Nv2 @ K3Nv2:
    I get them like once every two months anymore
  • K3Nv2 @ K3Nv2:
    Just because it's half a mile from where I live
  • BigOnYa @ BigOnYa:
    Request next time you order, that Shaq deliver it to you
  • K3Nv2 @ K3Nv2:
    I want him to buy me a chain also
  • K3Nv2 @ K3Nv2:
    Open it right next to the one we have
    +1
  • BakerMan @ BakerMan:
    guys should i make a new thread and just count the amount of posts until kyle, luke or leo joins the thread for fun?
  • BakerMan @ BakerMan:
    kyle's fine, just waiting for that wario joke

    luke and leo though, they yap until the thread's enjoyability is about halved
  • K3Nv2 @ K3Nv2:
    Leo is Luke's alterego when he gets hard
  • BigOnYa @ BigOnYa:
    Luke is gone, he got banned. And I'm surprised Leo hasn't yet
  • K3Nv2 @ K3Nv2:
    Subway was actually pretty decent tonight
  • BigOnYa @ BigOnYa:
    Wut you get, a seafood and psi salad sub
  • K3Nv2 @ K3Nv2:
    Psi had my footlong meatball special
    +1
  • PandaPandel @ PandaPandel:
    i want a meatball sandwich
    now
  • K3Nv2 @ K3Nv2:
    Gay
  • BigOnYa @ BigOnYa:
    Bout time you came out and admitted it
  • K3Nv2 @ K3Nv2:
    Bigonya talks to himself often
    +1
    K3Nv2 @ K3Nv2: Bigonya talks to himself often +1