Hacking [Release] rxTools - Roxas75 3DS Toolkit [fw 2.0 - 9.2]

  • Thread starter Thread starter Roxas75
  • Start date Start date
  • Views Views 3,299,548
  • Replies Replies 19,240
  • Likes Likes 151
Status
Not open for further replies.
Can you post the exact terminal command for git newbies like me?
Code:
git clone --recursive https://github.com/roxas75/rxTools.git
or, if you've already cloned the repo:
Code:
git submodule init
git submodule update --init --recursive
 
Last edited by nastys,
  • Like
Reactions: 3xkrazy
If you insist:

https://github.com/ApacheThunder/rxTools/releases/tag/3.0b

It's pre-release though and isn't the "official" build. Actual 3.0 will probably have n3DS support and they won't release 3.0 until they get that ironed out.

I nested the theme bin files in the 0 folder in theme folder. Just copy theme folder to rxTools directory on SD card.

This version does work on Ninjhax. They finally got the screen buffers fixed. (turns out there was an additional change to brahma code to get that working. Kinda wished I took a closer look at the brahma code yesterday. I was actually looking for references to bottom screen offset. Guess I didn't try hard enough. :P )
Thanks, :)

Working great with Ninjhax on O3DS
 
Code:
git clone --recursive https://github.com/roxas75/rxTools.git
or, if you've already cloned the repo:
Code:
git submodules init
git submodules update

@nastys

Are you getting any errors when compiling? Here's mine:
Code:
reboot.bin  
titlekey.bin  
nat_patch.bin  
agb_patch.bin  
twl_patch.bin  
make[1]: Entering directory '/home/hle/src/rxTools/CakeHax'
arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o build/mset_4x/arm11_tools.o source/arm11_tools.s
make[1]: arm-none-eabi-as: Command not found
Makefile:164: recipe for target 'build/mset_4x/arm11_tools.o' failed
make[1]: *** [build/mset_4x/arm11_tools.o] Error 127
make[1]: Leaving directory '/home/hle/src/rxTools/CakeHax'
Makefile:36: recipe for target 'rxTools.dat' failed
make: *** [rxTools.dat] Error 2
 
@nastys

Are you getting any errors when compiling? Here's mine:
Code:
reboot.bin
titlekey.bin
nat_patch.bin
agb_patch.bin
twl_patch.bin
make[1]: Entering directory '/home/hle/src/rxTools/CakeHax'
arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o build/mset_4x/arm11_tools.o source/arm11_tools.s
make[1]: arm-none-eabi-as: Command not found
Makefile:164: recipe for target 'build/mset_4x/arm11_tools.o' failed
make[1]: *** [build/mset_4x/arm11_tools.o] Error 127
make[1]: Leaving directory '/home/hle/src/rxTools/CakeHax'
Makefile:36: recipe for target 'rxTools.dat' failed
make: *** [rxTools.dat] Error 2
You have to export the correct PATH. I've just updated this page: http://3dbrew.org/wiki/Setting_up_Development_Environment
or run this command to change $PATH temporarily: export PATH=$PATH:$DEVKITARM/bin
 
  • Like
Reactions: 3xkrazy
I'm excited to see what will come with a new release, but as of right now, v2.6 seems to be working 100%!

Keep up the great work, guys!
 
trying to build the latest commit. doing it from inside a vbox instance of windows 7. everything i need was installed, and i tried to run make on the latest master. i get:

ee2f46c6f5.png
 
trying to build the latest commit. doing it from inside a vbox instance of windows 7. everything i need was installed, and i tried to run make on the latest master. i get:

ee2f46c6f5.png
I've just pointed out the solution, just a few posts above yours.
 
I've just pointed out the solution, just a few posts above yours.
not quite, unfortunately:
2.6 stable (via releases page on main git) source gives:
7a9b56eb9d.png

3.0b (via apache thunder's git link) gets a little bit further:
0c713c6a11.png


Everything is in my %PATH% according to that wiki link. is building this just unstable or something?
 
not quite, unfortunately:
2.6 stable (via releases page on main git) source gives:
7a9b56eb9d.png

3.0b (via apache thunder's git link) gets a little bit further:
0c713c6a11.png


Everything is in my %PATH% according to that wiki link. is building this just unstable or something?
I was talking about this post.
You need to run
Code:
git clone --recursive https://github.com/roxas75/rxTools.git
to clone the repository and its submodules (which are "symlinks" to other repositories) into the rxTools folder, OR
Code:
git submodule init
git submodule update --init --recursive
to clone the submodules ONLY.
 
Last edited by nastys,
Hi im mod gui of rxtool ,im change all to top screen ,text on bottom (auto refresh botton image),draw on bottom check emunand and keyx ,this its the link for it any like http://www.filedropper.com/rxtools-gui-mod


PD:Only launch whit Spider if any can help me on mp for make mset compatible thanks

Video (sorry quality)
 
Last edited by SilverfalconLP,
Does anyone have any ideas why I can compile 2.5.2 but every other version errors out at some point?
 
I have installed everything but i get this error, i think it is because of cakehax
Sin título.png
 
You have not initialized the submodules. You should use git instead of downloading the zip. See the posts above for more details...
Now im getting this
 

Attachments

  • Sin título.png
    Sin título.png
    14.9 KB · Views: 253
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum